Module:ItemData: Difference between revisions

From Eco - English Wiki
[unchecked revision][checked revision]
No edit summary
Tag: Manual revert
(Update ItemData for version 0.10.2.2)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
-- Eco Version : 10.0.3
-- Eco Version : 0.10.2.2
-- Export Language: English
-- Export Language: English


Line 7: Line 7:
untranslated = "Acorn",
untranslated = "Acorn",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow an oak tree.",
description = "Plant to grow an oak tree.",
tagGroups = {
tagGroups = {
Line 57: Line 57:
tagGroups = {
tagGroups = {
"Food",
"Food",
"Ingredients",
},
},
maxStack = 100,
maxStack = 100,
Line 102: Line 101:
description = "A fancy ashlar stone bench that has been adorned with gold.",
description = "A fancy ashlar stone bench that has been adorned with gold.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
Line 130: Line 128:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 148: Line 146:
description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
Line 176: Line 173:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 194: Line 191:
description = "A fancy ashlar stone table that has been adorned with gold.",
description = "A fancy ashlar stone table that has been adorned with gold.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
Line 222: Line 218:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 240: Line 236:
description = "A fancy ashlar stone bench that has been adorned with gold.",
description = "A fancy ashlar stone bench that has been adorned with gold.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
Line 268: Line 263:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 286: Line 281:
description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
Line 314: Line 308:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 332: Line 326:
description = "A fancy ashlar stone table that has been adorned with gold.",
description = "A fancy ashlar stone table that has been adorned with gold.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
Line 360: Line 353:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 372: Line 365:
typeID = 0,
typeID = 0,
},
},
["Advanced Baking Upgrade"] = {
["Advanced Baking Skill Book"] = {
untranslated = "Advanced Baking Upgrade",
untranslated = "Advanced Baking Skill Book",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Books",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.",
description = "Advanced Baking Skill Book",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Skill Books",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 415: Line 407:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedBakingUpgradeItem",
type = "Advanced Baking Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Carpentry Table"] = {
["Advanced Baking Skill Scroll"] = {
untranslated = "Advanced Carpentry Table",
untranslated = "Advanced Baking Skill Scroll",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Scrolls",
description = "A modern carpentry table with an electric motor and heavy duty steel sawblades.",
description = "Advanced Baking Skill Scroll",
tagGroups = {
tagGroups = {
"Craft Tables",
"Skill Scrolls",
"Work Stations",
},
},
maxStack = 1,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 440: Line 431:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 461: Line 452:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedCarpentryTableItem",
type = "Advanced Baking Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Circuit"] = {
["Advanced Baking Upgrade"] = {
untranslated = "Advanced Circuit",
untranslated = "Advanced Baking Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A complex electrical component used in advanced electronics.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.",
tagGroups = {
tagGroups = {
"Items",
"Upgrade",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 507: Line 497:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedCircuitItem",
type = "AdvancedBakingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Combustion Engine"] = {
["Advanced Carpentry Table"] = {
untranslated = "Advanced Combustion Engine",
untranslated = "Advanced Carpentry Table",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A more advanced version of the normal combustion engine that produces a greater output.",
description = "A modern carpentry table with an electric motor and heavy duty steel sawblades.",
tagGroups = {
tagGroups = {
"Items",
"Crafting Table",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 532: Line 521:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 544: Line 533:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 553: Line 542:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedCombustionEngineItem",
type = "AdvancedCarpentryTableItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Cooking Upgrade"] = {
["Advanced Circuit"] = {
untranslated = "Advanced Cooking Upgrade",
untranslated = "Advanced Circuit",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.",
description = "A complex electrical component used in advanced electronics.",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 599: Line 585:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedCookingUpgradeItem",
type = "AdvancedCircuitItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Masonry Table"] = {
["Advanced Combustion Engine"] = {
untranslated = "Advanced Masonry Table",
untranslated = "Advanced Combustion Engine",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A workbench for the advanced shaping of rocks into beautiful stone.",
description = "A more advanced version of the normal combustion engine that produces a greater output.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 100,
"Work Stations",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 624: Line 607:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 645: Line 628:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedMasonryTableItem",
type = "AdvancedCombustionEngineItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Masonry Upgrade"] = {
["Advanced Cooking Skill Book"] = {
untranslated = "Advanced Masonry Upgrade",
untranslated = "Advanced Cooking Skill Book",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Books",
description = "Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.",
description = "Advanced Cooking Skill Book",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Skill Books",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 691: Line 673:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedMasonryUpgradeItem",
type = "Advanced Cooking Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Smelting Upgrade"] = {
["Advanced Cooking Skill Scroll"] = {
untranslated = "Advanced Smelting Upgrade",
untranslated = "Advanced Cooking Skill Scroll",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Scrolls",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Smelting recipes.",
description = "Advanced Cooking Skill Scroll",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Skill Scrolls",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 737: Line 718:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedSmeltingUpgradeItem",
type = "Advanced Cooking Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Tailoring Table"] = {
["Advanced Cooking Upgrade"] = {
untranslated = "Advanced Tailoring Table",
untranslated = "Advanced Cooking Upgrade",
category = nil,
category = nil,
group = "Work Stations",
group = "Upgrade Modules",
description = "An advanced tailoring table.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Upgrade",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 762: Line 742:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 783: Line 763:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedTailoringTableItem",
type = "AdvancedCookingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Upgrade 1"] = {
["Advanced Masonry Skill Book"] = {
untranslated = "Advanced Upgrade 1",
untranslated = "Advanced Masonry Skill Book",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Books",
description = "Advanced Upgrade that increases crafting efficiency.",
description = "Advanced Masonry Skill Book",
tagGroups = {
tagGroups = {
"Advanced Upgrade",
"Skill Books",
"Advanced Upgrades",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 830: Line 808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedUpgradeLvl1Item",
type = "Advanced Masonry Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Upgrade 2"] = {
["Advanced Masonry Skill Scroll"] = {
untranslated = "Advanced Upgrade 2",
untranslated = "Advanced Masonry Skill Scroll",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Scrolls",
description = "Advanced Upgrade that increases crafting efficiency.",
description = "Advanced Masonry Skill Scroll",
tagGroups = {
tagGroups = {
"Advanced Upgrade",
"Skill Scrolls",
"Advanced Upgrades",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 877: Line 853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedUpgradeLvl2Item",
type = "Advanced Masonry Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Upgrade 3"] = {
["Advanced Masonry Table"] = {
untranslated = "Advanced Upgrade 3",
untranslated = "Advanced Masonry Table",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Advanced Upgrade that increases crafting efficiency.",
description = "A workbench for the advanced shaping of rocks into beautiful stone.",
tagGroups = {
tagGroups = {
"Advanced Upgrade",
"Crafting Table",
"Advanced Upgrades",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 903: Line 877:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 915: Line 889:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 924: Line 898:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedUpgradeLvl3Item",
type = "AdvancedMasonryTableItem",
typeID = 0,
typeID = 0,
},
},
["Advanced Upgrade 4"] = {
["Advanced Masonry Upgrade"] = {
untranslated = "Advanced Upgrade 4",
untranslated = "Advanced Masonry Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Advanced Upgrade that increases crafting efficiency.",
description = "Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.",
tagGroups = {
tagGroups = {
"Advanced Upgrade",
"Upgrade",
"Advanced Upgrades",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
Line 971: Line 943:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedUpgradeLvl4Item",
type = "AdvancedMasonryUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Agave Leaves"] = {
["Advanced Smelting Skill Book"] = {
untranslated = "Agave Leaves",
untranslated = "Advanced Smelting Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "The succulent leaves of the agave plant can be cooked to make a nice meal.",
description = "Advanced Smelting Skill Book",
tagGroups = {
tagGroups = {
"Food",
"Skill Books",
"Greens",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 100,
calories = 200,
calories = nil,
carbs = 2,
carbs = nil,
protein = 1,
protein = nil,
fat = 1,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,019: Line 988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgaveLeavesItem",
type = "Advanced Smelting Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Agave Seed"] = {
["Advanced Smelting Skill Scroll"] = {
untranslated = "Agave Seed",
untranslated = "Advanced Smelting Skill Scroll",
category = nil,
category = nil,
group = "Seed",
group = "Skill Scrolls",
description = "Plant to grow an agave plant.",
description = "Advanced Smelting Skill Scroll",
tagGroups = {
tagGroups = {
"Crop Seed",
"Skill Scrolls",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 10,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,066: Line 1,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgaveSeedItem",
type = "Advanced Smelting Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Agouti Carcass"] = {
["Advanced Smelting Upgrade"] = {
untranslated = "Agouti Carcass",
untranslated = "Advanced Smelting Upgrade",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "A dead agouti.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Smelting recipes.",
tagGroups = {
tagGroups = {
"Animal",
"Upgrade",
"Natural Resources",
"Tiny Carcass",
"Tiny Fur Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,114: Line 1,078:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgoutiCarcassItem",
type = "AdvancedSmeltingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Agouti Enchiladas"] = {
["Advanced Tailoring Table"] = {
untranslated = "Agouti Enchiladas",
untranslated = "Advanced Tailoring Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Sweet and savory...it doesn't have to be an Agouti.",
description = "An advanced tailoring table.",
tagGroups = {
tagGroups = {
"Cooking",
"Crafting Table",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 550,
weight = 5000,
calories = 800,
calories = nil,
carbs = 20,
carbs = nil,
protein = 8,
protein = nil,
fat = 27,
fat = nil,
vitamins = 3,
vitamins = nil,
density = 7.249999999999999,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 1,151: Line 1,114:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,160: Line 1,123:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgoutiEnchiladasItem",
type = "AdvancedTailoringTableItem",
typeID = 0,
typeID = 0,
},
},
["Agriculture Research Paper Advanced"] = {
["Advanced Upgrade 1"] = {
untranslated = "Agriculture Research Paper Advanced",
untranslated = "Advanced Upgrade 1",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Advanced Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Advanced Research",
"Advanced Upgrade",
"Items",
"Upgrade",
"Research",
"Research Papers",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,208: Line 1,169:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgricultureResearchPaperAdvancedItem",
type = "AdvancedUpgradeLvl1Item",
typeID = 0,
typeID = 0,
},
},
["Agriculture Research Paper Modern"] = {
["Advanced Upgrade 2"] = {
untranslated = "Agriculture Research Paper Modern",
untranslated = "Advanced Upgrade 2",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Advanced Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Items",
"Advanced Upgrade",
"Modern Research",
"Upgrade",
"Research",
"Research Papers",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,256: Line 1,215:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgricultureResearchPaperModernItem",
type = "AdvancedUpgradeLvl2Item",
typeID = 0,
typeID = 0,
},
},
["Alligator Carcass"] = {
["Advanced Upgrade 3"] = {
untranslated = "Alligator Carcass",
untranslated = "Advanced Upgrade 3",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "A dead alligator.",
description = "Advanced Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Animal",
"Advanced Upgrade",
"Medium Carcass",
"Upgrade",
"Medium Leather Carcass",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,304: Line 1,261:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AlligatorCarcassItem",
type = "AdvancedUpgradeLvl3Item",
typeID = 0,
typeID = 0,
},
},
["Amanita Mushroom Spores"] = {
["Advanced Upgrade 4"] = {
untranslated = "Amanita Mushroom Spores",
untranslated = "Advanced Upgrade 4",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow amanita mushrooms. Not sure why you'd want these poisonous mushrooms, though.",
description = "Advanced Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Advanced Upgrade",
"Food",
"Upgrade",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,351: Line 1,307:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AmanitaMushroomSporesItem",
type = "AdvancedUpgradeLvl4Item",
typeID = 0,
typeID = 0,
},
},
["Amanita Mushrooms"] = {
["Agave Leaves"] = {
untranslated = "Amanita Mushrooms",
untranslated = "Agave Leaves",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A potentially poisonous mushroom. It might not be wise to eat it raw, but it can be detoxified when prepared properly by a chef. Eat at your own risk!",
description = "The succulent leaves of the agave plant can be cooked to make a nice meal.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Fungus",
"Greens",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 75,
calories = -200,
calories = 200,
carbs = 0,
carbs = 2,
protein = 0,
protein = 1,
fat = 0,
fat = 1,
vitamins = 0,
vitamins = 4,
density = -0.0,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,398: Line 1,354:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AmanitaMushroomsItem",
type = "AgaveLeavesItem",
typeID = 0,
typeID = 0,
},
},
Amendments = {
["Agave Seed"] = {
untranslated = "Amendments",
untranslated = "Agave Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Allows the modification of the constitution.",
description = "Plant to grow an agave plant.",
tagGroups = {
tagGroups = {
"Government",
"Crop Seed",
"Work Stations",
"Food",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,444: Line 1,401:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AmendmentsItem",
type = "AgaveSeedItem",
typeID = 0,
typeID = 0,
},
},
Anvil = {
["Agouti Carcass"] = {
untranslated = "Anvil",
untranslated = "Agouti Carcass",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
description = "A dead agouti.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Tiny Carcass",
"Work Stations",
"Tiny Fur Carcass",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 2000,
Line 1,469: Line 1,426:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 1,490: Line 1,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AnvilItem",
type = "AgoutiCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Arctic Willow Seed"] = {
["Agouti Enchiladas"] = {
untranslated = "Arctic Willow Seed",
untranslated = "Agouti Enchiladas",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow arctic willow.",
description = "Sweet and savory...it doesn't have to be an Agouti.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 550,
calories = 0,
calories = 800,
carbs = 0,
carbs = 20,
protein = 0,
protein = 8,
fat = 0,
fat = 27,
vitamins = 0,
vitamins = 3,
density = 0,
density = 7.249999999999999,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,536: Line 1,492:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ArcticWillowSeedItem",
type = "AgoutiEnchiladasItem",
typeID = 0,
typeID = 0,
},
},
Arrastra = {
["Agriculture Research Paper Advanced"] = {
untranslated = "Arrastra",
untranslated = "Agriculture Research Paper Advanced",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A primitive rock mill of dragged boulders.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Advanced Research",
"Work Stations",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,561: Line 1,517:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 1,582: Line 1,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ArrastraItem",
type = "AgricultureResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
Arrow = {
["Agriculture Research Paper Modern"] = {
untranslated = "Arrow",
untranslated = "Agriculture Research Paper Modern",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Modern Research",
"Items",
"Research",
"Tools",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,604: Line 1,559:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 500,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,629: Line 1,584:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ArrowItem",
type = "AgricultureResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Art Supplies"] = {
["Alligator Carcass"] = {
untranslated = "Art Supplies",
untranslated = "Alligator Carcass",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "A set of art supplies that ",
description = "A dead alligator.",
tagGroups = {
tagGroups = {
"Items",
"Medium Carcass",
"Products",
"Medium Leather Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 150,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,675: Line 1,630:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ArtSuppliesItem",
type = "AlligatorCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Basalt"] = {
["Amanita Mushroom Spores"] = {
untranslated = "Ashlar Basalt",
untranslated = "Amanita Mushroom Spores",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
description = "Plant to grow amanita mushrooms. Not sure why you'd want these poisonous mushrooms, though.",
tagGroups = {
tagGroups = {
"Ashlar Stone",
"Crop Seed",
"Blocks",
"Food",
"Building Materials",
"Seeds",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,705: Line 1,659:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,723: Line 1,677:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltItem",
type = "AmanitaMushroomSporesItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Basalt Bench"] = {
["Amanita Mushrooms"] = {
untranslated = "Ashlar Basalt Bench",
untranslated = "Amanita Mushrooms",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
description = "A potentially poisonous mushroom. It might not be wise to eat it raw, but it can be detoxified when prepared properly by a chef. Eat at your own risk!",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Seating",
"Fungus",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 75,
calories = nil,
calories = -200,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = -0.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 1,760: Line 1,714:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,769: Line 1,723:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltBenchItem",
type = "AmanitaMushroomsItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Basalt Chair"] = {
Amendments = {
untranslated = "Ashlar Basalt Chair",
untranslated = "Amendments",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
description = "Allows the modification of the constitution.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Government",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,793: Line 1,746:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.7",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 1,806: Line 1,759:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "3x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,815: Line 1,768:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltChairItem",
type = "AmendmentsItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Basalt Door"] = {
Anvil = {
untranslated = "Ashlar Basalt Door",
untranslated = "Anvil",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A heavy ashlar stone door.",
description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
tagGroups = {
tagGroups = {
"Doors",
"Crafting Table",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,840: Line 1,792:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,852: Line 1,804:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,861: Line 1,813:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltDoorItem",
type = "AnvilItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Basalt Fireplace"] = {
["Arctic Willow Seed"] = {
untranslated = "Ashlar Basalt Fireplace",
untranslated = "Arctic Willow Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
description = "Plant to grow arctic willow.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Living Room",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Fireplace",
furnitureType = nil,
repeatsDepreciation = "0.1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 1,898: Line 1,850:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,907: Line 1,859:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltFireplaceItem",
type = "ArcticWillowSeedItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Basalt Table"] = {
Arrastra = {
untranslated = "Ashlar Basalt Table",
untranslated = "Arrastra",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A large stone table crafted by an expert mason.",
description = "A primitive rock mill of dragged boulders.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,931: Line 1,882:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Seating",
roomCategory = "Industrial",
furnitureType = "Table",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 1,944: Line 1,895:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = "4x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,953: Line 1,904:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltTableItem",
type = "ArrastraItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Gneiss"] = {
Arrow = {
untranslated = "Ashlar Gneiss",
untranslated = "Arrow",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
description = "Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).",
tagGroups = {
tagGroups = {
"Ashlar Stone",
"Burnable Fuel",
"Blocks",
"Building Materials",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = 500,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "ArrowItem",
typeID = 0,
},
["Art Supplies"] = {
untranslated = "Art Supplies",
category = nil,
group = "Items",
description = "A set of art supplies that ",
tagGroups = {},
maxStack = 100,
carried = "Backpack",
weight = 150,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,983: Line 1,974:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,001: Line 1,992:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarGneissItem",
type = "ArtSuppliesItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Granite"] = {
["Ashlar Basalt"] = {
untranslated = "Ashlar Granite",
untranslated = "Ashlar Basalt",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
Line 2,011: Line 2,002:
tagGroups = {
tagGroups = {
"Ashlar Stone",
"Ashlar Stone",
"Blocks",
"Building Materials",
"Constructable",
"Constructable",
},
},
Line 2,049: Line 2,038:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarGraniteItem",
type = "AshlarBasaltItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Large Basalt Fountain"] = {
["Ashlar Basalt Bench"] = {
untranslated = "Ashlar Large Basalt Fountain",
untranslated = "Ashlar Basalt Bench",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,073: Line 2,061:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "2.5",
roomCategory = "Decoration",
roomCategory = "Seating",
furnitureType = "Fountain",
furnitureType = "Chair",
repeatsDepreciation = "0.1",
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 2,086: Line 2,074:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,095: Line 2,083:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarLargeBasaltFountainItem",
type = "AshlarBasaltBenchItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Large Stone Fountain"] = {
["Ashlar Basalt Chair"] = {
untranslated = "Ashlar Large Stone Fountain",
untranslated = "Ashlar Basalt Chair",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,119: Line 2,106:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "1.7",
roomCategory = "Decoration",
roomCategory = "Seating",
furnitureType = "Fountain",
furnitureType = "Chair",
repeatsDepreciation = "0.1",
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 2,132: Line 2,119:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,141: Line 2,128:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarLargeStoneFountainItem",
type = "AshlarBasaltChairItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Limestone"] = {
["Ashlar Basalt Door"] = {
untranslated = "Ashlar Limestone",
untranslated = "Ashlar Basalt Door",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
description = "A heavy ashlar stone door.",
tagGroups = {
tagGroups = {},
"Ashlar Stone",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Building Materials",
weight = 1000,
"Constructable",
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,180: Line 2,162:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "AshlarBasaltDoorItem",
typeID = 0,
},
["Ashlar Basalt Fireplace"] = {
untranslated = "Ashlar Basalt Fireplace",
category = nil,
group = "Housing Objects",
description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 5000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "3",
roomCategory = "Living Room",
furnitureType = "Fireplace",
repeatsDepreciation = "0.1",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "3x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "AshlarBasaltFireplaceItem",
typeID = 0,
},
["Ashlar Basalt Table"] = {
untranslated = "Ashlar Basalt Table",
category = nil,
group = "Housing Objects",
description = "A large stone table crafted by an expert mason.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 2000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "3",
roomCategory = "Seating",
furnitureType = "Table",
repeatsDepreciation = "0.6",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,189: Line 2,261:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarLimestoneItem",
type = "AshlarBasaltTableItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Sandstone"] = {
["Ashlar Gneiss"] = {
untranslated = "Ashlar Sandstone",
untranslated = "Ashlar Gneiss",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
Line 2,199: Line 2,271:
tagGroups = {
tagGroups = {
"Ashlar Stone",
"Ashlar Stone",
"Blocks",
"Building Materials",
"Constructable",
"Constructable",
},
},
Line 2,237: Line 2,307:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarSandstoneItem",
type = "AshlarGneissItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Shale"] = {
["Ashlar Granite"] = {
untranslated = "Ashlar Shale",
untranslated = "Ashlar Granite",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
Line 2,247: Line 2,317:
tagGroups = {
tagGroups = {
"Ashlar Stone",
"Ashlar Stone",
"Blocks",
"Building Materials",
"Constructable",
"Constructable",
},
},
Line 2,285: Line 2,353:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarShaleItem",
type = "AshlarGraniteItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Small Basalt Fountain"] = {
["Ashlar Large Basalt Fountain"] = {
untranslated = "Ashlar Small Basalt Fountain",
untranslated = "Ashlar Large Basalt Fountain",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,309: Line 2,376:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = "3",
roomCategory = "Decoration",
roomCategory = "Decoration",
furnitureType = "Fountain",
furnitureType = "Fountain",
Line 2,322: Line 2,389:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = "4x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,331: Line 2,398:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarSmallBasaltFountainItem",
type = "AshlarLargeBasaltFountainItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Small Stone Fountain"] = {
["Ashlar Large Stone Fountain"] = {
untranslated = "Ashlar Small Stone Fountain",
untranslated = "Ashlar Large Stone Fountain",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,355: Line 2,421:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = "3",
roomCategory = "Decoration",
roomCategory = "Decoration",
furnitureType = "Fountain",
furnitureType = "Fountain",
Line 2,368: Line 2,434:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = "4x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,377: Line 2,443:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarSmallStoneFountainItem",
type = "AshlarLargeStoneFountainItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Stone Bench"] = {
["Ashlar Limestone"] = {
untranslated = "Ashlar Stone Bench",
untranslated = "Ashlar Limestone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Ashlar Stone",
"Seating",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,401: Line 2,467:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,414: Line 2,480:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,423: Line 2,489:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneBenchItem",
type = "AshlarLimestoneItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Stone Chair"] = {
["Ashlar Sandstone"] = {
untranslated = "Ashlar Stone Chair",
untranslated = "Ashlar Sandstone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Ashlar Stone",
"Seating",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,447: Line 2,513:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.7",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,460: Line 2,526:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,469: Line 2,535:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneChairItem",
type = "AshlarSandstoneItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Stone Door"] = {
["Ashlar Shale"] = {
untranslated = "Ashlar Stone Door",
untranslated = "Ashlar Shale",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A heavy ashlar stone door.",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
tagGroups = {
tagGroups = {
"Doors",
"Ashlar Stone",
"Housing Objects",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,515: Line 2,581:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneDoorItem",
type = "AshlarShaleItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Stone Fireplace"] = {
["Ashlar Small Basalt Fountain"] = {
untranslated = "Ashlar Stone Fireplace",
untranslated = "Ashlar Small Basalt Fountain",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Living Room",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,539: Line 2,604:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "1.5",
roomCategory = "Living Room",
roomCategory = "Decoration",
furnitureType = "Fireplace",
furnitureType = "Fountain",
repeatsDepreciation = "0.1",
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
Line 2,552: Line 2,617:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,561: Line 2,626:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneFireplaceItem",
type = "AshlarSmallBasaltFountainItem",
typeID = 0,
typeID = 0,
},
},
["Ashlar Stone Table"] = {
["Ashlar Small Stone Fountain"] = {
untranslated = "Ashlar Stone Table",
untranslated = "Ashlar Small Stone Fountain",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A large stone table crafted by an expert mason.",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,585: Line 2,649:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "1.5",
roomCategory = "Seating",
roomCategory = "Decoration",
furnitureType = "Table",
furnitureType = "Fountain",
repeatsDepreciation = "0.6",
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 2,598: Line 2,662:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,607: Line 2,671:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneTableItem",
type = "AshlarSmallStoneFountainItem",
typeID = 0,
typeID = 0,
},
},
["Asphalt Concrete"] = {
["Ashlar Stone Bench"] = {
untranslated = "Asphalt Concrete",
untranslated = "Ashlar Stone Bench",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A paved surface constructed with asphalt and concrete. It's durable and extremely efficient for any wheeled vehicle.",
description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
tagGroups = {
tagGroups = {
"Blocks",
"Housing",
"Constructable",
"Road",
"Road Type",
"Roads",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,634: Line 2,694:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 2,647: Line 2,707:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,656: Line 2,716:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AsphaltConcreteItem",
type = "AshlarStoneBenchItem",
typeID = 0,
typeID = 0,
},
},
["Assembly Line"] = {
["Ashlar Stone Chair"] = {
untranslated = "Assembly Line",
untranslated = "Ashlar Stone Chair",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "The assembly line allows for mass production of mechanical products.",
description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,680: Line 2,739:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.7",
roomCategory = "Industrial",
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 2,693: Line 2,752:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,702: Line 2,761:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AssemblyLineItem",
type = "AshlarStoneChairItem",
typeID = 0,
typeID = 0,
},
},
["Automatic Loom"] = {
["Ashlar Stone Door"] = {
untranslated = "Automatic Loom",
untranslated = "Ashlar Stone Door",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "An automated device for making fabric by weaving yarn or thread.",
description = "A heavy ashlar stone door.",
tagGroups = {
tagGroups = {},
"Craft Tables",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,727: Line 2,783:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,739: Line 2,795:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,748: Line 2,804:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AutomaticLoomItem",
type = "AshlarStoneDoorItem",
typeID = 0,
typeID = 0,
},
},
["Autumn Stew"] = {
["Ashlar Stone Fireplace"] = {
untranslated = "Autumn Stew",
untranslated = "Ashlar Stone Fireplace",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A healthy and cozy meal for those cold days.",
description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
tagGroups = {
tagGroups = {
"Cooking",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 600,
weight = 5000,
calories = 1200,
calories = nil,
carbs = 13,
carbs = nil,
protein = 8,
protein = nil,
fat = 5,
fat = nil,
vitamins = 12,
vitamins = nil,
density = 3.166666666666667,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Fireplace",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 2,785: Line 2,840:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,794: Line 2,849:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AutumnStewItem",
type = "AshlarStoneFireplaceItem",
typeID = 0,
typeID = 0,
},
},
["Baked Agave"] = {
["Ashlar Stone Table"] = {
untranslated = "Baked Agave",
untranslated = "Ashlar Stone Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.",
description = "A large stone table crafted by an expert mason.",
tagGroups = {
tagGroups = {
"Baked Food",
"Housing",
"Baked Vegetable",
"Baking",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 2000,
calories = 700,
calories = nil,
carbs = 14,
carbs = nil,
protein = 2,
protein = nil,
fat = 4,
fat = nil,
vitamins = 8,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 2,833: Line 2,885:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,842: Line 2,894:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedAgaveItem",
type = "AshlarStoneTableItem",
typeID = 0,
typeID = 0,
},
},
["Baked Beet"] = {
["Asphalt Concrete"] = {
untranslated = "Baked Beet",
untranslated = "Asphalt Concrete",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Baked beets that retain more nutrients than more simple methods of cooking.",
description = "A paved surface constructed with asphalt and concrete. It's durable and extremely efficient for any wheeled vehicle.",
tagGroups = {
tagGroups = {
"Baked Food",
"Constructable",
"Baked Vegetable",
"Road",
"Baking",
"Road Type",
"Food",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 300,
weight = 10000,
calories = 700,
calories = nil,
carbs = 10,
carbs = nil,
protein = 1,
protein = nil,
fat = 2,
fat = nil,
vitamins = 15,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 2,890: Line 2,941:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedBeetItem",
type = "AsphaltConcreteItem",
typeID = 0,
typeID = 0,
},
},
["Baked Corn"] = {
["Assembly Line"] = {
untranslated = "Baked Corn",
untranslated = "Assembly Line",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Baked corn that retains more nutrients than more simple methods of cooking.",
description = "The assembly line allows for mass production of mechanical products.",
tagGroups = {
tagGroups = {
"Baked Food",
"Crafting Table",
"Baked Vegetable",
"Baking",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 10000,
calories = 700,
calories = nil,
carbs = 12,
carbs = nil,
protein = 3,
protein = nil,
fat = 2,
fat = nil,
vitamins = 11,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 2,929: Line 2,977:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x7x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,938: Line 2,986:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedCornItem",
type = "AssemblyLineItem",
typeID = 0,
typeID = 0,
},
},
["Baked Heart Of Palm"] = {
["Automatic Loom"] = {
untranslated = "Baked Heart Of Palm",
untranslated = "Automatic Loom",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Baked heart of palm that retains more nutrients than more simple methods of cooking.",
description = "An automated device for making fabric by weaving yarn or thread.",
tagGroups = {
tagGroups = {
"Baked Food",
"Crafting Table",
"Baked Vegetable",
"Baking",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 10000,
calories = 700,
calories = nil,
carbs = 12,
carbs = nil,
protein = 6,
protein = nil,
fat = 4,
fat = nil,
vitamins = 6,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 2,977: Line 3,022:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x5x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,986: Line 3,031:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedHeartOfPalmItem",
type = "AutomaticLoomItem",
typeID = 0,
typeID = 0,
},
},
["Baked Meat"] = {
["Autumn Stew"] = {
untranslated = "Baked Meat",
untranslated = "Autumn Stew",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Baked meat is less fatty than other methods of cooking.",
description = "A healthy and cozy meal for those cold days.",
tagGroups = {
tagGroups = {
"Baking",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 800,
weight = 600,
calories = 700,
calories = 1200,
carbs = 0,
carbs = 13,
protein = 17,
protein = 8,
fat = 13,
fat = 5,
vitamins = 0,
vitamins = 12,
density = 4.285714285714286,
density = 3.166666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,032: Line 3,076:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedMeatItem",
type = "AutumnStewItem",
typeID = 0,
typeID = 0,
},
},
["Baked Roast"] = {
["Baked Agave"] = {
untranslated = "Baked Roast",
untranslated = "Baked Agave",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A trussed roast baked to perfection.",
description = "Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.",
tagGroups = {
tagGroups = {
"Baked Food",
"Baked Food",
"Baking",
"Baked Vegetable",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 900,
weight = 300,
calories = 1000,
calories = 700,
carbs = 4,
carbs = 14,
protein = 16,
protein = 2,
fat = 10,
fat = 4,
vitamins = 4,
vitamins = 8,
density = 3.4000000000000004,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,079: Line 3,123:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedRoastItem",
type = "BakedAgaveItem",
typeID = 0,
typeID = 0,
},
},
["Baked Taro"] = {
["Baked Beet"] = {
untranslated = "Baked Taro",
untranslated = "Baked Beet",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Baked taro root.",
description = "Baked beets that retain more nutrients than more simple methods of cooking.",
tagGroups = {
tagGroups = {
"Baked Food",
"Baked Food",
"Baked Vegetable",
"Baked Vegetable",
"Baking",
"Food",
"Food",
},
},
Line 3,097: Line 3,140:
weight = 300,
weight = 300,
calories = 700,
calories = 700,
carbs = 8,
carbs = 10,
protein = 6,
protein = 1,
fat = 2,
fat = 2,
vitamins = 12,
vitamins = 15,
density = 4.0,
density = 4.0,
fuel = nil,
fuel = nil,
Line 3,127: Line 3,170:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedTaroItem",
type = "BakedBeetItem",
typeID = 0,
typeID = 0,
},
},
["Baked Tomato"] = {
["Baked Corn"] = {
untranslated = "Baked Tomato",
untranslated = "Baked Corn",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Baked tomatoes might not look as red or plump as the raw variety, but they are nice and tasty.",
description = "Baked corn that retains more nutrients than more simple methods of cooking.",
tagGroups = {
tagGroups = {
"Baked Food",
"Baked Food",
"Baked Vegetable",
"Baked Vegetable",
"Baking",
"Food",
"Food",
},
},
Line 3,145: Line 3,187:
weight = 300,
weight = 300,
calories = 700,
calories = 700,
carbs = 16,
carbs = 12,
protein = 1,
protein = 3,
fat = 5,
fat = 2,
vitamins = 6,
vitamins = 11,
density = 4.0,
density = 4.0,
fuel = nil,
fuel = nil,
Line 3,175: Line 3,217:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedTomatoItem",
type = "BakedCornItem",
typeID = 0,
typeID = 0,
},
},
["Bakery Oven"] = {
["Baked Heart Of Palm"] = {
untranslated = "Bakery Oven",
untranslated = "Baked Heart Of Palm",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A solidly built brick oven useful for baking all manner of treats.",
description = "Baked heart of palm that retains more nutrients than more simple methods of cooking.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Baked Food",
"Kitchen",
"Baked Vegetable",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 300,
calories = nil,
calories = 700,
carbs = nil,
carbs = 12,
protein = nil,
protein = 6,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 6,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Kitchen",
roomCategory = nil,
furnitureType = "Cooking",
furnitureType = nil,
repeatsDepreciation = "0.3",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 3,212: Line 3,255:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "24",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 3,221: Line 3,264:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakeryOvenItem",
type = "BakedHeartOfPalmItem",
typeID = 0,
typeID = 0,
},
},
["Baking Upgrade"] = {
["Baked Meat"] = {
untranslated = "Baking Upgrade",
untranslated = "Baked Meat",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.",
description = "Baked meat is less fatty than other methods of cooking.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Food",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 800,
calories = nil,
calories = 700,
carbs = nil,
carbs = 0,
protein = nil,
protein = 17,
fat = nil,
fat = 13,
vitamins = nil,
vitamins = 0,
density = nil,
density = 4.285714285714286,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,267: Line 3,309:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakingUpgradeItem",
type = "BakedMeatItem",
typeID = 0,
typeID = 0,
},
},
["Ballot Box"] = {
["Baked Roast"] = {
untranslated = "Ballot Box",
untranslated = "Baked Roast",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A tamper proof box where votes are cast. Citizens can run for elected office here.",
description = "A trussed roast baked to perfection.",
tagGroups = {
tagGroups = {
"Government",
"Baked Food",
"Work Stations",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 900,
calories = nil,
calories = 1000,
carbs = nil,
carbs = 4,
protein = nil,
protein = 16,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 4,
density = nil,
density = 3.4000000000000004,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,313: Line 3,355:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BallotBoxItem",
type = "BakedRoastItem",
typeID = 0,
typeID = 0,
},
},
Bandana = {
["Baked Taro"] = {
untranslated = "Bandana",
untranslated = "Baked Taro",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "It just looks cool.",
description = "Baked taro root.",
tagGroups = {
tagGroups = {
"Clothes",
"Baked Food",
"Baked Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 300,
calories = nil,
calories = 700,
carbs = nil,
carbs = 8,
protein = nil,
protein = 6,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 12,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,358: Line 3,402:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BandanaItem",
type = "BakedTaroItem",
typeID = 0,
typeID = 0,
},
},
["Banh Xeo"] = {
["Baked Tomato"] = {
untranslated = "Banh Xeo",
untranslated = "Baked Tomato",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Wrap the pancakes in the greens, then dip.",
description = "Baked tomatoes might not look as red or plump as the raw variety, but they are nice and tasty.",
tagGroups = {
tagGroups = {
"Cooking",
"Baked Food",
"Baked Vegetable",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 300,
calories = 1550,
calories = 700,
carbs = 26,
carbs = 16,
protein = 17,
protein = 1,
fat = 10,
fat = 5,
vitamins = 4,
vitamins = 6,
density = 3.6774193548387095,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,404: Line 3,449:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BanhXeoItem",
type = "BakedTomatoItem",
typeID = 0,
typeID = 0,
},
},
Bank = {
["Bakery Oven"] = {
untranslated = "Bank",
untranslated = "Bakery Oven",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "Allows players to create and use bank accounts.",
description = "A solidly built brick oven useful for baking all manner of treats.",
tagGroups = {
tagGroups = {
"Economic",
"Crafting Table",
"Work Stations",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
Line 3,428: Line 3,473:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Kitchen",
furnitureType = nil,
furnitureType = "Cooking",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 3,441: Line 3,486:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 3,450: Line 3,495:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BankItem",
type = "BakeryOvenItem",
typeID = 0,
typeID = 0,
},
},
Bannock = {
["Baking Skill Book"] = {
untranslated = "Bannock",
untranslated = "Baking Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "A dense whole wheat unleavened bread.",
description = "Baking Skill Book",
tagGroups = {
tagGroups = {
"Campfire",
"Skill Books",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 700,
calories = nil,
carbs = 15,
carbs = nil,
protein = 3,
protein = nil,
fat = 6,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,496: Line 3,540:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BannockItem",
type = "Baking Skill BookItem",
typeID = 0,
typeID = 0,
},
},
Barrel = {
["Baking Skill Scroll"] = {
untranslated = "Barrel",
untranslated = "Baking Skill Scroll",
category = nil,
category = nil,
group = "Blocks",
group = "Skill Scrolls",
description = "A metal barrel for carrying liquids.",
description = "Baking Skill Scroll",
tagGroups = {
tagGroups = {
"Blocks",
"Skill Scrolls",
"Liquids",
},
},
maxStack = 20,
maxStack = 10,
carried = "Hands",
carried = "Backpack",
weight = 2000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,542: Line 3,585:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BarrelItem",
type = "Baking Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Barrel Cactus Seed"] = {
["Baking Upgrade"] = {
untranslated = "Barrel Cactus Seed",
untranslated = "Baking Upgrade",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow barrel cactus.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,588: Line 3,630:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BarrelCactusSeedItem",
type = "BakingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Basalt = {
["Ballot Box"] = {
untranslated = "Basalt",
untranslated = "Ballot Box",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "A hard and heavy rock with some uses in construction. Basalt forms directly from lava erupted volcanically, making it an extrusive igneous rock. The basis of all bedrock in the oceans.",
description = "A tamper proof box where votes are cast. Citizens can run for elected office here.",
tagGroups = {
tagGroups = {
"Excavatable",
"Government",
"Natural Resources",
"Rock",
"Stone",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 7500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,627: Line 3,666:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 3,636: Line 3,675:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasaltItem",
type = "BallotBoxItem",
typeID = 0,
typeID = 0,
},
},
["Basic Backpack"] = {
Bandana = {
untranslated = "Basic Backpack",
untranslated = "Bandana",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "A basic backpack to carry supplies.\\n\\n(Increases max carry weight by 5 kg)",
description = "It just looks cool.",
tagGroups = {
tagGroups = {
"Clothes",
"Clothes",
Line 3,681: Line 3,720:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicBackpackItem",
type = "BandanaItem",
typeID = 0,
typeID = 0,
},
},
["Basic Circuit"] = {
["Banh Xeo"] = {
untranslated = "Basic Circuit",
untranslated = "Banh Xeo",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A complex electrical component used in advanced electronics.",
description = "Wrap the pancakes in the greens, then dip.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = 1550,
carbs = nil,
carbs = 26,
protein = nil,
protein = 17,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 4,
density = nil,
density = 3.6774193548387095,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,727: Line 3,765:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicCircuitItem",
type = "BanhXeoItem",
typeID = 0,
typeID = 0,
},
},
["Basic Engineering Upgrade"] = {
Bank = {
untranslated = "Basic Engineering Upgrade",
untranslated = "Bank",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.",
description = "Allows players to create and use bank accounts.",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
maxStack = 1,
"Upgrade Modules",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,764: Line 3,799:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 3,773: Line 3,808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicEngineeringUpgradeItem",
type = "BankItem",
typeID = 0,
typeID = 0,
},
},
["Basic Salad"] = {
Bannock = {
untranslated = "Basic Salad",
untranslated = "Bannock",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A seemingly random assortment of wild plants that form a sort of salad.",
description = "A dense whole wheat unleavened bread.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
"Salad",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 100,
calories = 800,
calories = 700,
carbs = 18,
carbs = 15,
protein = 6,
protein = 3,
fat = 4,
fat = 6,
vitamins = 10,
vitamins = 0,
density = 4.75,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,820: Line 3,853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicSaladItem",
type = "BannockItem",
typeID = 0,
typeID = 0,
},
},
["Basic Upgrade 1"] = {
Barrel = {
untranslated = "Basic Upgrade 1",
untranslated = "Barrel",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Blocks",
description = "Basic Upgrade that increases crafting efficiency.",
description = "A metal barrel for carrying liquids.",
tagGroups = {
tagGroups = {},
"Basic Upgrade",
maxStack = 20,
"Basic Upgrades",
carried = "Hands",
"Upgrade Modules",
weight = 2000,
},
maxStack = 100,
carried = "Backpack",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,867: Line 3,896:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicUpgradeLvl1Item",
type = "BarrelItem",
typeID = 0,
typeID = 0,
},
},
["Basic Upgrade 2"] = {
["Barrel Cactus Seed"] = {
untranslated = "Basic Upgrade 2",
untranslated = "Barrel Cactus Seed",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that increases crafting efficiency.",
description = "Plant to grow barrel cactus.",
tagGroups = {
tagGroups = {
"Basic Upgrade",
"Food",
"Basic Upgrades",
"Seeds",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,914: Line 3,942:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicUpgradeLvl2Item",
type = "BarrelCactusSeedItem",
typeID = 0,
typeID = 0,
},
},
["Basic Upgrade 3"] = {
Basalt = {
untranslated = "Basic Upgrade 3",
untranslated = "Basalt",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Natural Resources",
description = "Basic Upgrade that increases crafting efficiency.",
description = "A hard and heavy rock with some uses in construction. Basalt forms directly from lava erupted volcanically, making it an extrusive igneous rock. The basis of all bedrock in the oceans.",
tagGroups = {
tagGroups = {
"Basic Upgrade",
"Excavatable",
"Basic Upgrades",
"Rock",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1,
weight = 7500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,961: Line 3,988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicUpgradeLvl3Item",
type = "BasaltItem",
typeID = 0,
typeID = 0,
},
},
["Basic Upgrade 4"] = {
["Basic Backpack"] = {
untranslated = "Basic Upgrade 4",
untranslated = "Basic Backpack",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Basic Upgrade that increases crafting efficiency.",
description = "A basic backpack to carry supplies.\\n\\n(Increases max carry weight by 5 kg)",
tagGroups = {
tagGroups = {
"Basic Upgrade",
"Clothes",
"Basic Upgrades",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,008: Line 4,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicUpgradeLvl4Item",
type = "BasicBackpackItem",
typeID = 0,
typeID = 0,
},
},
Bass = {
["Basic Circuit"] = {
untranslated = "Bass",
untranslated = "Basic Circuit",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A bass. ",
description = "A complex electrical component used in advanced electronics.",
tagGroups = {
tagGroups = {},
"Animal",
"Fish",
"Medium Fish",
"Natural Resources",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 800,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,056: Line 4,076:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BassItem",
type = "BasicCircuitItem",
typeID = 0,
typeID = 0,
},
},
Bathtub = {
["Basic Engineering Skill Book"] = {
untranslated = "Bathtub",
untranslated = "Basic Engineering Skill Book",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Books",
description = "A porcelain bathtub for when you need to get clean or just relax.",
description = "Basic Engineering Skill Book",
tagGroups = {
tagGroups = {
"Bathroom",
"Skill Books",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,080: Line 4,099:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Bathroom",
roomCategory = nil,
furnitureType = "Sink",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 4,093: Line 4,112:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 4,102: Line 4,121:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BathtubItem",
type = "Basic Engineering Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Bean Paste"] = {
["Basic Engineering Skill Scroll"] = {
untranslated = "Bean Paste",
untranslated = "Basic Engineering Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "Smashed beans can work as a thickener or flavour enhancer.",
description = "Basic Engineering Skill Scroll",
tagGroups = {
tagGroups = {
"Food",
"Skill Scrolls",
"Ingredients",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 10,
calories = 40,
calories = nil,
carbs = 3,
carbs = nil,
protein = 5,
protein = nil,
fat = 7,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 37.5,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,148: Line 4,166:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeanPasteItem",
type = "Basic Engineering Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Bean Sprout"] = {
["Basic Engineering Upgrade"] = {
untranslated = "Bean Sprout",
untranslated = "Basic Engineering Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "The small sprouts from a grown bean plant.",
description = "Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = 100,
calories = nil,
carbs = 2,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 5,
vitamins = nil,
density = 8.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,195: Line 4,211:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeanSproutItem",
type = "BasicEngineeringUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Beans = {
["Basic Salad"] = {
untranslated = "Beans",
untranslated = "Basic Salad",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "A good source of protein.",
description = "A seemingly random assortment of wild plants that form a sort of salad.",
tagGroups = {
tagGroups = {
"Crop",
"Crop Seed",
"Food",
"Food",
"Raw Food",
"Salad",
"Seeds",
"Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 300,
calories = 150,
calories = 800,
carbs = 1,
carbs = 18,
protein = 4,
protein = 6,
fat = 3,
fat = 4,
vitamins = 0,
vitamins = 10,
density = nil,
density = 4.75,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,245: Line 4,257:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeansItem",
type = "BasicSaladItem",
typeID = 0,
typeID = 0,
},
},
["Bear SUPREME"] = {
["Basic Upgrade 1"] = {
untranslated = "Bear SUPREME",
untranslated = "Basic Upgrade 1",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "Just because the name has 'bear' in it doesn't mean it actually contains bear.",
description = "Basic Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Cooking",
"Basic Upgrade",
"Food",
"Upgrade",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1,
calories = 1250,
calories = nil,
carbs = 6,
carbs = nil,
protein = 22,
protein = nil,
fat = 23,
fat = nil,
vitamins = 9,
vitamins = nil,
density = 4.8,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,291: Line 4,303:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BearSUPREMEItem",
type = "BasicUpgradeLvl1Item",
typeID = 0,
typeID = 0,
},
},
Bearclaw = {
["Basic Upgrade 2"] = {
untranslated = "Bearclaw",
untranslated = "Basic Upgrade 2",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A sweet pastry with seperated sections that look a bit like a claw.",
description = "Basic Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Baking",
"Basic Upgrade",
"Food",
"Upgrade",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 1,
calories = 850,
calories = nil,
carbs = 14,
carbs = nil,
protein = 4,
protein = nil,
fat = 21,
fat = nil,
vitamins = 7,
vitamins = nil,
density = 5.411764705882352,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,337: Line 4,349:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BearclawItem",
type = "BasicUpgradeLvl2Item",
typeID = 0,
typeID = 0,
},
},
Bearpack = {
["Basic Upgrade 3"] = {
untranslated = "Bearpack",
untranslated = "Basic Upgrade 3",
category = nil,
category = nil,
group = "Clothing",
group = "Upgrade Modules",
description = "Can you carry as much as a bear! Not really, but it helps you carry more.\\n\\n(Increases max carry weight by 15 kg)",
description = "Basic Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Clothes",
"Basic Upgrade",
"Upgrade",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,382: Line 4,395:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BearpackItem",
type = "BasicUpgradeLvl3Item",
typeID = 0,
typeID = 0,
},
},
["Beaver Carcass"] = {
["Basic Upgrade 4"] = {
untranslated = "Beaver Carcass",
untranslated = "Basic Upgrade 4",
category = nil,
category = nil,
group = "Item",
group = "Upgrade Modules",
description = "A dead beaver.",
description = "Basic Upgrade that increases crafting efficiency.",
tagGroups = {},
tagGroups = {
"Basic Upgrade",
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,425: Line 4,441:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeaverCarcassItem",
type = "BasicUpgradeLvl4Item",
typeID = 0,
typeID = 0,
},
},
Beet = {
Bass = {
untranslated = "Beet",
untranslated = "Bass",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A brilliantly colored bulb with an earthy sweetness.",
description = "A bass. ",
tagGroups = {
tagGroups = {
"Food",
"Fish",
"Produce",
"Medium Fish",
"Raw Food",
"Root",
"Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 125,
weight = 800,
calories = 230,
calories = nil,
carbs = 2,
carbs = nil,
protein = 0,
protein = nil,
fat = 2,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 3.4782608695652173,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,474: Line 4,487:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeetItem",
type = "BassItem",
typeID = 0,
typeID = 0,
},
},
["Beet Campfire Salad"] = {
Bathtub = {
untranslated = "Beet Campfire Salad",
untranslated = "Bathtub",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A myriad of plants that make a healthy and odd blend.",
description = "A porcelain bathtub for when you need to get clean or just relax.",
tagGroups = {
tagGroups = {
"Campfire",
"Housing",
"Campfire Salad",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 2000,
calories = 900,
calories = nil,
carbs = 8,
carbs = nil,
protein = 4,
protein = nil,
fat = 3,
fat = nil,
vitamins = 13,
vitamins = nil,
density = 3.111111111111111,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Sink",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 4,512: Line 4,523:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 4,521: Line 4,532:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeetCampfireSaladItem",
type = "BathtubItem",
typeID = 0,
typeID = 0,
},
},
["Beet Greens"] = {
["Bean Paste"] = {
untranslated = "Beet Greens",
untranslated = "Bean Paste",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "The leafy greens from a beet with a distinctive red stem.",
description = "Smashed beans can work as a thickener or flavour enhancer.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Greens",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 200,
calories = 100,
calories = 40,
carbs = 3,
carbs = 3,
protein = 1,
protein = 5,
fat = 0,
fat = 7,
vitamins = 4,
vitamins = 0,
density = 8.0,
density = 37.5,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,569: Line 4,577:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeetGreensItem",
type = "BeanPasteItem",
typeID = 0,
typeID = 0,
},
},
["Beet Seed"] = {
["Bean Sprout"] = {
untranslated = "Beet Seed",
untranslated = "Bean Sprout",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow beets.",
description = "The small sprouts from a grown bean plant.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Seeds",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 50,
calories = 0,
calories = 100,
carbs = 0,
carbs = 2,
protein = 0,
protein = 1,
fat = 0,
fat = 0,
vitamins = 0,
vitamins = 5,
density = 0,
density = 8.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,616: Line 4,623:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeetSeedItem",
type = "BeanSproutItem",
typeID = 0,
typeID = 0,
},
},
["Berry Extract Fertilizer"] = {
Beans = {
untranslated = "Berry Extract Fertilizer",
untranslated = "Beans",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "An excellent fertilizer that provides a mix of nutrients, but especially potassium.",
description = "A good source of protein.",
tagGroups = {
tagGroups = {
"Fertilizers",
"Crop",
"Items",
"Crop Seed",
"Food",
"Raw Food",
"Seeds",
"Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 50,
calories = nil,
calories = 150,
carbs = nil,
carbs = 1,
protein = nil,
protein = 4,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 0,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 4,662: Line 4,673:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BerryExtractFertilizerItem",
type = "BeansItem",
typeID = 0,
typeID = 0,
},
},
["Big Backpack"] = {
["Bear SUPREME"] = {
untranslated = "Big Backpack",
untranslated = "Bear SUPREME",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A survival backpack that offers more support than the basic backpack.\\n\\n(Increases max carry weight by 10 kg)",
description = "Just because the name has 'bear' in it doesn't mean it actually contains bear.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = 1250,
carbs = nil,
carbs = 6,
protein = nil,
protein = 22,
fat = nil,
fat = 23,
vitamins = nil,
vitamins = 9,
density = nil,
density = 4.8,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,707: Line 4,718:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BigBackpackItem",
type = "BearSUPREMEItem",
typeID = 0,
typeID = 0,
},
},
["Big Bluestem Seed"] = {
Bearclaw = {
untranslated = "Big Bluestem Seed",
untranslated = "Bearclaw",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a big bluestem plant.",
description = "A sweet pastry with seperated sections that look a bit like a claw.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 300,
calories = 0,
calories = 850,
carbs = 0,
carbs = 14,
protein = 0,
protein = 4,
fat = 0,
fat = 21,
vitamins = 0,
vitamins = 7,
density = 0,
density = 5.411764705882352,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,753: Line 4,763:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BigBluestemSeedItem",
type = "BearclawItem",
typeID = 0,
typeID = 0,
},
},
["Bighorn Carcass"] = {
Bearpack = {
untranslated = "Bighorn Carcass",
untranslated = "Bearpack",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "A dead bighorn.",
description = "Can you carry as much as a bear! Not really, but it helps you carry more.\\n\\n(Increases max carry weight by 15 kg)",
tagGroups = {
tagGroups = {
"Animal",
"Clothes",
"Medium Carcass",
"Medium Wooly Carcass",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 3500,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,801: Line 4,808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BighornCarcassItem",
type = "BearpackItem",
typeID = 0,
typeID = 0,
},
},
Biodiesel = {
["Beaver Carcass"] = {
untranslated = "Biodiesel",
untranslated = "Beaver Carcass",
category = nil,
category = nil,
group = "Blocks",
group = "Item",
description = "A vegetable or animal fat-based diesel fuel.",
description = "A dead beaver.",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 100,
"Liquid Fuel",
carried = "Backpack",
"Liquids",
weight = 1000,
},
maxStack = 20,
carried = "Hands",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,823: Line 4,826:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 80000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,848: Line 4,851:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BiodieselItem",
type = "BeaverCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Birch Log"] = {
Beet = {
untranslated = "Birch Log",
untranslated = "Beet",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "Birch log is a type of hardwood, notable for its white and papery bark.",
description = "A brilliantly colored bulb with an earthy sweetness.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Food",
"Hardwood",
"Raw Food",
"Logs",
"Root",
"Natural Resources",
"Vegetable",
"Wood",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 125,
calories = nil,
calories = 230,
carbs = nil,
carbs = 2,
protein = nil,
protein = 0,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 4,
density = nil,
density = 3.4782608695652173,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,897: Line 4,899:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BirchLogItem",
type = "BeetItem",
typeID = 0,
typeID = 0,
},
},
["Birch Seed"] = {
["Beet Campfire Salad"] = {
untranslated = "Birch Seed",
untranslated = "Beet Campfire Salad",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow into a birch sapling.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Campfire Salad",
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 200,
calories = 0,
calories = 900,
carbs = 0,
carbs = 8,
protein = 0,
protein = 4,
fat = 0,
fat = 3,
vitamins = 0,
vitamins = 13,
density = 0,
density = 3.111111111111111,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,943: Line 4,945:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BirchSeedItem",
type = "BeetCampfireSaladItem",
typeID = 0,
typeID = 0,
},
},
["Bison Carcass"] = {
["Beet Greens"] = {
untranslated = "Bison Carcass",
untranslated = "Beet Greens",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead bison.",
description = "The leafy greens from a beet with a distinctive red stem.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Natural Resources",
"Greens",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5500,
weight = 100,
calories = nil,
calories = 100,
carbs = nil,
carbs = 3,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 4,
density = nil,
density = 8.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,989: Line 4,992:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BisonCarcassItem",
type = "BeetGreensItem",
typeID = 0,
typeID = 0,
},
},
["Bison Chow Fun"] = {
["Beet Seed"] = {
untranslated = "Bison Chow Fun",
untranslated = "Beet Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Who says food can't be fun?",
description = "Plant to grow beets.",
tagGroups = {
tagGroups = {
"Cooking",
"Crop Seed",
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 550,
weight = 50,
calories = 1450,
calories = 0,
carbs = 16,
carbs = 0,
protein = 13,
protein = 0,
fat = 20,
fat = 0,
vitamins = 8,
vitamins = 0,
density = 3.9310344827586206,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,035: Line 5,039:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BisonChowFunItem",
type = "BeetSeedItem",
typeID = 0,
typeID = 0,
},
},
["Bison Mount"] = {
["Berry Extract Fertilizer"] = {
untranslated = "Bison Mount",
untranslated = "Berry Extract Fertilizer",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A fluffy, but very dead, bison head on a mount.",
description = "An excellent fertilizer that provides a mix of nutrients, but especially potassium.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Fertilizer",
"Living Room",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,059: Line 5,062:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "4.5",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 5,072: Line 5,075:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,081: Line 5,084:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BisonMountItem",
type = "BerryExtractFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Blast Furnace"] = {
["Big Backpack"] = {
untranslated = "Blast Furnace",
untranslated = "Big Backpack",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A superior replacement for the bloomery that can produce steel.",
description = "A survival backpack that offers more support than the basic backpack.\\n\\n(Increases max carry weight by 10 kg)",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,106: Line 5,108:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 5,127: Line 5,129:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BlastFurnaceItem",
type = "BigBackpackItem",
typeID = 0,
typeID = 0,
},
},
["Blood Meal Fertilizer"] = {
["Big Bluestem Seed"] = {
untranslated = "Blood Meal Fertilizer",
untranslated = "Big Bluestem Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Blood meal is a great source of nitrogen.",
description = "Plant to grow a big bluestem plant.",
tagGroups = {
tagGroups = {
"Fertilizers",
"Food",
"Items",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,173: Line 5,175:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BloodMealFertilizerItem",
type = "BigBluestemSeedItem",
typeID = 0,
typeID = 0,
},
},
Bloomery = {
["Bighorn Carcass"] = {
untranslated = "Bloomery",
untranslated = "Bighorn Carcass",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "A chimney-shaped furnace for smelting ores.",
description = "A dead bighorn.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Medium Carcass",
"Work Stations",
"Medium Wooly Carcass",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 3500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,198: Line 5,200:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 5,219: Line 5,221:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BloomeryItem",
type = "BighornCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Blue Shark"] = {
Biodiesel = {
untranslated = "Blue Shark",
untranslated = "Biodiesel",
category = nil,
category = nil,
group = "Natural Resources",
group = "Blocks",
description = "A blue shark.",
description = "A vegetable or animal fat-based diesel fuel.",
tagGroups = {
tagGroups = {
"Animal",
"Liquid Fuel",
"Fish",
"Large Fish",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,242: Line 5,241:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 80000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,267: Line 5,266:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BlueSharkItem",
type = "BiodieselItem",
typeID = 0,
typeID = 0,
},
},
Board = {
["Birch Log"] = {
untranslated = "Board",
untranslated = "Birch Log",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "A higher quality board used for long lasting furniture.",
description = "Birch log is a type of hardwood, notable for its white and papery bark.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Burnable Fuel",
"Items",
"Hardwood",
"Products",
"Wood",
"Wood Board",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,290: Line 5,288:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 2000,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,315: Line 5,313:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoardItem",
type = "BirchLogItem",
typeID = 0,
typeID = 0,
},
},
["Board Of Elections"] = {
["Birch Seed"] = {
untranslated = "Board Of Elections",
untranslated = "Birch Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Allows the creation of Election Processes, which are different kinds of elections with different settings (who can vote, who can veto, etc).",
description = "Plant to grow into a birch sapling.",
tagGroups = {
tagGroups = {
"Government",
"Food",
"Work Stations",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,361: Line 5,359:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoardOfElectionsItem",
type = "BirchSeedItem",
typeID = 0,
typeID = 0,
},
},
["Boiled Grains"] = {
["Bison Carcass"] = {
untranslated = "Boiled Grains",
untranslated = "Bison Carcass",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.",
description = "A dead bison.",
tagGroups = {
tagGroups = {},
"Charred Food",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5500,
calories = 350,
calories = nil,
carbs = 9,
carbs = nil,
protein = 2,
protein = nil,
fat = 0,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,407: Line 5,402:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoiledGrainsItem",
type = "BisonCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Boiled Rice"] = {
["Bison Chow Fun"] = {
untranslated = "Boiled Rice",
untranslated = "Bison Chow Fun",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Soft and fluffy.",
description = "Who says food can't be fun?",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Ingredients",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 550,
calories = 210,
calories = 1450,
carbs = 13,
carbs = 16,
protein = 2,
protein = 13,
fat = 0,
fat = 20,
vitamins = 0,
vitamins = 8,
density = 7.142857142857142,
density = 3.9310344827586206,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,453: Line 5,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoiledRiceItem",
type = "BisonChowFunItem",
typeID = 0,
typeID = 0,
},
},
["Boiled Sausage"] = {
["Bison Mount"] = {
untranslated = "Boiled Sausage",
untranslated = "Bison Mount",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Boiled sausages might not be as pretty as grilled ones, but they're still tasty.",
description = "A fluffy, but very dead, bison head on a mount.",
tagGroups = {
tagGroups = {
"Cooking",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 2000,
calories = 600,
calories = nil,
carbs = 0,
carbs = nil,
protein = 27,
protein = nil,
fat = 22,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 8.166666666666666,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "4.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 5,490: Line 5,483:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,499: Line 5,492:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoiledSausageItem",
type = "BisonMountItem",
typeID = 0,
typeID = 0,
},
},
Boiler = {
["Blacksmith Advanced Upgrade"] = {
untranslated = "Boiler",
untranslated = "Blacksmith Advanced Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A vessel used for heating fluids.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
tagGroups = {
tagGroups = {
"Items",
"Upgrade",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,545: Line 5,537:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoilerItem",
type = "BlacksmithAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Bolete Mushroom Spores"] = {
["Blacksmith Skill Book"] = {
untranslated = "Bolete Mushroom Spores",
untranslated = "Blacksmith Skill Book",
category = nil,
category = nil,
group = "Seed",
group = "Skill Books",
description = "Plant to grow bolete mushrooms.",
description = "Blacksmith Skill Book",
tagGroups = {
tagGroups = {
"Crop Seed",
"Skill Books",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 100,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,592: Line 5,582:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoleteMushroomSporesItem",
type = "Blacksmith Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Bolete Mushrooms"] = {
["Blacksmith Skill Scroll"] = {
untranslated = "Bolete Mushrooms",
untranslated = "Blacksmith Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "Boletus edulis.",
description = "Blacksmith Skill Scroll",
tagGroups = {
tagGroups = {
"Food",
"Skill Scrolls",
"Fungus",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 10,
calories = 200,
calories = nil,
carbs = 2,
carbs = nil,
protein = 4,
protein = nil,
fat = 1,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,640: Line 5,627:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoleteMushroomsItem",
type = "Blacksmith Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
Bookshelf = {
["Blacksmith Table"] = {
untranslated = "Bookshelf",
untranslated = "Blacksmith Table",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A place to store knowledge and information; leads to the town hall.",
description = "A simple workplace with assorted tools for creating both decorative pieces and necessary items.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Living Room",
},
},
maxStack = 1,
maxStack = 1,
Line 5,664: Line 5,650:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = "Industrial",
furnitureType = "Shelves",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 5,677: Line 5,663:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,686: Line 5,672:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BookshelfItem",
type = "BlacksmithTableItem",
typeID = 0,
typeID = 0,
},
},
Brazier = {
["Blacksmith Upgrade"] = {
untranslated = "Brazier",
untranslated = "Blacksmith Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A metal stand which can hold burning fuel to provide light.",
description = "Basic Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Lighting",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,710: Line 5,695:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.2",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 5,723: Line 5,708:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,732: Line 5,717:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BrazierItem",
type = "BlacksmithUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Bread = {
["Blast Furnace"] = {
untranslated = "Bread",
untranslated = "Blast Furnace",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A delicious, crispy crust hides the soft interior.",
description = "A superior replacement for the bloomery that can produce steel.",
tagGroups = {
tagGroups = {
"Baking",
"Crafting Table",
"Bread",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 10000,
calories = 750,
calories = nil,
carbs = 23,
carbs = nil,
protein = 6,
protein = nil,
fat = 4,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 4.666666666666667,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 5,770: Line 5,753:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,779: Line 5,762:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BreadItem",
type = "BlastFurnaceItem",
typeID = 0,
typeID = 0,
},
},
Brick = {
["Blood Meal Fertilizer"] = {
untranslated = "Brick",
untranslated = "Blood Meal Fertilizer",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Durable building material made from fired blocks and mortar.",
description = "Blood meal is a great source of nitrogen.",
tagGroups = {
tagGroups = {
"Blocks",
"Fertilizer",
"Building Materials",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,808: Line 5,789:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,826: Line 5,807:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BrickItem",
type = "BloodMealFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Brick Fireplace"] = {
Bloomery = {
untranslated = "Brick Fireplace",
untranslated = "Bloomery",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.",
description = "A chimney-shaped furnace for smelting ores.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Living Room",
},
},
maxStack = 1,
maxStack = 1,
Line 5,850: Line 5,830:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = "Industrial",
furnitureType = "Fireplace",
furnitureType = nil,
repeatsDepreciation = "0.1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 5,863: Line 5,843:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,872: Line 5,852:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BrickFireplaceItem",
type = "BloomeryItem",
typeID = 0,
typeID = 0,
},
},
["Builder Boots"] = {
["Blue Shark"] = {
untranslated = "Builder Boots",
untranslated = "Blue Shark",
category = nil,
category = nil,
group = "Clothing",
group = "Natural Resources",
description = "Snug work boots with side zippers.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "A blue shark.",
tagGroups = {
tagGroups = {
"Clothes",
"Fish",
"Large Fish",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,917: Line 5,898:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderBootsItem",
type = "BlueSharkItem",
typeID = 0,
typeID = 0,
},
},
["Builder Gloves"] = {
Board = {
untranslated = "Builder Gloves",
untranslated = "Board",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Leather construction gloves with durable palms and fabric backs for breathability.",
description = "A higher quality board used for long lasting furniture.",
tagGroups = {
tagGroups = {
"Clothes",
"Burnable Fuel",
"Wood Board",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,937: Line 5,919:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 2000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,962: Line 5,944:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderGlovesItem",
type = "BoardItem",
typeID = 0,
typeID = 0,
},
},
["Builder Helmet"] = {
["Board Of Elections"] = {
untranslated = "Builder Helmet",
untranslated = "Board Of Elections",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "A plastic hard hat that protects from falling objects and other hazards found in construction sites.",
description = "Allows the creation of Election Processes, which are different kinds of elections with different settings (who can vote, who can veto, etc).",
tagGroups = {
tagGroups = {
"Clothes",
"Government",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,998: Line 5,980:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,007: Line 5,989:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderHelmetItem",
type = "BoardOfElectionsItem",
typeID = 0,
typeID = 0,
},
},
["Builder Overalls"] = {
["Boiled Grains"] = {
untranslated = "Builder Overalls",
untranslated = "Boiled Grains",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Durable overalls with cargo pockets and hammer loops.",
description = "A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 9,
protein = nil,
protein = 2,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,052: Line 6,034:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderOverallsItem",
type = "BoiledGrainsItem",
typeID = 0,
typeID = 0,
},
},
["Builder Shirt"] = {
["Boiled Rice"] = {
untranslated = "Builder Shirt",
untranslated = "Boiled Rice",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A short sleeved work shirt made from a blend of cotton and synthetic materials. ",
description = "Soft and fluffy.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = nil,
calories = 210,
carbs = nil,
carbs = 13,
protein = nil,
protein = 2,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 7.142857142857142,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,097: Line 6,079:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderShirtItem",
type = "BoiledRiceItem",
typeID = 0,
typeID = 0,
},
},
["Bullrush Seed"] = {
["Boiled Sausage"] = {
untranslated = "Bullrush Seed",
untranslated = "Boiled Sausage",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow bullrush.",
description = "Boiled sausages might not be as pretty as grilled ones, but they're still tasty.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 300,
calories = 0,
calories = 600,
carbs = 0,
carbs = 0,
protein = 0,
protein = 27,
fat = 0,
fat = 22,
vitamins = 0,
vitamins = 0,
density = 0,
density = 8.166666666666666,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,143: Line 6,124:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BullrushSeedItem",
type = "BoiledSausageItem",
typeID = 0,
typeID = 0,
},
},
["Bunchgrass Seed"] = {
Boiler = {
untranslated = "Bunchgrass Seed",
untranslated = "Boiler",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow bunchgrass.",
description = "A vessel used for heating fluids.",
tagGroups = {
tagGroups = {},
"Food",
"Seeds",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 500,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,189: Line 6,167:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BunchgrassSeedItem",
type = "BoilerItem",
typeID = 0,
typeID = 0,
},
},
["Butchery Table"] = {
["Bolete Mushroom Spores"] = {
untranslated = "Butchery Table",
untranslated = "Bolete Mushroom Spores",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A block and cleaver to process raw meat into fancier dishes.",
description = "Plant to grow bolete mushrooms.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crop Seed",
"Kitchen",
"Food",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Kitchen",
roomCategory = nil,
furnitureType = "Food Preparation",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 6,226: Line 6,205:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "18",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,235: Line 6,214:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ButcheryTableItem",
type = "BoleteMushroomSporesItem",
typeID = 0,
typeID = 0,
},
},
["Butchery Upgrade"] = {
["Bolete Mushrooms"] = {
untranslated = "Butchery Upgrade",
untranslated = "Bolete Mushrooms",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.",
description = "Boletus edulis.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Food",
"Upgrade Modules",
"Fungus",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 75,
calories = nil,
calories = 200,
carbs = nil,
carbs = 2,
protein = nil,
protein = 4,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 1,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,281: Line 6,261:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ButcheryUpgradeItem",
type = "BoleteMushroomsItem",
typeID = 0,
typeID = 0,
},
},
Bycocket = {
Bookshelf = {
untranslated = "Bycocket",
untranslated = "Bookshelf",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Also called chapeau … bec, or Billed Hat in france due to it's bird-beak like appearance.",
description = "A place to store knowledge and information; leads to the town hall.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,304: Line 6,284:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Shelves",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 6,317: Line 6,297:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,326: Line 6,306:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BycocketItem",
type = "BookshelfItem",
typeID = 0,
typeID = 0,
},
},
["CO2 Canister"] = {
Brazier = {
untranslated = "CO2 Canister",
untranslated = "Brazier",
category = nil,
category = nil,
group = "Item",
group = "Housing Objects",
description = "For creating fancy foams!",
description = "A metal stand which can hold burning fuel to provide light.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = nil,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,347: Line 6,329:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.2",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 6,360: Line 6,342:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,369: Line 6,351:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CO2CanisterItem",
type = "BrazierItem",
typeID = 0,
typeID = 0,
},
},
["Camas Ash Fertilizer"] = {
Bread = {
untranslated = "Camas Ash Fertilizer",
untranslated = "Bread",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Camas ash fertilizer, though not very potent, is a great source of potassium.",
description = "A delicious, crispy crust hides the soft interior.",
tagGroups = {
tagGroups = {
"Fertilizers",
"Bread",
"Items",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 500,
calories = nil,
calories = 750,
carbs = nil,
carbs = 23,
protein = nil,
protein = 6,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 2,
density = nil,
density = 4.666666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,415: Line 6,397:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasAshFertilizerItem",
type = "BreadItem",
typeID = 0,
typeID = 0,
},
},
["Camas Bread"] = {
Brick = {
untranslated = "Camas Bread",
untranslated = "Brick",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A bread with a camas twist for a bit of flavor and fun. ",
description = "Durable building material made from fired blocks and mortar.",
tagGroups = {
tagGroups = {
"Baking",
"Constructable",
"Bread",
"Food",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 10000,
calories = 800,
calories = nil,
carbs = 13,
carbs = nil,
protein = 5,
protein = nil,
fat = 11,
fat = nil,
vitamins = 7,
vitamins = nil,
density = 4.5,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,444: Line 6,424:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,462: Line 6,442:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasBreadItem",
type = "BrickItem",
typeID = 0,
typeID = 0,
},
},
["Camas Bulb"] = {
["Brick Fireplace"] = {
untranslated = "Camas Bulb",
untranslated = "Brick Fireplace",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow a camas plant.",
description = "A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.",
tagGroups = {
tagGroups = {
"Crop",
"Housing",
"Crop Seed",
"Food",
"Raw Food",
"Root",
"Seeds",
"Vegetable",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 5000,
calories = 150,
calories = nil,
carbs = 1,
carbs = nil,
protein = 2,
protein = nil,
fat = 5,
fat = nil,
vitamins = 0,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Fireplace",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 6,504: Line 6,478:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,513: Line 6,487:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasBulbItem",
type = "BrickFireplaceItem",
typeID = 0,
typeID = 0,
},
},
["Camas Bulb Bake"] = {
["Builder Boots"] = {
untranslated = "Camas Bulb Bake",
untranslated = "Builder Boots",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.",
description = "Snug work boots with side zippers.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Baked Food",
"Clothes",
"Baked Vegetable",
"Baking",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 100,
calories = 700,
calories = nil,
carbs = 12,
carbs = nil,
protein = 7,
protein = nil,
fat = 5,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,561: Line 6,532:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasBulbBakeItem",
type = "BuilderBootsItem",
typeID = 0,
typeID = 0,
},
},
["Camas Paste"] = {
["Builder Gloves"] = {
untranslated = "Camas Paste",
untranslated = "Builder Gloves",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Pulverized camas works as an excellent thickener or flavour enhancer.",
description = "Leather construction gloves with durable palms and fabric backs for breathability.",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
"Ingredients",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 60,
calories = nil,
carbs = 3,
carbs = nil,
protein = 2,
protein = nil,
fat = 10,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 25.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,607: Line 6,577:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasPasteItem",
type = "BuilderGlovesItem",
typeID = 0,
typeID = 0,
},
},
Camera = {
["Builder Helmet"] = {
untranslated = "Camera",
untranslated = "Builder Helmet",
category = nil,
category = nil,
group = "Item",
group = "Clothing",
description = "",
description = "A plastic hard hat that protects from falling objects and other hazards found in construction sites.",
tagGroups = {},
tagGroups = {
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 3000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,650: Line 6,622:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CameraItem",
type = "BuilderHelmetItem",
typeID = 0,
typeID = 0,
},
},
["Camera Film"] = {
["Builder Overalls"] = {
untranslated = "Camera Film",
untranslated = "Builder Overalls",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A film used inside a camera.",
description = "Durable overalls with cargo pockets and hammer loops.",
tagGroups = {
tagGroups = {
"Items",
"Clothes",
"Products",
},
},
maxStack = 100,
maxStack = 100,
Line 6,696: Line 6,667:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CameraFilmItem",
type = "BuilderOverallsItem",
typeID = 0,
typeID = 0,
},
},
["Camo Pants"] = {
["Builder Shirt"] = {
untranslated = "Camo Pants",
untranslated = "Builder Shirt",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
description = "A short sleeved work shirt made from a blend of cotton and synthetic materials. ",
tagGroups = {
tagGroups = {
"Clothes",
"Clothes",
Line 6,741: Line 6,712:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamoPantsItem",
type = "BuilderShirtItem",
typeID = 0,
typeID = 0,
},
},
["Camo Shirt"] = {
["Bullrush Seed"] = {
untranslated = "Camo Shirt",
untranslated = "Bullrush Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
description = "Plant to grow bullrush.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,786: Line 6,758:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamoShirtItem",
type = "BullrushSeedItem",
typeID = 0,
typeID = 0,
},
},
Campfire = {
["Bunchgrass Seed"] = {
untranslated = "Campfire",
untranslated = "Bunchgrass Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Cook like a caveman on an uneven fire.",
description = "Plant to grow bunchgrass.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Food",
"Work Stations",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,832: Line 6,804:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireItem",
type = "BunchgrassSeedItem",
typeID = 0,
typeID = 0,
},
},
["Campfire Cooking Upgrade"] = {
["Butchery Skill Book"] = {
untranslated = "Campfire Cooking Upgrade",
untranslated = "Butchery Skill Book",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Books",
description = "Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.",
description = "Butchery Skill Book",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Skill Books",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,878: Line 6,849:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireCookingUpgradeItem",
type = "Butchery Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Campfire Roast"] = {
["Butchery Skill Scroll"] = {
untranslated = "Campfire Roast",
untranslated = "Butchery Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
description = "Butchery Skill Scroll",
tagGroups = {
tagGroups = {
"Campfire",
"Skill Scrolls",
"Food",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 10,
calories = 1000,
calories = nil,
carbs = 0,
carbs = nil,
protein = 16,
protein = nil,
fat = 12,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 2.8000000000000003,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,924: Line 6,894:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireRoastItem",
type = "Butchery Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
Campsite = {
["Butchery Table"] = {
untranslated = "Campsite",
untranslated = "Butchery Table",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A campsite.",
description = "A block and cleaver to process raw meat into fancier dishes.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crafting Table",
"Work Stations",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
Line 6,948: Line 6,918:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Kitchen",
furnitureType = nil,
furnitureType = "Food Preparation",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 6,961: Line 6,931:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,970: Line 6,940:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampsiteItem",
type = "ButcheryTableItem",
typeID = 0,
typeID = 0,
},
},
["Candle Stand"] = {
["Butchery Upgrade"] = {
untranslated = "Candle Stand",
untranslated = "Butchery Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A fancy candelabra for providing small amounts of light.",
description = "Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Lighting",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,994: Line 6,963:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.4",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 7,007: Line 6,976:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,016: Line 6,985:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CandleStandItem",
type = "ButcheryUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Canvas = {
Bycocket = {
untranslated = "Canvas",
untranslated = "Bycocket",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A canvas used for painting on, made by either cotton or linen.",
description = "Also called chapeau a bec, or Billed Hat in france due to it's bird-beak like appearance.",
tagGroups = {
tagGroups = {
"Items",
"Clothes",
"Products",
},
},
maxStack = 100,
maxStack = 100,
Line 7,062: Line 7,030:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CanvasItem",
type = "BycocketItem",
typeID = 0,
typeID = 0,
},
},
Capitol = {
["CO2 Canister"] = {
untranslated = "Capitol",
untranslated = "CO2 Canister",
category = nil,
category = nil,
group = "Work Stations",
group = "Item",
description = "Allows the creation of the government, allowing all other civic objects to be created.",
description = "For creating fancy foams!",
tagGroups = {
tagGroups = {},
"Government",
maxStack = 100,
"Work Stations",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,108: Line 7,073:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CapitolItem",
type = "CO2CanisterItem",
typeID = 0,
typeID = 0,
},
},
Capris = {
["Camas Ash Fertilizer"] = {
untranslated = "Capris",
untranslated = "Camas Ash Fertilizer",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Capri pants (also known as three quarter pants, capris, crop pants, pedal pushers, clam-diggers, flood pants, jams, highwaters, culottes, or toreador pants) are pants that are longer than shorts but are not as long as trousers.",
description = "Camas ash fertilizer, though not very potent, is a great source of potassium.",
tagGroups = {
tagGroups = {
"Clothes",
"Fertilizer",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,153: Line 7,118:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CaprisItem",
type = "CamasAshFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Carbide Helmet Lamp"] = {
["Camas Bread"] = {
untranslated = "Carbide Helmet Lamp",
untranslated = "Camas Bread",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A steel hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
description = "A bread with a camas twist for a bit of flavor and fun. ",
tagGroups = {
tagGroups = {
"Clothes",
"Bread",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = 800,
carbs = nil,
carbs = 13,
protein = nil,
protein = 5,
fat = nil,
fat = 11,
vitamins = nil,
vitamins = 7,
density = nil,
density = 4.5,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 7,198: Line 7,164:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarbideHelmetLampItem",
type = "CamasBreadItem",
typeID = 0,
typeID = 0,
},
},
["Carpentry Advanced Upgrade"] = {
["Camas Bulb"] = {
untranslated = "Carpentry Advanced Upgrade",
untranslated = "Camas Bulb",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
description = "Plant to grow a camas plant.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Crop",
"Upgrade Modules",
"Crop Seed",
},
"Food",
maxStack = 100,
"Raw Food",
carried = "Backpack",
"Root",
weight = 1,
"Seeds",
calories = nil,
"Vegetable",
carbs = nil,
},
protein = nil,
maxStack = 100,
fat = nil,
carried = "Backpack",
vitamins = nil,
weight = 75,
calories = 150,
carbs = 1,
protein = 2,
fat = 5,
vitamins = 0,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 7,244: Line 7,215:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarpentryAdvancedUpgradeItem",
type = "CamasBulbItem",
typeID = 0,
typeID = 0,
},
},
["Carpentry Basic Upgrade"] = {
["Camas Bulb Bake"] = {
untranslated = "Carpentry Basic Upgrade",
untranslated = "Camas Bulb Bake",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
description = "A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Baked Food",
"Upgrade Modules",
"Baked Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 300,
calories = nil,
calories = 700,
carbs = nil,
carbs = 12,
protein = nil,
protein = 7,
fat = nil,
fat = 5,
vitamins = nil,
vitamins = 4,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 7,290: Line 7,262:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarpentryBasicUpgradeItem",
type = "CamasBulbBakeItem",
typeID = 0,
typeID = 0,
},
},
["Carpentry Table"] = {
["Camas Paste"] = {
untranslated = "Carpentry Table",
untranslated = "Camas Paste",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A table for basic wooden crafts for home improvement and progress.",
description = "Pulverized camas works as an excellent thickener or flavour enhancer.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Food",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = 60,
carbs = nil,
carbs = 3,
protein = nil,
protein = 2,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 0,
density = nil,
density = 25.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 7,336: Line 7,307:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarpentryTableItem",
type = "CamasPasteItem",
typeID = 0,
typeID = 0,
},
},
["Carved Pumpkin"] = {
Camera = {
untranslated = "Carved Pumpkin",
untranslated = "Camera",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "Spooky pumpkin that emits a mystical light.",
description = "",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,360: Line 7,328:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 7,373: Line 7,341:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,382: Line 7,350:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarvedPumpkinItem",
type = "CameraItem",
typeID = 0,
typeID = 0,
},
},
["Cast Iron Bed"] = {
["Camera Film"] = {
untranslated = "Cast Iron Bed",
untranslated = "Camera Film",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A solid bed made slightly more comfortable by adding cotton.",
description = "A film used inside a camera.",
tagGroups = {
tagGroups = {},
"Bedroom",
maxStack = 100,
"Housing Objects",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,406: Line 7,371:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "4",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = nil,
furnitureType = "Bed",
furnitureType = nil,
repeatsDepreciation = "0.3",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 7,419: Line 7,384:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "18",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,428: Line 7,393:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronBedItem",
type = "CameraFilmItem",
typeID = 0,
typeID = 0,
},
},
["Cast Iron Royal Bed"] = {
["Camo Pants"] = {
untranslated = "Cast Iron Royal Bed",
untranslated = "Camo Pants",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
tagGroups = {
tagGroups = {
"Bedroom",
"Clothes",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,452: Line 7,416:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "4.5",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = nil,
furnitureType = "Bed",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 7,465: Line 7,429:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "24",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,474: Line 7,438:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronRoyalBedItem",
type = "CamoPantsItem",
typeID = 0,
typeID = 0,
},
},
["Cast Iron Stove"] = {
["Camo Shirt"] = {
untranslated = "Cast Iron Stove",
untranslated = "Camo Shirt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "The perfect stove for the fledgling chef.",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Kitchen",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,498: Line 7,461:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Kitchen",
roomCategory = nil,
furnitureType = "Cooking",
furnitureType = nil,
repeatsDepreciation = "0.3",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 7,511: Line 7,474:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "24",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,520: Line 7,483:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronStoveItem",
type = "CamoShirtItem",
typeID = 0,
typeID = 0,
},
},
["Cedar Log"] = {
Campfire = {
untranslated = "Cedar Log",
untranslated = "Campfire",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "Cedar log is a type of softwood. Cedar wood is a natural repellent to moths.",
description = "Cook like a caveman on an uneven fire.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Crafting Table",
"Logs",
"Natural Resources",
"Softwood",
"Wood",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,544: Line 7,503:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 7,560: Line 7,519:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,569: Line 7,528:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CedarLogItem",
type = "CampfireItem",
typeID = 0,
typeID = 0,
},
},
["Cedar Seed"] = {
["Campfire Cooking Upgrade"] = {
untranslated = "Cedar Seed",
untranslated = "Campfire Cooking Upgrade",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow a cedar sapling.",
description = "Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 7,615: Line 7,573:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CedarSeedItem",
type = "CampfireCookingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Ceiba Log"] = {
["Campfire Roast"] = {
untranslated = "Ceiba Log",
untranslated = "Campfire Roast",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "Ceiba log is a type of hardwood. The Ceiba tree, with its giant trunk, is often sought after by loggers for the large volume of logs it produces.",
description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Food",
"Hardwood",
"Logs",
"Natural Resources",
"Wood",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 500,
calories = nil,
calories = 1000,
carbs = nil,
carbs = 0,
protein = nil,
protein = 16,
fat = nil,
fat = 12,
vitamins = nil,
vitamins = 0,
density = nil,
density = 2.8000000000000003,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 7,664: Line 7,618:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CeibaLogItem",
type = "CampfireRoastItem",
typeID = 0,
typeID = 0,
},
},
["Ceiba Seed"] = {
Campsite = {
untranslated = "Ceiba Seed",
untranslated = "Campsite",
category = nil,
category = nil,
group = "Seed",
group = "Work Stations",
description = "Plant to grow a ceiba sapling.",
description = "A campsite.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Seeds",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 2000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 7,701: Line 7,652:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,710: Line 7,661:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CeibaSeedItem",
type = "CampsiteItem",
typeID = 0,
typeID = 0,
},
},
["Ceiling Candle"] = {
["Candle Stand"] = {
untranslated = "Ceiling Candle",
untranslated = "Candle Stand",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A fancy hanging candelabra.",
description = "A fancy candelabra for providing small amounts of light.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
},
},
maxStack = 1,
maxStack = 1,
Line 7,747: Line 7,697:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,756: Line 7,706:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CeilingCandleItem",
type = "CandleStandItem",
typeID = 0,
typeID = 0,
},
},
["Cellulose Fiber"] = {
Canvas = {
untranslated = "Cellulose Fiber",
untranslated = "Canvas",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Created by taking pulped plants and extruding them similarly to synthetic fibers.",
description = "A canvas used for painting on, made by either cotton or linen.",
tagGroups = {
tagGroups = {},
"Items",
"Products",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
Line 7,802: Line 7,749:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CelluloseFiberItem",
type = "CanvasItem",
typeID = 0,
typeID = 0,
},
},
Cement = {
Capitol = {
untranslated = "Cement",
untranslated = "Capitol",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "In order to be usable it needs to be reinforced.",
description = "Allows the creation of the government, allowing all other civic objects to be created.",
tagGroups = {
tagGroups = {
"Items",
"Government",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,839: Line 7,785:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,848: Line 7,794:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CementItem",
type = "CapitolItem",
typeID = 0,
typeID = 0,
},
},
["Cement Kiln"] = {
Capris = {
untranslated = "Cement Kiln",
untranslated = "Capris",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A rotary kiln that produces cement and concrete products.",
description = "Capri pants (also known as three quarter pants, capris, crop pants, pedal pushers, clam-diggers, flood pants, jams, highwaters, culottes, or toreador pants) are pants that are longer than shorts but are not as long as trousers.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,873: Line 7,818:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 7,894: Line 7,839:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CementKilnItem",
type = "CaprisItem",
typeID = 0,
typeID = 0,
},
},
["Census Bureau"] = {
["Carbide Helmet Lamp"] = {
untranslated = "Census Bureau",
untranslated = "Carbide Helmet Lamp",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.",
description = "A steel hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
tagGroups = {
tagGroups = {
"Government",
"Clothes",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,940: Line 7,884:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CensusBureauItem",
type = "CarbideHelmetLampItem",
typeID = 0,
typeID = 0,
},
},
["Cereal Germ"] = {
["Carpentry Advanced Upgrade"] = {
untranslated = "Cereal Germ",
untranslated = "Carpentry Advanced Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A by-product of milling, the germ is the reproductive part of the cereal that germinates.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Ingredients",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = 20,
calories = nil,
carbs = 5,
carbs = nil,
protein = 0,
protein = nil,
fat = 7,
fat = nil,
vitamins = 3,
vitamins = nil,
density = 75.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 7,986: Line 7,929:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CerealGermItem",
type = "CarpentryAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Charcoal = {
["Carpentry Basic Upgrade"] = {
untranslated = "Charcoal",
untranslated = "Carpentry Basic Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A black residue, consisting of carbon and any remaining ash.",
description = "Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Upgrade",
"Coal",
"Items",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,009: Line 7,949:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 20000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,034: Line 7,974:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharcoalItem",
type = "CarpentryBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Charred Agave"] = {
["Carpentry Skill Book"] = {
untranslated = "Charred Agave",
untranslated = "Carpentry Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "Agave leaves that have been charred over a campfire.",
description = "Carpentry Skill Book",
tagGroups = {
tagGroups = {
"Charred Food",
"Skill Books",
"Charred Green",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 350,
calories = nil,
carbs = 5,
carbs = nil,
protein = 1,
protein = nil,
fat = 3,
fat = nil,
vitamins = 3,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 8,081: Line 8,019:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredAgaveItem",
type = "Carpentry Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Charred Beans"] = {
["Carpentry Skill Scroll"] = {
untranslated = "Charred Beans",
untranslated = "Carpentry Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.",
description = "Carpentry Skill Scroll",
tagGroups = {
tagGroups = {
"Charred Food",
"Skill Scrolls",
"Charred Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10,
calories = 350,
calories = nil,
carbs = 1,
carbs = nil,
protein = 8,
protein = nil,
fat = 3,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 8,128: Line 8,064:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredBeansItem",
type = "Carpentry Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Charred Beet"] = {
["Carpentry Table"] = {
untranslated = "Charred Beet",
untranslated = "Carpentry Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.",
description = "A table for basic wooden crafts for home improvement and progress.",
tagGroups = {
tagGroups = {
"Charred Food",
"Crafting Table",
"Charred Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = 350,
calories = nil,
carbs = 3,
carbs = nil,
protein = 0,
protein = nil,
fat = 3,
fat = nil,
vitamins = 6,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 8,166: Line 8,100:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,175: Line 8,109:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredBeetItem",
type = "CarpentryTableItem",
typeID = 0,
typeID = 0,
},
},
["Charred Cactus Fruit"] = {
["Carved Pumpkin"] = {
untranslated = "Charred Cactus Fruit",
untranslated = "Carved Pumpkin",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Blackened cactus fruit. A favorite of early desert settlers.",
description = "Spooky pumpkin that emits a mystical light.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Charred Fruit",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = 200,
calories = nil,
carbs = 4,
carbs = nil,
protein = 0,
protein = nil,
fat = 2,
fat = nil,
vitamins = 6,
vitamins = nil,
density = 6.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,213: Line 8,145:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,222: Line 8,154:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredCactusFruitItem",
type = "CarvedPumpkinItem",
typeID = 0,
typeID = 0,
},
},
["Charred Camas Bulb"] = {
["Cast Iron Bed"] = {
untranslated = "Charred Camas Bulb",
untranslated = "Cast Iron Bed",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.",
description = "A solid bed made slightly more comfortable by adding cotton.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Charred Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = 350,
calories = nil,
carbs = 2,
carbs = nil,
protein = 3,
protein = nil,
fat = 6,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "4",
roomCategory = nil,
roomCategory = "Bedroom",
furnitureType = nil,
furnitureType = "Bed",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,260: Line 8,190:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,269: Line 8,199:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredCamasBulbItem",
type = "CastIronBedItem",
typeID = 0,
typeID = 0,
},
},
["Charred Corn"] = {
["Cast Iron Bench"] = {
untranslated = "Charred Corn",
untranslated = "Cast Iron Bench",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "This piece of corn needs a good slathering of butter to curb that burnt taste.",
description = "Does not look very comfortable.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Charred Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = 350,
calories = nil,
carbs = 7,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,307: Line 8,235:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,316: Line 8,244:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredCornItem",
type = "CastIronBenchItem",
typeID = 0,
typeID = 0,
},
},
["Charred Fireweed Shoots"] = {
["Cast Iron Chair"] = {
untranslated = "Charred Fireweed Shoots",
untranslated = "Cast Iron Chair",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "It tastes somewhat burnt but at least the fire has removed the bitter taste.",
description = "It is very stable.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Charred Green",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = 350,
calories = nil,
carbs = 5,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 6,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,354: Line 8,280:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,363: Line 8,289:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredFireweedShootsItem",
type = "CastIronChairItem",
typeID = 0,
typeID = 0,
},
},
["Charred Fish"] = {
["Cast Iron Royal Bed"] = {
untranslated = "Charred Fish",
untranslated = "Cast Iron Royal Bed",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "At least it doesn't have any scales any more.",
description = "A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 2000,
calories = 400,
calories = nil,
carbs = 0,
carbs = nil,
protein = 11,
protein = nil,
fat = 4,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 3.75,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "4.5",
roomCategory = nil,
roomCategory = "Bedroom",
furnitureType = nil,
furnitureType = "Bed",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,400: Line 8,325:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,409: Line 8,334:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredFishItem",
type = "CastIronRoyalBedItem",
typeID = 0,
typeID = 0,
},
},
["Charred Heart Of Palm"] = {
["Cast Iron Stove"] = {
untranslated = "Charred Heart Of Palm",
untranslated = "Cast Iron Stove",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.",
description = "The perfect stove for the fledgling chef.",
tagGroups = {
tagGroups = {
"Charred Food",
"Crafting Table",
"Charred Vegetable",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = 210,
calories = nil,
carbs = 6,
carbs = nil,
protein = 3,
protein = nil,
fat = 1,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 5.714285714285714,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Kitchen",
furnitureType = nil,
furnitureType = "Cooking",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,447: Line 8,371:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,456: Line 8,380:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredHeartOfPalmItem",
type = "CastIronStoveItem",
typeID = 0,
typeID = 0,
},
},
["Charred Meat"] = {
["Cast Iron Table"] = {
untranslated = "Charred Meat",
untranslated = "Cast Iron Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "The blackened surface of this unrecognizable meat is 'golden brown'.",
description = "A simple yet ornate table made from cast iron.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 2000,
calories = 400,
calories = nil,
carbs = 0,
carbs = nil,
protein = 5,
protein = nil,
fat = 10,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 3.75,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,493: Line 8,416:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,502: Line 8,425:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredMeatItem",
type = "CastIronTableItem",
typeID = 0,
typeID = 0,
},
},
["Charred Mushrooms"] = {
["Cedar Log"] = {
untranslated = "Charred Mushrooms",
untranslated = "Cedar Log",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.",
description = "Cedar log is a type of softwood. Cedar wood is a natural repellent to moths.",
tagGroups = {
tagGroups = {
"Charred Food",
"Burnable Fuel",
"Charred Vegetable",
"Softwood",
"Food",
"Wood",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 10000,
calories = 350,
calories = nil,
carbs = 3,
carbs = nil,
protein = 6,
protein = nil,
fat = 2,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,549: Line 8,472:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredMushroomsItem",
type = "CedarLogItem",
typeID = 0,
typeID = 0,
},
},
["Charred Papaya"] = {
["Cedar Seed"] = {
untranslated = "Charred Papaya",
untranslated = "Cedar Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Papaya fruit that has been charred over a basic campfire.",
description = "Plant to grow a cedar sapling.",
tagGroups = {
tagGroups = {
"Charred Food",
"Charred Fruit",
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 50,
calories = 350,
calories = 0,
carbs = 3,
carbs = 0,
protein = 1,
protein = 0,
fat = 0,
fat = 0,
vitamins = 8,
vitamins = 0,
density = 3.428571428571429,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 8,596: Line 8,518:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredPapayaItem",
type = "CedarSeedItem",
typeID = 0,
typeID = 0,
},
},
["Charred Pineapple"] = {
["Ceiba Log"] = {
untranslated = "Charred Pineapple",
untranslated = "Ceiba Log",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "Pineapple that has been charred over a basic campfire.",
description = "Ceiba log is a type of hardwood. The Ceiba tree, with its giant trunk, is often sought after by loggers for the large volume of logs it produces.",
tagGroups = {
tagGroups = {
"Charred Food",
"Burnable Fuel",
"Charred Fruit",
"Hardwood",
"Food",
"Wood",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 10000,
calories = 350,
calories = nil,
carbs = 8,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 3,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,643: Line 8,565:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredPineappleItem",
type = "CeibaLogItem",
typeID = 0,
typeID = 0,
},
},
["Charred Sausage"] = {
["Ceiba Seed"] = {
untranslated = "Charred Sausage",
untranslated = "Ceiba Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
description = "Plant to grow a ceiba sapling.",
tagGroups = {
tagGroups = {
"Charred Food",
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 350,
weight = 50,
calories = 700,
calories = 0,
carbs = 0,
carbs = 0,
protein = 10,
protein = 0,
fat = 14,
fat = 0,
vitamins = 0,
vitamins = 0,
density = 3.428571428571429,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 8,689: Line 8,611:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredSausageItem",
type = "CeibaSeedItem",
typeID = 0,
typeID = 0,
},
},
["Charred Taro"] = {
["Ceiling Candle"] = {
untranslated = "Charred Taro",
untranslated = "Ceiling Candle",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.",
description = "A fancy hanging candelabra.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Charred Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = 350,
calories = nil,
carbs = 10,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.4",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,727: Line 8,647:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,736: Line 8,656:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredTaroItem",
type = "CeilingCandleItem",
typeID = 0,
typeID = 0,
},
},
["Charred Tomato"] = {
["Cellulose Fiber"] = {
untranslated = "Charred Tomato",
untranslated = "Cellulose Fiber",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.",
description = "Created by taking pulped plants and extruding them similarly to synthetic fibers.",
tagGroups = {
tagGroups = {},
"Charred Food",
"Charred Vegetable",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 350,
calories = nil,
carbs = 7,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 8,783: Line 8,699:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredTomatoItem",
type = "CelluloseFiberItem",
typeID = 0,
typeID = 0,
},
},
["Chef Hat"] = {
Cement = {
untranslated = "Chef Hat",
untranslated = "Cement",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "To keep your hair in one place while stirring the pots.",
description = "In order to be usable it needs to be reinforced.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,828: Line 8,742:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefHatItem",
type = "CementItem",
typeID = 0,
typeID = 0,
},
},
["Chef Pants"] = {
["Cement Kiln"] = {
untranslated = "Chef Pants",
untranslated = "Cement Kiln",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "Checkered style pants for hiding the truths of working in a kitchen.",
description = "A rotary kiln that produces cement and concrete products.",
tagGroups = {
tagGroups = {
"Clothes",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,852: Line 8,766:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 8,864: Line 8,778:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,873: Line 8,787:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefPantsItem",
type = "CementKilnItem",
typeID = 0,
typeID = 0,
},
},
["Chef Shirt"] = {
["Census Bureau"] = {
untranslated = "Chef Shirt",
untranslated = "Census Bureau",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "A clean Chef's shirt to spot all the spots.",
description = "Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.",
tagGroups = {
tagGroups = {
"Clothes",
"Government",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,909: Line 8,823:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,918: Line 8,832:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefShirtItem",
type = "CensusBureauItem",
typeID = 0,
typeID = 0,
},
},
["Chef Shoes"] = {
["Ceramic Mold"] = {
untranslated = "Chef Shoes",
untranslated = "Ceramic Mold",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Simple low indoors working shoes helps avoiding slipping on wet surfaces in a large kitchen.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
Line 8,963: Line 8,875:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefShoesItem",
type = "CeramicMoldItem",
typeID = 0,
typeID = 0,
},
},
["Claim Tool"] = {
["Cereal Germ"] = {
untranslated = "Claim Tool",
untranslated = "Cereal Germ",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Used to claim, unclaim and examine property.",
description = "A by-product of milling, the germ is the reproductive part of the cereal that germinates.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Tool",
"Tools",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = 20,
carbs = nil,
carbs = 5,
protein = nil,
protein = 0,
fat = nil,
fat = 7,
vitamins = nil,
vitamins = 3,
density = nil,
density = 75.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,010: Line 8,920:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClaimToolItem",
type = "CerealGermItem",
typeID = 0,
typeID = 0,
},
},
Clam = {
Chainsaw = {
untranslated = "Clam",
untranslated = "Chainsaw",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A clam.",
description = "A gasoline-powered alternative to cutting trees.",
tagGroups = {
tagGroups = {
"Animal",
"Tool",
"Marine Life",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 9,039: Line 8,947:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,057: Line 8,965:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClamItem",
type = "ChainsawItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 400.0,
ToolDamage = 15.0,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Gasoline",
},
},
["Clam Chowder"] = {
Charcoal = {
untranslated = "Clam Chowder",
untranslated = "Charcoal",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A thick stew loaded with clams and taro root.",
description = "A black residue, consisting of carbon and any remaining ash.",
tagGroups = {
tagGroups = {
"Cooking",
"Burnable Fuel",
"Food",
"Coal",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 1000,
calories = 800,
calories = nil,
carbs = 16,
carbs = nil,
protein = 15,
protein = nil,
fat = 3,
fat = nil,
vitamins = 11,
vitamins = nil,
density = 5.625,
density = nil,
fuel = nil,
fuel = 20000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,103: Line 9,017:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClamChowderItem",
type = "CharcoalItem",
typeID = 0,
typeID = 0,
},
},
Clay = {
["Charred Agave"] = {
untranslated = "Clay",
untranslated = "Charred Agave",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A very fine grained deposit of weathered bits of rock. Plastic when wet and brittle when dry, clay is impermeable to many liquids and useful for many industrial and environmental purposes.",
description = "Agave leaves that have been charred over a campfire.",
tagGroups = {
tagGroups = {
"Blocks",
"Charred Green",
"Excavatable",
"Food",
"Natural Resources",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 22000,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 5,
protein = nil,
protein = 1,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 3,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,150: Line 9,063:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClayItem",
type = "CharredAgaveItem",
typeID = 0,
typeID = 0,
},
},
Cloth = {
["Charred Beans"] = {
untranslated = "Cloth",
untranslated = "Charred Beans",
category = nil,
category = nil,
group = "Item",
group = "Food",
description = "A piece of rough cloth made by weaving fibers together.",
description = "A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.",
tagGroups = {
tagGroups = {
"Fabric",
"Charred Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 1,
protein = nil,
protein = 8,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,195: Line 9,109:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClothItem",
type = "CharredBeansItem",
typeID = 0,
typeID = 0,
},
},
["Cloth Belt"] = {
["Charred Beet"] = {
untranslated = "Cloth Belt",
untranslated = "Charred Beet",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A fashionable cloth belt that drapes across the waist.",
description = "Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.",
tagGroups = {
tagGroups = {
"Clothes",
"Charred Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 3,
protein = nil,
protein = 0,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 6,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,240: Line 9,155:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClothBeltItem",
type = "CharredBeetItem",
typeID = 0,
typeID = 0,
},
},
["Cloth Cape"] = {
["Charred Cactus Fruit"] = {
untranslated = "Cloth Cape",
untranslated = "Charred Cactus Fruit",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "It just looks cool.",
description = "Blackened cactus fruit. A favorite of early desert settlers.",
tagGroups = {
tagGroups = {
"Clothes",
"Charred Fruit",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = nil,
calories = 200,
carbs = nil,
carbs = 4,
protein = nil,
protein = 0,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 6,
density = nil,
density = 6.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,285: Line 9,201:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClothCapeItem",
type = "CharredCactusFruitItem",
typeID = 0,
typeID = 0,
},
},
Coal = {
["Charred Camas Bulb"] = {
untranslated = "Coal",
untranslated = "Charred Camas Bulb",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A combustible mineral which needs to be crushed into usable fuel.",
description = "A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.",
tagGroups = {
tagGroups = {
"Excavatable",
"Charred Vegetable",
"Natural Resources",
"Food",
"Ore",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 4000,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 2,
protein = nil,
protein = 3,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,332: Line 9,247:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CoalItem",
type = "CharredCamasBulbItem",
typeID = 0,
typeID = 0,
},
},
Cod = {
["Charred Corn"] = {
untranslated = "Cod",
untranslated = "Charred Corn",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A cod.",
description = "This piece of corn needs a good slathering of butter to curb that burnt taste.",
tagGroups = {
tagGroups = {
"Animal",
"Charred Vegetable",
"Fish",
"Food",
"Medium Fish",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 7,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 4,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,380: Line 9,293:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CodItem",
type = "CharredCornItem",
typeID = 0,
typeID = 0,
},
},
["Colored Powder"] = {
["Charred Fireweed Shoots"] = {
untranslated = "Colored Powder",
untranslated = "Charred Fireweed Shoots",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A bag of crushed flower petals.",
description = "It tastes somewhat burnt but at least the fire has removed the bitter taste.",
tagGroups = {
tagGroups = {
"Items",
"Charred Green",
"Products",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 5,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 6,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,426: Line 9,339:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ColoredPowderItem",
type = "CharredFireweedShootsItem",
typeID = 0,
typeID = 0,
},
},
["Combustion Engine"] = {
["Charred Fish"] = {
untranslated = "Combustion Engine",
untranslated = "Charred Fish",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "An engine that generates power by combustion of fuel.",
description = "At least it doesn't have any scales any more.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 400,
calories = nil,
calories = 400,
carbs = nil,
carbs = 0,
protein = nil,
protein = 11,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.75,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,472: Line 9,384:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CombustionEngineItem",
type = "CharredFishItem",
typeID = 0,
typeID = 0,
},
},
["Combustion Generator"] = {
["Charred Heart Of Palm"] = {
untranslated = "Combustion Generator",
untranslated = "Charred Heart Of Palm",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "Consumes most fuels to produce energy.",
description = "Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Charred Vegetable",
"Power Generation",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = 210,
carbs = nil,
carbs = 6,
protein = nil,
protein = 3,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 2,
density = nil,
density = 5.714285714285714,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 9,518: Line 9,430:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CombustionGeneratorItem",
type = "CharredHeartOfPalmItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Bench"] = {
["Charred Meat"] = {
untranslated = "Composite Birch Bench",
untranslated = "Charred Meat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A composite bench built to last.",
description = "The blackened surface of this unrecognizable meat is 'golden brown'.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 400,
calories = nil,
calories = 400,
carbs = nil,
carbs = 0,
protein = nil,
protein = 5,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.75,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 9,555: Line 9,466:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 9,564: Line 9,475:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchBenchItem",
type = "CharredMeatItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Chair"] = {
["Charred Mushrooms"] = {
untranslated = "Composite Birch Chair",
untranslated = "Charred Mushrooms",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A composite chair built to last.",
description = "A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Charred Vegetable",
"Seating",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 3,
protein = nil,
protein = 6,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.7",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 9,601: Line 9,512:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 9,610: Line 9,521:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchChairItem",
type = "CharredMushroomsItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Door"] = {
["Charred Papaya"] = {
untranslated = "Composite Birch Door",
untranslated = "Charred Papaya",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A beautiful composite door built by an expert carpenter.",
description = "Papaya fruit that has been charred over a basic campfire.",
tagGroups = {
tagGroups = {
"Doors",
"Charred Fruit",
"Housing Objects",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 3,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 8,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,638: Line 9,549:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,656: Line 9,567:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchDoorItem",
type = "CharredPapayaItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Lumber"] = {
["Charred Pineapple"] = {
untranslated = "Composite Birch Lumber",
untranslated = "Charred Pineapple",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A composite lumber made from a combination of wood and plastic.",
description = "Pineapple that has been charred over a basic campfire.",
tagGroups = {
tagGroups = {
"Blocks",
"Charred Fruit",
"Building Materials",
"Food",
"Composite Lumber",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 8,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 3,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,687: Line 9,595:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,705: Line 9,613:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchLumberItem",
type = "CharredPineappleItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Table"] = {
["Charred Sausage"] = {
untranslated = "Composite Birch Table",
untranslated = "Charred Sausage",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A large composite table for eating meals or getting some work done.",
description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 350,
calories = nil,
calories = 700,
carbs = nil,
carbs = 0,
protein = nil,
protein = 10,
fat = nil,
fat = 14,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Table",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 9,742: Line 9,649:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 9,751: Line 9,658:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchTableItem",
type = "CharredSausageItem",
typeID = 0,
typeID = 0,
},
},
["Composite Cedar Lumber"] = {
["Charred Taro"] = {
untranslated = "Composite Cedar Lumber",
untranslated = "Charred Taro",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A composite lumber made from a combination of wood and plastic.",
description = "Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.",
tagGroups = {
tagGroups = {
"Blocks",
"Charred Vegetable",
"Building Materials",
"Food",
"Composite Lumber",
"Constructable",
"Softwood Lumber",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 10,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,782: Line 9,686:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,800: Line 9,704:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeCedarLumberItem",
type = "CharredTaroItem",
typeID = 0,
typeID = 0,
},
},
["Composite Ceiba Lumber"] = {
["Charred Tomato"] = {
untranslated = "Composite Ceiba Lumber",
untranslated = "Charred Tomato",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A composite lumber made from a combination of wood and plastic.",
description = "The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.",
tagGroups = {
tagGroups = {
"Blocks",
"Charred Vegetable",
"Building Materials",
"Food",
"Composite Lumber",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 7,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 4,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,831: Line 9,732:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,849: Line 9,750:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeCeibaLumberItem",
type = "CharredTomatoItem",
typeID = 0,
typeID = 0,
},
},
["Composite Filler"] = {
["Chef Hat"] = {
untranslated = "Composite Filler",
untranslated = "Chef Hat",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A multipurpose filler that is made from what you have available.",
description = "To keep your hair in one place while stirring the pots.",
tagGroups = {
tagGroups = {
"Fertilizer Filler",
"Clothes",
"Fertilizers",
"Items",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 9,896: Line 9,795:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeFillerItem",
type = "ChefHatItem",
typeID = 0,
typeID = 0,
},
},
["Composite Fir Lumber"] = {
["Chef Pants"] = {
untranslated = "Composite Fir Lumber",
untranslated = "Chef Pants",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "A composite lumber made from a combination of wood and plastic.",
description = "Checkered style pants for hiding the truths of working in a kitchen.",
tagGroups = {
tagGroups = {
"Blocks",
"Clothes",
"Building Materials",
"Composite Lumber",
"Constructable",
"Softwood Lumber",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 9,927: Line 9,822:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,945: Line 9,840:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeFirLumberItem",
type = "ChefPantsItem",
typeID = 0,
typeID = 0,
},
},
["Composite Hardwood Bench"] = {
["Chef Shirt"] = {
untranslated = "Composite Hardwood Bench",
untranslated = "Chef Shirt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A composite bench built to last.",
description = "A clean Chef's shirt to spot all the spots.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 9,969: Line 9,863:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 9,982: Line 9,876:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 9,991: Line 9,885:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodBenchItem",
type = "ChefShirtItem",
typeID = 0,
typeID = 0,
},
},
["Composite Hardwood Chair"] = {
["Chef Shoes"] = {
untranslated = "Composite Hardwood Chair",
untranslated = "Chef Shoes",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A composite chair built to last.",
description = "Simple low indoors working shoes helps avoiding slipping on wet surfaces in a large kitchen.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,015: Line 9,908:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.7",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 10,028: Line 9,921:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,037: Line 9,930:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodChairItem",
type = "ChefShoesItem",
typeID = 0,
typeID = 0,
},
},
["Composite Hardwood Door"] = {
["Claim Tool"] = {
untranslated = "Composite Hardwood Door",
untranslated = "Claim Tool",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A beautiful composite door built by an expert carpenter.",
description = "Used to claim, unclaim and examine property.",
tagGroups = {
tagGroups = {
"Doors",
"Tool",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1000,
Line 10,065: Line 9,957:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,083: Line 9,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodDoorItem",
type = "ClaimToolItem",
typeID = 0,
typeID = 0,
},
},
["Composite Hardwood Table"] = {
Clam = {
untranslated = "Composite Hardwood Table",
untranslated = "Clam",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A nice composite table for eating meals or getting some work done.",
description = "A clam.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Marine Life",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,107: Line 9,998:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Table",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 10,120: Line 10,011:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,129: Line 10,020:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodTableItem",
type = "ClamItem",
typeID = 0,
typeID = 0,
},
},
["Composite Joshua Lumber"] = {
["Clam Chowder"] = {
untranslated = "Composite Joshua Lumber",
untranslated = "Clam Chowder",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A thick stew loaded with clams and taro root.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Building Materials",
"Composite Lumber",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 400,
calories = nil,
calories = 800,
carbs = nil,
carbs = 16,
protein = nil,
protein = 15,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 11,
density = nil,
density = 5.625,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 10,159: Line 10,047:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,177: Line 10,065:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeJoshuaLumberItem",
type = "ClamChowderItem",
typeID = 0,
typeID = 0,
},
},
["Composite Lumber"] = {
Clay = {
untranslated = "Composite Lumber",
untranslated = "Clay",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A very fine grained deposit of weathered bits of rock. Plastic when wet and brittle when dry, clay is impermeable to many liquids and useful for many industrial and environmental purposes.",
tagGroups = {
tagGroups = {
"Blocks",
"Excavatable",
"Building Materials",
"Composite Lumber",
"Constructable",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 10000,
weight = 22000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,207: Line 10,092:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,225: Line 10,110:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberItem",
type = "ClayItem",
typeID = 0,
typeID = 0,
},
},
["Composite Lumber Bench"] = {
["Clay Mold"] = {
untranslated = "Composite Lumber Bench",
untranslated = "Clay Mold",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A composite bench built to last.",
description = "A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,249: Line 10,131:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 10,262: Line 10,144:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,271: Line 10,153:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberBenchItem",
type = "ClayMoldItem",
typeID = 0,
typeID = 0,
},
},
["Composite Lumber Chair"] = {
Cloth = {
untranslated = "Composite Lumber Chair",
untranslated = "Cloth",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "A composite chair built to last.",
description = "A piece of rough cloth made by weaving fibers together.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Fabric",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,295: Line 10,176:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.7",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 10,308: Line 10,189:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,317: Line 10,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberChairItem",
type = "ClothItem",
typeID = 0,
typeID = 0,
},
},
["Composite Lumber Door"] = {
["Cloth Belt"] = {
untranslated = "Composite Lumber Door",
untranslated = "Cloth Belt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A beautiful composite door built by an expert carpenter.",
description = "A fashionable cloth belt that drapes across the waist.",
tagGroups = {
tagGroups = {
"Doors",
"Clothes",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,345: Line 10,225:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,363: Line 10,243:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberDoorItem",
type = "ClothBeltItem",
typeID = 0,
typeID = 0,
},
},
["Composite Lumber Table"] = {
["Cloth Cape"] = {
untranslated = "Composite Lumber Table",
untranslated = "Cloth Cape",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A large composite table for eating meals or getting some work done.",
description = "It just looks cool.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,387: Line 10,266:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Table",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 10,400: Line 10,279:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,409: Line 10,288:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberTableItem",
type = "ClothCapeItem",
typeID = 0,
typeID = 0,
},
},
["Composite Oak Lumber"] = {
Coal = {
untranslated = "Composite Oak Lumber",
untranslated = "Coal",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A combustible mineral which needs to be crushed into usable fuel.",
tagGroups = {
tagGroups = {
"Blocks",
"Excavatable",
"Building Materials",
"Ore",
"Composite Lumber",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 10000,
weight = 4000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,440: Line 10,316:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,458: Line 10,334:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeOakLumberItem",
type = "CoalItem",
typeID = 0,
typeID = 0,
},
},
["Composite Palm Lumber"] = {
Cod = {
untranslated = "Composite Palm Lumber",
untranslated = "Cod",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A cod.",
tagGroups = {
tagGroups = {
"Blocks",
"Fish",
"Building Materials",
"Medium Fish",
"Composite Lumber",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,488: Line 10,362:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,506: Line 10,380:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositePalmLumberItem",
type = "CodItem",
typeID = 0,
typeID = 0,
},
},
["Composite Redwood Lumber"] = {
["Colored Powder"] = {
untranslated = "Composite Redwood Lumber",
untranslated = "Colored Powder",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A bag of crushed flower petals.",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 100,
"Building Materials",
carried = "Backpack",
"Composite Lumber",
weight = 50,
"Constructable",
"Softwood Lumber",
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,537: Line 10,405:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,555: Line 10,423:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeRedwoodLumberItem",
type = "ColoredPowderItem",
typeID = 0,
typeID = 0,
},
},
["Composite Saguaro Lumber"] = {
["Combustion Engine"] = {
untranslated = "Composite Saguaro Lumber",
untranslated = "Combustion Engine",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A composite lumber made from a combination of wood and plastic.",
description = "An engine that generates power by combustion of fuel.",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 100,
"Building Materials",
carried = "Backpack",
"Composite Lumber",
weight = 5000,
"Constructable",
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,585: Line 10,448:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,603: Line 10,466:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeSaguaroLumberItem",
type = "CombustionEngineItem",
typeID = 0,
typeID = 0,
},
},
["Composite Spruce Lumber"] = {
["Combustion Generator"] = {
untranslated = "Composite Spruce Lumber",
untranslated = "Combustion Generator",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "A composite lumber made from a combination of wood and plastic.",
description = "Consumes most fuels to produce energy.",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 1,
"Building Materials",
carried = "Backpack",
"Composite Lumber",
weight = 5000,
"Constructable",
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,630: Line 10,488:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,642: Line 10,500:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,651: Line 10,509:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeSpruceLumberItem",
type = "CombustionGeneratorItem",
typeID = 0,
typeID = 0,
},
},
["Composites Upgrade"] = {
["Composite Birch Bench"] = {
untranslated = "Composites Upgrade",
untranslated = "Composite Birch Bench",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Modern Upgrade that greatly increases efficiency when crafting Composites recipes.",
description = "A composite bench built to last.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Housing",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,675: Line 10,532:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 10,688: Line 10,545:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,697: Line 10,554:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositesUpgradeItem",
type = "CompositeBirchBenchItem",
typeID = 0,
typeID = 0,
},
},
["Compost Fertilizer"] = {
["Composite Birch Chair"] = {
untranslated = "Compost Fertilizer",
untranslated = "Composite Birch Chair",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Compost fertilizer is a classic, low effort fertilizer.",
description = "A composite chair built to last.",
tagGroups = {
tagGroups = {
"Fertilizers",
"Housing",
"Items",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,721: Line 10,577:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.7",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 10,734: Line 10,590:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,743: Line 10,599:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompostFertilizerItem",
type = "CompositeBirchChairItem",
typeID = 0,
typeID = 0,
},
},
["Computer Lab"] = {
["Composite Birch Door"] = {
untranslated = "Computer Lab",
untranslated = "Composite Birch Door",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A place where you can sit all day and play video games! Or work on expert-level research.",
description = "A beautiful composite door built by an expert carpenter.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Specialty",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,771: Line 10,624:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,780: Line 10,633:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,789: Line 10,642:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ComputerLabItem",
type = "CompositeBirchDoorItem",
typeID = 0,
typeID = 0,
},
},
["Construction Post"] = {
["Composite Birch Lumber"] = {
untranslated = "Construction Post",
untranslated = "Composite Birch Lumber",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "For construction contracts.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Community",
"Composite Lumber",
"Crafted Objects",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 250,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,817: Line 10,671:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,835: Line 10,689:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ConstructionPostItem",
type = "CompositeBirchLumberItem",
typeID = 0,
typeID = 0,
},
},
["Contract Board"] = {
["Composite Birch Table"] = {
untranslated = "Contract Board",
untranslated = "Composite Birch Table",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A board to post contracts.",
description = "A large composite table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Economic",
"Housing",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
Line 10,859: Line 10,712:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 10,872: Line 10,725:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,881: Line 10,734:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ContractBoardItem",
type = "CompositeBirchTableItem",
typeID = 0,
typeID = 0,
},
},
["Cookeina Mushroom Spores"] = {
["Composite Bow"] = {
untranslated = "Cookeina Mushroom Spores",
untranslated = "Composite Bow",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow cookeina mushrooms.",
description = "A modern composite bow made with fiberglass that makes hunting a breeze. Requires arrows to fire.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Tool",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 10,910: Line 10,761:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,928: Line 10,779:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CookeinaMushroomSporesItem",
type = "CompositeBowItem",
typeID = 0,
typeID = 0,
ToolVariant = "Bow",
ToolDurability = 2000.0,
ToolDamage = 1.5,
ToolDamageTalent = "HuntingPowerShotTalent",
ToolRepairType = "Nylon",
},
},
["Cookeina Mushrooms"] = {
["Composite Cedar Lumber"] = {
untranslated = "Cookeina Mushrooms",
untranslated = "Composite Cedar Lumber",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Tiny Cup Mushrooms.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Food",
"Composite Lumber",
"Fungus",
"Constructable",
"Produce",
"Softwood Lumber",
"Raw Food",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 75,
weight = 10000,
calories = 200,
calories = nil,
carbs = 2,
carbs = nil,
protein = 4,
protein = nil,
fat = 1,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 10,958: Line 10,813:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,976: Line 10,831:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CookeinaMushroomsItem",
type = "CompositeCedarLumberItem",
typeID = 0,
typeID = 0,
},
},
["Cooking Upgrade"] = {
["Composite Ceiba Lumber"] = {
untranslated = "Cooking Upgrade",
untranslated = "Composite Ceiba Lumber",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Blocks",
description = "Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Composite Lumber",
"Upgrade Modules",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,004: Line 10,860:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,022: Line 10,878:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CookingUpgradeItem",
type = "CompositeCeibaLumberItem",
typeID = 0,
typeID = 0,
},
},
["Copper Bar"] = {
["Composite Filler"] = {
untranslated = "Copper Bar",
untranslated = "Composite Filler",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Refined bar of copper.",
description = "A multipurpose filler that is made from what you have available.",
tagGroups = {
tagGroups = {
"Blocks",
"Fertilizer",
"Metal",
"Fertilizer Filler",
"Metals",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 18000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,069: Line 10,924:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperBarItem",
type = "CompositeFillerItem",
typeID = 0,
typeID = 0,
},
},
["Copper Concentrate"] = {
["Composite Fir Lumber"] = {
untranslated = "Copper Concentrate",
untranslated = "Composite Fir Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Blocks",
"Composite Lumber",
"Concentrated Ore",
"Constructable",
"Excavatable",
"Softwood Lumber",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 20000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,099: Line 10,953:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,117: Line 10,971:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperConcentrateItem",
type = "CompositeFirLumberItem",
typeID = 0,
typeID = 0,
},
},
["Copper Frame Landscape"] = {
["Composite Hardwood Bench"] = {
untranslated = "Copper Frame Landscape",
untranslated = "Composite Hardwood Bench",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "",
description = "A composite bench built to last.",
tagGroups = {
tagGroups = {
"Cultural",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
Line 11,141: Line 10,994:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = "2.5",
roomCategory = "Cultural",
roomCategory = "Seating",
furnitureType = "Cultural",
furnitureType = "Chair",
repeatsDepreciation = "",
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 11,154: Line 11,007:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,163: Line 11,016:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperFrameLandscapeItem",
type = "CompositeHardwoodBenchItem",
typeID = 0,
typeID = 0,
},
},
["Copper Frame Wide"] = {
["Composite Hardwood Chair"] = {
untranslated = "Copper Frame Wide",
untranslated = "Composite Hardwood Chair",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "",
description = "A composite chair built to last.",
tagGroups = {
tagGroups = {
"Cultural",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
Line 11,187: Line 11,039:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = "1.7",
roomCategory = "Cultural",
roomCategory = "Seating",
furnitureType = "Cultural",
furnitureType = "Chair",
repeatsDepreciation = "",
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 11,200: Line 11,052:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,209: Line 11,061:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperFrameWideItem",
type = "CompositeHardwoodChairItem",
typeID = 0,
typeID = 0,
},
},
["Copper Ore"] = {
["Composite Hardwood Door"] = {
untranslated = "Copper Ore",
untranslated = "Composite Hardwood Door",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "Unrefined ore with traces of copper.",
description = "A beautiful composite door built by an expert carpenter.",
tagGroups = {
tagGroups = {},
"Excavatable",
maxStack = 1,
"Natural Resources",
carried = "Backpack",
"Ore",
weight = 1000,
},
maxStack = 20,
carried = "Hands",
weight = 7500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,238: Line 11,086:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,247: Line 11,095:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,256: Line 11,104:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperOreItem",
type = "CompositeHardwoodDoorItem",
typeID = 0,
typeID = 0,
},
},
["Copper Pipe"] = {
["Composite Hardwood Table"] = {
untranslated = "Copper Pipe",
untranslated = "Composite Hardwood Table",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A pipe for transporting liquids.",
description = "A nice composite table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Blocks",
"Housing",
"Pipes",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 2000,
weight = 2000,
calories = nil,
calories = nil,
Line 11,280: Line 11,127:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,293: Line 11,140:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,302: Line 11,149:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperPipeItem",
type = "CompositeHardwoodTableItem",
typeID = 0,
typeID = 0,
},
},
["Copper Plate"] = {
["Composite Joshua Lumber"] = {
untranslated = "Copper Plate",
untranslated = "Composite Joshua Lumber",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A solid copper plate giving higher grades of protection against erosion and improves conductivity.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Items",
"Composite Lumber",
"Products",
"Constructable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,330: Line 11,177:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,348: Line 11,195:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperPlateItem",
type = "CompositeJoshuaLumberItem",
typeID = 0,
typeID = 0,
},
},
["Copper Wiring"] = {
["Composite Lumber"] = {
untranslated = "Copper Wiring",
untranslated = "Composite Lumber",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A length of copper conductive wire useful for a variety of purposes.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Items",
"Composite Lumber",
"Products",
"Constructable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 200,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,376: Line 11,223:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,394: Line 11,241:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperWiringItem",
type = "CompositeLumberItem",
typeID = 0,
typeID = 0,
},
},
Corn = {
["Composite Lumber Bench"] = {
untranslated = "Corn",
untranslated = "Composite Lumber Bench",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A warmly colored kernel studded vegetable.",
description = "A composite bench built to last.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Produce",
"Raw Food",
"Vegetable",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 125,
weight = 1000,
calories = 230,
calories = nil,
carbs = 4,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 3,
vitamins = nil,
density = 3.4782608695652173,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 11,433: Line 11,277:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,442: Line 11,286:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornItem",
type = "CompositeLumberBenchItem",
typeID = 0,
typeID = 0,
},
},
["Corn Fritters"] = {
["Composite Lumber Chair"] = {
untranslated = "Corn Fritters",
untranslated = "Composite Lumber Chair",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "These deep fried corn treats are both crispy and delicious.",
description = "A composite chair built to last.",
tagGroups = {
tagGroups = {
"Cooking",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = 500,
calories = nil,
carbs = 13,
carbs = nil,
protein = 4,
protein = nil,
fat = 22,
fat = nil,
vitamins = 8,
vitamins = nil,
density = 9.4,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.7",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 11,479: Line 11,322:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,488: Line 11,331:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornFrittersItem",
type = "CompositeLumberChairItem",
typeID = 0,
typeID = 0,
},
},
["Corn Seed"] = {
["Composite Lumber Door"] = {
untranslated = "Corn Seed",
untranslated = "Composite Lumber Door",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow corn.",
description = "A beautiful composite door built by an expert carpenter.",
tagGroups = {
tagGroups = {},
"Crop Seed",
maxStack = 1,
"Food",
"Seeds",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 11,517: Line 11,356:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,526: Line 11,365:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,535: Line 11,374:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornSeedItem",
type = "CompositeLumberDoorItem",
typeID = 0,
typeID = 0,
},
},
Cornmeal = {
["Composite Lumber Table"] = {
untranslated = "Cornmeal",
untranslated = "Composite Lumber Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Dried and ground corn; it's like a courser flour.",
description = "A large composite table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Ingredients",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = 60,
calories = nil,
carbs = 9,
carbs = nil,
protein = 3,
protein = nil,
fat = 3,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 25.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 11,572: Line 11,410:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,581: Line 11,419:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornmealItem",
type = "CompositeLumberTableItem",
typeID = 0,
typeID = 0,
},
},
["Corrugated Steel"] = {
["Composite Oak Lumber"] = {
untranslated = "Corrugated Steel",
untranslated = "Composite Oak Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Especially useful for industrial buildings.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Blocks",
"Composite Lumber",
"Building Materials",
"Constructable",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 20,
maxStack = 20,
Line 11,610: Line 11,448:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 3,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,628: Line 11,466:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CorrugatedSteelItem",
type = "CompositeOakLumberItem",
typeID = 0,
typeID = 0,
},
},
["Corrugated Steel Door"] = {
["Composite Palm Lumber"] = {
untranslated = "Corrugated Steel Door",
untranslated = "Composite Palm Lumber",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A secure door made of hard corrugated steel.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Doors",
"Composite Lumber",
"Housing Objects",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,656: Line 11,494:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 3,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,674: Line 11,512:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CorrugatedSteelDoorItem",
type = "CompositePalmLumberItem",
typeID = 0,
typeID = 0,
},
},
["Corrugated Steel Fence Door"] = {
["Composite Redwood Lumber"] = {
untranslated = "Corrugated Steel Fence Door",
untranslated = "Composite Redwood Lumber",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A corrugated steel door with fence-like viewing slots. ",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Doors",
"Composite Lumber",
"Housing Objects",
"Constructable",
"Softwood Lumber",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,702: Line 11,541:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 3,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,720: Line 11,559:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CorrugatedSteelFenceDoorItem",
type = "CompositeRedwoodLumberItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Boll"] = {
["Composite Saguaro Lumber"] = {
untranslated = "Cotton Boll",
untranslated = "Composite Saguaro Lumber",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A fluffy round boll harvested from a cotton plant.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Crop",
"Composite Lumber",
"Items",
"Constructable",
"Products",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 50,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,749: Line 11,587:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,767: Line 11,605:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonBollItem",
type = "CompositeSaguaroLumberItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Carpet"] = {
["Composite Spruce Lumber"] = {
untranslated = "Cotton Carpet",
untranslated = "Composite Spruce Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "A woven cotton floor covering attached to a lumber backing.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Blocks",
"Composite Lumber",
"Building Materials",
"Constructable",
"Constructable",
},
},
Line 11,814: Line 11,651:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonCarpetItem",
type = "CompositeSpruceLumberItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Curtains"] = {
["Composites Skill Book"] = {
untranslated = "Cotton Curtains",
untranslated = "Composites Skill Book",
category = nil,
category = nil,
group = "Blocks",
group = "Skill Books",
description = "Curtains woven using the finest cotton. \\n\\n (Only cosmetic does not impact room value.)",
description = "Composites Skill Book",
tagGroups = {
tagGroups = {
"Blocks",
"Skill Books",
"Building Materials",
"Constructable",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,861: Line 11,696:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonCurtainsItem",
type = "Composites Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Fabric"] = {
["Composites Skill Scroll"] = {
untranslated = "Cotton Fabric",
untranslated = "Composites Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "Cotton fabric is valued for its light weight, breathability, and softness.",
description = "Composites Skill Scroll",
tagGroups = {
tagGroups = {
"Fabric",
"Skill Scrolls",
"Items",
"Products",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,908: Line 11,741:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonFabricItem",
type = "Composites Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Lint"] = {
["Composites Upgrade"] = {
untranslated = "Cotton Lint",
untranslated = "Composites Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A bundle of cotton used as stuffing or further tailoring processing.",
description = "Modern Upgrade that greatly increases efficiency when crafting Composites recipes.",
tagGroups = {
tagGroups = {
"Items",
"Upgrade",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,954: Line 11,786:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonLintItem",
type = "CompositesUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Seed"] = {
["Compost Fertilizer"] = {
untranslated = "Cotton Seed",
untranslated = "Compost Fertilizer",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow cotton.",
description = "Compost fertilizer is a classic, low effort fertilizer.",
tagGroups = {
tagGroups = {
"Food",
"Fertilizer",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 500,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 12,000: Line 11,831:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonSeedItem",
type = "CompostFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Streamer Stars"] = {
["Computer Lab"] = {
untranslated = "Cotton Streamer Stars",
untranslated = "Computer Lab",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "",
description = "A place where you can sit all day and play video games! Or work on expert-level research.",
tagGroups = {
tagGroups = {
"Decoration",
"Crafting Table",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,037: Line 11,867:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,046: Line 11,876:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonStreamerStarsItem",
type = "ComputerLabItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Streamer Stripes"] = {
["Construction Post"] = {
untranslated = "Cotton Streamer Stripes",
untranslated = "Construction Post",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "",
description = "For construction contracts.",
tagGroups = {
tagGroups = {},
"Decoration",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,083: Line 11,910:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,092: Line 11,919:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonStreamerStripesItem",
type = "ConstructionPostItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Thread"] = {
["Contract Board"] = {
untranslated = "Cotton Thread",
untranslated = "Contract Board",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "Cotton fiber that has been processed at a cotton gin and is ready to be used for textiles.",
description = "A board to post contracts.",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 1,
"Products",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,129: Line 11,953:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,138: Line 11,962:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonThreadItem",
type = "ContractBoardItem",
typeID = 0,
typeID = 0,
},
},
Couch = {
["Cookeina Mushroom Spores"] = {
untranslated = "Couch",
untranslated = "Cookeina Mushroom Spores",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A sweet couch to lounge on. Now with room for your friends!",
description = "Plant to grow cookeina mushrooms.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crop Seed",
"Living Room",
"Food",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 12,175: Line 12,000:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,184: Line 12,009:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CouchItem",
type = "CookeinaMushroomSporesItem",
typeID = 0,
typeID = 0,
},
},
["Country Foundation"] = {
["Cookeina Mushrooms"] = {
untranslated = "Country Foundation",
untranslated = "Cookeina Mushrooms",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "When a town simply cannot contain your ambition.",
description = "Tiny Cup Mushrooms.",
tagGroups = {
tagGroups = {
"Government",
"Food",
"Work Stations",
"Fungus",
"Raw Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 75,
calories = nil,
calories = 200,
carbs = nil,
carbs = 2,
protein = nil,
protein = 4,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 1,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Civics",
furnitureType = nil,
repeatsDepreciation = "1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 12,221: Line 12,047:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "45",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,230: Line 12,056:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CountryFoundationItem",
type = "CookeinaMushroomsItem",
typeID = 0,
typeID = 0,
},
},
["Court Chair"] = {
["Cooking Skill Book"] = {
untranslated = "Court Chair",
untranslated = "Cooking Skill Book",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Books",
description = "A chair for legal sittings.",
description = "Cooking Skill Book",
tagGroups = {
tagGroups = {
"Housing Objects",
"Skill Books",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,276: Line 12,101:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CourtChairItem",
type = "Cooking Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Court Table"] = {
["Cooking Skill Scroll"] = {
untranslated = "Court Table",
untranslated = "Cooking Skill Scroll",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Scrolls",
description = "A vital part of the courtroom.",
description = "Cooking Skill Scroll",
tagGroups = {
tagGroups = {
"Government",
"Skill Scrolls",
"Work Stations",
},
},
maxStack = 1,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,322: Line 12,146:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CourtTableItem",
type = "Cooking Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Coyote Carcass"] = {
["Cooking Upgrade"] = {
untranslated = "Coyote Carcass",
untranslated = "Cooking Upgrade",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "A dead coyote.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.",
tagGroups = {
tagGroups = {
"Animal",
"Upgrade",
"Natural Resources",
"Small Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,369: Line 12,191:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CoyoteCarcassItem",
type = "CookingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Crab Carcass"] = {
["Copper Bar"] = {
untranslated = "Crab Carcass",
untranslated = "Copper Bar",
category = nil,
category = nil,
group = "Natural Resources",
group = "Blocks",
description = "A crustacean that loves the ocean, just don't get caught in its pinch!",
description = "Refined bar of copper.",
tagGroups = {
tagGroups = {
"Animal",
"Metal",
"Natural Resources",
"Small Fish",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 18000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,416: Line 12,236:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrabCarcassItem",
type = "CopperBarItem",
typeID = 0,
typeID = 0,
},
},
["Crab Pot"] = {
["Copper Concentrate"] = {
untranslated = "Crab Pot",
untranslated = "Copper Concentrate",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A contraption to catch unsuspecting crabs in search of prey.",
description = "Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Concentrated Ore",
"Specialty",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,462: Line 12,282:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrabPotItem",
type = "CopperConcentrateItem",
typeID = 0,
typeID = 0,
},
},
Crane = {
["Copper Frame Landscape"] = {
untranslated = "Crane",
untranslated = "Copper Frame Landscape",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "Allows the placement and transport of materials in an area.",
description = "",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Vehicles",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,486: Line 12,305:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 12,508: Line 12,327:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CraneItem",
type = "CopperFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Creosote Bush Seed"] = {
["Copper Frame Wide"] = {
untranslated = "Creosote Bush Seed",
untranslated = "Copper Frame Wide",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow creosote bushes.",
description = "",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 12,545: Line 12,363:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,554: Line 12,372:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CreosoteBushSeedItem",
type = "CopperFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Creosote Flower"] = {
["Copper Ore"] = {
untranslated = "Creosote Flower",
untranslated = "Copper Ore",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "Placeholder Description.",
description = "Unrefined ore with traces of copper.",
tagGroups = {
tagGroups = {
"Food",
"Excavatable",
"Petals",
"Ore",
"Produce",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 50,
weight = 7500,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 12,601: Line 12,418:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CreosoteFlowerItem",
type = "CopperOreItem",
typeID = 0,
typeID = 0,
},
},
["Crimini Mushroom Spores"] = {
["Copper Pipe"] = {
untranslated = "Crimini Mushroom Spores",
untranslated = "Copper Pipe",
category = nil,
category = nil,
group = "Seed",
group = "Blocks",
description = "Plant to grow crimini mushrooms.",
description = "A pipe for transporting liquids.",
tagGroups = {
tagGroups = {},
"Crop Seed",
maxStack = 20,
"Food",
carried = "Hands",
"Seeds",
weight = 2000,
},
calories = nil,
maxStack = 100,
carbs = nil,
carried = "Backpack",
protein = nil,
weight = 50,
fat = nil,
calories = 0,
vitamins = nil,
carbs = 0,
density = nil,
protein = 0,
fat = 0,
vitamins = 0,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 12,630: Line 12,443:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,648: Line 12,461:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CriminiMushroomSporesItem",
type = "CopperPipeItem",
typeID = 0,
typeID = 0,
},
},
["Crimini Mushrooms"] = {
["Copper Plate"] = {
untranslated = "Crimini Mushrooms",
untranslated = "Copper Plate",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Edible mushrooms that are quite tasty.",
description = "A solid copper plate giving higher grades of protection against erosion and improves conductivity.",
tagGroups = {
tagGroups = {},
"Food",
"Fungus",
"Produce",
"Raw Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 500,
calories = 200,
calories = nil,
carbs = 2,
carbs = nil,
protein = 4,
protein = nil,
fat = 1,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 12,696: Line 12,504:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CriminiMushroomsItem",
type = "CopperPlateItem",
typeID = 0,
typeID = 0,
},
},
["Crimson Salad"] = {
["Copper Wiring"] = {
untranslated = "Crimson Salad",
untranslated = "Copper Wiring",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Just in case you want to eat red things without eating meat.",
description = "A length of copper conductive wire useful for a variety of purposes.",
tagGroups = {
tagGroups = {},
"Cooking",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 200,
calories = 1200,
calories = nil,
carbs = 13,
carbs = nil,
protein = 7,
protein = nil,
fat = 8,
fat = nil,
vitamins = 28,
vitamins = nil,
density = 4.666666666666667,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 12,742: Line 12,547:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrimsonSaladItem",
type = "CopperWiringItem",
typeID = 0,
typeID = 0,
},
},
["Crispy Bacon"] = {
Corn = {
untranslated = "Crispy Bacon",
untranslated = "Corn",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Give me all the bacon and eggs you have.",
description = "A warmly colored kernel studded vegetable.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
"Raw Food",
"Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 125,
calories = 800,
calories = 230,
carbs = 0,
carbs = 4,
protein = 18,
protein = 1,
fat = 26,
fat = 0,
vitamins = 0,
vitamins = 3,
density = 5.5,
density = 3.4782608695652173,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 12,788: Line 12,594:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrispyBaconItem",
type = "CornItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Basalt"] = {
["Corn Fritters"] = {
untranslated = "Crushed Basalt",
untranslated = "Corn Fritters",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Basalt rocks that have been crushed into a fine gravel.",
description = "These deep fried corn treats are both crispy and delicious.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Crushed Rock",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 30000,
weight = 100,
calories = nil,
calories = 500,
carbs = nil,
carbs = 13,
protein = nil,
protein = 4,
fat = nil,
fat = 22,
vitamins = nil,
vitamins = 8,
density = nil,
density = 9.4,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 12,836: Line 12,639:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedBasaltItem",
type = "CornFrittersItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Coal"] = {
["Corn Seed"] = {
untranslated = "Crushed Coal",
untranslated = "Corn Seed",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Coal that have been crushed into a usable size.",
description = "Plant to grow corn.",
tagGroups = {
tagGroups = {
"Blocks",
"Crop Seed",
"Burnable Fuel",
"Food",
"Coal",
"Seeds",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 22000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = 80000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,885: Line 12,686:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedCoalItem",
type = "CornSeedItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Copper Ore"] = {
Cornmeal = {
untranslated = "Crushed Copper Ore",
untranslated = "Cornmeal",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Crushed copper ore that is ready to be concentrated.",
description = "Dried and ground corn; it's like a courser flour.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 28000,
weight = 100,
calories = nil,
calories = 60,
carbs = nil,
carbs = 9,
protein = nil,
protein = 3,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 0,
density = nil,
density = 25.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 12,932: Line 12,731:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedCopperOreItem",
type = "CornmealItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Gneiss"] = {
["Corrugated Steel"] = {
untranslated = "Crushed Gneiss",
untranslated = "Corrugated Steel",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Gneiss rocks that have been crushed into a fine gravel.",
description = "Especially useful for industrial buildings.",
tagGroups = {
tagGroups = {
"Blocks",
"Constructable",
"Crushed Rock",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 28000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,962: Line 12,758:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,980: Line 12,776:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedGneissItem",
type = "CorrugatedSteelItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Gold Ore"] = {
["Corrugated Steel Door"] = {
untranslated = "Crushed Gold Ore",
untranslated = "Corrugated Steel Door",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Crushed gold ore that is ready to be concentrated.",
description = "A secure door made of hard corrugated steel.",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 1,
"Excavatable",
carried = "Backpack",
"Processed Rock",
weight = 1000,
},
maxStack = 20,
carried = "Hands",
weight = 28000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,009: Line 12,801:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,018: Line 12,810:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,027: Line 12,819:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedGoldOreItem",
type = "CorrugatedSteelDoorItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Granite"] = {
["Corrugated Steel Fence Door"] = {
untranslated = "Crushed Granite",
untranslated = "Corrugated Steel Fence Door",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Granite rocks that have been crushed into a fine gravel.",
description = "A corrugated steel door with fence-like viewing slots. ",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 1,
"Crushed Rock",
carried = "Backpack",
"Excavatable",
weight = 1000,
"Processed Rock",
"Silica",
},
maxStack = 20,
carried = "Hands",
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,058: Line 12,844:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,067: Line 12,853:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,076: Line 12,862:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedGraniteItem",
type = "CorrugatedSteelFenceDoorItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Iron Ore"] = {
["Cotton Boll"] = {
untranslated = "Crushed Iron Ore",
untranslated = "Cotton Boll",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Crushed iron ore that is ready to be concentrated.",
description = "A fluffy round boll harvested from a cotton plant.",
tagGroups = {
tagGroups = {
"Blocks",
"Crop",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 30000,
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,123: Line 12,907:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedIronOreItem",
type = "CottonBollItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Limestone"] = {
["Cotton Carpet"] = {
untranslated = "Crushed Limestone",
untranslated = "Cotton Carpet",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Limestone rocks that have been crushed into a fine gravel.",
description = "A woven cotton floor covering attached to a lumber backing.",
tagGroups = {
tagGroups = {
"Blocks",
"Constructable",
"Crushed Rock",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 26000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,153: Line 12,934:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,171: Line 12,952:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedLimestoneItem",
type = "CottonCarpetItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Mixed Rock"] = {
["Cotton Curtains"] = {
untranslated = "Crushed Mixed Rock",
untranslated = "Cotton Curtains",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "A mixture of rocks that can be used in a variety of recipes or simply as landfill.",
description = "Curtains woven using the finest cotton. \\n\\n (Only cosmetic does not impact room value.)",
tagGroups = {
tagGroups = {
"Blocks",
"Constructable",
"Crushed Rock",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 26000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,219: Line 12,997:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedMixedRockItem",
type = "CottonCurtainsItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Oil Shale"] = {
["Cotton Fabric"] = {
untranslated = "Crushed Oil Shale",
untranslated = "Cotton Fabric",
category = nil,
category = nil,
group = "Block",
group = "Items",
description = "",
description = "Cotton fabric is valued for its light weight, breathability, and softness.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Fabric",
carried = "Hands",
},
weight = 20000,
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,262: Line 13,042:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedOilShaleItem",
type = "CottonFabricItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Sandstone"] = {
["Cotton Lint"] = {
untranslated = "Crushed Sandstone",
untranslated = "Cotton Lint",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Sandstone rocks that have been crushed into a fine gravel.",
description = "A bundle of cotton used as stuffing or further tailoring processing.",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 100,
"Crushed Rock",
carried = "Backpack",
"Excavatable",
weight = 100,
"Processed Rock",
"Silica",
},
maxStack = 20,
carried = "Hands",
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,311: Line 13,085:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedSandstoneItem",
type = "CottonLintItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Shale"] = {
["Cotton Seed"] = {
untranslated = "Crushed Shale",
untranslated = "Cotton Seed",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Shale rocks that have been crushed into a fine gravel.",
description = "Plant to grow cotton.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Crushed Rock",
"Seeds",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 24000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 13,359: Line 13,131:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedShaleItem",
type = "CottonSeedItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Slag"] = {
["Cotton Streamer Stars"] = {
untranslated = "Crushed Slag",
untranslated = "Cotton Streamer Stars",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Slag that has been crushed into a fine gravel.",
description = "",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 1,
"Crushed Rock",
carried = "Backpack",
"Excavatable",
weight = 500,
"Processed Rock",
},
maxStack = 20,
carried = "Hands",
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,398: Line 13,165:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,407: Line 13,174:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedSlagItem",
type = "CottonStreamerStarsItem",
typeID = 0,
typeID = 0,
},
},
["Culinary Research Paper Advanced"] = {
["Cotton Streamer Stripes"] = {
untranslated = "Culinary Research Paper Advanced",
untranslated = "Cotton Streamer Stripes",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "",
tagGroups = {
tagGroups = {},
"Advanced Research",
maxStack = 1,
"Items",
"Research",
"Research Papers",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,446: Line 13,208:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,455: Line 13,217:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CulinaryResearchPaperAdvancedItem",
type = "CottonStreamerStripesItem",
typeID = 0,
typeID = 0,
},
},
["Culinary Research Paper Basic"] = {
["Cotton Thread"] = {
untranslated = "Culinary Research Paper Basic",
untranslated = "Cotton Thread",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Cotton fiber that has been processed at a cotton gin and is ready to be used for textiles.",
tagGroups = {
tagGroups = {},
"Basic Research",
"Items",
"Research",
"Research Papers",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 25,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,503: Line 13,260:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CulinaryResearchPaperBasicItem",
type = "CottonThreadItem",
typeID = 0,
typeID = 0,
},
},
["Culinary Research Paper Modern"] = {
Couch = {
untranslated = "Culinary Research Paper Modern",
untranslated = "Couch",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A sweet couch to lounge on. Now with room for your friends!",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Modern Research",
"Research",
"Research Papers",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,529: Line 13,283:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 13,542: Line 13,296:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,551: Line 13,305:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CulinaryResearchPaperModernItem",
type = "CouchItem",
typeID = 0,
typeID = 0,
},
},
["Currency Exchange"] = {
["Country Foundation"] = {
untranslated = "Currency Exchange",
untranslated = "Country Foundation",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "Allows players to exchange currency.",
description = "When a town simply cannot contain your ambition.",
tagGroups = {
tagGroups = {
"Economic",
"Government",
"Work Stations",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,575: Line 13,329:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Civics",
repeatsDepreciation = nil,
repeatsDepreciation = "1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 13,588: Line 13,342:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,597: Line 13,351:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CurrencyExchangeItem",
type = "CountryFoundationItem",
typeID = 0,
typeID = 0,
},
},
["Cutting Edge Cooking Upgrade"] = {
["Court Chair"] = {
untranslated = "Cutting Edge Cooking Upgrade",
untranslated = "Court Chair",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.",
description = "A chair for legal sittings.",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
maxStack = 1,
"Upgrade Modules",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,643: Line 13,394:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CuttingEdgeCookingUpgradeItem",
type = "CourtChairItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Anchor"] = {
["Court Table"] = {
untranslated = "Decorative Anchor",
untranslated = "Court Table",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "The ship this anchor belonged to no longer needed it.",
description = "A vital part of the courtroom.",
tagGroups = {
tagGroups = {
"Decoration",
"Government",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,667: Line 13,417:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 13,680: Line 13,430:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,689: Line 13,439:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeAnchorItem",
type = "CourtTableItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Glass Buoy Blue"] = {
["Coyote Carcass"] = {
untranslated = "Decorative Glass Buoy Blue",
untranslated = "Coyote Carcass",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
description = "A dead coyote.",
tagGroups = {
tagGroups = {
"Decoration",
"Small Carcass",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,713: Line 13,462:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 13,726: Line 13,475:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,735: Line 13,484:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeGlassBuoyBlueItem",
type = "CoyoteCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Glass Buoy Red"] = {
["Crab Carcass"] = {
untranslated = "Decorative Glass Buoy Red",
untranslated = "Crab Carcass",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
description = "A crustacean that loves the ocean, just don't get caught in its pinch!",
tagGroups = {
tagGroups = {
"Decoration",
"Small Fish",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,759: Line 13,507:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 13,772: Line 13,520:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,781: Line 13,529:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeGlassBuoyRedItem",
type = "CrabCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Hanging Buoy"] = {
["Crab Pot"] = {
untranslated = "Decorative Hanging Buoy",
untranslated = "Crab Pot",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
description = "A contraption to catch unsuspecting crabs in search of prey.",
tagGroups = {
tagGroups = {},
"Decoration",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,805: Line 13,550:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 13,818: Line 13,563:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,827: Line 13,572:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeHangingBuoyItem",
type = "CrabPotItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Life Preserver"] = {
Crane = {
untranslated = "Decorative Life Preserver",
untranslated = "Crane",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "It has retired from its previously life-critical role, but great for nautical decor.",
description = "Allows the placement and transport of materials in an area.",
tagGroups = {
tagGroups = {
"Decoration",
"Vehicles",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,851: Line 13,595:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 13,864: Line 13,608:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "3x3x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,873: Line 13,617:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeLifePreserverItem",
type = "CraneItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Ship Wheel"] = {
["Creosote Bush Seed"] = {
untranslated = "Decorative Ship Wheel",
untranslated = "Creosote Bush Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "Somewhere a ship is no longer going straight.",
description = "Plant to grow creosote bushes.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 13,910: Line 13,654:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,919: Line 13,663:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeShipWheelItem",
type = "CreosoteBushSeedItem",
typeID = 0,
typeID = 0,
},
},
["Deer Carcass"] = {
["Creosote Flower"] = {
untranslated = "Deer Carcass",
untranslated = "Creosote Flower",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead deer.",
description = "Placeholder Description.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Medium Carcass",
"Petals",
"Medium Leather Carcass",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 3000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 13,967: Line 13,709:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DeerCarcassItem",
type = "CreosoteFlowerItem",
typeID = 0,
typeID = 0,
},
},
["Dendrology Research Paper Advanced"] = {
["Crimini Mushroom Spores"] = {
untranslated = "Dendrology Research Paper Advanced",
untranslated = "Crimini Mushroom Spores",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Plant to grow crimini mushrooms.",
tagGroups = {
tagGroups = {
"Advanced Research",
"Crop Seed",
"Items",
"Food",
"Research",
"Seeds",
"Research Papers",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,015: Line 13,756:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DendrologyResearchPaperAdvancedItem",
type = "CriminiMushroomSporesItem",
typeID = 0,
typeID = 0,
},
},
["Dendrology Research Paper Basic"] = {
["Crimini Mushrooms"] = {
untranslated = "Dendrology Research Paper Basic",
untranslated = "Crimini Mushrooms",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Edible mushrooms that are quite tasty.",
tagGroups = {
tagGroups = {
"Basic Research",
"Food",
"Items",
"Fungus",
"Research",
"Raw Food",
"Research Papers",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 75,
calories = nil,
calories = 200,
carbs = nil,
carbs = 2,
protein = nil,
protein = 4,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 1,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,063: Line 13,803:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DendrologyResearchPaperBasicItem",
type = "CriminiMushroomsItem",
typeID = 0,
typeID = 0,
},
},
["Dendrology Research Paper Modern"] = {
["Crimson Salad"] = {
untranslated = "Dendrology Research Paper Modern",
untranslated = "Crimson Salad",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Just in case you want to eat red things without eating meat.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Modern Research",
"Research",
"Research Papers",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 400,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 13,
protein = nil,
protein = 7,
fat = nil,
fat = 8,
vitamins = nil,
vitamins = 28,
density = nil,
density = 4.666666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,111: Line 13,848:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DendrologyResearchPaperModernItem",
type = "CrimsonSaladItem",
typeID = 0,
typeID = 0,
},
},
["Derpy Hat"] = {
["Crispy Bacon"] = {
untranslated = "Derpy Hat",
untranslated = "Crispy Bacon",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Dorky sombrero that doesn't fit anyone. You feel embarrassed to wear it.",
description = "Give me all the bacon and eggs you have.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 400,
calories = nil,
calories = 800,
carbs = nil,
carbs = 0,
protein = nil,
protein = 18,
fat = nil,
fat = 26,
vitamins = nil,
vitamins = 0,
density = nil,
density = 5.5,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,156: Line 13,893:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DerpyHatItem",
type = "CrispyBaconItem",
typeID = 0,
typeID = 0,
},
},
["Dirt Ramp"] = {
["Crushed Basalt"] = {
untranslated = "Dirt Ramp",
untranslated = "Crushed Basalt",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "A dusty ramp formed from tamped earth. It's servicable for any wheeled vehicle.",
description = "Basalt rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Blocks",
"Crushed Rock",
"Constructable",
"Excavatable",
"Roads",
},
},
maxStack = 20,
maxStack = 20,
Line 14,203: Line 13,939:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DirtRampItem",
type = "CrushedBasaltItem",
typeID = 0,
typeID = 0,
},
},
["Distribution Station"] = {
["Crushed Coal"] = {
untranslated = "Distribution Station",
untranslated = "Crushed Coal",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A stockpile for distributing items to new players. Allows you to choose a specific set of items which each new player will be able to take.",
description = "Coal that have been crushed into a usable size.",
tagGroups = {
tagGroups = {
"Community",
"Burnable Fuel",
"Crafted Objects",
"Coal",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 22000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,224: Line 13,961:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 80000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,249: Line 13,986:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DistributionStationItem",
type = "CrushedCoalItem",
typeID = 0,
typeID = 0,
},
},
["Dried Fish"] = {
["Crushed Copper Ore"] = {
untranslated = "Dried Fish",
untranslated = "Crushed Copper Ore",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Leaving it outdoors somehow made it more digestible.",
description = "Crushed copper ore that is ready to be concentrated.",
tagGroups = {
tagGroups = {
"Food",
"Excavatable",
"Preserved Food",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 250,
weight = 28000,
calories = 450,
calories = nil,
carbs = 1,
carbs = nil,
protein = 16,
protein = nil,
fat = 2,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 4.222222222222222,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,295: Line 14,031:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DriedFishItem",
type = "CrushedCopperOreItem",
typeID = 0,
typeID = 0,
},
},
["Dried Meat"] = {
["Crushed Gneiss"] = {
untranslated = "Dried Meat",
untranslated = "Crushed Gneiss",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Leaving it outdoors somehow made it more digestible.",
description = "Gneiss rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Food",
"Crushed Rock",
"Preserved Food",
"Excavatable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 250,
weight = 28000,
calories = 550,
calories = nil,
carbs = 1,
carbs = nil,
protein = 14,
protein = nil,
fat = 4,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 3.4545454545454546,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,341: Line 14,077:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DriedMeatItem",
type = "CrushedGneissItem",
typeID = 0,
typeID = 0,
},
},
["Dwarf Willow Seed"] = {
["Crushed Gold Ore"] = {
untranslated = "Dwarf Willow Seed",
untranslated = "Crushed Gold Ore",
category = nil,
category = nil,
group = "Seed",
group = "Blocks",
description = "Plant to grow dwarf willow.",
description = "Crushed gold ore that is ready to be concentrated.",
tagGroups = {
tagGroups = {
"Food",
"Excavatable",
"Seeds",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 50,
weight = 28000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,387: Line 14,122:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DwarfWillowSeedItem",
type = "CrushedGoldOreItem",
typeID = 0,
typeID = 0,
},
},
Easel = {
["Crushed Granite"] = {
untranslated = "Easel",
untranslated = "Crushed Granite",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "An interactive stand allowing paintings to be created using art supplies.",
description = "Granite rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crushed Rock",
"Specialty",
"Excavatable",
"Silica",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,433: Line 14,169:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EaselItem",
type = "CrushedGraniteItem",
typeID = 0,
typeID = 0,
},
},
["Ecko The Dolphin"] = {
["Crushed Iron Ore"] = {
untranslated = "Ecko The Dolphin",
untranslated = "Crushed Iron Ore",
category = nil,
category = nil,
group = "Item",
group = "Blocks",
description = "Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.",
description = "Crushed iron ore that is ready to be concentrated.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Excavatable",
carried = "Backpack",
},
weight = 0,
maxStack = 20,
carried = "Hands",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,476: Line 14,214:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EckoTheDolphinItem",
type = "CrushedIronOreItem",
typeID = 0,
typeID = 0,
},
},
["Electric Lathe"] = {
["Crushed Limestone"] = {
untranslated = "Electric Lathe",
untranslated = "Crushed Limestone",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "An electric powered machine that has a spinning blade to craft a variety of metal products.",
description = "Limestone rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crushed Rock",
"Work Stations",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 5000,
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,501: Line 14,239:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 14,522: Line 14,260:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricLatheItem",
type = "CrushedLimestoneItem",
typeID = 0,
typeID = 0,
},
},
["Electric Machinist Table"] = {
["Crushed Mixed Rock"] = {
untranslated = "Electric Machinist Table",
untranslated = "Crushed Mixed Rock",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A fancy toolbench that creates equally fancy toys.",
description = "A mixture of rocks that can be used in a variety of recipes or simply as landfill.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crushed Rock",
"Work Stations",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 5000,
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,547: Line 14,285:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 14,568: Line 14,306:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricMachinistTableItem",
type = "CrushedMixedRockItem",
typeID = 0,
typeID = 0,
},
},
["Electric Motor"] = {
["Crushed Oil Shale"] = {
untranslated = "Electric Motor",
untranslated = "Crushed Oil Shale",
category = nil,
category = nil,
group = "Items",
group = "Block",
description = "A motor.",
description = "",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 20,
"Products",
carried = "Hands",
},
weight = 20000,
maxStack = 100,
carried = "Backpack",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,614: Line 14,349:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricMotorItem",
type = "CrushedOilShaleItem",
typeID = 0,
typeID = 0,
},
},
["Electric Planer"] = {
["Crushed Sandstone"] = {
untranslated = "Electric Planer",
untranslated = "Crushed Sandstone",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A sander and a jointer rolled into one.",
description = "Sandstone rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crushed Rock",
"Work Stations",
"Excavatable",
"Silica",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10000,
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,639: Line 14,375:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 14,660: Line 14,396:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricPlanerItem",
type = "CrushedSandstoneItem",
typeID = 0,
typeID = 0,
},
},
["Electric Stamping Press"] = {
["Crushed Shale"] = {
untranslated = "Electric Stamping Press",
untranslated = "Crushed Shale",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A tool for shaping or cutting metal by deforming it with a die.",
description = "Shale rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crushed Rock",
"Work Stations",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10000,
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,685: Line 14,421:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 14,706: Line 14,442:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricStampingPressItem",
type = "CrushedShaleItem",
typeID = 0,
typeID = 0,
},
},
["Electric Wall Lamp"] = {
["Crushed Slag"] = {
untranslated = "Electric Wall Lamp",
untranslated = "Crushed Slag",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A wall mounted lamp that requires electricity to turn on.",
description = "Slag that has been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crushed Rock",
"Lighting",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,730: Line 14,466:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 14,743: Line 14,479:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,752: Line 14,488:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricWallLampItem",
type = "CrushedSlagItem",
typeID = 0,
typeID = 0,
},
},
["Electric Water Pump"] = {
["Culinary Research Paper Advanced"] = {
untranslated = "Electric Water Pump",
untranslated = "Culinary Research Paper Advanced",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Pumps water from a source into a pipe network.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Advanced Research",
"Specialty",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,798: Line 14,534:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricWaterPumpItem",
type = "CulinaryResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Electronics Assembly"] = {
["Culinary Research Paper Basic"] = {
untranslated = "Electronics Assembly",
untranslated = "Culinary Research Paper Basic",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A set of machinery to create electronics.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Basic Research",
"Work Stations",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,823: Line 14,559:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 14,844: Line 14,580:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectronicsAssemblyItem",
type = "CulinaryResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
["Electronics Upgrade"] = {
["Culinary Research Paper Modern"] = {
untranslated = "Electronics Upgrade",
untranslated = "Culinary Research Paper Modern",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Modern Research",
"Upgrade Modules",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,890: Line 14,626:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectronicsUpgradeItem",
type = "CulinaryResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Elevator Call Post"] = {
["Currency Exchange"] = {
untranslated = "Elevator Call Post",
untranslated = "Currency Exchange",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "Used to call a nearby elevator.",
description = "Allows players to exchange currency.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Specialty",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 14,927: Line 14,660:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,936: Line 14,669:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElevatorCallPostItem",
type = "CurrencyExchangeItem",
typeID = 0,
typeID = 0,
},
},
["Elk Carcass"] = {
["Cutting Edge Cooking Skill Book"] = {
untranslated = "Elk Carcass",
untranslated = "Cutting Edge Cooking Skill Book",
category = nil,
category = nil,
group = "Natural Resources",
group = "Skill Books",
description = "A dead elk.",
description = "Cutting Edge Cooking Skill Book",
tagGroups = {
tagGroups = {
"Animal",
"Skill Books",
"Medium Carcass",
"Medium Leather Carcass",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 3000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,984: Line 14,714:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkCarcassItem",
type = "Cutting Edge Cooking Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Elk Mount"] = {
["Cutting Edge Cooking Skill Scroll"] = {
untranslated = "Elk Mount",
untranslated = "Cutting Edge Cooking Skill Scroll",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Scrolls",
description = "A hunting trophy for your house.",
description = "Cutting Edge Cooking Skill Scroll",
tagGroups = {
tagGroups = {
"Housing Objects",
"Skill Scrolls",
"Living Room",
},
},
maxStack = 1,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,008: Line 14,737:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "4.5",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 15,021: Line 14,750:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,030: Line 14,759:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkMountItem",
type = "Cutting Edge Cooking Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Elk Taco"] = {
["Cutting Edge Cooking Upgrade"] = {
untranslated = "Elk Taco",
untranslated = "Cutting Edge Cooking Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A tasty treat made from corn tortillas and meat.",
description = "Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.",
tagGroups = {
tagGroups = {
"Cooking",
"Upgrade",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 1,
calories = 700,
calories = nil,
carbs = 15,
carbs = nil,
protein = 8,
protein = nil,
fat = 22,
fat = nil,
vitamins = 6,
vitamins = nil,
density = 7.285714285714286,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 15,076: Line 14,804:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkTacoItem",
type = "CuttingEdgeCookingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Elk Wellington"] = {
["Decorative Anchor"] = {
untranslated = "Elk Wellington",
untranslated = "Decorative Anchor",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A prime cut of meat surrounded by pastry.",
description = "The ship this anchor belonged to no longer needed it.",
tagGroups = {
tagGroups = {
"Baking",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = 1450,
calories = nil,
carbs = 10,
carbs = nil,
protein = 26,
protein = nil,
fat = 22,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 4.275862068965517,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 15,113: Line 14,840:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,122: Line 14,849:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkWellingtonItem",
type = "DecorativeAnchorItem",
typeID = 0,
typeID = 0,
},
},
["Embassy Desk"] = {
["Decorative Glass Buoy Blue"] = {
untranslated = "Embassy Desk",
untranslated = "Decorative Glass Buoy Blue",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
tagGroups = {
tagGroups = {
"Government",
"Housing",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,146: Line 14,872:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 15,159: Line 14,885:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,168: Line 14,894:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EmbassyDeskItem",
type = "DecorativeGlassBuoyBlueItem",
typeID = 0,
typeID = 0,
},
},
["Engineering Research Paper Advanced"] = {
["Decorative Glass Buoy Red"] = {
untranslated = "Engineering Research Paper Advanced",
untranslated = "Decorative Glass Buoy Red",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
tagGroups = {
tagGroups = {
"Advanced Research",
"Housing",
"Items",
"Research",
"Research Papers",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,194: Line 14,917:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 15,207: Line 14,930:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,216: Line 14,939:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EngineeringResearchPaperAdvancedItem",
type = "DecorativeGlassBuoyRedItem",
typeID = 0,
typeID = 0,
},
},
["Engineering Research Paper Modern"] = {
["Decorative Hanging Buoy"] = {
untranslated = "Engineering Research Paper Modern",
untranslated = "Decorative Hanging Buoy",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Modern Research",
"Research",
"Research Papers",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,242: Line 14,962:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 15,255: Line 14,975:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,264: Line 14,984:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EngineeringResearchPaperModernItem",
type = "DecorativeHangingBuoyItem",
typeID = 0,
typeID = 0,
},
},
Epoxy = {
["Decorative Life Preserver"] = {
untranslated = "Epoxy",
untranslated = "Decorative Life Preserver",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A useful material for hardening, curing, and other various uses.",
description = "It has retired from its previously life-critical role, but great for nautical decor.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,288: Line 15,007:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 15,310: Line 15,029:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EpoxyItem",
type = "DecorativeLifePreserverItem",
typeID = 0,
typeID = 0,
},
},
Ethanol = {
["Decorative Ship Wheel"] = {
untranslated = "Ethanol",
untranslated = "Decorative Ship Wheel",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A material used to make biodiesel. Not suitable for food.",
description = "Somewhere a ship is no longer going straight.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1000,
Line 15,334: Line 15,052:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 15,347: Line 15,065:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,356: Line 15,074:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EthanolItem",
type = "DecorativeShipWheelItem",
typeID = 0,
typeID = 0,
},
},
Excavator = {
["Deer Carcass"] = {
untranslated = "Excavator",
untranslated = "Deer Carcass",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "Like a Skid Steer but more versatile. Great for high slope excavation.",
description = "A dead deer.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Medium Carcass",
"Vehicles",
"Medium Leather Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 30000,
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,402: Line 15,120:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExcavatorItem",
type = "DeerCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Executive Office"] = {
["Dendrology Research Paper Advanced"] = {
untranslated = "Executive Office",
untranslated = "Dendrology Research Paper Advanced",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "Elected officials can perform one-time executive actions here.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Government",
"Advanced Research",
"Work Stations",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,448: Line 15,166:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExecutiveOfficeItem",
type = "DendrologyResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Boots"] = {
["Dendrology Research Paper Basic"] = {
untranslated = "Explorer Boots",
untranslated = "Dendrology Research Paper Basic",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Boots with rubber soles and thermal insulation for comfort yet still be durabable.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Clothes",
"Basic Research",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,493: Line 15,212:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerBootsItem",
type = "DendrologyResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Gloves"] = {
["Dendrology Research Paper Modern"] = {
untranslated = "Explorer Gloves",
untranslated = "Dendrology Research Paper Modern",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Sturdy gloves comfortably lined with cotton for extra insulation against the elements.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Clothes",
"Modern Research",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,538: Line 15,258:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerGlovesItem",
type = "DendrologyResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Hat"] = {
["Derpy Hat"] = {
untranslated = "Explorer Hat",
untranslated = "Derpy Hat",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "A classic adventuring hat protecting you from the unknown.",
description = "Dorky sombrero that doesn't fit anyone. You feel embarrassed to wear it.",
tagGroups = {
tagGroups = {
"Clothes",
"Clothes",
Line 15,583: Line 15,303:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerHatItem",
type = "DerpyHatItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Pants"] = {
["Dirt Ramp"] = {
untranslated = "Explorer Pants",
untranslated = "Dirt Ramp",
category = nil,
category = nil,
group = "Clothing",
group = "Blocks",
description = "Reinforced pants for exploring but still be fashionable.",
description = "A dusty ramp formed from tamped earth. It's servicable for any wheeled vehicle.",
tagGroups = {
tagGroups = {
"Clothes",
"Constructable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,619: Line 15,339:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,628: Line 15,348:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerPantsItem",
type = "DirtRampItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Shirt"] = {
["Distribution Station"] = {
untranslated = "Explorer Shirt",
untranslated = "Distribution Station",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "A simple white shirt with a tie and a colorable vest.",
description = "A stockpile for distributing items to new players. Allows you to choose a specific set of items which each new player will be able to take.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,664: Line 15,382:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "7x7x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,673: Line 15,391:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerShirtItem",
type = "DistributionStationItem",
typeID = 0,
typeID = 0,
},
},
["Fantastic Forest Pizza"] = {
["Dried Fish"] = {
untranslated = "Fantastic Forest Pizza",
untranslated = "Dried Fish",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Leaves you full and lively.",
description = "Leaving it outdoors somehow made it more digestible.",
tagGroups = {
tagGroups = {
"Baking",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 250,
calories = 1250,
calories = 450,
carbs = 23,
carbs = 1,
protein = 4,
protein = 16,
fat = 10,
fat = 2,
vitamins = 17,
vitamins = 0,
density = 4.32,
density = 4.222222222222222,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 15,719: Line 15,436:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FantasticForestPizzaItem",
type = "DriedFishItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Boots"] = {
["Dried Meat"] = {
untranslated = "Farmer Boots",
untranslated = "Dried Meat",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Waterproof rubber sole boots with synthetic lining that provides protection against the elements when working in the fields.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "Leaving it outdoors somehow made it more digestible.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 250,
calories = nil,
calories = 550,
carbs = nil,
carbs = 1,
protein = nil,
protein = 14,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.4545454545454546,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 15,764: Line 15,481:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerBootsItem",
type = "DriedMeatItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Gloves"] = {
["Dwarf Willow Seed"] = {
untranslated = "Farmer Gloves",
untranslated = "Dwarf Willow Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Water-resistant nylon gloves with textured palms for increased grip.",
description = "Plant to grow dwarf willow.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 15,809: Line 15,527:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerGlovesItem",
type = "DwarfWillowSeedItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Hat"] = {
Easel = {
untranslated = "Farmer Hat",
untranslated = "Easel",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = " A wide-brimmed straw hat designed to provide protection from the sun.",
description = "An interactive stand allowing paintings to be created using art supplies.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,845: Line 15,561:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,854: Line 15,570:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerHatItem",
type = "EaselItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Overalls"] = {
["Ecko The Dolphin"] = {
untranslated = "Farmer Overalls",
untranslated = "Ecko The Dolphin",
category = nil,
category = nil,
group = "Clothing",
group = "Item",
description = "Comfortable denim overalls to help with the frequent bending over that comes with farm work.",
description = "Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 0,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,899: Line 15,613:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerOverallsItem",
type = "EckoTheDolphinItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Shirt"] = {
["Electric Lathe"] = {
untranslated = "Farmer Shirt",
untranslated = "Electric Lathe",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = " A long-sleeved flannel shirt that is often worn when working outdoors.",
description = "An electric powered machine that has a spinning blade to craft a variety of metal products.",
tagGroups = {
tagGroups = {
"Clothes",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,923: Line 15,637:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,935: Line 15,649:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x7x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,944: Line 15,658:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerShirtItem",
type = "ElectricLatheItem",
typeID = 0,
typeID = 0,
},
},
["Farmers Table"] = {
["Electric Machinist Table"] = {
untranslated = "Farmers Table",
untranslated = "Electric Machinist Table",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "A basic workspace for crafting fertilizer and extracting seeds from crops.",
description = "A fancy toolbench that creates equally fancy toys.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crafting Table",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,981: Line 15,694:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,990: Line 15,703:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmersTableItem",
type = "ElectricMachinistTableItem",
typeID = 0,
typeID = 0,
},
},
["Farming Upgrade"] = {
["Electric Motor"] = {
untranslated = "Farming Upgrade",
untranslated = "Electric Motor",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Basic Upgrade that greatly increases efficiency when crafting Farming recipes.",
description = "A motor.",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,036: Line 15,746:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmingUpgradeItem",
type = "ElectricMotorItem",
typeID = 0,
typeID = 0,
},
},
["Federation Foundation"] = {
["Electric Planer"] = {
untranslated = "Federation Foundation",
untranslated = "Electric Planer",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "A leap into globalization and a united federation.",
description = "A sander and a jointer rolled into one.",
tagGroups = {
tagGroups = {
"Government",
"Crafting Table",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
Line 16,060: Line 15,769:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = "Industrial",
furnitureType = "Civics",
furnitureType = nil,
repeatsDepreciation = "1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 16,073: Line 15,782:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "45",
footprint = "5x6x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,082: Line 15,791:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FederationFoundationItem",
type = "ElectricPlanerItem",
typeID = 0,
typeID = 0,
},
},
["Fern Campfire Salad"] = {
["Electric Stamping Press"] = {
untranslated = "Fern Campfire Salad",
untranslated = "Electric Stamping Press",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A myriad of plants that make a healthy and odd blend.",
description = "A tool for shaping or cutting metal by deforming it with a die.",
tagGroups = {
tagGroups = {
"Campfire",
"Crafting Table",
"Campfire Salad",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 10000,
calories = 900,
calories = nil,
carbs = 9,
carbs = nil,
protein = 5,
protein = nil,
fat = 1,
fat = nil,
vitamins = 13,
vitamins = nil,
density = 3.111111111111111,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 16,120: Line 15,827:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,129: Line 15,836:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FernCampfireSaladItem",
type = "ElectricStampingPressItem",
typeID = 0,
typeID = 0,
},
},
["Fern Spore"] = {
["Electric Wall Lamp"] = {
untranslated = "Fern Spore",
untranslated = "Electric Wall Lamp",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow ferns.",
description = "A wall mounted lamp that requires electricity to turn on.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Housing",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 500,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 16,167: Line 15,872:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,176: Line 15,881:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FernSporeItem",
type = "ElectricWallLampItem",
typeID = 0,
typeID = 0,
},
},
["Fertilizers Upgrade"] = {
["Electric Water Pump"] = {
untranslated = "Fertilizers Upgrade",
untranslated = "Electric Water Pump",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.",
description = "Pumps water from a source into a pipe network.",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
maxStack = 1,
"Upgrade Modules",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,213: Line 15,915:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,222: Line 15,924:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FertilizersUpgradeItem",
type = "ElectricWaterPumpItem",
typeID = 0,
typeID = 0,
},
},
["Fiber Filler"] = {
["Electronics Assembly"] = {
untranslated = "Fiber Filler",
untranslated = "Electronics Assembly",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A filler ingredient used in a variety of fertilizers.",
description = "A set of machinery to create electronics.",
tagGroups = {
tagGroups = {
"Fertilizer Filler",
"Crafting Table",
"Fertilizers",
"Items",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,248: Line 15,948:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 16,260: Line 15,960:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,269: Line 15,969:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiberFillerItem",
type = "ElectronicsAssemblyItem",
typeID = 0,
typeID = 0,
},
},
["Fiber Scutching Station"] = {
["Electronics Skill Book"] = {
untranslated = "Fiber Scutching Station",
untranslated = "Electronics Skill Book",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Books",
description = "A group of different tools used in the processing of plant based cloth products. Excellent for a renaissance fair display.",
description = "Electronics Skill Book",
tagGroups = {
tagGroups = {
"Craft Tables",
"Skill Books",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,294: Line 15,993:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 16,315: Line 16,014:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiberScutchingStationItem",
type = "Electronics Skill BookItem",
typeID = 0,
typeID = 0,
},
},
Fiberglass = {
["Electronics Skill Scroll"] = {
untranslated = "Fiberglass",
untranslated = "Electronics Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "Plastic reinforced with glass fiber strands.",
description = "Electronics Skill Scroll",
tagGroups = {
tagGroups = {
"Items",
"Skill Scrolls",
"Products",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,361: Line 16,059:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiberglassItem",
type = "Electronics Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
Fiddleheads = {
["Electronics Upgrade"] = {
untranslated = "Fiddleheads",
untranslated = "Electronics Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A collection of the furled fronds of young ferns; a unique addition to a meal.",
description = "Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Greens",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = 150,
calories = nil,
carbs = 2,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 5,
vitamins = nil,
density = 5.333333333333334,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,409: Line 16,104:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiddleheadsItem",
type = "ElectronicsUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Field Campfire Stew"] = {
["Elevator Call Post"] = {
untranslated = "Field Campfire Stew",
untranslated = "Elevator Call Post",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
description = "Used to call a nearby elevator.",
tagGroups = {
tagGroups = {},
"Campfire",
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = 1100,
calories = nil,
carbs = 14,
carbs = nil,
protein = 4,
protein = nil,
fat = 8,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 2.727272727272727,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,446: Line 16,138:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,455: Line 16,147:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FieldCampfireStewItem",
type = "ElevatorCallPostItem",
typeID = 0,
typeID = 0,
},
},
["Filmy Fern Spore"] = {
["Elk Carcass"] = {
untranslated = "Filmy Fern Spore",
untranslated = "Elk Carcass",
category = nil,
category = nil,
group = "Seed",
group = "Natural Resources",
description = "Plant to grow a filmy fern.",
description = "A dead elk.",
tagGroups = {
tagGroups = {
"Food",
"Medium Carcass",
"Seeds",
"Medium Leather Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 3000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,501: Line 16,193:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FilmyFernSporeItem",
type = "ElkCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Fir Log"] = {
["Elk Mount"] = {
untranslated = "Fir Log",
untranslated = "Elk Mount",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "Fir log is a type of softwood with a nice piney smell.",
description = "A hunting trophy for your house.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Housing",
"Logs",
"Natural Resources",
"Softwood",
"Wood",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,525: Line 16,213:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "4.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 16,541: Line 16,229:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,550: Line 16,238:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FirLogItem",
type = "ElkMountItem",
typeID = 0,
typeID = 0,
},
},
["Fir Seed"] = {
["Elk Taco"] = {
untranslated = "Fir Seed",
untranslated = "Elk Taco",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a fir tree.",
description = "A tasty treat made from corn tortillas and meat.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 200,
calories = 0,
calories = 700,
carbs = 0,
carbs = 15,
protein = 0,
protein = 8,
fat = 0,
fat = 22,
vitamins = 0,
vitamins = 6,
density = 0,
density = 7.285714285714286,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,596: Line 16,283:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FirSeedItem",
type = "ElkTacoItem",
typeID = 0,
typeID = 0,
},
},
["Fireweed Seed"] = {
["Elk Wellington"] = {
untranslated = "Fireweed Seed",
untranslated = "Elk Wellington",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow fireweed.",
description = "A prime cut of meat surrounded by pastry.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 500,
calories = 0,
calories = 1450,
carbs = 0,
carbs = 10,
protein = 0,
protein = 26,
fat = 0,
fat = 22,
vitamins = 0,
vitamins = 4,
density = 0,
density = 4.275862068965517,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,643: Line 16,328:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FireweedSeedItem",
type = "ElkWellingtonItem",
typeID = 0,
typeID = 0,
},
},
["Fireweed Shoots"] = {
["Embassy Desk"] = {
untranslated = "Fireweed Shoots",
untranslated = "Embassy Desk",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A bitter, brightly colored shoot similar to asparagus.",
description = "Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)",
tagGroups = {
tagGroups = {
"Food",
"Government",
"Greens",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 80,
weight = 2000,
calories = 150,
calories = nil,
carbs = 3,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 5.333333333333334,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,682: Line 16,364:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,691: Line 16,373:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FireweedShootsItem",
type = "EmbassyDeskItem",
typeID = 0,
typeID = 0,
},
},
["Fish N Chips"] = {
["Engineering Research Paper Advanced"] = {
untranslated = "Fish N Chips",
untranslated = "Engineering Research Paper Advanced",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Deep-fried fish served with a side of taro chips.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Cooking",
"Advanced Research",
"Food",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 10,
calories = 1000,
calories = nil,
carbs = 20,
carbs = nil,
protein = 10,
protein = nil,
fat = 20,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 5.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,737: Line 16,419:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishNChipsItem",
type = "EngineeringResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Fish Rack"] = {
["Engineering Research Paper Modern"] = {
untranslated = "Fish Rack",
untranslated = "Engineering Research Paper Modern",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A simple display of today's catch.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Modern Research",
"Work Stations",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,762: Line 16,444:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 16,783: Line 16,465:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishRackItem",
type = "EngineeringResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Fish Trap"] = {
Epoxy = {
untranslated = "Fish Trap",
untranslated = "Epoxy",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A trap to catch river fish as they swim. It can only be used in fresh water as it's too small to catch the larger ocean fish. ",
description = "A useful material for hardening, curing, and other various uses.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Specialty",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,829: Line 16,508:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishTrapItem",
type = "EpoxyItem",
typeID = 0,
typeID = 0,
},
},
Fishery = {
Ethanol = {
untranslated = "Fishery",
untranslated = "Ethanol",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A place to create fishing poles, traps and prepare seafood.",
description = "A material used to make biodiesel. Not suitable for food.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 100,
"Work Stations",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,854: Line 16,530:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 16,875: Line 16,551:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FisheryItem",
type = "EthanolItem",
typeID = 0,
typeID = 0,
},
},
["Fishing Pole"] = {
Excavator = {
untranslated = "Fishing Pole",
untranslated = "Excavator",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "Fishing, the most extreme sport.",
description = "Like a Skid Steer but more versatile. Great for high slope excavation.",
tagGroups = {
tagGroups = {
"Items",
"Vehicles",
"Tool",
"Tools",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,913: Line 16,587:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x8x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,922: Line 16,596:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishingPoleItem",
type = "ExcavatorItem",
typeID = 0,
typeID = 0,
},
},
["Flat Steel"] = {
["Executive Office"] = {
untranslated = "Flat Steel",
untranslated = "Executive Office",
category = nil,
category = nil,
group = "Blocks",
group = "Work Stations",
description = "Coated with a layer of epoxy, this steel refuses to rust.",
description = "Elected officials can perform one-time executive actions here.",
tagGroups = {
tagGroups = {
"Blocks",
"Government",
"Building Materials",
"Constructable",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,951: Line 16,623:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,960: Line 16,632:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,969: Line 16,641:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlatSteelItem",
type = "ExecutiveOfficeItem",
typeID = 0,
typeID = 0,
},
},
["Flat Steel Door"] = {
["Explorer Boots"] = {
untranslated = "Flat Steel Door",
untranslated = "Explorer Boots",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A beautiful modern flat steel door with a large viewing window.",
description = "Boots with rubber soles and thermal insulation for comfort yet still be durabable.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Doors",
"Clothes",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,997: Line 16,668:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,015: Line 16,686:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlatSteelDoorItem",
type = "ExplorerBootsItem",
typeID = 0,
typeID = 0,
},
},
Flatbread = {
["Explorer Gloves"] = {
untranslated = "Flatbread",
untranslated = "Explorer Gloves",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Without any leavening the flatbread isn't very puffy. But it's still tasty.",
description = "Sturdy gloves comfortably lined with cotton for extra insulation against the elements.",
tagGroups = {
tagGroups = {
"Baking",
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
calories = 500,
calories = nil,
carbs = 17,
carbs = nil,
protein = 8,
protein = nil,
fat = 3,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 6.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,061: Line 16,731:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlatbreadItem",
type = "ExplorerGlovesItem",
typeID = 0,
typeID = 0,
},
},
["Flax Fiber"] = {
["Explorer Hat"] = {
untranslated = "Flax Fiber",
untranslated = "Explorer Hat",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "Processed fibers of flax ready to be spun into yarn.",
description = "A classic adventuring hat protecting you from the unknown.",
tagGroups = {
tagGroups = {
"Items",
"Clothes",
"Products",
},
},
maxStack = 100,
maxStack = 100,
Line 17,107: Line 16,776:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxFiberItem",
type = "ExplorerHatItem",
typeID = 0,
typeID = 0,
},
},
["Flax Seed"] = {
["Explorer Pants"] = {
untranslated = "Flax Seed",
untranslated = "Explorer Pants",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow flax. ",
description = "Reinforced pants for exploring but still be fashionable.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Clothes",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 100,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,154: Line 16,821:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxSeedItem",
type = "ExplorerPantsItem",
typeID = 0,
typeID = 0,
},
},
["Flax Stem"] = {
["Explorer Shirt"] = {
untranslated = "Flax Stem",
untranslated = "Explorer Shirt",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A bundle of harvested flax that can be processed into fabric.",
description = "A simple white shirt with a tie and a colorable vest.",
tagGroups = {
tagGroups = {
"Crop",
"Clothes",
"Items",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,201: Line 16,866:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxStemItem",
type = "ExplorerShirtItem",
typeID = 0,
typeID = 0,
},
},
["Flax Trawler Net"] = {
["Fantastic Forest Pizza"] = {
untranslated = "Flax Trawler Net",
untranslated = "Fantastic Forest Pizza",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
description = "Leaves you full and lively.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Tool",
"Tools",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 300,
calories = nil,
calories = 1250,
carbs = nil,
carbs = 23,
protein = nil,
protein = 4,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 17,
density = nil,
density = 4.32,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,248: Line 16,911:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxTrawlerNetItem",
type = "FantasticForestPizzaItem",
typeID = 0,
typeID = 0,
},
},
["Flaxseed Oil"] = {
["Farmer Boots"] = {
untranslated = "Flaxseed Oil",
untranslated = "Farmer Boots",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "An oil primarily used for woodworking and paint supplies but can surprisingly also be drizzled on a salad.",
description = "Waterproof rubber sole boots with synthetic lining that provides protection against the elements when working in the fields.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Fat",
"Clothes",
"Food",
"Ingredients",
"Oil",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 120,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 15,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 12.5,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,296: Line 16,956:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxseedOilItem",
type = "FarmerBootsItem",
typeID = 0,
typeID = 0,
},
},
Flour = {
["Farmer Gloves"] = {
untranslated = "Flour",
untranslated = "Farmer Gloves",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A fine, milled wheat product that's useful for all baking.",
description = "Water-resistant nylon gloves with textured palms for increased grip.",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
"Ingredients",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
calories = 50,
calories = nil,
carbs = 15,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 30.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,342: Line 17,001:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlourItem",
type = "FarmerGlovesItem",
typeID = 0,
typeID = 0,
},
},
["Fox Carcass"] = {
["Farmer Hat"] = {
untranslated = "Fox Carcass",
untranslated = "Farmer Hat",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "A dead fox.",
description = " A wide-brimmed straw hat designed to provide protection from the sun.",
tagGroups = {
tagGroups = {
"Animal",
"Clothes",
"Natural Resources",
"Small Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,389: Line 17,046:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FoxCarcassItem",
type = "FarmerHatItem",
typeID = 0,
typeID = 0,
},
},
["Framed Glass"] = {
["Farmer Overalls"] = {
untranslated = "Framed Glass",
untranslated = "Farmer Overalls",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "Glass which was reinforced by a steel frame.",
description = "Comfortable denim overalls to help with the frequent bending over that comes with farm work.",
tagGroups = {
tagGroups = {
"Blocks",
"Clothes",
"Building Materials",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,418: Line 17,073:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,436: Line 17,091:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FramedGlassItem",
type = "FarmerOverallsItem",
typeID = 0,
typeID = 0,
},
},
["Framed Glass Door"] = {
["Farmer Shirt"] = {
untranslated = "Framed Glass Door",
untranslated = "Farmer Shirt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A beautiful glass door made of steel and glass.",
description = " A long-sleeved flannel shirt that is often worn when working outdoors.",
tagGroups = {
tagGroups = {
"Doors",
"Clothes",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,464: Line 17,118:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,482: Line 17,136:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FramedGlassDoorItem",
type = "FarmerShirtItem",
typeID = 0,
typeID = 0,
},
},
["Fried Camas"] = {
["Farmers Table"] = {
untranslated = "Fried Camas",
untranslated = "Farmers Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Deep fried Camas. Bit greasy.",
description = "A basic workspace for crafting fertilizer and extracting seeds from crops.",
tagGroups = {
tagGroups = {
"Campfire",
"Crafting Table",
"Food",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 2000,
calories = 700,
calories = nil,
carbs = 9,
carbs = nil,
protein = 3,
protein = nil,
fat = 10,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 17,520: Line 17,172:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 17,529: Line 17,181:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedCamasItem",
type = "FarmersTableItem",
typeID = 0,
typeID = 0,
},
},
["Fried Fiddleheads"] = {
["Farming Skill Book"] = {
untranslated = "Fried Fiddleheads",
untranslated = "Farming Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "Secret's in the sauce.",
description = "Farming Skill Book",
tagGroups = {
tagGroups = {
"Campfire",
"Skill Books",
"Food",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
calories = 700,
calories = nil,
carbs = 11,
carbs = nil,
protein = 3,
protein = nil,
fat = 6,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,576: Line 17,226:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedFiddleheadsItem",
type = "Farming Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Fried Hare Haunches"] = {
["Farming Skill Scroll"] = {
untranslated = "Fried Hare Haunches",
untranslated = "Farming Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "Everything is better deep fried.",
description = "Farming Skill Scroll",
tagGroups = {
tagGroups = {
"Cooking",
"Skill Scrolls",
"Food",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10,
calories = 750,
calories = nil,
carbs = 6,
carbs = nil,
protein = 15,
protein = nil,
fat = 27,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 6.933333333333333,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,622: Line 17,271:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedHareHaunchesItem",
type = "Farming Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Fried Hearts Of Palm"] = {
["Farming Upgrade"] = {
untranslated = "Fried Hearts Of Palm",
untranslated = "Farming Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "Secret's in the sauce.",
description = "Basic Upgrade that greatly increases efficiency when crafting Farming recipes.",
tagGroups = {
tagGroups = {
"Campfire",
"Upgrade",
"Food",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 1,
calories = 700,
calories = nil,
carbs = 13,
carbs = nil,
protein = 3,
protein = nil,
fat = 6,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,669: Line 17,316:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedHeartsOfPalmItem",
type = "FarmingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Fried Taro"] = {
["Federation Foundation"] = {
untranslated = "Fried Taro",
untranslated = "Federation Foundation",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Secret's in the sauce.",
description = "A leap into globalization and a united federation.",
tagGroups = {
tagGroups = {
"Campfire",
"Government",
"Food",
"Housing",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 10000,
calories = 700,
calories = nil,
carbs = 14,
carbs = nil,
protein = 1,
protein = nil,
fat = 8,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Civics",
repeatsDepreciation = nil,
repeatsDepreciation = "1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 17,707: Line 17,353:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 17,716: Line 17,362:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedTaroItem",
type = "FederationFoundationItem",
typeID = 0,
typeID = 0,
},
},
["Fried Tomatoes"] = {
["Fern Campfire Salad"] = {
untranslated = "Fried Tomatoes",
untranslated = "Fern Campfire Salad",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Secret's in the sauce.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Campfire",
"Campfire Salad",
"Food",
"Food",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 200,
calories = 700,
calories = 900,
carbs = 11,
carbs = 9,
protein = 3,
protein = 5,
fat = 8,
fat = 1,
vitamins = 2,
vitamins = 13,
density = 3.428571428571429,
density = 3.111111111111111,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,763: Line 17,408:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedTomatoesItem",
type = "FernCampfireSaladItem",
typeID = 0,
typeID = 0,
},
},
["Froth Floatation Cell"] = {
["Fern Spore"] = {
untranslated = "Froth Floatation Cell",
untranslated = "Fern Spore",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
description = "Plant to grow ferns.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crop Seed",
"Work Stations",
"Food",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 17,809: Line 17,455:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FrothFloatationCellItem",
type = "FernSporeItem",
typeID = 0,
typeID = 0,
},
},
["Fruit Muffin"] = {
["Fertilizers Skill Book"] = {
untranslated = "Fruit Muffin",
untranslated = "Fertilizers Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "A soft, slightly sweet bread studded with juicy fruits.",
description = "Fertilizers Skill Book",
tagGroups = {
tagGroups = {
"Baking",
"Skill Books",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
calories = 800,
calories = nil,
carbs = 10,
carbs = nil,
protein = 5,
protein = nil,
fat = 4,
fat = nil,
vitamins = 16,
vitamins = nil,
density = 4.375,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,855: Line 17,500:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FruitMuffinItem",
type = "Fertilizers Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Fruit Salad"] = {
["Fertilizers Skill Scroll"] = {
untranslated = "Fruit Salad",
untranslated = "Fertilizers Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "While tomatoes are fruits, you don't usually put them in fruit salads.",
description = "Fertilizers Skill Scroll",
tagGroups = {
tagGroups = {
"Cooking",
"Skill Scrolls",
"Food",
"Salad",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 10,
calories = 900,
calories = nil,
carbs = 12,
carbs = nil,
protein = 4,
protein = nil,
fat = 3,
fat = nil,
vitamins = 19,
vitamins = nil,
density = 4.222222222222222,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,902: Line 17,545:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FruitSaladItem",
type = "Fertilizers Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Fruit Tart"] = {
["Fertilizers Upgrade"] = {
untranslated = "Fruit Tart",
untranslated = "Fertilizers Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A sweet pastry that is great for breakfast or anytime you need a quick boost of energy.",
description = "Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.",
tagGroups = {
tagGroups = {
"Baking",
"Upgrade",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 1,
calories = 800,
calories = nil,
carbs = 22,
carbs = nil,
protein = 3,
protein = nil,
fat = 9,
fat = nil,
vitamins = 14,
vitamins = nil,
density = 6.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,948: Line 17,590:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FruitTartItem",
type = "FertilizersUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Fur Pelt"] = {
["Fiber Filler"] = {
untranslated = "Fur Pelt",
untranslated = "Fiber Filler",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A soft, furry pelt.",
description = "A filler ingredient used in a variety of fertilizers.",
tagGroups = {
tagGroups = {
"Animal Skin",
"Fertilizer",
"Items",
"Fertilizer Filler",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,995: Line 17,636:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FurPeltItem",
type = "FiberFillerItem",
typeID = 0,
typeID = 0,
},
},
["Galaxy Vase"] = {
["Fiber Scutching Station"] = {
untranslated = "Galaxy Vase",
untranslated = "Fiber Scutching Station",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A vase made with glass to brighten up your home.",
description = "A group of different tools used in the processing of plant based cloth products. Excellent for a renaissance fair display.",
tagGroups = {
tagGroups = {
"Decoration",
"Crafting Table",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,019: Line 17,659:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = "Industrial",
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 18,032: Line 17,672:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "2x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,041: Line 17,681:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GalaxyVaseItem",
type = "FiberScutchingStationItem",
typeID = 0,
typeID = 0,
},
},
["Garden Boots"] = {
Fiberglass = {
untranslated = "Garden Boots",
untranslated = "Fiberglass",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A sturdy pair of rubber footwear designed to provide protection against water, rain, and mud.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
description = "Plastic reinforced with glass fiber strands.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,086: Line 17,724:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GardenBootsItem",
type = "FiberglassItem",
typeID = 0,
typeID = 0,
},
},
Gasoline = {
Fiddleheads = {
untranslated = "Gasoline",
untranslated = "Fiddleheads",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Refined petroleum useful for fueling machines and generators.",
description = "A collection of the furled fronds of young ferns; a unique addition to a meal.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Liquid Fuel",
"Greens",
"Liquids",
"Raw Food",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 30000,
weight = 50,
calories = nil,
calories = 150,
carbs = nil,
carbs = 2,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 5,
density = nil,
density = 5.333333333333334,
fuel = 80000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,133: Line 17,771:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GasolineItem",
type = "FiddleheadsItem",
typeID = 0,
typeID = 0,
},
},
["Gathering Basic Upgrade"] = {
["Field Campfire Stew"] = {
untranslated = "Gathering Basic Upgrade",
untranslated = "Field Campfire Stew",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Food",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 500,
calories = nil,
calories = 1100,
carbs = nil,
carbs = 14,
protein = nil,
protein = 4,
fat = nil,
fat = 8,
vitamins = nil,
vitamins = 4,
density = nil,
density = 2.727272727272727,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,179: Line 17,816:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GatheringBasicUpgradeItem",
type = "FieldCampfireStewItem",
typeID = 0,
typeID = 0,
},
},
["Gathering Research Paper Basic"] = {
["Filmy Fern Spore"] = {
untranslated = "Gathering Research Paper Basic",
untranslated = "Filmy Fern Spore",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Plant to grow a filmy fern.",
tagGroups = {
tagGroups = {
"Basic Research",
"Food",
"Items",
"Seeds",
"Research",
"Research Papers",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,227: Line 17,862:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GatheringResearchPaperBasicItem",
type = "FilmyFernSporeItem",
typeID = 0,
typeID = 0,
},
},
Gearbox = {
["Fir Log"] = {
untranslated = "Gearbox",
untranslated = "Fir Log",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "Provides speed and torque conversions from a rotating power source to another device.",
description = "Fir log is a type of softwood with a nice piney smell.",
tagGroups = {
tagGroups = {
"Items",
"Burnable Fuel",
"Products",
"Softwood",
"Wood",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,248: Line 17,884:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,273: Line 17,909:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GearboxItem",
type = "FirLogItem",
typeID = 0,
typeID = 0,
},
},
["Geology Research Paper Advanced"] = {
["Fir Seed"] = {
untranslated = "Geology Research Paper Advanced",
untranslated = "Fir Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Plant to grow a fir tree.",
tagGroups = {
tagGroups = {
"Advanced Research",
"Food",
"Items",
"Seeds",
"Research",
"Research Papers",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,321: Line 17,955:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GeologyResearchPaperAdvancedItem",
type = "FirSeedItem",
typeID = 0,
typeID = 0,
},
},
["Geology Research Paper Basic"] = {
["Fireweed Seed"] = {
untranslated = "Geology Research Paper Basic",
untranslated = "Fireweed Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Plant to grow fireweed.",
tagGroups = {
tagGroups = {
"Basic Research",
"Crop Seed",
"Items",
"Food",
"Research",
"Seeds",
"Research Papers",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,369: Line 18,002:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GeologyResearchPaperBasicItem",
type = "FireweedSeedItem",
typeID = 0,
typeID = 0,
},
},
["Geology Research Paper Modern"] = {
["Fireweed Shoots"] = {
untranslated = "Geology Research Paper Modern",
untranslated = "Fireweed Shoots",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A bitter, brightly colored shoot similar to asparagus.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Modern Research",
"Greens",
"Research",
"Raw Food",
"Research Papers",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 80,
calories = nil,
calories = 150,
carbs = nil,
carbs = 3,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 4,
density = nil,
density = 5.333333333333334,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,417: Line 18,049:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GeologyResearchPaperModernItem",
type = "FireweedShootsItem",
typeID = 0,
typeID = 0,
},
},
["Giant Cactus Fruit"] = {
["Fish N Chips"] = {
untranslated = "Giant Cactus Fruit",
untranslated = "Fish N Chips",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A bulbous fruit that used to top Saguaro cacti.",
description = "Deep-fried fish served with a side of taro chips.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Fruit",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 200,
calories = 100,
calories = 1000,
carbs = 2,
carbs = 20,
protein = 0,
protein = 10,
fat = 2,
fat = 20,
vitamins = 4,
vitamins = 0,
density = 8.0,
density = 5.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,465: Line 18,094:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GiantCactusFruitItem",
type = "FishNChipsItem",
typeID = 0,
typeID = 0,
},
},
["Gigot Sleeve Shirt"] = {
["Fish Rack"] = {
untranslated = "Gigot Sleeve Shirt",
untranslated = "Fish Rack",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "Cool piratey shirt that makes your biceps look bigger than they really are.",
description = "A simple display of today's catch.",
tagGroups = {
tagGroups = {
"Clothes",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,489: Line 18,118:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 18,501: Line 18,130:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,510: Line 18,139:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GigotSleeveShirtItem",
type = "FishRackItem",
typeID = 0,
typeID = 0,
},
},
Glass = {
["Fish Trap"] = {
untranslated = "Glass",
untranslated = "Fish Trap",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "A transparent, solid material useful for more than just windows.",
description = "A trap to catch river fish as they swim. It can only be used in fresh water as it's too small to catch the larger ocean fish. ",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 1,
"Building Materials",
carried = "Backpack",
"Constructable",
weight = 500,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,539: Line 18,164:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,548: Line 18,173:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,557: Line 18,182:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassItem",
type = "FishTrapItem",
typeID = 0,
typeID = 0,
},
},
["Glass Lens"] = {
Fishery = {
untranslated = "Glass Lens",
untranslated = "Fishery",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A thin shaped piece of glass very useful for devices used to interact with light.",
description = "A place to create fishing poles, traps and prepare seafood.",
tagGroups = {
tagGroups = {
"Items",
"Crafting Table",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,582: Line 18,206:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 18,594: Line 18,218:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,603: Line 18,227:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassLensItem",
type = "FisheryItem",
typeID = 0,
typeID = 0,
},
},
["Glassworking Advanced Upgrade"] = {
["Fishing Pole"] = {
untranslated = "Glassworking Advanced Upgrade",
untranslated = "Fishing Pole",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
description = "Fishing, the most extreme sport.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Tool",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,649: Line 18,272:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassworkingAdvancedUpgradeItem",
type = "FishingPoleItem",
typeID = 0,
typeID = 0,
},
},
["Glassworking Modern Upgrade"] = {
["Flat Steel"] = {
untranslated = "Glassworking Modern Upgrade",
untranslated = "Flat Steel",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Blocks",
description = "Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
description = "Coated with a layer of epoxy, this steel refuses to rust.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Constructable",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,677: Line 18,299:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,695: Line 18,317:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassworkingModernUpgradeItem",
type = "FlatSteelItem",
typeID = 0,
typeID = 0,
},
},
Glassworks = {
["Flat Steel Door"] = {
untranslated = "Glassworks",
untranslated = "Flat Steel Door",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A specialized kiln used to transform sand into buildable blocks and decorations.",
description = "A beautiful modern flat steel door with a large viewing window.",
tagGroups = {
tagGroups = {},
"Craft Tables",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,720: Line 18,339:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,732: Line 18,351:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,741: Line 18,360:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassworksItem",
type = "FlatSteelDoorItem",
typeID = 0,
typeID = 0,
},
},
Gneiss = {
Flatbread = {
untranslated = "Gneiss",
untranslated = "Flatbread",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A hard rock with some uses in construction. Gneiss is a metamorphic rock formed from previous rock recrystallizing at high pressures and temperatures deep in the earth.",
description = "Without any leavening the flatbread isn't very puffy. But it's still tasty.",
tagGroups = {
tagGroups = {
"Excavatable",
"Food",
"Natural Resources",
"Rock",
"Stone",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 7000,
weight = 200,
calories = nil,
calories = 500,
carbs = nil,
carbs = 17,
protein = nil,
protein = 8,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 2,
density = nil,
density = 6.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,789: Line 18,405:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GneissItem",
type = "FlatbreadItem",
typeID = 0,
typeID = 0,
},
},
["Goat Mount"] = {
["Flax Fiber"] = {
untranslated = "Goat Mount",
untranslated = "Flax Fiber",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A hunting trophy for your house.",
description = "Processed fibers of flax ready to be spun into yarn.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Living Room",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,813: Line 18,426:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3.5",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 18,826: Line 18,439:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,835: Line 18,448:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoatMountItem",
type = "FlaxFiberItem",
typeID = 0,
typeID = 0,
},
},
["Gold Bar"] = {
["Flax Seed"] = {
untranslated = "Gold Bar",
untranslated = "Flax Seed",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Refined bar of gold.",
description = "Plant to grow flax. ",
tagGroups = {
tagGroups = {
"Blocks",
"Crop Seed",
"Metal",
"Food",
"Metals",
"Seeds",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 30000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,882: Line 18,495:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldBarItem",
type = "FlaxSeedItem",
typeID = 0,
typeID = 0,
},
},
["Gold Concentrate"] = {
["Flax Stem"] = {
untranslated = "Gold Concentrate",
untranslated = "Flax Stem",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
description = "A bundle of harvested flax that can be processed into fabric.",
tagGroups = {
tagGroups = {
"Blocks",
"Crop",
"Concentrated Ore",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 20000,
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,930: Line 18,540:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldConcentrateItem",
type = "FlaxStemItem",
typeID = 0,
typeID = 0,
},
},
["Gold Flakes"] = {
["Flax Trawler Net"] = {
untranslated = "Gold Flakes",
untranslated = "Flax Trawler Net",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A highly efficient conductor for delicate electronics.",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
tagGroups = {
tagGroups = {
"Items",
"Tool",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,976: Line 18,585:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldFlakesItem",
type = "FlaxTrawlerNetItem",
typeID = 0,
typeID = 0,
ToolDurability = 500.0,
ToolRepairType = "Cloth",
},
},
["Gold Frame Landscape"] = {
["Flaxseed Oil"] = {
untranslated = "Gold Frame Landscape",
untranslated = "Flaxseed Oil",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "",
description = "An oil primarily used for woodworking and paint supplies but can surprisingly also be drizzled on a salad.",
tagGroups = {
tagGroups = {
"Cultural",
"Fat",
"Housing Objects",
"Food",
"Oil",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = 120,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 15,
vitamins = nil,
vitamins = 0,
density = nil,
density = 12.5,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 19,013: Line 18,625:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,022: Line 18,634:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldFrameLandscapeItem",
type = "FlaxseedOilItem",
typeID = 0,
typeID = 0,
},
},
["Gold Frame Wide"] = {
["Fletching Table"] = {
untranslated = "Gold Frame Wide",
untranslated = "Fletching Table",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "",
description = "A table for the capable hunter to improve their tools.",
tagGroups = {
tagGroups = {
"Cultural",
"Crafting Table",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,046: Line 18,657:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = "Industrial",
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 19,059: Line 18,670:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,068: Line 18,679:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldFrameWideItem",
type = "FletchingTableItem",
typeID = 0,
typeID = 0,
},
},
["Gold Ore"] = {
Flour = {
untranslated = "Gold Ore",
untranslated = "Flour",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "Unrefined ore with traces of gold.",
description = "A fine, milled wheat product that's useful for all baking.",
tagGroups = {
tagGroups = {
"Excavatable",
"Food",
"Natural Resources",
"Ore",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 7500,
weight = 200,
calories = nil,
calories = 50,
carbs = nil,
carbs = 15,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 30.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,115: Line 18,724:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldOreItem",
type = "FlourItem",
typeID = 0,
typeID = 0,
},
},
["Gold Wiring"] = {
["Fox Carcass"] = {
untranslated = "Gold Wiring",
untranslated = "Fox Carcass",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "A length of gold conductive wire useful for a variety of purposes.",
description = "A dead fox.",
tagGroups = {
tagGroups = {
"Items",
"Small Carcass",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,161: Line 18,769:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldWiringItem",
type = "FoxCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Government Office"] = {
["Framed Glass"] = {
untranslated = "Government Office",
untranslated = "Framed Glass",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "Allows the creation of Elected Titles, which can be given special privileges.",
description = "Glass which was reinforced by a steel frame.",
tagGroups = {
tagGroups = {
"Government",
"Constructable",
"Work Stations",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,189: Line 18,796:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,207: Line 18,814:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GovernmentOfficeItem",
type = "FramedGlassItem",
typeID = 0,
typeID = 0,
},
},
Granite = {
["Framed Glass Door"] = {
untranslated = "Granite",
untranslated = "Framed Glass Door",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A hard rock useful for construction, and host to various ores. Granite forms from cooling magma deep underground. It is the most common continental rock type!",
description = "A beautiful glass door made of steel and glass.",
tagGroups = {
tagGroups = {},
"Excavatable",
maxStack = 1,
"Natural Resources",
carried = "Backpack",
"Rock",
weight = 1000,
"Stone",
},
maxStack = 20,
carried = "Hands",
weight = 6500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,237: Line 18,839:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,246: Line 18,848:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,255: Line 18,857:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GraniteItem",
type = "FramedGlassDoorItem",
typeID = 0,
typeID = 0,
},
},
["Grass Seed"] = {
["Fried Camas"] = {
untranslated = "Grass Seed",
untranslated = "Fried Camas",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow grass.",
description = "Deep fried Camas. Bit greasy.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 200,
calories = 0,
calories = 700,
carbs = 0,
carbs = 9,
protein = 0,
protein = 3,
fat = 0,
fat = 10,
vitamins = 0,
vitamins = 2,
density = 0,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,301: Line 18,903:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GrassSeedItem",
type = "FriedCamasItem",
typeID = 0,
typeID = 0,
},
},
["Hand Plow"] = {
["Fried Fiddleheads"] = {
untranslated = "Hand Plow",
untranslated = "Fried Fiddleheads",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A tool that tills the field for farming.",
description = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Vehicles",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 200,
calories = nil,
calories = 700,
carbs = nil,
carbs = 11,
protein = nil,
protein = 3,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 4,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,347: Line 18,949:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HandPlowItem",
type = "FriedFiddleheadsItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Long Steel Sign"] = {
["Fried Hare Haunches"] = {
untranslated = "Hanging Long Steel Sign",
untranslated = "Fried Hare Haunches",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A long steel plate for when you need to display extra large text.",
description = "Everything is better deep fried.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = 750,
carbs = nil,
carbs = 6,
protein = nil,
protein = 15,
fat = nil,
fat = 27,
vitamins = nil,
vitamins = 4,
density = nil,
density = 6.933333333333333,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,393: Line 18,994:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingLongSteelSignItem",
type = "FriedHareHaunchesItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Steel Framed Sign"] = {
["Fried Hearts Of Palm"] = {
untranslated = "Hanging Steel Framed Sign",
untranslated = "Fried Hearts Of Palm",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A large wooden sign framed with steel.",
description = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"Fried Vegetable",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 200,
calories = nil,
calories = 700,
carbs = nil,
carbs = 13,
protein = nil,
protein = 3,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 2,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,439: Line 19,040:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelFramedSignItem",
type = "FriedHeartsOfPalmItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Steel Mine Sign"] = {
["Fried Taro"] = {
untranslated = "Hanging Steel Mine Sign",
untranslated = "Fried Taro",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A hanging sign made of steel plates.",
description = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"Fried Vegetable",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 200,
calories = nil,
calories = 700,
carbs = nil,
carbs = 14,
protein = nil,
protein = 1,
fat = nil,
fat = 8,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,485: Line 19,086:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelMineSignItem",
type = "FriedTaroItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Steel Plain Sign"] = {
["Fried Tomatoes"] = {
untranslated = "Hanging Steel Plain Sign",
untranslated = "Fried Tomatoes",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A large hanging steel sign attached to a wooden frame.",
description = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"Fried Vegetable",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 200,
calories = nil,
calories = 700,
carbs = nil,
carbs = 11,
protein = nil,
protein = 3,
fat = nil,
fat = 8,
vitamins = nil,
vitamins = 2,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,531: Line 19,132:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelPlainSignItem",
type = "FriedTomatoesItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Steel Shop Sign"] = {
["Froth Floatation Cell"] = {
untranslated = "Hanging Steel Shop Sign",
untranslated = "Froth Floatation Cell",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A decorative wooden sign framed with steel. Great for advertising shops.",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,556: Line 19,156:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 19,568: Line 19,168:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x4x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,577: Line 19,177:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelShopSignItem",
type = "FrothFloatationCellItem",
typeID = 0,
typeID = 0,
},
},
["Hardwood Board"] = {
["Fruit Muffin"] = {
untranslated = "Hardwood Board",
untranslated = "Fruit Muffin",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A higher quality hardwood board used for long lasting furniture.",
description = "A soft, slightly sweet bread studded with juicy fruits.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Food",
"Items",
"Products",
"Wood Board",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 200,
calories = nil,
calories = 800,
carbs = nil,
carbs = 10,
protein = nil,
protein = 5,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 16,
density = nil,
density = 4.375,
fuel = 2000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,625: Line 19,222:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodBoardItem",
type = "FruitMuffinItem",
typeID = 0,
typeID = 0,
},
},
["Hardwood Hewn Log"] = {
["Fruit Salad"] = {
untranslated = "Hardwood Hewn Log",
untranslated = "Fruit Salad",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
description = "While tomatoes are fruits, you don't usually put them in fruit salads.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Building Materials",
"Salad",
"Burnable Fuel",
"Constructable",
"Hewn Log",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 300,
calories = nil,
calories = 900,
carbs = nil,
carbs = 12,
protein = nil,
protein = 4,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 19,
density = nil,
density = 4.222222222222222,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,656: Line 19,250:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,674: Line 19,268:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodHewnLogItem",
type = "FruitSaladItem",
typeID = 0,
typeID = 0,
},
},
["Hardwood Lumber"] = {
["Fruit Tart"] = {
untranslated = "Hardwood Lumber",
untranslated = "Fruit Tart",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Can be fashioned into various usable equipment.",
description = "A sweet pastry that is great for breakfast or anytime you need a quick boost of energy.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Building Materials",
"Burnable Fuel",
"Constructable",
"Lumber",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 400,
calories = nil,
calories = 800,
carbs = nil,
carbs = 22,
protein = nil,
protein = 3,
fat = nil,
fat = 9,
vitamins = nil,
vitamins = 14,
density = nil,
density = 6.0,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,705: Line 19,295:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,723: Line 19,313:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodLumberItem",
type = "FruitTartItem",
typeID = 0,
typeID = 0,
},
},
["Hardwood Lumber Dresser"] = {
["Fur Pelt"] = {
untranslated = "Hardwood Lumber Dresser",
untranslated = "Fur Pelt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
description = "A soft, furry pelt.",
tagGroups = {
tagGroups = {
"Bedroom",
"Animal Skin",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,747: Line 19,336:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = nil,
furnitureType = "Dresser",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 19,760: Line 19,349:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,769: Line 19,358:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodLumberDresserItem",
type = "FurPeltItem",
typeID = 0,
typeID = 0,
},
},
["Hare Carcass"] = {
["Galaxy Vase"] = {
untranslated = "Hare Carcass",
untranslated = "Galaxy Vase",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A dead hare.",
description = "A vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Animal",
"Housing",
"Natural Resources",
"Tiny Carcass",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,794: Line 19,381:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 19,816: Line 19,403:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HareCarcassItem",
type = "GalaxyVaseItem",
typeID = 0,
typeID = 0,
},
},
["Heart Of Palm"] = {
["Garden Boots"] = {
untranslated = "Heart Of Palm",
untranslated = "Garden Boots",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Collected from the inner core and growing bud of a palm tree.",
description = "A sturdy pair of rubber footwear designed to provide protection against water, rain, and mud.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
"Produce",
"Raw Food",
"Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 150,
weight = 100,
calories = 100,
calories = nil,
carbs = 4,
carbs = nil,
protein = 2,
protein = nil,
fat = 0,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 8.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,864: Line 19,448:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeartOfPalmItem",
type = "GardenBootsItem",
typeID = 0,
typeID = 0,
},
},
["Hearty Hometown Pizza"] = {
Gasoline = {
untranslated = "Hearty Hometown Pizza",
untranslated = "Gasoline",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "When you feel nostalgic and miss that cozy hometown feeling.",
description = "Refined petroleum useful for fueling machines and generators.",
tagGroups = {
tagGroups = {
"Baking",
"Liquid Fuel",
"Food",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 300,
weight = 30000,
calories = 1200,
calories = nil,
carbs = 28,
carbs = nil,
protein = 7,
protein = nil,
fat = 11,
fat = nil,
vitamins = 3,
vitamins = nil,
density = 4.083333333333333,
density = nil,
fuel = nil,
fuel = 80000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,910: Line 19,493:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeartyHometownPizzaItem",
type = "GasolineItem",
typeID = 0,
typeID = 0,
},
},
["Heat Sink"] = {
["Gathering Advanced Upgrade"] = {
untranslated = "Heat Sink",
untranslated = "Gathering Advanced Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A copper plate to draw and disperse heat.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Gathering recipes.",
tagGroups = {
tagGroups = {
"Items",
"Upgrade",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,956: Line 19,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeatSinkItem",
type = "GatheringAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Heliconia Seed"] = {
["Gathering Basic Upgrade"] = {
untranslated = "Heliconia Seed",
untranslated = "Gathering Basic Upgrade",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow heliconia.",
description = "Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 20,002: Line 19,583:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeliconiaSeedItem",
type = "GatheringBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Hemp Mooring Rope"] = {
["Gathering Research Paper Basic"] = {
untranslated = "Hemp Mooring Rope",
untranslated = "Gathering Research Paper Basic",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Strong ropes used to hold down and prevent ships from moving around.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Items",
"Basic Research",
"Products",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,048: Line 19,629:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HempMooringRopeItem",
type = "GatheringResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
Henley = {
Gearbox = {
untranslated = "Henley",
untranslated = "Gearbox",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A Henley shirt is a collarless pullover shirt, characterized by a placket beneath the round neckline, about 8 to 13 cm long and usually having 2 to 5 buttons. It essentially resembles a collarless polo shirt.",
description = "Provides speed and torque conversions from a rotating power source to another device.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,093: Line 19,672:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HenleyItem",
type = "GearboxItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Bench"] = {
["Geology Research Paper Advanced"] = {
untranslated = "Hewn Bench",
untranslated = "Geology Research Paper Advanced",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A basic wooden bench.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Advanced Research",
"Seating",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,117: Line 19,696:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,130: Line 19,709:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,139: Line 19,718:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnBenchItem",
type = "GeologyResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Chair"] = {
["Geology Research Paper Basic"] = {
untranslated = "Hewn Chair",
untranslated = "Geology Research Paper Basic",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Basic Research",
"Seating",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,163: Line 19,742:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,176: Line 19,755:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,185: Line 19,764:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnChairItem",
type = "GeologyResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Door"] = {
["Geology Research Paper Modern"] = {
untranslated = "Hewn Door",
untranslated = "Geology Research Paper Modern",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A door made from roughly hewn logs.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Doors",
"Modern Research",
"Housing Objects",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,213: Line 19,792:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,231: Line 19,810:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnDoorItem",
type = "GeologyResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Dresser"] = {
["Giant Cactus Fruit"] = {
untranslated = "Hewn Dresser",
untranslated = "Giant Cactus Fruit",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A rough hewn wooden dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
description = "A bulbous fruit that used to top Saguaro cacti.",
tagGroups = {
tagGroups = {
"Bedroom",
"Food",
"Housing Objects",
"Fruit",
"Raw Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 75,
calories = nil,
calories = 100,
carbs = nil,
carbs = 2,
protein = nil,
protein = 0,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 4,
density = nil,
density = 8.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = nil,
furnitureType = "Dresser",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,268: Line 19,848:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,277: Line 19,857:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnDresserItem",
type = "GiantCactusFruitItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Log"] = {
["Gigot Sleeve Shirt"] = {
untranslated = "Hewn Log",
untranslated = "Gigot Sleeve Shirt",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
description = "Cool piratey shirt that makes your biceps look bigger than they really are.",
tagGroups = {
tagGroups = {
"Blocks",
"Clothes",
"Building Materials",
"Burnable Fuel",
"Constructable",
"Hewn Log",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,301: Line 19,877:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,308: Line 19,884:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,326: Line 19,902:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnLogItem",
type = "GigotSleeveShirtItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Nightstand"] = {
Glass = {
untranslated = "Hewn Nightstand",
untranslated = "Glass",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A simple hewn wooden nightstand you can pile unread books on.",
description = "A transparent, solid material useful for more than just windows.",
tagGroups = {
tagGroups = {
"Bedroom",
"Constructable",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,350: Line 19,925:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = nil,
furnitureType = "Nightstand",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,363: Line 19,938:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,372: Line 19,947:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnNightstandItem",
type = "GlassItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Softwood Bench"] = {
["Glass Lens"] = {
untranslated = "Hewn Softwood Bench",
untranslated = "Glass Lens",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A basic wooden bench.",
description = "A thin shaped piece of glass very useful for devices used to interact with light.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 75,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,396: Line 19,968:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,409: Line 19,981:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,418: Line 19,990:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodBenchItem",
type = "GlassLensItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Softwood Chair"] = {
["Glassworking Advanced Upgrade"] = {
untranslated = "Hewn Softwood Chair",
untranslated = "Glassworking Advanced Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,442: Line 20,013:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,455: Line 20,026:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,464: Line 20,035:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodChairItem",
type = "GlassworkingAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Softwood Door"] = {
["Glassworking Modern Upgrade"] = {
untranslated = "Hewn Softwood Door",
untranslated = "Glassworking Modern Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A door made from roughly hewn logs.",
description = "Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
tagGroups = {
tagGroups = {
"Doors",
"Upgrade",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,492: Line 20,062:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,510: Line 20,080:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodDoorItem",
type = "GlassworkingModernUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Softwood Table"] = {
["Glassworking Skill Book"] = {
untranslated = "Hewn Softwood Table",
untranslated = "Glassworking Skill Book",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Books",
description = "A large table for placing things on.",
description = "Glassworking Skill Book",
tagGroups = {
tagGroups = {
"Housing Objects",
"Skill Books",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,534: Line 20,103:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Table",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,547: Line 20,116:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,556: Line 20,125:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodTableItem",
type = "Glassworking Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Table"] = {
["Glassworking Skill Scroll"] = {
untranslated = "Hewn Table",
untranslated = "Glassworking Skill Scroll",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Scrolls",
description = "A large table for placing things on.",
description = "Glassworking Skill Scroll",
tagGroups = {
tagGroups = {
"Housing Objects",
"Skill Scrolls",
"Seating",
},
},
maxStack = 1,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,580: Line 20,148:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Table",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,593: Line 20,161:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,602: Line 20,170:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnTableItem",
type = "Glassworking Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Hide Ash Fertilizer"] = {
Glassworks = {
untranslated = "Hide Ash Fertilizer",
untranslated = "Glassworks",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A fertilizer made from hide ash and fillers.",
description = "A specialized kiln used to transform sand into buildable blocks and decorations.",
tagGroups = {
tagGroups = {
"Fertilizers",
"Crafting Table",
"Items",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,627: Line 20,194:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 20,639: Line 20,206:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,648: Line 20,215:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HideAshFertilizerItem",
type = "GlassworksItem",
typeID = 0,
typeID = 0,
},
},
Hosomaki = {
Gneiss = {
untranslated = "Hosomaki",
untranslated = "Gneiss",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ",
description = "A hard rock with some uses in construction. Gneiss is a metamorphic rock formed from previous rock recrystallizing at high pressures and temperatures deep in the earth.",
tagGroups = {
tagGroups = {
"Cooking",
"Excavatable",
"Food",
"Rock",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 7000,
calories = 700,
calories = nil,
carbs = 21,
carbs = nil,
protein = 19,
protein = nil,
fat = 5,
fat = nil,
vitamins = 8,
vitamins = nil,
density = 7.571428571428572,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 20,694: Line 20,261:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HosomakiItem",
type = "GneissItem",
typeID = 0,
typeID = 0,
},
},
Huckleberries = {
["Goat Mount"] = {
untranslated = "Huckleberries",
untranslated = "Goat Mount",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A handfull of small wild berries. I'm your huckleberry.",
description = "A hunting trophy for your house.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Fruit",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 2000,
calories = 150,
calories = nil,
carbs = 2,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 6,
vitamins = nil,
density = 5.333333333333334,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,742: Line 20,306:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberriesItem",
type = "GoatMountItem",
typeID = 0,
typeID = 0,
},
},
["Huckleberry Extract"] = {
["Gold Bar"] = {
untranslated = "Huckleberry Extract",
untranslated = "Gold Bar",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A concentrated blast of huckleberry goodness.",
description = "Refined bar of gold.",
tagGroups = {
tagGroups = {
"Food",
"Metal",
"Ingredients",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 200,
weight = 30000,
calories = 60,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 15,
vitamins = nil,
density = 25.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 20,788: Line 20,351:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberryExtractItem",
type = "GoldBarItem",
typeID = 0,
typeID = 0,
},
},
["Huckleberry Fritter"] = {
["Gold Concentrate"] = {
untranslated = "Huckleberry Fritter",
untranslated = "Gold Concentrate",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Fried and sweet.",
description = "Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
tagGroups = {
tagGroups = {
"Baking",
"Concentrated Ore",
"Food",
"Excavatable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 200,
weight = 20000,
calories = 900,
calories = nil,
carbs = 16,
carbs = nil,
protein = 0,
protein = nil,
fat = 20,
fat = nil,
vitamins = 8,
vitamins = nil,
density = 4.888888888888889,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 20,834: Line 20,397:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberryFritterItem",
type = "GoldConcentrateItem",
typeID = 0,
typeID = 0,
},
},
["Huckleberry Pie"] = {
["Gold Flakes"] = {
untranslated = "Huckleberry Pie",
untranslated = "Gold Flakes",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A fantastic combination of flaky crust and scrumptious berries.",
description = "A highly efficient conductor for delicate electronics.",
tagGroups = {
tagGroups = {},
"Baking",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 600,
weight = 50,
calories = 1300,
calories = nil,
carbs = 13,
carbs = nil,
protein = 5,
protein = nil,
fat = 10,
fat = nil,
vitamins = 16,
vitamins = nil,
density = 3.3846153846153846,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 20,880: Line 20,440:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberryPieItem",
type = "GoldFlakesItem",
typeID = 0,
typeID = 0,
},
},
["Huckleberry Seed"] = {
["Gold Frame Landscape"] = {
untranslated = "Huckleberry Seed",
untranslated = "Gold Frame Landscape",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow a huckleberry bush.",
description = "",
tagGroups = {
tagGroups = {
"Crop Seed",
"Housing",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,927: Line 20,485:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberrySeedItem",
type = "GoldFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Huge Banner Sign"] = {
["Gold Frame Wide"] = {
untranslated = "Huge Banner Sign",
untranslated = "Gold Frame Wide",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A banner made out of fabric held up by ropes and some pieces of wood.",
description = "",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,951: Line 20,508:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 20,964: Line 20,521:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,973: Line 20,530:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeBannerSignItem",
type = "GoldFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Huge Iron Banner Sign"] = {
["Gold Ore"] = {
untranslated = "Huge Iron Banner Sign",
untranslated = "Gold Ore",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "A very large iron banner placed between two iron pillars. ",
description = "Unrefined ore with traces of gold.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Excavatable",
"Signs",
"Ore",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 7500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,019: Line 20,576:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeIronBannerSignItem",
type = "GoldOreItem",
typeID = 0,
typeID = 0,
},
},
["Huge Iron Sign"] = {
["Gold Wiring"] = {
untranslated = "Huge Iron Sign",
untranslated = "Gold Wiring",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A very large iron sign.",
description = "A length of gold conductive wire useful for a variety of purposes.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Signs",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,065: Line 20,619:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeIronSignItem",
type = "GoldWiringItem",
typeID = 0,
typeID = 0,
},
},
["Huge Steel Banner Sign"] = {
["Government Office"] = {
untranslated = "Huge Steel Banner Sign",
untranslated = "Government Office",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A large illuminated banner mounted on a steel frame portal.",
description = "Allows the creation of Elected Titles, which can be given special privileges.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Government",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
Line 21,102: Line 20,655:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,111: Line 20,664:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeSteelBannerSignItem",
type = "GovernmentOfficeItem",
typeID = 0,
typeID = 0,
},
},
["Huge Steel Sign"] = {
Granite = {
untranslated = "Huge Steel Sign",
untranslated = "Granite",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "An illuminated large steel sign.",
description = "A hard rock useful for construction, and host to various ores. Granite forms from cooling magma deep underground. It is the most common continental rock type!",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Excavatable",
"Signs",
"Rock",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 6500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,157: Line 20,710:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeSteelSignItem",
type = "GraniteItem",
typeID = 0,
typeID = 0,
},
},
["Huge Wooden Banner Sign"] = {
["Grass Seed"] = {
untranslated = "Huge Wooden Banner Sign",
untranslated = "Grass Seed",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A banner made out of fabric held up by ropes held up between wooden pillars.",
description = "Plant to grow grass.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 21,203: Line 20,756:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeWoodenBannerSignItem",
type = "GrassSeedItem",
typeID = 0,
typeID = 0,
},
},
["Hunting Upgrade"] = {
Grindstone = {
untranslated = "Hunting Upgrade",
untranslated = "Grindstone",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.",
description = "A workstation for repairing tools and crafting new ones.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Crafting Table",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,228: Line 20,780:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 21,240: Line 20,792:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,249: Line 20,801:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuntingUpgradeItem",
type = "GrindstoneItem",
typeID = 0,
typeID = 0,
},
},
Icebox = {
["Hand Plow"] = {
untranslated = "Icebox",
untranslated = "Hand Plow",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A box of ice. It's in the name!",
description = "A tool that tills the field for farming.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Vehicles",
"Kitchen",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,273: Line 20,824:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = nil,
roomCategory = "Kitchen",
roomCategory = nil,
furnitureType = "Food Storage",
furnitureType = nil,
repeatsDepreciation = "0.3",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 21,286: Line 20,837:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,295: Line 20,846:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IceboxItem",
type = "HandPlowItem",
typeID = 0,
typeID = 0,
},
},
["Immigration Desk"] = {
["Handheld Camera"] = {
untranslated = "Immigration Desk",
untranslated = "Handheld Camera",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "Immigration requirements and decisions needs to pass an immigration desk before approval.",
description = "A modern piece of marvel that allows a more detailed way of saving landscape.",
tagGroups = {
tagGroups = {
"Government",
"Tool",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,323: Line 20,873:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,341: Line 20,891:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ImmigrationDeskItem",
type = "HandheldCameraItem",
typeID = 0,
typeID = 0,
ToolVariant = "Camera",
ToolDurability = 25.0,
ToolRepairType = "Electronical",
},
},
["Industrial Barge"] = {
["Hanging Long Steel Sign"] = {
untranslated = "Industrial Barge",
untranslated = "Hanging Long Steel Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "",
description = "A long steel plate for when you need to display extra large text.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Vehicles",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 30000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,378: Line 20,928:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,387: Line 20,937:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialBargeItem",
type = "HangingLongSteelSignItem",
typeID = 0,
typeID = 0,
},
},
["Industrial Elevator"] = {
["Hanging Steel Framed Sign"] = {
untranslated = "Industrial Elevator",
untranslated = "Hanging Steel Framed Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.",
description = "A large wooden sign framed with steel.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Specialty",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,424: Line 20,971:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,433: Line 20,980:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialElevatorItem",
type = "HangingSteelFramedSignItem",
typeID = 0,
typeID = 0,
},
},
["Industrial Generator"] = {
["Hanging Steel Mine Sign"] = {
untranslated = "Industrial Generator",
untranslated = "Hanging Steel Mine Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large modern generator consuming liquid fuel to generate high volumes of electricity.",
description = "A hanging sign made of steel plates.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Power Generation",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,458: Line 21,002:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 21,470: Line 21,014:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,479: Line 21,023:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialGeneratorItem",
type = "HangingSteelMineSignItem",
typeID = 0,
typeID = 0,
},
},
["Industrial Refrigerator"] = {
["Hanging Steel Plain Sign"] = {
untranslated = "Industrial Refrigerator",
untranslated = "Hanging Steel Plain Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A larger food storage solution for when you want to keep it fresh!",
description = "A large hanging steel sign attached to a wooden frame.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Storage",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,516: Line 21,057:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,525: Line 21,066:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialRefrigeratorItem",
type = "HangingSteelPlainSignItem",
typeID = 0,
typeID = 0,
},
},
["Industry Upgrade"] = {
["Hanging Steel Shop Sign"] = {
untranslated = "Industry Upgrade",
untranslated = "Hanging Steel Shop Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Modern Upgrade that greatly increases efficiency when crafting Industry recipes.",
description = "A decorative wooden sign framed with steel. Great for advertising shops.",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
maxStack = 1,
"Upgrade Modules",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,562: Line 21,100:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,571: Line 21,109:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustryUpgradeItem",
type = "HangingSteelShopSignItem",
typeID = 0,
typeID = 0,
},
},
["Infused Oil"] = {
["Hardwood Board"] = {
untranslated = "Infused Oil",
untranslated = "Hardwood Board",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Oil infused with flavor to enhance it.",
description = "A higher quality hardwood board used for long lasting furniture.",
tagGroups = {
tagGroups = {
"Food",
"Burnable Fuel",
"Ingredients",
"Wood Board",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = 120,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 12,
fat = nil,
vitamins = 3,
vitamins = nil,
density = 12.5,
density = nil,
fuel = nil,
fuel = 2000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 21,617: Line 21,155:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "InfusedOilItem",
type = "HardwoodBoardItem",
typeID = 0,
typeID = 0,
},
},
["Iron Anchor"] = {
["Hardwood Hewn Log"] = {
untranslated = "Iron Anchor",
untranslated = "Hardwood Hewn Log",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A solid iron anchor used to park your vessel.",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
tagGroups = {
tagGroups = {
"Items",
"Burnable Fuel",
"Products",
"Constructable",
"Hewn Log",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 5000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,638: Line 21,177:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 21,645: Line 21,184:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,663: Line 21,202:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronAnchorItem",
type = "HardwoodHewnLogItem",
typeID = 0,
typeID = 0,
},
},
["Iron Axle"] = {
["Hardwood Lumber"] = {
untranslated = "Iron Axle",
untranslated = "Hardwood Lumber",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A rotating iron rod that can be fixed to wheels for use in vehicles.",
description = "Can be fashioned into various usable equipment.",
tagGroups = {
tagGroups = {
"Items",
"Burnable Fuel",
"Products",
"Constructable",
"Lumber",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,684: Line 21,224:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 21,691: Line 21,231:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,709: Line 21,249:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronAxleItem",
type = "HardwoodLumberItem",
typeID = 0,
typeID = 0,
},
},
["Iron Bar"] = {
["Hardwood Lumber Dresser"] = {
untranslated = "Iron Bar",
untranslated = "Hardwood Lumber Dresser",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Refined bar of iron.",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
tagGroups = {
tagGroups = {
"Blocks",
"Housing",
"Metal",
"Metals",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 15000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,734: Line 21,272:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Bedroom",
furnitureType = nil,
furnitureType = "Dresser",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 21,747: Line 21,285:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,756: Line 21,294:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronBarItem",
type = "HardwoodLumberDresserItem",
typeID = 0,
typeID = 0,
},
},
["Iron Concentrate"] = {
["Hare Carcass"] = {
untranslated = "Iron Concentrate",
untranslated = "Hare Carcass",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
description = "A dead hare.",
tagGroups = {
tagGroups = {
"Blocks",
"Tiny Carcass",
"Concentrated Ore",
"Excavatable",
"Processed Rock",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 20000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,804: Line 21,339:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronConcentrateItem",
type = "HareCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Iron Frame Landscape"] = {
["Heart Of Palm"] = {
untranslated = "Iron Frame Landscape",
untranslated = "Heart Of Palm",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "",
description = "Collected from the inner core and growing bud of a palm tree.",
tagGroups = {
tagGroups = {
"Cultural",
"Food",
"Housing Objects",
"Raw Food",
"Vegetable",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 150,
calories = nil,
calories = 100,
carbs = nil,
carbs = 4,
protein = nil,
protein = 2,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 2,
density = nil,
density = 8.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 21,841: Line 21,377:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,850: Line 21,386:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronFrameLandscapeItem",
type = "HeartOfPalmItem",
typeID = 0,
typeID = 0,
},
},
["Iron Frame Wide"] = {
["Hearty Hometown Pizza"] = {
untranslated = "Iron Frame Wide",
untranslated = "Hearty Hometown Pizza",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "",
description = "When you feel nostalgic and miss that cozy hometown feeling.",
tagGroups = {
tagGroups = {
"Cultural",
"Food",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 300,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 28,
protein = nil,
protein = 7,
fat = nil,
fat = 11,
vitamins = nil,
vitamins = 3,
density = nil,
density = 4.083333333333333,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 21,887: Line 21,422:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,896: Line 21,431:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronFrameWideItem",
type = "HeartyHometownPizzaItem",
typeID = 0,
typeID = 0,
},
},
["Iron Gear"] = {
["Heat Sink"] = {
untranslated = "Iron Gear",
untranslated = "Heat Sink",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A toothed machine part that interlocks with others.",
description = "A copper plate to draw and disperse heat.",
tagGroups = {
tagGroups = {},
"Gear",
"Items",
"Products",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
Line 21,943: Line 21,474:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronGearItem",
type = "HeatSinkItem",
typeID = 0,
typeID = 0,
},
},
["Iron Hull Sheet"] = {
["Heliconia Seed"] = {
untranslated = "Iron Hull Sheet",
untranslated = "Heliconia Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Thin iron plates for use in various crafting recipes.",
description = "Plant to grow heliconia.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 21,989: Line 21,520:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronHullSheetItem",
type = "HeliconiaSeedItem",
typeID = 0,
typeID = 0,
},
},
["Iron Ore"] = {
["Hemp Mooring Rope"] = {
untranslated = "Iron Ore",
untranslated = "Hemp Mooring Rope",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "Unrefined ore with traces of iron.",
description = "Strong ropes used to hold down and prevent ships from moving around.",
tagGroups = {
tagGroups = {},
"Excavatable",
maxStack = 100,
"Natural Resources",
carried = "Backpack",
"Ore",
weight = 500,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,036: Line 21,563:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronOreItem",
type = "HempMooringRopeItem",
typeID = 0,
typeID = 0,
},
},
["Iron Pipe"] = {
Henley = {
untranslated = "Iron Pipe",
untranslated = "Henley",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "A pipe for transporting liquids.",
description = "A Henley shirt is a collarless pullover shirt, characterized by a placket beneath the round neckline, about 8 to 13 cm long and usually having 2 to 5 buttons. It essentially resembles a collarless polo shirt.",
tagGroups = {
tagGroups = {
"Blocks",
"Clothes",
"Pipes",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,064: Line 21,590:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,082: Line 21,608:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronPipeItem",
type = "HenleyItem",
typeID = 0,
typeID = 0,
},
},
["Iron Plate"] = {
["Hewn Bench"] = {
untranslated = "Iron Plate",
untranslated = "Hewn Bench",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A solid iron plate for use in various crafting recipes.",
description = "A basic wooden bench.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,106: Line 21,631:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,119: Line 21,644:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,128: Line 21,653:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronPlateItem",
type = "HewnBenchItem",
typeID = 0,
typeID = 0,
},
},
["Iron Saw Blade"] = {
["Hewn Chair"] = {
untranslated = "Iron Saw Blade",
untranslated = "Hewn Chair",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A disc shaped iron saw that can be attached to rotary machines to shape wood products.",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,152: Line 21,676:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,165: Line 21,689:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,174: Line 21,698:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronSawBladeItem",
type = "HewnChairItem",
typeID = 0,
typeID = 0,
},
},
["Iron Wheel"] = {
["Hewn Door"] = {
untranslated = "Iron Wheel",
untranslated = "Hewn Door",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A sturdy iron wheel that can support heavier vehicles than early wooden wheels.",
description = "A door made from roughly hewn logs.",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 1,
"Products",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,202: Line 21,723:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,211: Line 21,732:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,220: Line 21,741:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronWheelItem",
type = "HewnDoorItem",
typeID = 0,
typeID = 0,
},
},
["Jaguar Carcass"] = {
["Hewn Dresser"] = {
untranslated = "Jaguar Carcass",
untranslated = "Hewn Dresser",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A dead Jaguar.",
description = "A rough hewn wooden dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
tagGroups = {
tagGroups = {
"Animal",
"Housing",
"Medium Carcass",
"Medium Leather Carcass",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 2000,
Line 22,246: Line 21,764:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Bedroom",
furnitureType = nil,
furnitureType = "Dresser",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,259: Line 21,777:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,268: Line 21,786:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JaguarCarcassItem",
type = "HewnDresserItem",
typeID = 0,
typeID = 0,
},
},
["Jaw Crusher"] = {
["Hewn Log"] = {
untranslated = "Jaw Crusher",
untranslated = "Hewn Log",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A heavy duty machine that uses compressive force to crush rocks into a fine gravel.",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Burnable Fuel",
"Work Stations",
"Constructable",
"Hewn Log",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10000,
weight = 10000,
calories = nil,
calories = nil,
Line 22,289: Line 21,808:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,314: Line 21,833:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JawCrusherItem",
type = "HewnLogItem",
typeID = 0,
typeID = 0,
},
},
["Jointfir Seed"] = {
["Hewn Nightstand"] = {
untranslated = "Jointfir Seed",
untranslated = "Hewn Nightstand",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow a jointfir.",
description = "A simple hewn wooden nightstand you can pile unread books on.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Bedroom",
furnitureType = nil,
furnitureType = "Nightstand",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,351: Line 21,869:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,360: Line 21,878:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JointfirSeedItem",
type = "HewnNightstandItem",
typeID = 0,
typeID = 0,
},
},
["Joshua Log"] = {
["Hewn Softwood Bench"] = {
untranslated = "Joshua Log",
untranslated = "Hewn Softwood Bench",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "Joshua log is a basic wood, harvested from the Joshua tree. Despite the name, Joshua trees are succulents and the building material they provide is neither hardwood nor softwood.",
description = "A basic wooden bench.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Housing",
"Logs",
"Natural Resources",
"Wood",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,383: Line 21,898:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,399: Line 21,914:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,408: Line 21,923:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JoshuaLogItem",
type = "HewnSoftwoodBenchItem",
typeID = 0,
typeID = 0,
},
},
["Joshua Seed"] = {
["Hewn Softwood Chair"] = {
untranslated = "Joshua Seed",
untranslated = "Hewn Softwood Chair",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow a joshua tree.",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,445: Line 21,959:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,454: Line 21,968:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JoshuaSeedItem",
type = "HewnSoftwoodChairItem",
typeID = 0,
typeID = 0,
},
},
["Jungle Campfire Salad"] = {
["Hewn Softwood Door"] = {
untranslated = "Jungle Campfire Salad",
untranslated = "Hewn Softwood Door",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A myriad of plants that make a healthy and odd blend.",
description = "A door made from roughly hewn logs.",
tagGroups = {
tagGroups = {},
"Campfire",
maxStack = 1,
"Campfire Salad",
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 1000,
calories = 900,
calories = nil,
carbs = 11,
carbs = nil,
protein = 4,
protein = nil,
fat = 3,
fat = nil,
vitamins = 10,
vitamins = nil,
density = 3.111111111111111,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 22,483: Line 21,993:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,492: Line 22,002:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,501: Line 22,011:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JungleCampfireSaladItem",
type = "HewnSoftwoodDoorItem",
typeID = 0,
typeID = 0,
},
},
["Jungle Campfire Stew"] = {
["Hewn Softwood Table"] = {
untranslated = "Jungle Campfire Stew",
untranslated = "Hewn Softwood Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
description = "A large table for placing things on.",
tagGroups = {
tagGroups = {
"Campfire",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = 1100,
calories = nil,
carbs = 8,
carbs = nil,
protein = 8,
protein = nil,
fat = 11,
fat = nil,
vitamins = 3,
vitamins = nil,
density = 2.727272727272727,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,538: Line 22,047:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,547: Line 22,056:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JungleCampfireStewItem",
type = "HewnSoftwoodTableItem",
typeID = 0,
typeID = 0,
},
},
Kelp = {
["Hewn Table"] = {
untranslated = "Kelp",
untranslated = "Hewn Table",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Some creepy kelp.",
description = "A large table for placing things on.",
tagGroups = {
tagGroups = {
"Crop",
"Housing",
"Items",
"Natural Fiber",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,573: Line 22,079:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,586: Line 22,092:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,595: Line 22,101:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KelpItem",
type = "HewnTableItem",
typeID = 0,
typeID = 0,
},
},
["Kelpy Crab Roll"] = {
["Hide Ash Fertilizer"] = {
untranslated = "Kelpy Crab Roll",
untranslated = "Hide Ash Fertilizer",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Pieces of crab on a bed of rice rolled up and covered in kelp.",
description = "A fertilizer made from hide ash and fillers.",
tagGroups = {
tagGroups = {
"Cooking",
"Fertilizer",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 500,
calories = 1350,
calories = nil,
carbs = 22,
carbs = nil,
protein = 13,
protein = nil,
fat = 11,
fat = nil,
vitamins = 5,
vitamins = nil,
density = 3.7777777777777777,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 22,641: Line 22,146:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KelpyCrabRollItem",
type = "HideAshFertilizerItem",
typeID = 0,
typeID = 0,
},
},
Kiln = {
Hosomaki = {
untranslated = "Kiln",
untranslated = "Hosomaki",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Useful for baking bricks and finishing pottery.",
description = "A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ",
tagGroups = {
tagGroups = {
"Craft Tables",
"Food",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = 700,
carbs = nil,
carbs = 21,
protein = nil,
protein = 19,
fat = nil,
fat = 5,
vitamins = nil,
vitamins = 8,
density = nil,
density = 7.571428571428572,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 22,687: Line 22,191:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KilnItem",
type = "HosomakiItem",
typeID = 0,
typeID = 0,
},
},
["King Fern Spore"] = {
Huckleberries = {
untranslated = "King Fern Spore",
untranslated = "Huckleberries",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow king fern.",
description = "A handfull of small wild berries. I'm your huckleberry.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
"Fruit",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 50,
calories = 0,
calories = 150,
carbs = 0,
carbs = 2,
protein = 0,
protein = 0,
fat = 0,
fat = 0,
vitamins = 0,
vitamins = 6,
density = 0,
density = 5.333333333333334,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 22,733: Line 22,238:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KingFernSporeItem",
type = "HuckleberriesItem",
typeID = 0,
typeID = 0,
},
},
Kitchen = {
["Huckleberry Extract"] = {
untranslated = "Kitchen",
untranslated = "Huckleberry Extract",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A prep area for food which allows for more complex dishes.",
description = "A concentrated blast of huckleberry goodness.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Kitchen",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 200,
calories = nil,
calories = 60,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 15,
density = nil,
density = 25.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Kitchen",
roomCategory = nil,
furnitureType = "Cooking",
furnitureType = nil,
repeatsDepreciation = "0.3",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,770: Line 22,274:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "18",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,779: Line 22,283:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KitchenItem",
type = "HuckleberryExtractItem",
typeID = 0,
typeID = 0,
},
},
Laboratory = {
["Huckleberry Fritter"] = {
untranslated = "Laboratory",
untranslated = "Huckleberry Fritter",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "For more advanced research and manufacturing. Science rules!",
description = "Fried and sweet.",
tagGroups = {
tagGroups = {
"Researching",
"Food",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 200,
calories = nil,
calories = 900,
carbs = nil,
carbs = 16,
protein = nil,
protein = 0,
fat = nil,
fat = 20,
vitamins = nil,
vitamins = 8,
density = nil,
density = 4.888888888888889,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 22,825: Line 22,328:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LaboratoryItem",
type = "HuckleberryFritterItem",
typeID = 0,
typeID = 0,
},
},
["Large Bath Mat"] = {
["Huckleberry Pie"] = {
untranslated = "Large Bath Mat",
untranslated = "Huckleberry Pie",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A large bath mat reduces risks of slipping on wet floors in the bathroom.",
description = "A fantastic combination of flaky crust and scrumptious berries.",
tagGroups = {
tagGroups = {
"Bathroom",
"Food",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 600,
calories = nil,
calories = 1300,
carbs = nil,
carbs = 13,
protein = nil,
protein = 5,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 16,
density = nil,
density = 3.3846153846153846,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Bathroom",
roomCategory = nil,
furnitureType = "Rug",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 22,862: Line 22,364:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,871: Line 22,373:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeBathMatItem",
type = "HuckleberryPieItem",
typeID = 0,
typeID = 0,
},
},
["Large Canoe"] = {
["Huckleberry Seed"] = {
untranslated = "Large Canoe",
untranslated = "Huckleberry Seed",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "",
description = "Plant to grow a huckleberry bush.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crop Seed",
"Vehicles",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 8000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 22,917: Line 22,420:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCanoeItem",
type = "HuckleberrySeedItem",
typeID = 0,
typeID = 0,
},
},
["Large Corrugated Steel Door"] = {
["Huge Banner Sign"] = {
untranslated = "Large Corrugated Steel Door",
untranslated = "Huge Banner Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A large corrugated steel door.",
description = "A banner made out of fabric held up by ropes and some pieces of wood.",
tagGroups = {
tagGroups = {},
"Doors",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 22,945: Line 22,445:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,954: Line 22,454:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x10x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,963: Line 22,463:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCorrugatedSteelDoorItem",
type = "HugeBannerSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Cotton Bunting Red"] = {
["Huge Iron Banner Sign"] = {
untranslated = "Large Cotton Bunting Red",
untranslated = "Huge Iron Banner Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
description = "A very large iron banner placed between two iron pillars. ",
tagGroups = {
tagGroups = {},
"Decoration",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,987: Line 22,484:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 23,000: Line 22,497:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "1x10x9",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,009: Line 22,506:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCottonBuntingRedItem",
type = "HugeIronBannerSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Cotton Bunting Regal"] = {
["Huge Iron Sign"] = {
untranslated = "Large Cotton Bunting Regal",
untranslated = "Huge Iron Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
description = "A very large iron sign.",
tagGroups = {
tagGroups = {},
"Decoration",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,033: Line 22,527:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 23,046: Line 22,540:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "1x9x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,055: Line 22,549:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCottonBuntingRegalItem",
type = "HugeIronSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Court"] = {
["Huge Steel Banner Sign"] = {
untranslated = "Large Court",
untranslated = "Huge Steel Banner Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Allows the creation of multiple Laws, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
description = "A large illuminated banner mounted on a steel frame portal.",
tagGroups = {
tagGroups = {},
"Government",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,092: Line 22,583:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x10x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,101: Line 22,592:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCourtItem",
type = "HugeSteelBannerSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Festive Paper Lantern"] = {
["Huge Steel Sign"] = {
untranslated = "Large Festive Paper Lantern",
untranslated = "Huge Steel Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A large festive paper lantern.",
description = "An illuminated large steel sign.",
tagGroups = {
tagGroups = {},
"Housing Objects",
"Lighting",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,125: Line 22,613:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 23,138: Line 22,626:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "1x9x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,147: Line 22,635:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeFestivePaperLanternItem",
type = "HugeSteelSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Ashlar Basalt Sign"] = {
["Huge Wooden Banner Sign"] = {
untranslated = "Large Hanging Ashlar Basalt Sign",
untranslated = "Huge Wooden Banner Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large sign for all your large text needs!",
description = "A banner made out of fabric held up by ropes held up between wooden pillars.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Signs",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 23,184: Line 22,669:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x10x9",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,193: Line 22,678:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingAshlarBasaltSignItem",
type = "HugeWoodenBannerSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Ashlar Stone Sign"] = {
["Hunting Upgrade"] = {
untranslated = "Large Hanging Ashlar Stone Sign",
untranslated = "Hunting Upgrade",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Upgrade Modules",
description = "A large sign for all your large text needs!",
description = "Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Upgrade",
"Signs",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,239: Line 22,723:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingAshlarStoneSignItem",
type = "HuntingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Birch Sign"] = {
Icebox = {
untranslated = "Large Hanging Birch Sign",
untranslated = "Icebox",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A large sign for all of your larger text needs!",
description = "A box of ice. It's in the name!",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,263: Line 22,746:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Kitchen",
furnitureType = nil,
furnitureType = "Food Storage",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 23,276: Line 22,759:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,285: Line 22,768:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingBirchSignItem",
type = "IceboxItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Lumber Sign"] = {
["Immigration Desk"] = {
untranslated = "Large Hanging Lumber Sign",
untranslated = "Immigration Desk",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A large sign for all your large text needs!",
description = "Immigration requirements and decisions needs to pass an immigration desk before approval.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Government",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
Line 23,322: Line 22,804:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,331: Line 22,813:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingLumberSignItem",
type = "ImmigrationDeskItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Mortared Granite Sign"] = {
["Industrial Barge"] = {
untranslated = "Large Hanging Mortared Granite Sign",
untranslated = "Industrial Barge",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large sign for all your large text needs!",
description = "",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Vehicles",
"Signs",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,368: Line 22,849:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "9x18x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,377: Line 22,858:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingMortaredGraniteSignItem",
type = "IndustrialBargeItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Mortared Stone Sign"] = {
["Industrial Elevator"] = {
untranslated = "Large Hanging Mortared Stone Sign",
untranslated = "Industrial Elevator",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large sign for all your large text needs!",
description = "An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Vehicles",
"Signs",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,414: Line 22,894:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8x12x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,423: Line 22,903:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingMortaredStoneSignItem",
type = "IndustrialElevatorItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Saguaro Sign"] = {
["Industrial Generator"] = {
untranslated = "Large Hanging Saguaro Sign",
untranslated = "Industrial Generator",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large sign for all of your larger text needs!",
description = "A large modern generator consuming liquid fuel to generate high volumes of electricity.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Signs",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,448: Line 22,925:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 23,460: Line 22,937:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x9x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,469: Line 22,946:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingSaguaroSignItem",
type = "IndustrialGeneratorItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Softwood Sign"] = {
["Industrial Refrigerator"] = {
untranslated = "Large Hanging Softwood Sign",
untranslated = "Industrial Refrigerator",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large sign for all of your larger text needs!",
description = "A larger food storage solution for when you want to keep it fresh!",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Signs",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,506: Line 22,980:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,515: Line 22,989:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingSoftwoodSignItem",
type = "IndustrialRefrigeratorItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Stone Sign"] = {
["Industry Skill Book"] = {
untranslated = "Large Hanging Stone Sign",
untranslated = "Industry Skill Book",
category = nil,
category = nil,
group = "World Object",
group = "Skill Books",
description = "A large sign for all your large text needs!",
description = "Industry Skill Book",
tagGroups = {},
tagGroups = {
"Skill Books",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,558: Line 23,034:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingStoneSignItem",
type = "Industry Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Wood Sign"] = {
["Industry Skill Scroll"] = {
untranslated = "Large Hanging Wood Sign",
untranslated = "Industry Skill Scroll",
category = nil,
category = nil,
group = "Item",
group = "Skill Scrolls",
description = "A large sign for all of your larger text needs!",
description = "Industry Skill Scroll",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Skill Scrolls",
},
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = nil,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,601: Line 23,079:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingWoodSignItem",
type = "Industry Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Large Lumber Door"] = {
["Industry Upgrade"] = {
untranslated = "Large Lumber Door",
untranslated = "Industry Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A large lumber door allowing moderate sized vehicles through..",
description = "Modern Upgrade that greatly increases efficiency when crafting Industry recipes.",
tagGroups = {
tagGroups = {
"Doors",
"Upgrade",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,629: Line 23,106:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,647: Line 23,124:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeLumberDoorItem",
type = "IndustryUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Large Lumber Stockpile"] = {
["Infused Oil"] = {
untranslated = "Large Lumber Stockpile",
untranslated = "Infused Oil",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "An extra large lumber platform that has been reinforced to allow mass storage of items. ",
description = "Oil infused with flavor to enhance it.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Storage",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = 120,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 12,
vitamins = nil,
vitamins = 3,
density = nil,
density = 12.5,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 23,693: Line 23,169:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeLumberStockpileItem",
type = "InfusedOilItem",
typeID = 0,
typeID = 0,
},
},
["Large Metal Ship Frame"] = {
Ink = {
untranslated = "Large Metal Ship Frame",
untranslated = "Ink",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A large metal frame for constructing a larger naval vessel.",
description = "A vial of ink used in more sophisticated processing of paper into documents.",
tagGroups = {
tagGroups = {},
"Items",
"Products",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,739: Line 23,212:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeMetalShipFrameItem",
type = "InkItem",
typeID = 0,
typeID = 0,
},
},
["Large Nylon Bunting Green"] = {
["Iron Anchor"] = {
untranslated = "Large Nylon Bunting Green",
untranslated = "Iron Anchor",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
description = "A solid iron anchor used to park your vessel.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,763: Line 23,233:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 23,776: Line 23,246:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,785: Line 23,255:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeNylonBuntingGreenItem",
type = "IronAnchorItem",
typeID = 0,
typeID = 0,
},
},
["Large Nylon Bunting Purple"] = {
["Iron Axe"] = {
untranslated = "Large Nylon Bunting Purple",
untranslated = "Iron Axe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
description = "A sturdy iron axe made for cutting down trees.",
tagGroups = {
tagGroups = {
"Decoration",
"Tool",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,809: Line 23,278:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,822: Line 23,291:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,831: Line 23,300:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeNylonBuntingPurpleItem",
type = "IronAxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 750.0,
ToolDamage = 1.5,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Iron",
},
},
["Large Paper Lantern"] = {
["Iron Axle"] = {
untranslated = "Large Paper Lantern",
untranslated = "Iron Axle",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A large paper lantern.",
description = "A rotating iron rod that can be fixed to wheels for use in vehicles.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Lighting",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 500,
Line 23,855: Line 23,327:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 23,868: Line 23,340:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,877: Line 23,349:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargePaperLanternItem",
type = "IronAxleItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Ashlar Basalt Sign"] = {
["Iron Bar"] = {
untranslated = "Large Standing Ashlar Basalt Sign",
untranslated = "Iron Bar",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A large sign for all your large text needs!",
description = "Refined bar of iron.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Metal",
"Signs",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 15000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,923: Line 23,394:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingAshlarBasaltSignItem",
type = "IronBarItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Ashlar Stone Sign"] = {
["Iron Concentrate"] = {
untranslated = "Large Standing Ashlar Stone Sign",
untranslated = "Iron Concentrate",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A large sign for all your large text needs!",
description = "Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Concentrated Ore",
"Signs",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,969: Line 23,440:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingAshlarStoneSignItem",
type = "IronConcentrateItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Birch Sign"] = {
["Iron Frame Landscape"] = {
untranslated = "Large Standing Birch Sign",
untranslated = "Iron Frame Landscape",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A large sign for all of your larger text needs!",
description = "",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,993: Line 23,463:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 24,015: Line 23,485:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingBirchSignItem",
type = "IronFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Lumber Sign"] = {
["Iron Frame Wide"] = {
untranslated = "Large Standing Lumber Sign",
untranslated = "Iron Frame Wide",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A large sign for all your large text needs!",
description = "",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,039: Line 23,508:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 24,052: Line 23,521:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,061: Line 23,530:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingLumberSignItem",
type = "IronFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Mortared Granite Sign"] = {
["Iron Gear"] = {
untranslated = "Large Standing Mortared Granite Sign",
untranslated = "Iron Gear",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all your large text needs!",
description = "A toothed machine part that interlocks with others.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Gear",
"Signs",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,107: Line 23,575:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingMortaredGraniteSignItem",
type = "IronGearItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Mortared Stone Sign"] = {
["Iron Hammer"] = {
untranslated = "Large Standing Mortared Stone Sign",
untranslated = "Iron Hammer",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all your large text needs!",
description = "An iron hammer allows for more sophisticated building.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,135: Line 23,602:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,153: Line 23,620:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingMortaredStoneSignItem",
type = "IronHammerItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 750.0,
ToolRepairType = "Iron",
},
},
["Large Standing Saguaro Sign"] = {
["Iron Hoe"] = {
untranslated = "Large Standing Saguaro Sign",
untranslated = "Iron Hoe",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all of your larger text needs!",
description = "A sturdy iron hoe made for tilling the soil.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,181: Line 23,650:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,199: Line 23,668:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingSaguaroSignItem",
type = "IronHoeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 300.0,
ToolRepairType = "Iron",
},
},
["Large Standing Softwood Sign"] = {
["Iron Hull Sheet"] = {
untranslated = "Large Standing Softwood Sign",
untranslated = "Iron Hull Sheet",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all of your larger text needs!",
description = "Thin iron plates for use in various crafting recipes.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Signs",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 2000,
Line 24,245: Line 23,714:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingSoftwoodSignItem",
type = "IronHullSheetItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Stone Sign"] = {
["Iron Machete"] = {
untranslated = "Large Standing Stone Sign",
untranslated = "Iron Machete",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "A large sign for all your large text needs!",
description = "A machete used to quickly clear plants.",
tagGroups = {},
tagGroups = {
"Tool",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,270: Line 23,741:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,288: Line 23,759:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingStoneSignItem",
type = "IronMacheteItem",
typeID = 0,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 500.0,
ToolRepairType = "Iron",
},
},
["Large Standing Wood Sign"] = {
["Iron Ore"] = {
untranslated = "Large Standing Wood Sign",
untranslated = "Iron Ore",
category = nil,
category = nil,
group = "Item",
group = "Natural Resources",
description = "A large sign for all of your larger text needs!",
description = "Unrefined ore with traces of iron.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Excavatable",
carried = "Backpack",
"Ore",
weight = nil,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,331: Line 23,808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingWoodSignItem",
type = "IronOreItem",
typeID = 0,
typeID = 0,
},
},
["Large Windowed Lumber Door"] = {
["Iron Pickaxe"] = {
untranslated = "Large Windowed Lumber Door",
untranslated = "Iron Pickaxe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A large lumber door with windows allowing moderate sized vehicles through..",
description = "A sturdy iron pickaxe used to break down stone and ore into usable rubble.",
tagGroups = {
tagGroups = {
"Doors",
"Tool",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,377: Line 23,853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeWindowedLumberDoorItem",
type = "IronPickaxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 500.0,
ToolDamage = 2.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Iron",
},
},
["Large Wooden Ship Frame"] = {
["Iron Pipe"] = {
untranslated = "Large Wooden Ship Frame",
untranslated = "Iron Pipe",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A large wooden frame for constructing a larger naval vessel.",
description = "A pipe for transporting liquids.",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 20,
"Products",
carried = "Hands",
},
weight = 2000,
maxStack = 100,
carried = "Backpack",
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,405: Line 23,884:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,423: Line 23,902:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeWoodenShipFrameItem",
type = "IronPipeItem",
typeID = 0,
typeID = 0,
},
},
Laser = {
["Iron Plate"] = {
untranslated = "Laser",
untranslated = "Iron Plate",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "AVOID DIRECT EYE EXPOSURE",
description = "A solid iron plate for use in various crafting recipes.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Specialty",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,448: Line 23,924:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 24,469: Line 23,945:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LaserItem",
type = "IronPlateItem",
typeID = 0,
typeID = 0,
},
},
Lathe = {
["Iron Road Tool"] = {
untranslated = "Lathe",
untranslated = "Iron Road Tool",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
description = "A tool for tamping dirt into roads.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Tool",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,494: Line 23,969:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,515: Line 23,990:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LatheItem",
type = "IronRoadToolItem",
typeID = 0,
typeID = 0,
ToolVariant = "RoadTool",
ToolDurability = 1000.0,
ToolRepairType = "IronRoadTool",
},
},
["Lattice Mushroom Spores"] = {
["Iron Rock Drill"] = {
untranslated = "Lattice Mushroom Spores",
untranslated = "Iron Rock Drill",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow lattice mushrooms.",
description = "A drill used to retreive geological samples and discover what treasures can be found underground.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 24,543: Line 24,020:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,561: Line 24,038:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LatticeMushroomSporesItem",
type = "IronRockDrillItem",
typeID = 0,
typeID = 0,
ToolVariant = "Drill",
ToolDurability = 1000.0,
ToolRepairType = "Iron",
},
},
["Leather Hide"] = {
["Iron Saw Blade"] = {
untranslated = "Leather Hide",
untranslated = "Iron Saw Blade",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A thick hide.",
description = "A disc shaped iron saw that can be attached to rotary machines to shape wood products.",
tagGroups = {
tagGroups = {},
"Animal Skin",
"Items",
"Products",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,608: Line 24,084:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LeatherHideItem",
type = "IronSawBladeItem",
typeID = 0,
typeID = 0,
},
},
["Leavened Dough"] = {
["Iron Shovel"] = {
untranslated = "Leavened Dough",
untranslated = "Iron Shovel",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Leavened dough with added yeast that rises when baked.",
description = "A sturdy shovel that breaks less than its wooden counterpart.",
tagGroups = {
tagGroups = {
"Baking",
"Tool",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 1000,
calories = 10,
calories = nil,
carbs = 6,
carbs = nil,
protein = 18,
protein = nil,
fat = 13,
fat = nil,
vitamins = 5,
vitamins = nil,
density = 420.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 24,636: Line 24,111:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,654: Line 24,129:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LeavenedDoughItem",
type = "IronShovelItem",
typeID = 0,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 500.0,
ToolRepairType = "Iron",
ToolCarryCapacity = 3.0,
},
},
["Light Backpack"] = {
["Iron Sickle"] = {
untranslated = "Light Backpack",
untranslated = "Iron Sickle",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Smaller than your standard three-day backpack. You can't fit that much inside, but that makes you more agile.\\n\\n(Increases movement speed and increases max carry weight by 5 kg)",
description = "An iron sickle used to harvest crops or cut grass.",
tagGroups = {
tagGroups = {
"Clothes",
"Tool",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,681: Line 24,160:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,699: Line 24,178:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LightBackpackItem",
type = "IronSickleItem",
typeID = 0,
typeID = 0,
ToolVariant = "Sickle",
ToolDurability = 500.0,
ToolRepairType = "Iron",
},
},
["Light Bulb"] = {
["Iron Wheel"] = {
untranslated = "Light Bulb",
untranslated = "Iron Wheel",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "An electric light with a wire filament.",
description = "A sturdy iron wheel that can support heavier vehicles than early wooden wheels.",
tagGroups = {
tagGroups = {},
"Items",
"Products",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,745: Line 24,224:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LightBulbItem",
type = "IronWheelItem",
typeID = 0,
typeID = 0,
},
},
Limestone = {
["Jaguar Carcass"] = {
untranslated = "Limestone",
untranslated = "Jaguar Carcass",
category = nil,
category = nil,
group = "Natural Resources",
group = "Natural Resources",
description = "A hard rock useful for construction and industrial processes. Limestone is sedimentary, forming mostly from the fallen compacted remains of marine organisms.",
description = "A dead Jaguar.",
tagGroups = {
tagGroups = {
"Excavatable",
"Medium Carcass",
"Natural Resources",
"Medium Leather Carcass",
"Rock",
"Stone",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 6500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,793: Line 24,270:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneItem",
type = "JaguarCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Limestone Bison Statue"] = {
["Jaw Crusher"] = {
untranslated = "Limestone Bison Statue",
untranslated = "Jaw Crusher",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A bison statue carved from limestone.",
description = "A heavy duty machine that uses compressive force to crush rocks into a fine gravel.",
tagGroups = {
tagGroups = {
"Decoration",
"Crafting Table",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,817: Line 24,293:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = "Industrial",
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.3",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 24,830: Line 24,306:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "30",
footprint = "3x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,839: Line 24,315:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneBisonStatueItem",
type = "JawCrusherItem",
typeID = 0,
typeID = 0,
},
},
["Limestone Otter Statue"] = {
["Jointfir Seed"] = {
untranslated = "Limestone Otter Statue",
untranslated = "Jointfir Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "An otter statue carved from limestone.",
description = "Plant to grow a jointfir.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.2",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 24,876: Line 24,352:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,885: Line 24,361:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneOtterStatueItem",
type = "JointfirSeedItem",
typeID = 0,
typeID = 0,
},
},
["Limestone Owl Statue"] = {
["Joshua Log"] = {
untranslated = "Limestone Owl Statue",
untranslated = "Joshua Log",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "An owl statue carved from limestone.",
description = "Joshua log is a basic wood, harvested from the Joshua tree. Despite the name, Joshua trees are succulents and the building material they provide is neither hardwood nor softwood.",
tagGroups = {
tagGroups = {
"Decoration",
"Burnable Fuel",
"Housing Objects",
"Wood",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,906: Line 24,382:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.2",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 24,922: Line 24,398:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,931: Line 24,407:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneOwlStatueItem",
type = "JoshuaLogItem",
typeID = 0,
typeID = 0,
},
},
["Limestone Wolf Statue"] = {
["Joshua Seed"] = {
untranslated = "Limestone Wolf Statue",
untranslated = "Joshua Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A wolf statue carved from limestone.",
description = "Plant to grow a joshua tree.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 24,968: Line 24,444:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,977: Line 24,453:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneWolfStatueItem",
type = "JoshuaSeedItem",
typeID = 0,
typeID = 0,
},
},
["Linen Fabric"] = {
["Jungle Campfire Salad"] = {
untranslated = "Linen Fabric",
untranslated = "Jungle Campfire Salad",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A rough linen fabric that covers your basic needs.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Fabric",
"Campfire Salad",
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 200,
calories = nil,
calories = 900,
carbs = nil,
carbs = 11,
protein = nil,
protein = 4,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 10,
density = nil,
density = 3.111111111111111,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 25,024: Line 24,499:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LinenFabricItem",
type = "JungleCampfireSaladItem",
typeID = 0,
typeID = 0,
},
},
["Linen Yarn"] = {
["Jungle Campfire Stew"] = {
untranslated = "Linen Yarn",
untranslated = "Jungle Campfire Stew",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Flax fibers spun into a usable string commonly known as linen yarn.",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25,
weight = 500,
calories = nil,
calories = 1100,
carbs = nil,
carbs = 8,
protein = nil,
protein = 8,
fat = nil,
fat = 11,
vitamins = nil,
vitamins = 3,
density = nil,
density = 2.727272727272727,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 25,070: Line 24,544:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LinenYarnItem",
type = "JungleCampfireStewItem",
typeID = 0,
typeID = 0,
},
},
["Loaded Taro Fries"] = {
Kelp = {
untranslated = "Loaded Taro Fries",
untranslated = "Kelp",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Taro Fries with extra everything.",
description = "Some creepy kelp.",
tagGroups = {
tagGroups = {
"Cooking",
"Crop",
"Food",
"Natural Fiber",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 1200,
calories = nil,
carbs = 14,
carbs = nil,
protein = 6,
protein = nil,
fat = 18,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 3.166666666666667,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 25,116: Line 24,590:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoadedTaroFriesItem",
type = "KelpItem",
typeID = 0,
typeID = 0,
},
},
Log = {
["Kelpy Crab Roll"] = {
untranslated = "Log",
untranslated = "Kelpy Crab Roll",
category = nil,
category = nil,
group = "Block",
group = "Food",
description = "A stack of logs.",
description = "Pieces of crab on a bed of rice rolled up and covered in kelp.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Food",
carried = "Hands",
},
weight = 10000,
maxStack = 100,
calories = nil,
carried = "Backpack",
carbs = nil,
weight = 300,
protein = nil,
calories = 1350,
fat = nil,
carbs = 22,
vitamins = nil,
protein = 13,
density = nil,
fat = 11,
fuel = 4000,
vitamins = 5,
density = 3.7777777777777777,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 25,159: Line 24,635:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LogItem",
type = "KelpyCrabRollItem",
typeID = 0,
typeID = 0,
},
},
["Logging Advanced Upgrade"] = {
Kiln = {
untranslated = "Logging Advanced Upgrade",
untranslated = "Kiln",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.",
description = "Useful for baking bricks and finishing pottery.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Crafting Table",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,184: Line 24,659:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 25,196: Line 24,671:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,205: Line 24,680:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoggingAdvancedUpgradeItem",
type = "KilnItem",
typeID = 0,
typeID = 0,
},
},
["Logging Basic Upgrade"] = {
["King Fern Spore"] = {
untranslated = "Logging Basic Upgrade",
untranslated = "King Fern Spore",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that greatly increases efficiency when crafting Logging recipes.",
description = "Plant to grow king fern.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Food",
"Upgrade Modules",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 25,251: Line 24,726:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoggingBasicUpgradeItem",
type = "KingFernSporeItem",
typeID = 0,
typeID = 0,
},
},
Loom = {
Kitchen = {
untranslated = "Loom",
untranslated = "Kitchen",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A device for making fabric by weaving yarn or thread.",
description = "A prep area for food which allows for more complex dishes.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crafting Table",
"Work Stations",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
Line 25,275: Line 24,750:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = "Industrial",
roomCategory = "Kitchen",
furnitureType = nil,
furnitureType = "Cooking",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 25,288: Line 24,763:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,297: Line 24,772:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoomItem",
type = "KitchenItem",
typeID = 0,
typeID = 0,
},
},
["Low Top Shoes"] = {
Laboratory = {
untranslated = "Low Top Shoes",
untranslated = "Laboratory",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "Basic, ordinary, every day, run of the mill, nondescript, conventional, commonplace, humdrum, standard, middle-of-the-road, garden-variety low-top shoes.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
description = "For more advanced research and manufacturing. Science rules!",
tagGroups = {
tagGroups = {
"Clothes",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,333: Line 24,808:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,342: Line 24,817:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LowTopShoesItem",
type = "LaboratoryItem",
typeID = 0,
typeID = 0,
},
},
Lumber = {
["Large Bath Mat"] = {
untranslated = "Lumber",
untranslated = "Large Bath Mat",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Can be fashioned into various usable equipment.",
description = "A large bath mat reduces risks of slipping on wet floors in the bathroom.",
tagGroups = {
tagGroups = {
"Blocks",
"Housing",
"Building Materials",
"Burnable Fuel",
"Constructable",
"Lumber",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,366: Line 24,837:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,382: Line 24,853:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,391: Line 24,862:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberItem",
type = "LargeBathMatItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Bench"] = {
["Large Canoe"] = {
untranslated = "Lumber Bench",
untranslated = "Large Canoe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A lumber bench for when you need extra seating space than a traditional chair.",
description = "",
tagGroups = {
tagGroups = {
"Housing Objects",
"Vehicles",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 8000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,415: Line 24,885:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 25,428: Line 24,898:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = "1x6x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,437: Line 24,907:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberBenchItem",
type = "LargeCanoeItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Chair"] = {
["Large Corrugated Steel Door"] = {
untranslated = "Lumber Chair",
untranslated = "Large Corrugated Steel Door",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
description = "A large corrugated steel door.",
tagGroups = {
tagGroups = {},
"Housing Objects",
"Seating",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,461: Line 24,928:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,474: Line 24,941:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "1x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,483: Line 24,950:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberChairItem",
type = "LargeCorrugatedSteelDoorItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Door"] = {
["Large Cotton Bunting Red"] = {
untranslated = "Lumber Door",
untranslated = "Large Cotton Bunting Red",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A door made from finely cut lumber.",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Doors",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,507: Line 24,973:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,520: Line 24,986:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,529: Line 24,995:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberDoorItem",
type = "LargeCottonBuntingRedItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Dresser"] = {
["Large Cotton Bunting Regal"] = {
untranslated = "Lumber Dresser",
untranslated = "Large Cotton Bunting Regal",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Bedroom",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,553: Line 25,018:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "1",
roomCategory = "Bedroom",
roomCategory = "Decoration",
furnitureType = "Dresser",
furnitureType = "Decoration",
repeatsDepreciation = "0.5",
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 25,566: Line 25,031:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,575: Line 25,040:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberDresserItem",
type = "LargeCottonBuntingRegalItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Stockpile"] = {
["Large Court"] = {
untranslated = "Lumber Stockpile",
untranslated = "Large Court",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ",
description = "Allows the creation of multiple Laws, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Government",
"Storage",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,612: Line 25,076:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x6x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,621: Line 25,085:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberStockpileItem",
type = "LargeCourtItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Table"] = {
["Large Festive Paper Lantern"] = {
untranslated = "Lumber Table",
untranslated = "Large Festive Paper Lantern",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A large lumber table for eating meals or getting some work done.",
description = "A large festive paper lantern.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,646: Line 25,109:
currency = nil,
currency = nil,
skillValue = "2",
skillValue = "2",
roomCategory = "Seating",
roomCategory = "Lighting",
furnitureType = "Table",
furnitureType = "Lights",
repeatsDepreciation = "0.6",
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 25,658: Line 25,121:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,667: Line 25,130:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberTableItem",
type = "LargeFestivePaperLanternItem",
typeID = 0,
typeID = 0,
},
},
["Lupine Seed"] = {
["Large Hanging Ashlar Basalt Sign"] = {
untranslated = "Lupine Seed",
untranslated = "Large Hanging Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "Plant to grow lupine.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Seeds",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 2000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 25,704: Line 25,164:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,713: Line 25,173:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LupineSeedItem",
type = "LargeHangingAshlarBasaltSignItem",
typeID = 0,
typeID = 0,
},
},
Macarons = {
["Large Hanging Ashlar Stone Sign"] = {
untranslated = "Macarons",
untranslated = "Large Hanging Ashlar Stone Sign",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "A small circular biscuit with a sweet huckleberry filling.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Baking",
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 2000,
calories = 1000,
calories = nil,
carbs = 20,
carbs = nil,
protein = 7,
protein = nil,
fat = 14,
fat = nil,
vitamins = 16,
vitamins = nil,
density = 5.7,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 25,750: Line 25,207:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,759: Line 25,216:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MacaronsItem",
type = "LargeHangingAshlarStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Machinist Table"] = {
["Large Hanging Birch Sign"] = {
untranslated = "Machinist Table",
untranslated = "Large Hanging Birch Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A fancy tool bench that creates equally fancy toys.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Craft Tables",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 25,784: Line 25,238:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 25,796: Line 25,250:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,805: Line 25,259:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MachinistTableItem",
type = "LargeHangingBirchSignItem",
typeID = 0,
typeID = 0,
},
},
["Marmot Carcass"] = {
["Large Hanging Lumber Sign"] = {
untranslated = "Marmot Carcass",
untranslated = "Large Hanging Lumber Sign",
category = nil,
category = nil,
group = "Item",
group = "Crafted Objects",
description = "A dead marmot.",
description = "A large sign for all your large text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,839: Line 25,293:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,848: Line 25,302:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MarmotCarcassItem",
type = "LargeHangingLumberSignItem",
typeID = 0,
typeID = 0,
},
},
["Masonry Advanced Upgrade"] = {
["Large Hanging Mortared Granite Sign"] = {
untranslated = "Masonry Advanced Upgrade",
untranslated = "Large Hanging Mortared Granite Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
maxStack = 1,
"Upgrade Modules",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,885: Line 25,336:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,894: Line 25,345:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasonryAdvancedUpgradeItem",
type = "LargeHangingMortaredGraniteSignItem",
typeID = 0,
typeID = 0,
},
},
["Masonry Basic Upgrade"] = {
["Large Hanging Mortared Stone Sign"] = {
untranslated = "Masonry Basic Upgrade",
untranslated = "Large Hanging Mortared Stone Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
maxStack = 1,
"Upgrade Modules",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,931: Line 25,379:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,940: Line 25,388:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasonryBasicUpgradeItem",
type = "LargeHangingMortaredStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Masonry Table"] = {
["Large Hanging Saguaro Sign"] = {
untranslated = "Masonry Table",
untranslated = "Large Hanging Saguaro Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A workstation for hewing and shaping stone into usable objects.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Craft Tables",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 25,965: Line 25,410:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 25,977: Line 25,422:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,986: Line 25,431:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasonryTableItem",
type = "LargeHangingSaguaroSignItem",
typeID = 0,
typeID = 0,
},
},
["Meat Pie"] = {
["Large Hanging Softwood Sign"] = {
untranslated = "Meat Pie",
untranslated = "Large Hanging Softwood Sign",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Much like a huckleberry pie, but filled to the brim with succulent meat.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Baking",
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 600,
weight = 2000,
calories = 1300,
calories = nil,
carbs = 18,
carbs = nil,
protein = 4,
protein = nil,
fat = 20,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 3.3846153846153846,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 26,023: Line 25,465:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,032: Line 25,474:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MeatPieItem",
type = "LargeHangingSoftwoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Meat Stock"] = {
["Large Hanging Stone Sign"] = {
untranslated = "Meat Stock",
untranslated = "Large Hanging Stone Sign",
category = nil,
category = nil,
group = "Food",
group = "World Object",
description = "A meaty stock made from the flesh of animals.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Ingredients",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 800,
weight = 2000,
calories = 600,
calories = nil,
carbs = 3,
carbs = nil,
protein = 8,
protein = nil,
fat = 9,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 3.3333333333333335,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 26,069: Line 25,508:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,078: Line 25,517:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MeatStockItem",
type = "LargeHangingStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Meaty Stew"] = {
["Large Hanging Wood Sign"] = {
untranslated = "Meaty Stew",
untranslated = "Large Hanging Wood Sign",
category = nil,
category = nil,
group = "Food",
group = "Item",
description = "A thick meaty stew. A great source of protein.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Campfire",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = nil,
calories = 1100,
calories = nil,
carbs = 6,
carbs = nil,
protein = 13,
protein = nil,
fat = 10,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 2.727272727272727,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 26,124: Line 25,560:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MeatyStewItem",
type = "LargeHangingWoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Mechanical Water Pump"] = {
["Large Lumber Door"] = {
untranslated = "Mechanical Water Pump",
untranslated = "Large Lumber Door",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "Pumps water from a source into a pipe network.",
description = "A large lumber door allowing moderate sized vehicles through..",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Specialty",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 26,152: Line 25,585:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,161: Line 25,594:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,170: Line 25,603:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MechanicalWaterPumpItem",
type = "LargeLumberDoorItem",
typeID = 0,
typeID = 0,
},
},
["Mechanics Advanced Upgrade"] = {
["Large Lumber Stockpile"] = {
untranslated = "Mechanics Advanced Upgrade",
untranslated = "Large Lumber Stockpile",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
description = "An extra large lumber platform that has been reinforced to allow mass storage of items. ",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
maxStack = 1,
"Upgrade Modules",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,207: Line 25,637:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12x12x11",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,216: Line 25,646:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MechanicsAdvancedUpgradeItem",
type = "LargeLumberStockpileItem",
typeID = 0,
typeID = 0,
},
},
["Mechanics Modern Upgrade"] = {
["Large Metal Ship Frame"] = {
untranslated = "Mechanics Modern Upgrade",
untranslated = "Large Metal Ship Frame",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
description = "A large metal frame for constructing a larger naval vessel.",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,262: Line 25,689:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MechanicsModernUpgradeItem",
type = "LargeMetalShipFrameItem",
typeID = 0,
typeID = 0,
},
},
["Medium Fishing Trawler"] = {
["Large Nylon Bunting Green"] = {
untranslated = "Medium Fishing Trawler",
untranslated = "Large Nylon Bunting Green",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Vehicles",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,286: Line 25,712:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 26,299: Line 25,725:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,308: Line 25,734:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumFishingTrawlerItem",
type = "LargeNylonBuntingGreenItem",
typeID = 0,
typeID = 0,
},
},
["Medium Metal Ship Frame"] = {
["Large Nylon Bunting Purple"] = {
untranslated = "Medium Metal Ship Frame",
untranslated = "Large Nylon Bunting Purple",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A medium metal frame for constructing a naval vessel.",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 15000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,332: Line 25,757:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 26,345: Line 25,770:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,354: Line 25,779:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumMetalShipFrameItem",
type = "LargeNylonBuntingPurpleItem",
typeID = 0,
typeID = 0,
},
},
["Medium Shipyard"] = {
["Large Paper Lantern"] = {
untranslated = "Medium Shipyard",
untranslated = "Large Paper Lantern",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A bigger more suitable place to build larger vessels with more extensive functionalities.",
description = "A large paper lantern.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,378: Line 25,802:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = "Industrial",
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 26,391: Line 25,815:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,400: Line 25,824:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumShipyardItem",
type = "LargePaperLanternItem",
typeID = 0,
typeID = 0,
},
},
["Medium Wooden Ship Frame"] = {
["Large Standing Ashlar Basalt Sign"] = {
untranslated = "Medium Wooden Ship Frame",
untranslated = "Large Standing Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A medium wooden frame for constructing a larger naval vessel.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 1,
"Products",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 15000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,437: Line 25,858:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,446: Line 25,867:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumWoodenShipFrameItem",
type = "LargeStandingAshlarBasaltSignItem",
typeID = 0,
typeID = 0,
},
},
["Metal Keel"] = {
["Large Standing Ashlar Stone Sign"] = {
untranslated = "Metal Keel",
untranslated = "Large Standing Ashlar Stone Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "The backbone of any metal ship.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 1,
"Products",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,483: Line 25,901:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,492: Line 25,910:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetalKeelItem",
type = "LargeStandingAshlarStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Metal Rudder"] = {
["Large Standing Birch Sign"] = {
untranslated = "Metal Rudder",
untranslated = "Large Standing Birch Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "If you dont have one of these, you have no control over your heading.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 1,
"Products",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 2000,
Line 26,529: Line 25,944:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,538: Line 25,953:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetalRudderItem",
type = "LargeStandingBirchSignItem",
typeID = 0,
typeID = 0,
},
},
["Metallurgy Research Paper Advanced"] = {
["Large Standing Lumber Sign"] = {
untranslated = "Metallurgy Research Paper Advanced",
untranslated = "Large Standing Lumber Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Advanced Research",
maxStack = 1,
"Items",
"Research",
"Research Papers",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,577: Line 25,987:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,586: Line 25,996:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetallurgyResearchPaperAdvancedItem",
type = "LargeStandingLumberSignItem",
typeID = 0,
typeID = 0,
},
},
["Metallurgy Research Paper Basic"] = {
["Large Standing Mortared Granite Sign"] = {
untranslated = "Metallurgy Research Paper Basic",
untranslated = "Large Standing Mortared Granite Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Basic Research",
maxStack = 1,
"Items",
"Research",
"Research Papers",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,625: Line 26,030:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,634: Line 26,039:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetallurgyResearchPaperBasicItem",
type = "LargeStandingMortaredGraniteSignItem",
typeID = 0,
typeID = 0,
},
},
["Metallurgy Research Paper Modern"] = {
["Large Standing Mortared Stone Sign"] = {
untranslated = "Metallurgy Research Paper Modern",
untranslated = "Large Standing Mortared Stone Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 1,
"Modern Research",
"Research",
"Research Papers",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,673: Line 26,073:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,682: Line 26,082:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetallurgyResearchPaperModernItem",
type = "LargeStandingMortaredStoneSignItem",
typeID = 0,
typeID = 0,
},
},
Mill = {
["Large Standing Saguaro Sign"] = {
untranslated = "Mill",
untranslated = "Large Standing Saguaro Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "Refines food resources by crushing them under a stone millstone.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Housing Objects",
"Kitchen",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,706: Line 26,103:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Kitchen",
roomCategory = nil,
furnitureType = "Food Preparation",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 26,719: Line 26,116:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "18",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,728: Line 26,125:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MillItem",
type = "LargeStandingSaguaroSignItem",
typeID = 0,
typeID = 0,
},
},
["Milling Upgrade"] = {
["Large Standing Softwood Sign"] = {
untranslated = "Milling Upgrade",
untranslated = "Large Standing Softwood Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Milling recipes.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
maxStack = 1,
"Upgrade Modules",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,765: Line 26,159:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,774: Line 26,168:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MillingUpgradeItem",
type = "LargeStandingSoftwoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Millionaires Salad"] = {
["Large Standing Stone Sign"] = {
untranslated = "Millionaires Salad",
untranslated = "Large Standing Stone Sign",
category = nil,
category = nil,
group = "Food",
group = "World Object",
description = "A decadent yet healthy assemblage.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Cooking",
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 2000,
calories = 1000,
calories = nil,
carbs = 18,
carbs = nil,
protein = 6,
protein = nil,
fat = 6,
fat = nil,
vitamins = 26,
vitamins = nil,
density = 5.6000000000000005,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 26,811: Line 26,202:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,820: Line 26,211:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MillionairesSaladItem",
type = "LargeStandingStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Mining Advanced Upgrade"] = {
["Large Standing Wood Sign"] = {
untranslated = "Mining Advanced Upgrade",
untranslated = "Large Standing Wood Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Item",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,866: Line 26,254:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MiningAdvancedUpgradeItem",
type = "LargeStandingWoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Mining Basic Upgrade"] = {
["Large Windowed Lumber Door"] = {
untranslated = "Mining Basic Upgrade",
untranslated = "Large Windowed Lumber Door",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Mining recipes.",
description = "A large lumber door with windows allowing moderate sized vehicles through..",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
maxStack = 1,
"Upgrade Modules",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,894: Line 26,279:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,903: Line 26,288:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,912: Line 26,297:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MiningBasicUpgradeItem",
type = "LargeWindowedLumberDoorItem",
typeID = 0,
typeID = 0,
},
},
["Mining Modern Upgrade"] = {
["Large Wooden Ship Frame"] = {
untranslated = "Mining Modern Upgrade",
untranslated = "Large Wooden Ship Frame",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Modern Upgrade that greatly increases efficiency when crafting Mining recipes.",
description = "A large wooden frame for constructing a larger naval vessel.",
tagGroups = {
tagGroups = {},
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,958: Line 26,340:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MiningModernUpgradeItem",
type = "LargeWoodenShipFrameItem",
typeID = 0,
typeID = 0,
},
},
Mint = {
Laser = {
untranslated = "Mint",
untranslated = "Laser",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Allows for the creation of currency.",
description = "AVOID DIRECT EYE EXPOSURE",
tagGroups = {
tagGroups = {},
"Economic",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,983: Line 26,362:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 26,995: Line 26,374:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,004: Line 26,383:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MintItem",
type = "LaserItem",
typeID = 0,
typeID = 0,
},
},
Mochi = {
Lathe = {
untranslated = "Mochi",
untranslated = "Lathe",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Watch your hands!",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {
tagGroups = {
"Cooking",
"Crafting Table",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = 750,
calories = nil,
carbs = 25,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 5,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 27,041: Line 26,419:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,050: Line 26,428:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MochiItem",
type = "LatheItem",
typeID = 0,
typeID = 0,
},
},
["Modern Double Street Light"] = {
["Lattice Mushroom Spores"] = {
untranslated = "Modern Double Street Light",
untranslated = "Lattice Mushroom Spores",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A towering metal light post that requires electricity to run.",
description = "Plant to grow lattice mushrooms.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,087: Line 26,465:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,096: Line 26,474:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernDoubleStreetLightItem",
type = "LatticeMushroomSporesItem",
typeID = 0,
typeID = 0,
},
},
["Modern Street Light"] = {
["Leather Hide"] = {
untranslated = "Modern Street Light",
untranslated = "Leather Hide",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A towering metal light post that requires electricity to run.",
description = "A thick hide.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Animal Skin",
"Lighting",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,120: Line 26,497:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,133: Line 26,510:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,142: Line 26,519:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernStreetLightItem",
type = "LeatherHideItem",
typeID = 0,
typeID = 0,
},
},
["Modern Upgrade 1"] = {
["Leavened Dough"] = {
untranslated = "Modern Upgrade 1",
untranslated = "Leavened Dough",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Modern Upgrade with great efficiency increase.",
description = "Leavened dough with added yeast that rises when baked.",
tagGroups = {
tagGroups = {
"Modern Upgrade",
"Food",
"Modern Upgrades",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 400,
calories = nil,
calories = 10,
carbs = nil,
carbs = 6,
protein = nil,
protein = 18,
fat = nil,
fat = 13,
vitamins = nil,
vitamins = 5,
density = nil,
density = 420.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 27,189: Line 26,564:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl1Item",
type = "LeavenedDoughItem",
typeID = 0,
typeID = 0,
},
},
["Modern Upgrade 2"] = {
["Light Backpack"] = {
untranslated = "Modern Upgrade 2",
untranslated = "Light Backpack",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Modern Upgrade with great efficiency increase.",
description = "Smaller than your standard three-day backpack. You can't fit that much inside, but that makes you more agile.\\n\\n(Increases movement speed and increases max carry weight by 5 kg)",
tagGroups = {
tagGroups = {
"Modern Upgrade",
"Clothes",
"Modern Upgrades",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,236: Line 26,609:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl2Item",
type = "LightBackpackItem",
typeID = 0,
typeID = 0,
},
},
["Modern Upgrade 3"] = {
["Light Bulb"] = {
untranslated = "Modern Upgrade 3",
untranslated = "Light Bulb",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Modern Upgrade with great efficiency increase.",
description = "An electric light with a wire filament.",
tagGroups = {
tagGroups = {},
"Modern Upgrade",
"Modern Upgrades",
"Upgrade Modules",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,283: Line 26,652:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl3Item",
type = "LightBulbItem",
typeID = 0,
typeID = 0,
},
},
["Modern Upgrade 4"] = {
["Lighthouse Lamp"] = {
untranslated = "Modern Upgrade 4",
untranslated = "Lighthouse Lamp",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Modern Upgrade with great efficiency increase.",
description = "A light, but a very large one and it's also spinning around and around.",
tagGroups = {
tagGroups = {
"Modern Upgrade",
"Housing",
"Modern Upgrades",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,308: Line 26,675:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Civics",
repeatsDepreciation = nil,
repeatsDepreciation = "1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,321: Line 26,688:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,330: Line 26,697:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl4Item",
type = "LighthouseLampItem",
typeID = 0,
typeID = 0,
},
},
["Moon Jellyfish"] = {
Limestone = {
untranslated = "Moon Jellyfish",
untranslated = "Limestone",
category = nil,
category = nil,
group = "Natural Resources",
group = "Natural Resources",
description = "A moon jellyfish.",
description = "A hard rock useful for construction and industrial processes. Limestone is sedimentary, forming mostly from the fallen compacted remains of marine organisms.",
tagGroups = {
tagGroups = {
"Animal",
"Excavatable",
"Fish",
"Rock",
"Natural Resources",
"Small Fish",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 200,
weight = 6500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,378: Line 26,743:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MoonJellyfishItem",
type = "LimestoneItem",
typeID = 0,
typeID = 0,
},
},
Mortar = {
["Limestone Bison Statue"] = {
untranslated = "Mortar",
untranslated = "Limestone Bison Statue",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A binding pitch useful as a mortar.",
description = "A bison statue carved from limestone.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,402: Line 26,766:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,415: Line 26,779:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,424: Line 26,788:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortarItem",
type = "LimestoneBisonStatueItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Basalt"] = {
["Limestone Otter Statue"] = {
untranslated = "Mortared Basalt",
untranslated = "Limestone Otter Statue",
category = nil,
category = nil,
group = "Block",
group = "Housing Objects",
description = "Used to create tough but rudimentary buildings.",
description = "An otter statue carved from limestone.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Housing",
carried = "Hands",
},
weight = 10000,
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,445: Line 26,811:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.2",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,458: Line 26,824:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,467: Line 26,833:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredBasaltItem",
type = "LimestoneOtterStatueItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Gneiss"] = {
["Limestone Owl Statue"] = {
untranslated = "Mortared Gneiss",
untranslated = "Limestone Owl Statue",
category = nil,
category = nil,
group = "Block",
group = "Housing Objects",
description = "Used to create tough but rudimentary buildings.",
description = "An owl statue carved from limestone.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Housing",
carried = "Hands",
},
weight = 10000,
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,488: Line 26,856:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.2",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,501: Line 26,869:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,510: Line 26,878:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGneissItem",
type = "LimestoneOwlStatueItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Granite"] = {
["Limestone Wolf Statue"] = {
untranslated = "Mortared Granite",
untranslated = "Limestone Wolf Statue",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Used to create tough but rudimentary buildings.",
description = "A wolf statue carved from limestone.",
tagGroups = {
tagGroups = {
"Blocks",
"Housing",
"Building Materials",
"Constructable",
"Mortared Stone",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,536: Line 26,901:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,549: Line 26,914:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,558: Line 26,923:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteItem",
type = "LimestoneWolfStatueItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Granite Bench"] = {
["Linen Fabric"] = {
untranslated = "Mortared Granite Bench",
untranslated = "Linen Fabric",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A basic stone bench for sitting.",
description = "A rough linen fabric that covers your basic needs.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Fabric",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,582: Line 26,946:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,595: Line 26,959:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,604: Line 26,968:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteBenchItem",
type = "LinenFabricItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Granite Chair"] = {
["Linen Yarn"] = {
untranslated = "Mortared Granite Chair",
untranslated = "Linen Yarn",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "An early stone chair. Not too comfy but it does the job.",
description = "Flax fibers spun into a usable string commonly known as linen yarn.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 25,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,628: Line 26,989:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,641: Line 27,002:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,650: Line 27,011:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteChairItem",
type = "LinenYarnItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Granite Door"] = {
["Loaded Taro Fries"] = {
untranslated = "Mortared Granite Door",
untranslated = "Loaded Taro Fries",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A heavy mortared stone door.",
description = "Taro Fries with extra everything.",
tagGroups = {
tagGroups = {
"Doors",
"Food",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 14,
protein = nil,
protein = 6,
fat = nil,
fat = 18,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.166666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 27,678: Line 27,038:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,696: Line 27,056:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteDoorItem",
type = "LoadedTaroFriesItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Granite Fireplace"] = {
Log = {
untranslated = "Mortared Granite Fireplace",
untranslated = "Log",
category = nil,
category = nil,
group = "Housing Objects",
group = "Block",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
description = "A stack of logs.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 20,
"Living Room",
carried = "Hands",
},
weight = 10000,
maxStack = 1,
carried = "Backpack",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,717: Line 27,074:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Fireplace",
furnitureType = nil,
repeatsDepreciation = "0.1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,733: Line 27,090:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,742: Line 27,099:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteFireplaceItem",
type = "LogItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Granite Table"] = {
["Logging Advanced Upgrade"] = {
untranslated = "Mortared Granite Table",
untranslated = "Logging Advanced Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "An early stone table. Not much to look at but it does the job.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,766: Line 27,122:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Table",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 27,779: Line 27,135:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,788: Line 27,144:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteTableItem",
type = "LoggingAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Limestone"] = {
["Logging Basic Upgrade"] = {
untranslated = "Mortared Limestone",
untranslated = "Logging Basic Upgrade",
category = nil,
category = nil,
group = "Blocks",
group = "Upgrade Modules",
description = "Used to create tough but rudimentary buildings.",
description = "Basic Upgrade that greatly increases efficiency when crafting Logging recipes.",
tagGroups = {
tagGroups = {
"Blocks",
"Upgrade",
"Building Materials",
"Constructable",
"Mortared Stone",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,818: Line 27,171:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,836: Line 27,189:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredLimestoneItem",
type = "LoggingBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Sandstone"] = {
Loom = {
untranslated = "Mortared Sandstone",
untranslated = "Loom",
category = nil,
category = nil,
group = "Blocks",
group = "Work Stations",
description = "Used to create tough but rudimentary buildings.",
description = "A device for making fabric by weaving yarn or thread.",
tagGroups = {
tagGroups = {
"Blocks",
"Crafting Table",
"Building Materials",
"Constructable",
"Mortared Stone",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,863: Line 27,213:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,875: Line 27,225:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,884: Line 27,234:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredSandstoneItem",
type = "LoomItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Shale"] = {
["Low Top Shoes"] = {
untranslated = "Mortared Shale",
untranslated = "Low Top Shoes",
category = nil,
category = nil,
group = "Block",
group = "Clothing",
description = "Used to create tough but rudimentary buildings.",
description = "Basic, ordinary, every day, run of the mill, nondescript, conventional, commonplace, humdrum, standard, middle-of-the-road, garden-variety low-top shoes.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Clothes",
carried = "Hands",
},
weight = 10000,
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,927: Line 27,279:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredShaleItem",
type = "LowTopShoesItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone"] = {
Lumber = {
untranslated = "Mortared Stone",
untranslated = "Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Old stone",
description = "Can be fashioned into various usable equipment.",
tagGroups = {
tagGroups = {
"Blocks",
"Burnable Fuel",
"Building Materials",
"Constructable",
"Constructable",
"Mortared Stone",
"Lumber",
},
},
maxStack = 20,
maxStack = 20,
Line 27,950: Line 27,301:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 27,957: Line 27,308:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,975: Line 27,326:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneItem",
type = "LumberItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Bench"] = {
["Lumber Bench"] = {
untranslated = "Mortared Stone Bench",
untranslated = "Lumber Bench",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A basic stone bench for sitting.",
description = "A lumber bench for when you need extra seating space than a traditional chair.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
Line 27,999: Line 27,349:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = "1.5",
roomCategory = "Seating",
roomCategory = "Seating",
furnitureType = "Chair",
furnitureType = "Chair",
Line 28,012: Line 27,362:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,021: Line 27,371:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneBenchItem",
type = "LumberBenchItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Chair"] = {
["Lumber Chair"] = {
untranslated = "Mortared Stone Chair",
untranslated = "Lumber Chair",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "An early stone chair. Not too comfy but it does the job.",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
Line 28,045: Line 27,394:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = "1",
roomCategory = "Seating",
roomCategory = "Seating",
furnitureType = "Chair",
furnitureType = "Chair",
repeatsDepreciation = "0.5",
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 28,058: Line 27,407:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,067: Line 27,416:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneChairItem",
type = "LumberChairItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Door"] = {
["Lumber Door"] = {
untranslated = "Mortared Stone Door",
untranslated = "Lumber Door",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A heavy mortared stone door.",
description = "A door made from finely cut lumber.",
tagGroups = {
tagGroups = {},
"Doors",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 28,095: Line 27,441:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,104: Line 27,450:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,113: Line 27,459:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneDoorItem",
type = "LumberDoorItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Fireplace"] = {
["Lumber Dresser"] = {
untranslated = "Mortared Stone Fireplace",
untranslated = "Lumber Dresser",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Living Room",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,137: Line 27,482:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = "3",
roomCategory = "Living Room",
roomCategory = "Bedroom",
furnitureType = "Fireplace",
furnitureType = "Dresser",
repeatsDepreciation = "0.1",
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 28,150: Line 27,495:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,159: Line 27,504:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneFireplaceItem",
type = "LumberDresserItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Table"] = {
["Lumber Stockpile"] = {
untranslated = "Mortared Stone Table",
untranslated = "Lumber Stockpile",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "An early stone table. Not much to look at but it does the job.",
description = "A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ",
tagGroups = {
tagGroups = {},
"Housing Objects",
"Seating",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 28,183: Line 27,525:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Table",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 28,196: Line 27,538:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = "10x10x9",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,205: Line 27,547:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneTableItem",
type = "LumberStockpileItem",
typeID = 0,
typeID = 0,
},
},
["Mountain Goat Carcass"] = {
["Lumber Table"] = {
untranslated = "Mountain Goat Carcass",
untranslated = "Lumber Table",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A dead mountain goat.",
description = "A large lumber table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Animal",
"Housing",
"Medium Carcass",
"Medium Wooly Carcass",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 3000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,231: Line 27,570:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 28,244: Line 27,583:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,253: Line 27,592:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MountainGoatCarcassItem",
type = "LumberTableItem",
typeID = 0,
typeID = 0,
},
},
["Muffin Hat"] = {
["Lupine Seed"] = {
untranslated = "Muffin Hat",
untranslated = "Lupine Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "I have no idea why it's called that but it's not edible.",
description = "Plant to grow lupine.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 28,298: Line 27,638:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MuffinHatItem",
type = "LupineSeedItem",
typeID = 0,
typeID = 0,
},
},
Nail = {
Macarons = {
untranslated = "Nail",
untranslated = "Macarons",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Nails used for construction.",
description = "A small circular biscuit with a sweet huckleberry filling.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 200,
calories = nil,
calories = 1000,
carbs = nil,
carbs = 20,
protein = nil,
protein = 7,
fat = nil,
fat = 14,
vitamins = nil,
vitamins = 16,
density = nil,
density = 5.7,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 28,344: Line 27,683:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NailItem",
type = "MacaronsItem",
typeID = 0,
typeID = 0,
},
},
["Nuclear Fuel"] = {
["Machinist Table"] = {
untranslated = "Nuclear Fuel",
untranslated = "Machinist Table",
category = nil,
category = nil,
group = "Item",
group = "Work Stations",
description = "Unstable nuclear fuel.",
description = "A fancy tool bench that creates equally fancy toys.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Crafting Table",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,366: Line 27,707:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 28,378: Line 27,719:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,387: Line 27,728:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NuclearFuelItem",
type = "MachinistTableItem",
typeID = 0,
typeID = 0,
},
},
Nylon = {
["Marmot Carcass"] = {
untranslated = "Nylon",
untranslated = "Marmot Carcass",
category = nil,
category = nil,
group = "Items",
group = "Item",
description = "Nylon is a synthetic polymer that can be used as a cheap alternative to more natural textiles. ",
description = "A dead marmot.",
tagGroups = {
tagGroups = {},
"Items",
"Products",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,433: Line 27,771:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonItem",
type = "MarmotCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Carpet"] = {
["Masonry Advanced Upgrade"] = {
untranslated = "Nylon Carpet",
untranslated = "Masonry Advanced Upgrade",
category = nil,
category = nil,
group = "Blocks",
group = "Upgrade Modules",
description = "A woven nylon floor covering attached to a lumber backing.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.",
tagGroups = {
tagGroups = {
"Blocks",
"Upgrade",
"Building Materials",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,462: Line 27,798:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,480: Line 27,816:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonCarpetItem",
type = "MasonryAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Chips"] = {
["Masonry Basic Upgrade"] = {
untranslated = "Nylon Chips",
untranslated = "Masonry Basic Upgrade",
category = nil,
category = nil,
group = "Item",
group = "Upgrade Modules",
description = "",
description = "Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.",
tagGroups = {},
tagGroups = {
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,523: Line 27,861:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonChipsItem",
type = "MasonryBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Curtains"] = {
["Masonry Skill Book"] = {
untranslated = "Nylon Curtains",
untranslated = "Masonry Skill Book",
category = nil,
category = nil,
group = "Blocks",
group = "Skill Books",
description = "Curtains made out of plastic? \\n\\n (Only cosmetic does not impact room value.)",
description = "Masonry Skill Book",
tagGroups = {
tagGroups = {
"Blocks",
"Skill Books",
"Building Materials",
"Constructable",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,570: Line 27,906:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonCurtainsItem",
type = "Masonry Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Fabric"] = {
["Masonry Skill Scroll"] = {
untranslated = "Nylon Fabric",
untranslated = "Masonry Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "A synthetic fabric that is desired for its durability and cheap cost to produce.",
description = "Masonry Skill Scroll",
tagGroups = {
tagGroups = {
"Fabric",
"Skill Scrolls",
"Items",
"Products",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,617: Line 27,951:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonFabricItem",
type = "Masonry Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Futon Bed"] = {
["Masonry Table"] = {
untranslated = "Nylon Futon Bed",
untranslated = "Masonry Table",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A classic futon for when regular beds are too soft.",
description = "A workstation for hewing and shaping stone into usable objects.",
tagGroups = {
tagGroups = {
"Bedroom",
"Crafting Table",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
Line 28,641: Line 27,974:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "5",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = "Industrial",
furnitureType = "Bed",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 28,654: Line 27,987:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,663: Line 27,996:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonFutonBedItem",
type = "MasonryTableItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Futon Couch"] = {
["Meat Pie"] = {
untranslated = "Nylon Futon Couch",
untranslated = "Meat Pie",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A modern styled couch with a classic touch.",
description = "Much like a huckleberry pie, but filled to the brim with succulent meat.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Living Room",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 600,
calories = nil,
calories = 1300,
carbs = nil,
carbs = 18,
protein = nil,
protein = 4,
fat = nil,
fat = 20,
vitamins = nil,
vitamins = 2,
density = nil,
density = 3.3846153846153846,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 28,700: Line 28,032:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,709: Line 28,041:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonFutonCouchItem",
type = "MeatPieItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Mooring Rope"] = {
["Meat Stock"] = {
untranslated = "Nylon Mooring Rope",
untranslated = "Meat Stock",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A strong synthetic rope used to make sure a ship does not drift away.",
description = "A meaty stock made from the flesh of animals.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 800,
calories = nil,
calories = 600,
carbs = nil,
carbs = 3,
protein = nil,
protein = 8,
fat = nil,
fat = 9,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.3333333333333335,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 28,755: Line 28,086:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonMooringRopeItem",
type = "MeatStockItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Thread"] = {
["Meaty Stew"] = {
untranslated = "Nylon Thread",
untranslated = "Meaty Stew",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Synthetic thread that has more resistance to abrasion than more natural threads.",
description = "A thick meaty stew. A great source of protein.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25,
weight = 500,
calories = nil,
calories = 1100,
carbs = nil,
carbs = 6,
protein = nil,
protein = 13,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 1,
density = nil,
density = 2.727272727272727,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 28,801: Line 28,131:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonThreadItem",
type = "MeatyStewItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Trawler Net"] = {
["Mechanical Water Pump"] = {
untranslated = "Nylon Trawler Net",
untranslated = "Mechanical Water Pump",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
description = "Pumps water from a source into a pipe network.",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 1,
"Tool",
"Tools",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,839: Line 28,165:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,848: Line 28,174:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonTrawlerNetItem",
type = "MechanicalWaterPumpItem",
typeID = 0,
typeID = 0,
},
},
["Oak Log"] = {
["Mechanics Advanced Upgrade"] = {
untranslated = "Oak Log",
untranslated = "Mechanics Advanced Upgrade",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "Oak log is a type of hardwood. With its great strength and hardness, oak is commonly used for furniture and building materials.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Upgrade",
"Hardwood",
"Logs",
"Natural Resources",
"Wood",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,872: Line 28,194:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 28,897: Line 28,219:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OakLogItem",
type = "MechanicsAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Ocean Spray Seed"] = {
["Mechanics Modern Upgrade"] = {
untranslated = "Ocean Spray Seed",
untranslated = "Mechanics Modern Upgrade",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow ocean spray.",
description = "Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 28,943: Line 28,264:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OceanSpraySeedItem",
type = "MechanicsModernUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Oil = {
["Mechanics Skill Book"] = {
untranslated = "Oil",
untranslated = "Mechanics Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "A plant fat extracted for use in cooking.",
description = "Mechanics Skill Book",
tagGroups = {
tagGroups = {
"Fat",
"Skill Books",
"Food",
"Ingredients",
"Oil",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 120,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 15,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 12.5,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 28,991: Line 28,309:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilItem",
type = "Mechanics Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Oil Drilling Upgrade"] = {
["Mechanics Skill Scroll"] = {
untranslated = "Oil Drilling Upgrade",
untranslated = "Mechanics Skill Scroll",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Scrolls",
description = "Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.",
description = "Mechanics Skill Scroll",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Skill Scrolls",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,037: Line 28,354:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilDrillingUpgradeItem",
type = "Mechanics Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Oil Head Lamp"] = {
["Medium Fishing Trawler"] = {
untranslated = "Oil Head Lamp",
untranslated = "Medium Fishing Trawler",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "An iron hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
description = "",
tagGroups = {
tagGroups = {
"Clothes",
"Vehicles",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,073: Line 28,390:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x14x10",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,082: Line 28,399:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilHeadLampItem",
type = "MediumFishingTrawlerItem",
typeID = 0,
typeID = 0,
},
},
["Oil Paint"] = {
["Medium Metal Ship Frame"] = {
untranslated = "Oil Paint",
untranslated = "Medium Metal Ship Frame",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A collection of paint variations used for art supplies.",
description = "A medium metal frame for constructing a naval vessel.",
tagGroups = {
tagGroups = {},
"Items",
"Products",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 15000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,128: Line 28,442:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilPaintItem",
type = "MediumMetalShipFrameItem",
typeID = 0,
typeID = 0,
},
},
["Oil Refinery"] = {
["Medium Shipyard"] = {
untranslated = "Oil Refinery",
untranslated = "Medium Shipyard",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "Sets of pipes and tanks which refine crude petroleum into usable products.",
description = "A bigger more suitable place to build larger vessels with more extensive functionalities.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crafting Table",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
Line 29,165: Line 28,478:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "9x16x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,174: Line 28,487:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilRefineryItem",
type = "MediumShipyardItem",
typeID = 0,
typeID = 0,
},
},
["Orange Vase"] = {
["Medium Wooden Ship Frame"] = {
untranslated = "Orange Vase",
untranslated = "Medium Wooden Ship Frame",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A vase made with glass to brighten up your home.",
description = "A medium wooden frame for constructing a larger naval vessel.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 15000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,198: Line 28,508:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 29,211: Line 28,521:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,220: Line 28,530:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrangeVaseItem",
type = "MediumWoodenShipFrameItem",
typeID = 0,
typeID = 0,
},
},
Orchid = {
["Metal Keel"] = {
untranslated = "Orchid",
untranslated = "Metal Keel",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Placeholder Description.",
description = "The backbone of any metal ship.",
tagGroups = {
tagGroups = {},
"Food",
"Petals",
"Produce",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 5000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 29,267: Line 28,573:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrchidItem",
type = "MetalKeelItem",
typeID = 0,
typeID = 0,
},
},
["Orchid Seed"] = {
["Metal Rudder"] = {
untranslated = "Orchid Seed",
untranslated = "Metal Rudder",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow an orchid.",
description = "If you dont have one of these, you have no control over your heading.",
tagGroups = {
tagGroups = {},
"Food",
"Seeds",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 2000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 29,313: Line 28,616:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrchidSeedItem",
type = "MetalRudderItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Gold Frame Landscape"] = {
["Metallurgy Research Paper Advanced"] = {
untranslated = "Ornate Gold Frame Landscape",
untranslated = "Metallurgy Research Paper Advanced",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Cultural",
"Advanced Research",
"Housing Objects",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,337: Line 28,640:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 29,350: Line 28,653:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,359: Line 28,662:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateGoldFrameLandscapeItem",
type = "MetallurgyResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Gold Frame Wide"] = {
["Metallurgy Research Paper Basic"] = {
untranslated = "Ornate Gold Frame Wide",
untranslated = "Metallurgy Research Paper Basic",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Cultural",
"Basic Research",
"Housing Objects",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,383: Line 28,686:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 29,396: Line 28,699:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,405: Line 28,708:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateGoldFrameWideItem",
type = "MetallurgyResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Iron Frame Landscape"] = {
["Metallurgy Research Paper Modern"] = {
untranslated = "Ornate Iron Frame Landscape",
untranslated = "Metallurgy Research Paper Modern",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Cultural",
"Modern Research",
"Housing Objects",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,429: Line 28,732:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 29,442: Line 28,745:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,451: Line 28,754:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateIronFrameLandscapeItem",
type = "MetallurgyResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Iron Frame Wide"] = {
Mill = {
untranslated = "Ornate Iron Frame Wide",
untranslated = "Mill",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "",
description = "Refines food resources by crushing them under a stone millstone.",
tagGroups = {
tagGroups = {
"Cultural",
"Crafting Table",
"Housing Objects",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,475: Line 28,778:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = "2",
roomCategory = "Cultural",
roomCategory = "Kitchen",
furnitureType = "Cultural",
furnitureType = "Food Preparation",
repeatsDepreciation = "",
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 29,488: Line 28,791:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,497: Line 28,800:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateIronFrameWideItem",
type = "MillItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Wooden Frame Landscape"] = {
["Milling Skill Book"] = {
untranslated = "Ornate Wooden Frame Landscape",
untranslated = "Milling Skill Book",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Books",
description = "",
description = "Milling Skill Book",
tagGroups = {
tagGroups = {
"Cultural",
"Skill Books",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,521: Line 28,823:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 29,534: Line 28,836:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,543: Line 28,845:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateWoodenFrameLandscapeItem",
type = "Milling Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Wooden Frame Wide"] = {
["Milling Skill Scroll"] = {
untranslated = "Ornate Wooden Frame Wide",
untranslated = "Milling Skill Scroll",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Scrolls",
description = "",
description = "Milling Skill Scroll",
tagGroups = {
tagGroups = {
"Cultural",
"Skill Scrolls",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,567: Line 28,868:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 29,580: Line 28,881:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,589: Line 28,890:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateWoodenFrameWideItem",
type = "Milling Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Otter Carcass"] = {
["Milling Upgrade"] = {
untranslated = "Otter Carcass",
untranslated = "Milling Upgrade",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "A dead otter.",
description = "Basic Upgrade that greatly increases efficiency when crafting Milling recipes.",
tagGroups = {
tagGroups = {
"Animal",
"Upgrade",
"Natural Resources",
"Tiny Carcass",
"Tiny Fur Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,637: Line 28,935:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OtterCarcassItem",
type = "MillingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Outpost Netting"] = {
["Millionaires Salad"] = {
untranslated = "Outpost Netting",
untranslated = "Millionaires Salad",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A way to store your items when you run out of floor space.",
description = "A decadent yet healthy assemblage.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Storage",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 400,
calories = nil,
calories = 1000,
carbs = nil,
carbs = 18,
protein = nil,
protein = 6,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 26,
density = nil,
density = 5.6000000000000005,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 29,683: Line 28,980:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OutpostNettingItem",
type = "MillionairesSaladItem",
typeID = 0,
typeID = 0,
},
},
["Outpost Table"] = {
["Mining Advanced Upgrade"] = {
untranslated = "Outpost Table",
untranslated = "Mining Advanced Upgrade",
category = nil,
category = nil,
group = "Work Stations",
group = "Upgrade Modules",
description = "An explorers best collection of information is stored here.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.",
tagGroups = {
tagGroups = {
"Government",
"Upgrade",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,729: Line 29,025:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OutpostTableItem",
type = "MiningAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Pacific Sardine"] = {
["Mining Basic Upgrade"] = {
untranslated = "Pacific Sardine",
untranslated = "Mining Basic Upgrade",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "A pacific sardine.",
description = "Basic Upgrade that greatly increases efficiency when crafting Mining recipes.",
tagGroups = {
tagGroups = {
"Animal",
"Upgrade",
"Fish",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 150,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,776: Line 29,070:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PacificSardineItem",
type = "MiningBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Padded Chair"] = {
["Mining Modern Upgrade"] = {
untranslated = "Padded Chair",
untranslated = "Mining Modern Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A comfy chair to rest in.",
description = "Modern Upgrade that greatly increases efficiency when crafting Mining recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Living Room",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,800: Line 29,093:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.8",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 29,813: Line 29,106:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,822: Line 29,115:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaddedChairItem",
type = "MiningModernUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Palm Log"] = {
Mint = {
untranslated = "Palm Log",
untranslated = "Mint",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "Palm log comes from the palm tree, which is unique among trees that it is neither hardwood nor softwood. It still makes an excellent building material.",
description = "Allows for the creation of currency.",
tagGroups = {
tagGroups = {},
"Burnable Fuel",
maxStack = 1,
"Logs",
carried = "Backpack",
"Natural Resources",
weight = 5000,
"Wood",
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,845: Line 29,133:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 29,861: Line 29,149:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,870: Line 29,158:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PalmLogItem",
type = "MintItem",
typeID = 0,
typeID = 0,
},
},
["Palm Seed"] = {
Mochi = {
untranslated = "Palm Seed",
untranslated = "Mochi",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a palm tree.",
description = "Watch your hands!",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 100,
calories = 0,
calories = 750,
carbs = 0,
carbs = 25,
protein = 0,
protein = 0,
fat = 0,
fat = 0,
vitamins = 0,
vitamins = 5,
density = 0,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 29,916: Line 29,203:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PalmSeedItem",
type = "MochiItem",
typeID = 0,
typeID = 0,
},
},
Papaya = {
["Modern Axe"] = {
untranslated = "Papaya",
untranslated = "Modern Axe",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Nice fresh Papaya.",
description = "A modern axe with a non-slip handle made using fiberglass.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
"Fruit",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 1000,
calories = 200,
calories = nil,
carbs = 2,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 5,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 29,946: Line 29,230:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,964: Line 29,248:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PapayaItem",
type = "ModernAxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 2500.0,
ToolDamage = 2.5,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Modern",
},
},
["Papaya Seed"] = {
["Modern Double Street Light"] = {
untranslated = "Papaya Seed",
untranslated = "Modern Double Street Light",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow a papaya plant.",
description = "A towering metal light post that requires electricity to run.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Housing",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 30,002: Line 29,290:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x5x7",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,011: Line 29,299:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PapayaSeedItem",
type = "ModernDoubleStreetLightItem",
typeID = 0,
typeID = 0,
},
},
Paper = {
["Modern Hammer"] = {
untranslated = "Paper",
untranslated = "Modern Hammer",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "It's paper.",
description = "A modern hammer with a non-slip handle made using fiberglass.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Tool",
"Items",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,033: Line 29,319:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 100,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,040: Line 29,326:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,058: Line 29,344:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaperItem",
type = "ModernHammerItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 2500.0,
ToolRepairType = "Modern",
},
},
["Paper Milling Upgrade"] = {
["Modern Hoe"] = {
untranslated = "Paper Milling Upgrade",
untranslated = "Modern Hoe",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.",
description = "A modern hoe with increased range.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Tool",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,086: Line 29,374:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,104: Line 29,392:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaperMillingUpgradeItem",
type = "ModernHoeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 1500.0,
ToolRepairType = "Modern",
},
},
["Pastry Dough"] = {
["Modern Machete"] = {
untranslated = "Pastry Dough",
untranslated = "Modern Machete",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "An extra fatty leavened dough for making yummy pastries.",
description = "A machete used to quickly clear plants. Has a large AoE with each swing.",
tagGroups = {
tagGroups = {
"Baking",
"Tool",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = 10,
calories = nil,
carbs = 4,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 80.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 30,132: Line 29,422:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,150: Line 29,440:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PastryDoughItem",
type = "ModernMacheteItem",
typeID = 0,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 2000.0,
ToolRepairType = "Modern",
},
},
["Pelt Fertilizer"] = {
["Modern Pickaxe"] = {
untranslated = "Pelt Fertilizer",
untranslated = "Modern Pickaxe",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A fertilize made from fur pelts and filler.",
description = "A modern pickaxe with a non-slip handle made using fiberglass.",
tagGroups = {
tagGroups = {
"Fertilizers",
"Tool",
"Items",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,178: Line 29,470:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,196: Line 29,488:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PeltFertilizerItem",
type = "ModernPickaxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 2000.0,
ToolDamage = 4.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Modern",
},
},
Petroleum = {
["Modern Rock Drill"] = {
untranslated = "Petroleum",
untranslated = "Modern Rock Drill",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. Its extraction, transport, and burning all have environmental impacts.",
description = "A gasoline-powered alternative for faster geological sampling.",
tagGroups = {
tagGroups = {
"Blocks",
"Tool",
"Liquids",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,224: Line 29,521:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,242: Line 29,539:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PetroleumItem",
type = "ModernRockDrillItem",
typeID = 0,
typeID = 0,
ToolVariant = "Drill",
ToolDurability = 1000.0,
ToolRepairType = "Gasoline",
},
},
["Phad Thai"] = {
["Modern Scythe"] = {
untranslated = "Phad Thai",
untranslated = "Modern Scythe",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "They make you full, and proud.",
description = "A modern scythe used to harvest crops or cut grass. Has a large AoE with each swing.",
tagGroups = {
tagGroups = {
"Cooking",
"Tool",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 1000,
calories = 1200,
calories = nil,
carbs = 9,
carbs = nil,
protein = 11,
protein = nil,
fat = 19,
fat = nil,
vitamins = 5,
vitamins = nil,
density = 3.6666666666666665,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 30,270: Line 29,569:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,288: Line 29,587:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PhadThaiItem",
type = "ModernScytheItem",
typeID = 0,
typeID = 0,
ToolVariant = "Scythe",
ToolDurability = 2000.0,
ToolRepairType = "Modern",
},
},
["Phosphate Fertilizer"] = {
["Modern Shovel"] = {
untranslated = "Phosphate Fertilizer",
untranslated = "Modern Shovel",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Phosphate fertilizer is a great source of Phosphorus.",
description = "Terraforming is the first step towards a flourishing civilization and now you can do it with style and less repairs.",
tagGroups = {
tagGroups = {
"Fertilizers",
"Tool",
"Items",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,316: Line 29,617:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,334: Line 29,635:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PhosphateFertilizerItem",
type = "ModernShovelItem",
typeID = 0,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 2000.0,
ToolRepairType = "Modern",
ToolCarryCapacity = 10.0,
},
},
Pineapple = {
["Modern Street Light"] = {
untranslated = "Pineapple",
untranslated = "Modern Street Light",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Nice fresh Pineapple.",
description = "A towering metal light post that requires electricity to run.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Fruit",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 125,
weight = 1000,
calories = 200,
calories = nil,
carbs = 6,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 30,373: Line 29,675:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x7",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,382: Line 29,684:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PineappleItem",
type = "ModernStreetLightItem",
typeID = 0,
typeID = 0,
},
},
["Pineapple Friend Rice"] = {
["Modern Upgrade 1"] = {
untranslated = "Pineapple Friend Rice",
untranslated = "Modern Upgrade 1",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A homely recipe made from a mix of cooked rice and fruit. Not only is it friendly, but it also happens to be pan fried.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Cooking",
"Modern Upgrade",
"Food",
"Upgrade",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 150,
weight = 1,
calories = 720,
calories = nil,
carbs = 20,
carbs = nil,
protein = 9,
protein = nil,
fat = 12,
fat = nil,
vitamins = 12,
vitamins = nil,
density = 7.361111111111112,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 30,428: Line 29,730:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PineappleFriendRiceItem",
type = "ModernUpgradeLvl1Item",
typeID = 0,
typeID = 0,
},
},
["Pineapple Seed"] = {
["Modern Upgrade 2"] = {
untranslated = "Pineapple Seed",
untranslated = "Modern Upgrade 2",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow a pineapple plant.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Modern Upgrade",
"Food",
"Upgrade",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 30,475: Line 29,776:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PineappleSeedItem",
type = "ModernUpgradeLvl2Item",
typeID = 0,
typeID = 0,
},
},
Pirozhok = {
["Modern Upgrade 3"] = {
untranslated = "Pirozhok",
untranslated = "Modern Upgrade 3",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A baked bun filled with tasty meat and mushrooms.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Baking",
"Modern Upgrade",
"Food",
"Upgrade",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 1,
calories = 850,
calories = nil,
carbs = 14,
carbs = nil,
protein = 19,
protein = nil,
fat = 10,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 5.529411764705882,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 30,521: Line 29,822:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PirozhokItem",
type = "ModernUpgradeLvl3Item",
typeID = 0,
typeID = 0,
},
},
Piston = {
["Modern Upgrade 4"] = {
untranslated = "Piston",
untranslated = "Modern Upgrade 4",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A moving component that transfers force. Can also function as a valve occasionally.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Items",
"Modern Upgrade",
"Products",
"Upgrade",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,567: Line 29,868:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PistonItem",
type = "ModernUpgradeLvl4Item",
typeID = 0,
typeID = 0,
},
},
["Plant Fibers"] = {
["Moon Jellyfish"] = {
untranslated = "Plant Fibers",
untranslated = "Moon Jellyfish",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "Harvested from a number of plants, these fibers are useful for a surprising number of things.",
description = "A moon jellyfish.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Fish",
"Crop",
"Small Fish",
"Items",
"Natural Fiber",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25,
weight = 200,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,591: Line 29,889:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 100,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,616: Line 29,914:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlantFibersItem",
type = "MoonJellyfishItem",
typeID = 0,
typeID = 0,
},
},
["Plant Vase"] = {
Mortar = {
untranslated = "Plant Vase",
untranslated = "Mortar",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A vase made with glass to brighten up your home.",
description = "A binding pitch useful as a mortar.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,640: Line 29,935:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 30,653: Line 29,948:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,662: Line 29,957:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlantVaseItem",
type = "MortarItem",
typeID = 0,
typeID = 0,
},
},
Plastic = {
["Mortared Basalt"] = {
untranslated = "Plastic",
untranslated = "Mortared Basalt",
category = nil,
category = nil,
group = "Items",
group = "Block",
description = "An extremely useful synthetic material derived from petrochemicals.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 20,
"Products",
carried = "Hands",
},
weight = 10000,
maxStack = 100,
carried = "Backpack",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,708: Line 30,000:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticItem",
type = "MortaredBasaltItem",
typeID = 0,
typeID = 0,
},
},
["Plastic Buoy"] = {
["Mortared Gneiss"] = {
untranslated = "Plastic Buoy",
untranslated = "Mortared Gneiss",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Block",
description = "A modern plastic navigational buoy, can also be used as a moorage post.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 20,
"Specialty",
carried = "Hands",
},
weight = 10000,
maxStack = 1,
carried = "Backpack",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,754: Line 30,043:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticBuoyItem",
type = "MortaredGneissItem",
typeID = 0,
typeID = 0,
},
},
["Poke Bowl"] = {
["Mortared Granite"] = {
untranslated = "Poke Bowl",
untranslated = "Mortared Granite",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A basic yet filling meal with a bite.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {
"Cooking",
"Constructable",
"Food",
"Mortared Stone",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 400,
weight = 10000,
calories = 1100,
calories = nil,
carbs = 21,
carbs = nil,
protein = 10,
protein = nil,
fat = 11,
fat = nil,
vitamins = 7,
vitamins = nil,
density = 4.454545454545455,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 30,782: Line 30,071:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,800: Line 30,089:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PokeBowlItem",
type = "MortaredGraniteItem",
typeID = 0,
typeID = 0,
},
},
["Portable Steam Engine"] = {
["Mortared Granite Bench"] = {
untranslated = "Portable Steam Engine",
untranslated = "Mortared Granite Bench",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "An engine that generates mechanical power through steam.",
description = "A basic stone bench for sitting.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,824: Line 30,112:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 30,837: Line 30,125:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,846: Line 30,134:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PortableSteamEngineItem",
type = "MortaredGraniteBenchItem",
typeID = 0,
typeID = 0,
},
},
["Pottery Upgrade"] = {
["Mortared Granite Chair"] = {
untranslated = "Pottery Upgrade",
untranslated = "Mortared Granite Chair",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.",
description = "An early stone chair. Not too comfy but it does the job.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Housing",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,870: Line 30,157:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 30,883: Line 30,170:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,892: Line 30,179:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PotteryUpgradeItem",
type = "MortaredGraniteChairItem",
typeID = 0,
typeID = 0,
},
},
["Powered Cart"] = {
["Mortared Granite Door"] = {
untranslated = "Powered Cart",
untranslated = "Mortared Granite Door",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "Large cart for hauling sizable loads.",
description = "A heavy mortared stone door.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Vehicles",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 15000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,920: Line 30,204:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,929: Line 30,213:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,938: Line 30,222:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PoweredCartItem",
type = "MortaredGraniteDoorItem",
typeID = 0,
typeID = 0,
},
},
["Powered Storage Silo"] = {
["Mortared Granite Fireplace"] = {
untranslated = "Powered Storage Silo",
untranslated = "Mortared Granite Fireplace",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A powered silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Storage",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,962: Line 30,245:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Fireplace",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 30,975: Line 30,258:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,984: Line 30,267:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PoweredStorageSiloItem",
type = "MortaredGraniteFireplaceItem",
typeID = 0,
typeID = 0,
},
},
["Prairie Dog Carcass"] = {
["Mortared Granite Table"] = {
untranslated = "Prairie Dog Carcass",
untranslated = "Mortared Granite Table",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A dead prairie dog.",
description = "An early stone table. Not much to look at but it does the job.",
tagGroups = {
tagGroups = {
"Animal",
"Housing",
"Natural Resources",
"Tiny Carcass",
"Tiny Leather Carcass",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,010: Line 30,290:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 31,023: Line 30,303:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,032: Line 30,312:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrairieDogCarcassItem",
type = "MortaredGraniteTableItem",
typeID = 0,
typeID = 0,
},
},
["Prepared Meat"] = {
["Mortared Limestone"] = {
untranslated = "Prepared Meat",
untranslated = "Mortared Limestone",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Carefully butchered meat, ready to cook.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {
"Food",
"Constructable",
"Raw Meat",
"Mortared Stone",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 400,
weight = 10000,
calories = 600,
calories = nil,
carbs = 0,
carbs = nil,
protein = 4,
protein = nil,
fat = 6,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 1.6666666666666667,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 31,060: Line 30,340:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,078: Line 30,358:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PreparedMeatItem",
type = "MortaredLimestoneItem",
typeID = 0,
typeID = 0,
},
},
["Prickly Pear Fruit"] = {
["Mortared Sandstone"] = {
untranslated = "Prickly Pear Fruit",
untranslated = "Mortared Sandstone",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A succulent fruit coated in a rather terrifying array of spines.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {
"Food",
"Constructable",
"Fruit",
"Mortared Stone",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 50,
weight = 10000,
calories = 190,
calories = nil,
carbs = 2,
carbs = nil,
protein = 1,
protein = nil,
fat = 1,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 4.2105263157894735,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 31,108: Line 30,386:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,126: Line 30,404:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PricklyPearFruitItem",
type = "MortaredSandstoneItem",
typeID = 0,
typeID = 0,
},
},
["Prickly Pear Seed"] = {
["Mortared Shale"] = {
untranslated = "Prickly Pear Seed",
untranslated = "Mortared Shale",
category = nil,
category = nil,
group = "Seed",
group = "Block",
description = "Plant to grow prickly pear cacti.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {},
"Crop Seed",
maxStack = 20,
"Food",
carried = "Hands",
"Seeds",
weight = 10000,
},
calories = nil,
maxStack = 100,
carbs = nil,
carried = "Backpack",
protein = nil,
weight = 50,
fat = nil,
calories = 0,
vitamins = nil,
carbs = 0,
density = nil,
protein = 0,
fat = 0,
vitamins = 0,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 31,173: Line 30,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PricklyPearSeedItem",
type = "MortaredShaleItem",
typeID = 0,
typeID = 0,
},
},
["Prime Cut"] = {
["Mortared Stone"] = {
untranslated = "Prime Cut",
untranslated = "Mortared Stone",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A perfectly marbled piece of meat.",
description = "Old stone",
tagGroups = {
tagGroups = {
"Food",
"Constructable",
"Raw Meat",
"Mortared Stone",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 10000,
calories = 600,
calories = nil,
carbs = 0,
carbs = nil,
protein = 9,
protein = nil,
fat = 4,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 2.166666666666667,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 31,201: Line 30,475:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,219: Line 30,493:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimeCutItem",
type = "MortaredStoneItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Canvas Boots"] = {
["Mortared Stone Bench"] = {
untranslated = "Primitive Canvas Boots",
untranslated = "Mortared Stone Bench",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "A pair of crude canvas boots for your everyday use.",
description = "A basic stone bench for sitting.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,242: Line 30,516:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 31,255: Line 30,529:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,264: Line 30,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveCanvasBootsItem",
type = "MortaredStoneBenchItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Canvas Pants"] = {
["Mortared Stone Chair"] = {
untranslated = "Primitive Canvas Pants",
untranslated = "Mortared Stone Chair",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Roughly stitched canvas pants.",
description = "An early stone chair. Not too comfy but it does the job.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,287: Line 30,561:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 31,300: Line 30,574:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,309: Line 30,583:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveCanvasPantsItem",
type = "MortaredStoneChairItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Canvas Shorts"] = {
["Mortared Stone Door"] = {
untranslated = "Primitive Canvas Shorts",
untranslated = "Mortared Stone Door",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "They're like the Primitive Canvas Pants, but shorter.",
description = "A heavy mortared stone door.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,336: Line 30,608:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,345: Line 30,617:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,354: Line 30,626:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveCanvasShortsItem",
type = "MortaredStoneDoorItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Fur Belt"] = {
["Mortared Stone Fireplace"] = {
untranslated = "Primitive Fur Belt",
untranslated = "Mortared Stone Fireplace",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "You should probably still wear pants.",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,377: Line 30,649:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Fireplace",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 31,390: Line 30,662:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,399: Line 30,671:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveFurBeltItem",
type = "MortaredStoneFireplaceItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Leather Boots"] = {
["Mortared Stone Table"] = {
untranslated = "Primitive Leather Boots",
untranslated = "Mortared Stone Table",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "A pair of crude leather boots for your everyday use.",
description = "An early stone table. Not much to look at but it does the job.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,422: Line 30,694:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 31,435: Line 30,707:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,444: Line 30,716:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherBootsItem",
type = "MortaredStoneTableItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Leather Pants"] = {
["Mountain Goat Carcass"] = {
untranslated = "Primitive Leather Pants",
untranslated = "Mountain Goat Carcass",
category = nil,
category = nil,
group = "Clothing",
group = "Natural Resources",
description = "You ever tried cutting leather with a rock?",
description = "A dead mountain goat.",
tagGroups = {
tagGroups = {
"Clothes",
"Medium Carcass",
"Medium Wooly Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,489: Line 30,762:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherPantsItem",
type = "MountainGoatCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Leather Shirt"] = {
["Muffin Hat"] = {
untranslated = "Primitive Leather Shirt",
untranslated = "Muffin Hat",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "A Shirt made from roughly cut pieces of leather, should keep your shoulders warm.",
description = "I have no idea why it's called that but it's not edible.",
tagGroups = {
tagGroups = {
"Clothes",
"Clothes",
Line 31,534: Line 30,807:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherShirtItem",
type = "MuffinHatItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Leather Shorts"] = {
Nail = {
untranslated = "Primitive Leather Shorts",
untranslated = "Nail",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "You may have enough leather left over to make a nice hat.",
description = "Nails used for construction.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
Line 31,579: Line 30,850:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherShortsItem",
type = "NailItem",
typeID = 0,
typeID = 0,
},
},
["Printing Press"] = {
["Nuclear Fuel"] = {
untranslated = "Printing Press",
untranslated = "Nuclear Fuel",
category = nil,
category = nil,
group = "Work Stations",
group = "Item",
description = "The world will never be the same.",
description = "Unstable nuclear fuel.",
tagGroups = {
tagGroups = {},
"Government",
maxStack = 100,
"Work Stations",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,604: Line 30,872:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 31,625: Line 30,893:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrintingPressItem",
type = "NuclearFuelItem",
typeID = 0,
typeID = 0,
},
},
["Pulp Filler"] = {
Nylon = {
untranslated = "Pulp Filler",
untranslated = "Nylon",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Wood pulp and dirt make a great filler for other fertilizers. ",
description = "Nylon is a synthetic polymer that can be used as a cheap alternative to more natural textiles. ",
tagGroups = {
tagGroups = {},
"Fertilizer Filler",
"Fertilizers",
"Items",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
Line 31,672: Line 30,936:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PulpFillerItem",
type = "NylonItem",
typeID = 0,
typeID = 0,
},
},
["Pump Jack"] = {
["Nylon Carpet"] = {
untranslated = "Pump Jack",
untranslated = "Nylon Carpet",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "Drill, baby! Drill!",
description = "A woven nylon floor covering attached to a lumber backing.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Constructable",
"Work Stations",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10000,
weight = 10000,
calories = nil,
calories = nil,
Line 31,697: Line 30,960:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,718: Line 30,981:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PumpJackItem",
type = "NylonCarpetItem",
typeID = 0,
typeID = 0,
},
},
Pumpkin = {
["Nylon Chips"] = {
untranslated = "Pumpkin",
untranslated = "Nylon Chips",
category = nil,
category = nil,
group = "Food",
group = "Item",
description = "Round and large.",
description = "",
tagGroups = {
tagGroups = {},
"Food",
"Fruit",
"Produce",
"Raw Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 125,
weight = 50,
calories = 340,
calories = nil,
carbs = 5,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 2.3529411764705883,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 31,766: Line 31,024:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PumpkinItem",
type = "NylonChipsItem",
typeID = 0,
typeID = 0,
},
},
["Pumpkin Seed"] = {
["Nylon Curtains"] = {
untranslated = "Pumpkin Seed",
untranslated = "Nylon Curtains",
category = nil,
category = nil,
group = "Seed",
group = "Blocks",
description = "Plant to grow a pumpkin.",
description = "Curtains made out of plastic? \\n\\n (Only cosmetic does not impact room value.)",
tagGroups = {
tagGroups = {
"Crop Seed",
"Constructable",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 50,
weight = 5000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 31,813: Line 31,069:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PumpkinSeedItem",
type = "NylonCurtainsItem",
typeID = 0,
typeID = 0,
},
},
Pupusas = {
["Nylon Fabric"] = {
untranslated = "Pupusas",
untranslated = "Nylon Fabric",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Comforting, best served hot from the griddle.",
description = "A synthetic fabric that is desired for its durability and cheap cost to produce.",
tagGroups = {
tagGroups = {
"Cooking",
"Fabric",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 100,
calories = 900,
calories = nil,
carbs = 6,
carbs = nil,
protein = 11,
protein = nil,
fat = 9,
fat = nil,
vitamins = 14,
vitamins = nil,
density = 4.444444444444445,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 31,859: Line 31,114:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PupusasItem",
type = "NylonFabricItem",
typeID = 0,
typeID = 0,
},
},
["Purple Vase"] = {
["Nylon Futon Bed"] = {
untranslated = "Purple Vase",
untranslated = "Nylon Futon Bed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A vase made with glass to brighten up your home.",
description = "A classic futon for when regular beds are too soft.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,883: Line 31,137:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = "5",
roomCategory = "Decoration",
roomCategory = "Bedroom",
furnitureType = "Decoration",
furnitureType = "Bed",
repeatsDepreciation = "0.4",
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 31,896: Line 31,150:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,905: Line 31,159:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PurpleVaseItem",
type = "NylonFutonBedItem",
typeID = 0,
typeID = 0,
},
},
Quicklime = {
["Nylon Futon Couch"] = {
untranslated = "Quicklime",
untranslated = "Nylon Futon Couch",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A chemical compound used in steel production.",
description = "A modern styled couch with a classic touch.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,929: Line 31,182:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 31,942: Line 31,195:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,951: Line 31,204:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "QuicklimeItem",
type = "NylonFutonCouchItem",
typeID = 0,
typeID = 0,
},
},
Radiator = {
["Nylon Mooring Rope"] = {
untranslated = "Radiator",
untranslated = "Nylon Mooring Rope",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A heat sink that uses liquid running through copper fins to disperse heat build-up.",
description = "A strong synthetic rope used to make sure a ship does not drift away.",
tagGroups = {
tagGroups = {},
"Items",
"Products",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,997: Line 31,247:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RadiatorItem",
type = "NylonMooringRopeItem",
typeID = 0,
typeID = 0,
},
},
["Raw Bacon"] = {
["Nylon Thread"] = {
untranslated = "Raw Bacon",
untranslated = "Nylon Thread",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A fatty cut of meat that happens to be inexplicably tastier than other cuts.",
description = "Synthetic thread that has more resistance to abrasion than more natural threads.",
tagGroups = {
tagGroups = {},
"Food",
"Raw Meat",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 25,
calories = 200,
calories = nil,
carbs = 0,
carbs = nil,
protein = 3,
protein = nil,
fat = 9,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 6.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 32,043: Line 31,290:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawBaconItem",
type = "NylonThreadItem",
typeID = 0,
typeID = 0,
},
},
["Raw Fish"] = {
["Nylon Trawler Net"] = {
untranslated = "Raw Fish",
untranslated = "Nylon Trawler Net",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A fatty cut of raw fish.",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
"Raw Meat",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = 200,
calories = nil,
carbs = 0,
carbs = nil,
protein = 7,
protein = nil,
fat = 3,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 5.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 32,089: Line 31,335:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawFishItem",
type = "NylonTrawlerNetItem",
typeID = 0,
typeID = 0,
ToolDurability = 2000.0,
ToolRepairType = "Nylon",
},
},
["Raw Meat"] = {
["Oak Log"] = {
untranslated = "Raw Meat",
untranslated = "Oak Log",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "Fresh raw meat from the hunt. It should probably be cooked before being consumed.",
description = "Oak log is a type of hardwood. With its great strength and hardness, oak is commonly used for furniture and building materials.",
tagGroups = {
tagGroups = {
"Food",
"Burnable Fuel",
"Raw Meat",
"Hardwood",
"Wood",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 10000,
calories = 250,
calories = nil,
carbs = 0,
carbs = nil,
protein = 4,
protein = nil,
fat = 8,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 4.8,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,135: Line 31,384:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawMeatItem",
type = "OakLogItem",
typeID = 0,
typeID = 0,
},
},
["Raw Roast"] = {
["Ocean Spray Seed"] = {
untranslated = "Raw Roast",
untranslated = "Ocean Spray Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A trussed roast tied and ready to be cooked.",
description = "Plant to grow ocean spray.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Raw Meat",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 50,
calories = 600,
calories = 0,
carbs = 0,
carbs = 0,
protein = 6,
protein = 0,
fat = 5,
fat = 0,
vitamins = 0,
vitamins = 0,
density = 1.8333333333333333,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 32,181: Line 31,430:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawRoastItem",
type = "OceanSpraySeedItem",
typeID = 0,
typeID = 0,
},
},
["Raw Sausage"] = {
Oil = {
untranslated = "Raw Sausage",
untranslated = "Oil",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Ground meat stuffed into an intestine casing.",
description = "A plant fat extracted for use in cooking.",
tagGroups = {
tagGroups = {
"Fat",
"Food",
"Food",
"Raw Meat",
"Oil",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 100,
calories = 500,
calories = 120,
carbs = 0,
carbs = 0,
protein = 4,
protein = 0,
fat = 8,
fat = 15,
vitamins = 0,
vitamins = 0,
density = 2.4,
density = 12.5,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,227: Line 31,477:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawSausageItem",
type = "OilItem",
typeID = 0,
typeID = 0,
},
},
["Real Estate Desk"] = {
["Oil Drilling Skill Book"] = {
untranslated = "Real Estate Desk",
untranslated = "Oil Drilling Skill Book",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Books",
description = "A place to manage the sale and transfer of deeds and property.",
description = "Oil Drilling Skill Book",
tagGroups = {
tagGroups = {
"Economic",
"Skill Books",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,273: Line 31,522:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RealEstateDeskItem",
type = "Oil Drilling Skill BookItem",
typeID = 0,
typeID = 0,
},
},
Rebar = {
["Oil Drilling Skill Scroll"] = {
untranslated = "Rebar",
untranslated = "Oil Drilling Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "Ribbed steel bars for reinforcing stuctures.",
description = "Oil Drilling Skill Scroll",
tagGroups = {
tagGroups = {
"Items",
"Skill Scrolls",
"Products",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 3000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,319: Line 31,567:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RebarItem",
type = "Oil Drilling Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Red Vase"] = {
["Oil Drilling Upgrade"] = {
untranslated = "Red Vase",
untranslated = "Oil Drilling Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A  vase made with glass to brighten up your home.",
description = "Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.",
tagGroups = {
tagGroups = {
"Decoration",
"Upgrade",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,343: Line 31,590:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,356: Line 31,603:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,365: Line 31,612:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RedVaseItem",
type = "OilDrillingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Redwood Log"] = {
["Oil Head Lamp"] = {
untranslated = "Redwood Log",
untranslated = "Oil Head Lamp",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "Redwood log is a type of softwood that can be easily identified by its distinct red bark.",
description = "An iron hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Clothes",
"Logs",
"Natural Resources",
"Softwood",
"Wood",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,389: Line 31,632:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,414: Line 31,657:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RedwoodLogItem",
type = "OilHeadLampItem",
typeID = 0,
typeID = 0,
},
},
["Redwood Seed"] = {
["Oil Paint"] = {
untranslated = "Redwood Seed",
untranslated = "Oil Paint",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow a redwood tree.",
description = "A collection of paint variations used for art supplies.",
tagGroups = {
tagGroups = {},
"Food",
"Seeds",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 100,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 32,460: Line 31,700:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RedwoodSeedItem",
type = "OilPaintItem",
typeID = 0,
typeID = 0,
},
},
Refrigerator = {
["Oil Refinery"] = {
untranslated = "Refrigerator",
untranslated = "Oil Refinery",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "An icebox from the future with significantly better cooling properties.",
description = "Sets of pipes and tanks which refine crude petroleum into usable products.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Kitchen",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,484: Line 31,723:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "5",
skillValue = nil,
roomCategory = "Kitchen",
roomCategory = "Industrial",
furnitureType = "Food Storage",
furnitureType = nil,
repeatsDepreciation = "0.3",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,497: Line 31,736:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "5x5x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,506: Line 31,745:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RefrigeratorItem",
type = "OilRefineryItem",
typeID = 0,
typeID = 0,
},
},
Registrar = {
["Orange Vase"] = {
untranslated = "Registrar",
untranslated = "Orange Vase",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "Allows the setting management of titles.",
description = "A  vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Economic",
"Housing",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,530: Line 31,768:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,552: Line 31,790:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RegistrarItem",
type = "OrangeVaseItem",
typeID = 0,
typeID = 0,
},
},
["Reinforced Concrete"] = {
Orchid = {
untranslated = "Reinforced Concrete",
untranslated = "Orchid",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A sturdy construction material poured around a latice of rebar.",
description = "Placeholder Description.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Building Materials",
"Petals",
"Concrete",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 32,582: Line 31,818:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,600: Line 31,836:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ReinforcedConcreteItem",
type = "OrchidItem",
typeID = 0,
typeID = 0,
},
},
["Research Table"] = {
["Orchid Seed"] = {
untranslated = "Research Table",
untranslated = "Orchid Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A basic table for researching new technologies and skills.",
description = "Plant to grow an orchid.",
tagGroups = {
tagGroups = {
"Researching",
"Food",
"Work Stations",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 32,646: Line 31,882:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ResearchTableItem",
type = "OrchidSeedItem",
typeID = 0,
typeID = 0,
},
},
Rice = {
["Ornate Gold Frame Landscape"] = {
untranslated = "Rice",
untranslated = "Ornate Gold Frame Landscape",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow rice.",
description = "",
tagGroups = {
tagGroups = {
"Crop",
"Housing",
"Crop Seed",
"Food",
"Grain",
"Raw Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 150,
calories = nil,
carbs = 7,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,696: Line 31,927:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RiceItem",
type = "OrnateGoldFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Rice Flour"] = {
["Ornate Gold Frame Wide"] = {
untranslated = "Rice Flour",
untranslated = "Ornate Gold Frame Wide",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Rice grounded into flour is as equally versatile as its golden cousin.",
description = "",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Ingredients",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 1000,
calories = 50,
calories = nil,
carbs = 15,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 30.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,733: Line 31,963:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,742: Line 31,972:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RiceFlourItem",
type = "OrnateGoldFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Rice Noodles"] = {
["Ornate Iron Frame Landscape"] = {
untranslated = "Rice Noodles",
untranslated = "Ornate Iron Frame Landscape",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Noodles made from delicious milled white grains.",
description = "",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Ingredients",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 1000,
calories = 200,
calories = nil,
carbs = 10,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 5.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,788: Line 32,017:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RiceNoodlesItem",
type = "OrnateIronFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
Rivet = {
["Ornate Iron Frame Wide"] = {
untranslated = "Rivet",
untranslated = "Ornate Iron Frame Wide",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "An iron bolt used to hold together inventions.",
description = "",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,812: Line 32,040:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,825: Line 32,053:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,834: Line 32,062:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RivetItem",
type = "OrnateIronFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Roast Pumpkin"] = {
["Ornate Wooden Frame Landscape"] = {
untranslated = "Roast Pumpkin",
untranslated = "Ornate Wooden Frame Landscape",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Sweet but a suprising source of vitamins.",
description = "",
tagGroups = {
tagGroups = {
"Baking",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 900,
weight = 1000,
calories = 1400,
calories = nil,
carbs = 23,
carbs = nil,
protein = 2,
protein = nil,
fat = 2,
fat = nil,
vitamins = 7,
vitamins = nil,
density = 2.4285714285714284,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,880: Line 32,107:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RoastPumpkinItem",
type = "OrnateWoodenFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Robotic Assembly Line"] = {
["Ornate Wooden Frame Wide"] = {
untranslated = "Robotic Assembly Line",
untranslated = "Ornate Wooden Frame Wide",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A complex set of machinery for creating equally complex things.",
description = "",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,904: Line 32,130:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = "Industrial",
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,917: Line 32,143:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,926: Line 32,152:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RoboticAssemblyLineItem",
type = "OrnateWoodenFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Rocker Box"] = {
["Otter Carcass"] = {
untranslated = "Rocker Box",
untranslated = "Otter Carcass",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
description = "A dead otter.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Tiny Carcass",
"Work Stations",
"Tiny Fur Carcass",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,951: Line 32,177:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 32,972: Line 32,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RockerBoxItem",
type = "OtterCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Rolling Mill"] = {
["Outpost Netting"] = {
untranslated = "Rolling Mill",
untranslated = "Outpost Netting",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "For rolling steel into more buildable materials.",
description = "A way to store your items when you run out of floor space.",
tagGroups = {
tagGroups = {},
"Craft Tables",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,997: Line 32,220:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 33,009: Line 32,232:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,018: Line 32,241:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RollingMillItem",
type = "OutpostNettingItem",
typeID = 0,
typeID = 0,
},
},
["Root Campfire Salad"] = {
["Outpost Table"] = {
untranslated = "Root Campfire Salad",
untranslated = "Outpost Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A myriad of plants that make a healthy and odd blend.",
description = "An explorers best collection of information is stored here.",
tagGroups = {
tagGroups = {
"Campfire",
"Government",
"Campfire Salad",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 2000,
calories = 950,
calories = nil,
carbs = 8,
carbs = nil,
protein = 5,
protein = nil,
fat = 4,
fat = nil,
vitamins = 11,
vitamins = nil,
density = 2.9473684210526314,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,056: Line 32,277:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,065: Line 32,286:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RootCampfireSaladItem",
type = "OutpostTableItem",
typeID = 0,
typeID = 0,
},
},
["Root Campfire Stew"] = {
["Pacific Sardine"] = {
untranslated = "Root Campfire Stew",
untranslated = "Pacific Sardine",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
description = "A pacific sardine.",
tagGroups = {
tagGroups = {
"Campfire",
"Fish",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 150,
calories = 1100,
calories = nil,
carbs = 8,
carbs = nil,
protein = 5,
protein = nil,
fat = 12,
fat = nil,
vitamins = 5,
vitamins = nil,
density = 2.727272727272727,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,111: Line 32,331:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RootCampfireStewItem",
type = "PacificSardineItem",
typeID = 0,
typeID = 0,
},
},
["Round Pot"] = {
["Padded Chair"] = {
untranslated = "Round Pot",
untranslated = "Padded Chair",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "Sometimes you just want to bring a little bit of nature into your house.",
description = "A comfy chair to rest in.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
Line 33,135: Line 32,354:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = "1.5",
roomCategory = "Decoration",
roomCategory = "Living Room",
furnitureType = "Decoration",
furnitureType = "Chair",
repeatsDepreciation = "0.4",
repeatsDepreciation = "0.8",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 33,148: Line 32,367:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,157: Line 32,376:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlanterPotRoundItem",
type = "PaddedChairItem",
typeID = 0,
typeID = 0,
},
},
["Rubber Wheel"] = {
["Paint Bucket"] = {
untranslated = "Rubber Wheel",
untranslated = "Paint Bucket",
category = nil,
category = nil,
group = "Items",
group = "Item",
description = "Rubber wheels provide much better traction and allow the construction of more modern vehicles.",
description = "A bucket of near magical paint used for making your environment a bit more lively.",
tagGroups = {
tagGroups = {},
"Items",
"Products",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,203: Line 32,419:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RubberWheelItem",
type = "PaintBucketItem",
typeID = 0,
typeID = 0,
},
},
["Rug Large"] = {
["Palm Log"] = {
untranslated = "Rug Large",
untranslated = "Palm Log",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A large area rug to cover that weird stain.",
description = "Palm log comes from the palm tree, which is unique among trees that it is neither hardwood nor softwood. It still makes an excellent building material.",
tagGroups = {
tagGroups = {
"Decoration",
"Burnable Fuel",
"Housing Objects",
"Wood",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,224: Line 32,440:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Rug",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 33,240: Line 32,456:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,249: Line 32,465:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RugLargeItem",
type = "PalmLogItem",
typeID = 0,
typeID = 0,
},
},
["Rug Medium"] = {
["Palm Seed"] = {
untranslated = "Rug Medium",
untranslated = "Palm Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A medium rug for medium uses.",
description = "Plant to grow a palm tree.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Rug",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 33,286: Line 32,502:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,295: Line 32,511:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RugMediumItem",
type = "PalmSeedItem",
typeID = 0,
typeID = 0,
},
},
["Rug Small"] = {
Papaya = {
untranslated = "Rug Small",
untranslated = "Papaya",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A small rug for when you just didn't have enough materials to make a bigger one.",
description = "Nice fresh Papaya.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"Fruit",
"Raw Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 75,
calories = nil,
calories = 200,
carbs = nil,
carbs = 2,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 5,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Rug",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 33,332: Line 32,549:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,341: Line 32,558:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RugSmallItem",
type = "PapayaItem",
typeID = 0,
typeID = 0,
},
},
["Running Shoes"] = {
["Papaya Seed"] = {
untranslated = "Running Shoes",
untranslated = "Papaya Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Light weight shoes designed to make you run faster.\\n\\n(Increases movement speed)",
description = "Plant to grow a papaya plant.",
tagGroups = {
tagGroups = {
"Clothes",
"Crop Seed",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,386: Line 32,605:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RunningShoesItem",
type = "PapayaSeedItem",
typeID = 0,
typeID = 0,
},
},
["Saguaro Rib"] = {
Paper = {
untranslated = "Saguaro Rib",
untranslated = "Paper",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.",
description = "It's paper.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Burnable Fuel",
"Logs",
"Natural Resources",
"Wood",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,409: Line 32,625:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = 100,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,434: Line 32,650:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaguaroRibItem",
type = "PaperItem",
typeID = 0,
typeID = 0,
},
},
["Saguaro Seed"] = {
["Paper Milling Skill Book"] = {
untranslated = "Saguaro Seed",
untranslated = "Paper Milling Skill Book",
category = nil,
category = nil,
group = "Seed",
group = "Skill Books",
description = "Plant to grow a saguaro cactus.",
description = "Paper Milling Skill Book",
tagGroups = {
tagGroups = {
"Food",
"Skill Books",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 100,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,480: Line 32,695:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaguaroSeedItem",
type = "Paper Milling Skill BookItem",
typeID = 0,
typeID = 0,
},
},
Salmon = {
["Paper Milling Skill Scroll"] = {
untranslated = "Salmon",
untranslated = "Paper Milling Skill Scroll",
category = nil,
category = nil,
group = "Natural Resources",
group = "Skill Scrolls",
description = "A salmon.",
description = "Paper Milling Skill Scroll",
tagGroups = {
tagGroups = {
"Animal",
"Skill Scrolls",
"Fish",
"Medium Fish",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,528: Line 32,740:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SalmonItem",
type = "Paper Milling Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Salt Basket"] = {
["Paper Milling Upgrade"] = {
untranslated = "Salt Basket",
untranslated = "Paper Milling Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A basket of salt.",
description = "Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Kitchen",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,552: Line 32,763:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = nil,
roomCategory = "Kitchen",
roomCategory = nil,
furnitureType = "Spices",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 33,565: Line 32,776:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,574: Line 32,785:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaltBasketItem",
type = "PaperMillingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Sandals = {
["Pastry Dough"] = {
untranslated = "Sandals",
untranslated = "Pastry Dough",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Basic footwear that helps reduce the strain of walking longer distances.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
description = "An extra fatty leavened dough for making yummy pastries.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = nil,
calories = 10,
carbs = nil,
carbs = 4,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 4,
density = nil,
density = 80.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,619: Line 32,830:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SandalsItem",
type = "PastryDoughItem",
typeID = 0,
typeID = 0,
},
},
Sandstone = {
["Pelt Fertilizer"] = {
untranslated = "Sandstone",
untranslated = "Pelt Fertilizer",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A rock of varying hardness, useful for construction and as a host for iron ore. Sandstone is a sedimentary rock that forms when sand is buried deeply enough to lithify. Sometimes the shapes of dunes and ripples from an ancient desert or beach are preserved!",
description = "A fertilize made from fur pelts and filler.",
tagGroups = {
tagGroups = {
"Excavatable",
"Fertilizer",
"Natural Resources",
"Rock",
"Stone",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 6000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,667: Line 32,875:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SandstoneItem",
type = "PeltFertilizerItem",
typeID = 0,
typeID = 0,
},
},
Sawmill = {
Petroleum = {
untranslated = "Sawmill",
untranslated = "Petroleum",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "Used to saw wood into lumber.",
description = "A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. Its extraction, transport, and burning all have environmental impacts.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 20,
"Work Stations",
carried = "Hands",
},
weight = 10000,
maxStack = 1,
carried = "Backpack",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,692: Line 32,897:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 33,713: Line 32,918:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SawmillItem",
type = "PetroleumItem",
typeID = 0,
typeID = 0,
},
},
["Saxifrage Seed"] = {
["Phad Thai"] = {
untranslated = "Saxifrage Seed",
untranslated = "Phad Thai",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow saxifrage.",
description = "They make you full, and proud.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 400,
calories = 0,
calories = 1200,
carbs = 0,
carbs = 9,
protein = 0,
protein = 11,
fat = 0,
fat = 19,
vitamins = 0,
vitamins = 5,
density = 0,
density = 3.6666666666666665,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,759: Line 32,963:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaxifrageSeedItem",
type = "PhadThaiItem",
typeID = 0,
typeID = 0,
},
},
["Scrap Meat"] = {
["Phosphate Fertilizer"] = {
untranslated = "Scrap Meat",
untranslated = "Phosphate Fertilizer",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Chunks of extra meat.",
description = "Phosphate fertilizer is a great source of Phosphorus.",
tagGroups = {
tagGroups = {
"Food",
"Fertilizer",
"Raw Meat",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 500,
calories = 50,
calories = nil,
carbs = 0,
carbs = nil,
protein = 5,
protein = nil,
fat = 5,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 20.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,805: Line 33,008:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScrapMeatItem",
type = "PhosphateFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Screening Machine"] = {
Pineapple = {
untranslated = "Screening Machine",
untranslated = "Pineapple",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
description = "Nice fresh Pineapple.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Food",
"Work Stations",
"Fruit",
"Raw Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 125,
calories = nil,
calories = 200,
carbs = nil,
carbs = 6,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 2,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 33,851: Line 33,055:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScreeningMachineItem",
type = "PineappleItem",
typeID = 0,
typeID = 0,
},
},
["Screw Press"] = {
["Pineapple Friend Rice"] = {
untranslated = "Screw Press",
untranslated = "Pineapple Friend Rice",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
description = "A homely recipe made from a mix of cooked rice and fruit. Not only is it friendly, but it also happens to be pan fried.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Food",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 150,
calories = nil,
calories = 720,
carbs = nil,
carbs = 20,
protein = nil,
protein = 9,
fat = nil,
fat = 12,
vitamins = nil,
vitamins = 12,
density = nil,
density = 7.361111111111112,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 33,897: Line 33,100:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScrewPressItem",
type = "PineappleFriendRiceItem",
typeID = 0,
typeID = 0,
},
},
Screws = {
["Pineapple Seed"] = {
untranslated = "Screws",
untranslated = "Pineapple Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A pointed metal fastener used in crafting to attach pieces of material together.",
description = "Plant to grow a pineapple plant.",
tagGroups = {
tagGroups = {
"Items",
"Crop Seed",
"Products",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,943: Line 33,147:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScrewsItem",
type = "PineappleSeedItem",
typeID = 0,
typeID = 0,
},
},
["Seagrass Seed"] = {
Pirozhok = {
untranslated = "Seagrass Seed",
untranslated = "Pirozhok",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow seagrass.",
description = "A baked bun filled with tasty meat and mushrooms.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 400,
calories = 0,
calories = 850,
carbs = 0,
carbs = 14,
protein = 0,
protein = 19,
fat = 0,
fat = 10,
vitamins = 0,
vitamins = 4,
density = 0,
density = 5.529411764705882,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,989: Line 33,192:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SeagrassSeedItem",
type = "PirozhokItem",
typeID = 0,
typeID = 0,
},
},
["Seared Meat"] = {
Piston = {
untranslated = "Seared Meat",
untranslated = "Piston",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A cut of perfectly seared steak.",
description = "A moving component that transfers force. Can also function as a valve occasionally.",
tagGroups = {
tagGroups = {},
"Cooking",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 500,
calories = 600,
calories = nil,
carbs = 4,
carbs = nil,
protein = 19,
protein = nil,
fat = 17,
fat = nil,
vitamins = 7,
vitamins = nil,
density = 7.833333333333334,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,035: Line 33,235:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SearedMeatItem",
type = "PistonItem",
typeID = 0,
typeID = 0,
},
},
["Seeded Camas Roll"] = {
["Plant Fibers"] = {
untranslated = "Seeded Camas Roll",
untranslated = "Plant Fibers",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.",
description = "Harvested from a number of plants, these fibers are useful for a surprising number of things.",
tagGroups = {
tagGroups = {
"Cooking",
"Burnable Fuel",
"Food",
"Crop",
"Natural Fiber",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 25,
calories = 1400,
calories = nil,
carbs = 20,
carbs = nil,
protein = 2,
protein = nil,
fat = 13,
fat = nil,
vitamins = 16,
vitamins = nil,
density = 3.642857142857143,
density = nil,
fuel = nil,
fuel = 100,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,081: Line 33,282:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SeededCamasRollItem",
type = "PlantFibersItem",
typeID = 0,
typeID = 0,
},
},
["Sensor Based Belt Sorter"] = {
["Plant Vase"] = {
untranslated = "Sensor Based Belt Sorter",
untranslated = "Plant Vase",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
description = "A vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,105: Line 33,305:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = "Industrial",
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 34,127: Line 33,327:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SensorBasedBeltSorterItem",
type = "PlantVaseItem",
typeID = 0,
typeID = 0,
},
},
["Sensuous Sea Pizza"] = {
Plastic = {
untranslated = "Sensuous Sea Pizza",
untranslated = "Plastic",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "The chewyness is unreal.",
description = "An extremely useful synthetic material derived from petrochemicals.",
tagGroups = {
tagGroups = {},
"Baking",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 1000,
calories = 1200,
calories = nil,
carbs = 28,
carbs = nil,
protein = 11,
protein = nil,
fat = 7,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 4.166666666666666,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,173: Line 33,370:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SensuousSeaPizzaItem",
type = "PlasticItem",
typeID = 0,
typeID = 0,
},
},
Servo = {
["Plastic Buoy"] = {
untranslated = "Servo",
untranslated = "Plastic Buoy",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A rotary actuator that allows for control over angular position.",
description = "A modern plastic navigational buoy, can also be used as a moorage post.",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 1,
"Products",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,210: Line 33,404:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,219: Line 33,413:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ServoItem",
type = "PlasticBuoyItem",
typeID = 0,
typeID = 0,
},
},
["Settlement Crafting Table"] = {
["Poke Bowl"] = {
untranslated = "Settlement Crafting Table",
untranslated = "Poke Bowl",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A basic workspace for crafting all manner of settlement related objects.",
description = "A basic yet filling meal with a bite.",
tagGroups = {
tagGroups = {
"Government",
"Food",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 400,
calories = nil,
calories = 1100,
carbs = nil,
carbs = 21,
protein = nil,
protein = 10,
fat = nil,
fat = 11,
vitamins = nil,
vitamins = 7,
density = nil,
density = 4.454545454545455,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,265: Line 33,458:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SettlementCraftingTableItem",
type = "PokeBowlItem",
typeID = 0,
typeID = 0,
},
},
Shale = {
["Portable Steam Engine"] = {
untranslated = "Shale",
untranslated = "Portable Steam Engine",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.",
description = "An engine that generates mechanical power through steam.",
tagGroups = {
tagGroups = {},
"Excavatable",
maxStack = 100,
"Natural Resources",
carried = "Backpack",
"Rock",
weight = 5000,
"Stone",
},
maxStack = 20,
carried = "Hands",
weight = 6000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,313: Line 33,501:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShaleItem",
type = "PortableSteamEngineItem",
typeID = 0,
typeID = 0,
},
},
Shaper = {
["Pottery Skill Book"] = {
untranslated = "Shaper",
untranslated = "Pottery Skill Book",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Books",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
description = "Pottery Skill Book",
tagGroups = {
tagGroups = {
"Craft Tables",
"Skill Books",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,338: Line 33,525:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 34,359: Line 33,546:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShaperItem",
type = "Pottery Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Shark Fillet Soup"] = {
["Pottery Skill Scroll"] = {
untranslated = "Shark Fillet Soup",
untranslated = "Pottery Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "A texture all of its own.",
description = "Pottery Skill Scroll",
tagGroups = {
tagGroups = {
"Cooking",
"Skill Scrolls",
"Food",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 600,
weight = 10,
calories = 1400,
calories = nil,
carbs = 10,
carbs = nil,
protein = 15,
protein = nil,
fat = 11,
fat = nil,
vitamins = 4,
vitamins = nil,
density = 2.857142857142857,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,405: Line 33,591:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SharkFilletSoupItem",
type = "Pottery Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Sheep Mount"] = {
["Pottery Table"] = {
untranslated = "Sheep Mount",
untranslated = "Pottery Table",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A hunting trophy for your house.",
description = "A primitive table for shaping basic clay products.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Living Room",
},
},
maxStack = 1,
maxStack = 1,
Line 34,429: Line 33,614:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3.5",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = "Industrial",
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 34,442: Line 33,627:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,451: Line 33,636:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SheepMountItem",
type = "PotteryTableItem",
typeID = 0,
typeID = 0,
},
},
["Shelf Cabinet"] = {
["Pottery Upgrade"] = {
untranslated = "Shelf Cabinet",
untranslated = "Pottery Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "When a shelf and a cabinet aren't enough individually.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Living Room",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,475: Line 33,659:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Shelves",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 34,488: Line 33,672:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,497: Line 33,681:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShelfCabinetItem",
type = "PotteryUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Advanced Upgrade"] = {
["Power Hammer"] = {
untranslated = "Shipwright Advanced Upgrade",
untranslated = "Power Hammer",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Crafting Table",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,522: Line 33,705:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 34,534: Line 33,717:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x4x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,543: Line 33,726:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightAdvancedUpgradeItem",
type = "PowerHammerItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Basic Upgrade"] = {
["Powered Cart"] = {
untranslated = "Shipwright Basic Upgrade",
untranslated = "Powered Cart",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
description = "Large cart for hauling sizable loads.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Vehicles",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 15000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,580: Line 33,762:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x5x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,589: Line 33,771:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightBasicUpgradeItem",
type = "PoweredCartItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Hat"] = {
["Powered Storage Silo"] = {
untranslated = "Shipwright Hat",
untranslated = "Powered Storage Silo",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "A simple sailor's cap, don?t lose it or you might be walking on a plank.",
description = "A powered silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,625: Line 33,805:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x4x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,634: Line 33,814:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightHatItem",
type = "PoweredStorageSiloItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Overalls"] = {
["Prairie Dog Carcass"] = {
untranslated = "Shipwright Overalls",
untranslated = "Prairie Dog Carcass",
category = nil,
category = nil,
group = "Clothing",
group = "Natural Resources",
description = "Denim overall for extra sturdy wearability.",
description = "A dead prairie dog.",
tagGroups = {
tagGroups = {
"Clothes",
"Tiny Carcass",
"Tiny Leather Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,679: Line 33,860:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightOverallsItem",
type = "PrairieDogCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Sandals"] = {
["Prepared Meat"] = {
untranslated = "Shipwright Sandals",
untranslated = "Prepared Meat",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Comfortable sandals with extra traction to avoid slipping.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "Carefully butchered meat, ready to cook.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 400,
calories = nil,
calories = 600,
carbs = nil,
carbs = 0,
protein = nil,
protein = 4,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 0,
density = nil,
density = 1.6666666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,724: Line 33,905:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightSandalsItem",
type = "PreparedMeatItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Shirt"] = {
["Prickly Pear Fruit"] = {
untranslated = "Shipwright Shirt",
untranslated = "Prickly Pear Fruit",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A striped shirt symbolizing your affinity for traveling across the seas.",
description = "A succulent fruit coated in a rather terrifying array of spines.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
"Fruit",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 50,
calories = nil,
calories = 190,
carbs = nil,
carbs = 2,
protein = nil,
protein = 1,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 4,
density = nil,
density = 4.2105263157894735,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,769: Line 33,952:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightShirtItem",
type = "PricklyPearFruitItem",
typeID = 0,
typeID = 0,
},
},
["Shorn Wool"] = {
["Prickly Pear Seed"] = {
untranslated = "Shorn Wool",
untranslated = "Prickly Pear Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Wool that has been shorn from an animal.",
description = "Plant to grow prickly pear cacti.",
tagGroups = {
tagGroups = {
"Items",
"Crop Seed",
"Products",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,815: Line 33,999:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShornWoolItem",
type = "PricklyPearSeedItem",
typeID = 0,
typeID = 0,
},
},
Shorts = {
["Prime Cut"] = {
untranslated = "Shorts",
untranslated = "Prime Cut",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.",
description = "A perfectly marbled piece of meat.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = 600,
carbs = nil,
carbs = 0,
protein = nil,
protein = 9,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 0,
density = nil,
density = 2.166666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,860: Line 34,044:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShortsItem",
type = "PrimeCutItem",
typeID = 0,
typeID = 0,
},
},
["Simmered Meat"] = {
["Primitive Canvas Boots"] = {
untranslated = "Simmered Meat",
untranslated = "Primitive Canvas Boots",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Meat cooked in meat juices keeps the meat juicy.",
description = "A pair of crude canvas boots for your everyday use.",
tagGroups = {
tagGroups = {
"Cooking",
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 800,
weight = 100,
calories = 900,
calories = nil,
carbs = 6,
carbs = nil,
protein = 18,
protein = nil,
fat = 13,
fat = nil,
vitamins = 5,
vitamins = nil,
density = 4.666666666666667,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,906: Line 34,089:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SimmeredMeatItem",
type = "PrimitiveCanvasBootsItem",
typeID = 0,
typeID = 0,
},
},
["Simple Syrup"] = {
["Primitive Canvas Pants"] = {
untranslated = "Simple Syrup",
untranslated = "Primitive Canvas Pants",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A simple water and suger combination heated until the sugar dissolves.",
description = "Roughly stitched canvas pants.",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
"Ingredients",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
calories = 400,
calories = nil,
carbs = 12,
carbs = nil,
protein = 0,
protein = nil,
fat = 3,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 3.75,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,952: Line 34,134:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SimpleSyrupItem",
type = "PrimitiveCanvasPantsItem",
typeID = 0,
typeID = 0,
},
},
Sink = {
["Primitive Canvas Shorts"] = {
untranslated = "Sink",
untranslated = "Primitive Canvas Shorts",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "An industrial sink.",
description = "They're like the Primitive Canvas Pants, but shorter.",
tagGroups = {
tagGroups = {
"Bathroom",
"Clothes",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,976: Line 34,157:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "5",
skillValue = nil,
roomCategory = "Bathroom",
roomCategory = nil,
furnitureType = "Sink",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 34,989: Line 34,170:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,998: Line 34,179:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SinkItem",
type = "PrimitiveCanvasShortsItem",
typeID = 0,
typeID = 0,
},
},
["Skid Steer"] = {
["Primitive Fur Belt"] = {
untranslated = "Skid Steer",
untranslated = "Primitive Fur Belt",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "Small scale bucket loader. Great for flat to low slope excavation.",
description = "You should probably still wear pants.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Vehicles",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,044: Line 34,224:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SkidSteerItem",
type = "PrimitiveFurBeltItem",
typeID = 0,
typeID = 0,
},
},
Slag = {
["Primitive Leather Boots"] = {
untranslated = "Slag",
untranslated = "Primitive Leather Boots",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "A glass-like byproduct that is created when smelting ore. Crushed Slag is often used in the production of Concrete.",
description = "A pair of crude leather boots for your everyday use.",
tagGroups = {
tagGroups = {
"Blocks",
"Clothes",
"Byproducts",
"Excavatable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 6000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,091: Line 34,269:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SlagItem",
type = "PrimitiveLeatherBootsItem",
typeID = 0,
typeID = 0,
},
},
["Small Bath Mat"] = {
["Primitive Leather Pants"] = {
untranslated = "Small Bath Mat",
untranslated = "Primitive Leather Pants",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A small bath mat when a normal rug does not cover your bathroom needs.",
description = "You ever tried cutting leather with a rock?",
tagGroups = {
tagGroups = {
"Bathroom",
"Clothes",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,115: Line 34,292:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Bathroom",
roomCategory = nil,
furnitureType = "Rug",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 35,128: Line 34,305:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,137: Line 34,314:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallBathMatItem",
type = "PrimitiveLeatherPantsItem",
typeID = 0,
typeID = 0,
},
},
["Small Canoe"] = {
["Primitive Leather Shirt"] = {
untranslated = "Small Canoe",
untranslated = "Primitive Leather Shirt",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "",
description = "A Shirt made from roughly cut pieces of leather, should keep your shoulders warm.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Vehicles",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,183: Line 34,359:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCanoeItem",
type = "PrimitiveLeatherShirtItem",
typeID = 0,
typeID = 0,
},
},
["Small Cotton Bunting Red"] = {
["Primitive Leather Shorts"] = {
untranslated = "Small Cotton Bunting Red",
untranslated = "Primitive Leather Shorts",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
description = "You may have enough leather left over to make a nice hat.",
tagGroups = {
tagGroups = {
"Decoration",
"Clothes",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,207: Line 34,382:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 35,220: Line 34,395:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,229: Line 34,404:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCottonBuntingRedItem",
type = "PrimitiveLeatherShortsItem",
typeID = 0,
typeID = 0,
},
},
["Small Cotton Bunting Regal"] = {
["Printing Press"] = {
untranslated = "Small Cotton Bunting Regal",
untranslated = "Printing Press",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
description = "The world will never be the same.",
tagGroups = {
tagGroups = {
"Decoration",
"Government",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,253: Line 34,427:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = "Industrial",
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 35,266: Line 34,440:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = "2x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,275: Line 34,449:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCottonBuntingRegalItem",
type = "PrintingPressItem",
typeID = 0,
typeID = 0,
},
},
["Small Court"] = {
["Printing Supplies"] = {
untranslated = "Small Court",
untranslated = "Printing Supplies",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "Allows the creation of Law, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
description = "A package of necessary items for copying art or other more elaborate designs.",
tagGroups = {
tagGroups = {},
"Government",
maxStack = 100,
"Work Stations",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,321: Line 34,492:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCourtItem",
type = "PrintingSuppliesItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Ashlar Basalt Sign"] = {
["Pulp Filler"] = {
untranslated = "Small Hanging Ashlar Basalt Sign",
untranslated = "Pulp Filler",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A small sign for all of your smaller text needs!",
description = "Wood pulp and dirt make a great filler for other fertilizers. ",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Fertilizer",
"Signs",
"Fertilizer Filler",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,367: Line 34,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingAshlarBasaltSignItem",
type = "PulpFillerItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Ashlar Stone Sign"] = {
["Pump Jack"] = {
untranslated = "Small Hanging Ashlar Stone Sign",
untranslated = "Pump Jack",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A small sign for all of your smaller text needs!",
description = "Drill, baby! Drill!",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,392: Line 34,562:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 35,404: Line 34,574:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x2x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,413: Line 34,583:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingAshlarStoneSignItem",
type = "PumpJackItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Birch Sign"] = {
Pumpkin = {
untranslated = "Small Hanging Birch Sign",
untranslated = "Pumpkin",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "Round and large.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"Fruit",
"Raw Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 125,
calories = nil,
calories = 340,
carbs = nil,
carbs = 5,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 2,
density = nil,
density = 2.3529411764705883,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,459: Line 34,630:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingBirchSignItem",
type = "PumpkinItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Lumber Sign"] = {
["Pumpkin Seed"] = {
untranslated = "Small Hanging Lumber Sign",
untranslated = "Pumpkin Seed",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "Plant to grow a pumpkin.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crop Seed",
"Signs",
"Food",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,505: Line 34,677:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingLumberSignItem",
type = "PumpkinSeedItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Mortared Granite Sign"] = {
Pupusas = {
untranslated = "Small Hanging Mortared Granite Sign",
untranslated = "Pupusas",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "Comforting, best served hot from the griddle.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 400,
calories = nil,
calories = 900,
carbs = nil,
carbs = 6,
protein = nil,
protein = 11,
fat = nil,
fat = 9,
vitamins = nil,
vitamins = 14,
density = nil,
density = 4.444444444444445,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,551: Line 34,722:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingMortaredGraniteSignItem",
type = "PupusasItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Mortared Stone Sign"] = {
["Purple Vase"] = {
untranslated = "Small Hanging Mortared Stone Sign",
untranslated = "Purple Vase",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A small sign for all of your smaller text needs!",
description = "A vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,575: Line 34,745:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 35,597: Line 34,767:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingMortaredStoneSignItem",
type = "PurpleVaseItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Saguaro Sign"] = {
Quicklime = {
untranslated = "Small Hanging Saguaro Sign",
untranslated = "Quicklime",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A small sign for all of your smaller text needs!",
description = "A chemical compound used in steel production.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Signs",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,643: Line 34,810:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingSaguaroSignItem",
type = "QuicklimeItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Softwood Sign"] = {
Radiator = {
untranslated = "Small Hanging Softwood Sign",
untranslated = "Radiator",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A small sign for all of your smaller text needs!",
description = "A heat sink that uses liquid running through copper fins to disperse heat build-up.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Signs",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,689: Line 34,853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingSoftwoodSignItem",
type = "RadiatorItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Stone Sign"] = {
["Raw Bacon"] = {
untranslated = "Small Hanging Stone Sign",
untranslated = "Raw Bacon",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "A fatty cut of meat that happens to be inexplicably tastier than other cuts.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = 200,
carbs = nil,
carbs = 0,
protein = nil,
protein = 3,
fat = nil,
fat = 9,
vitamins = nil,
vitamins = 0,
density = nil,
density = 6.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,732: Line 34,898:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingStoneSignItem",
type = "RawBaconItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Wood Sign"] = {
["Raw Fish"] = {
untranslated = "Small Hanging Wood Sign",
untranslated = "Raw Fish",
category = nil,
category = nil,
group = "Item",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "A fatty cut of raw fish.",
tagGroups = {},
tagGroups = {
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = nil,
weight = 100,
calories = nil,
calories = 200,
carbs = nil,
carbs = 0,
protein = nil,
protein = 7,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 0,
density = nil,
density = 5.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,775: Line 34,943:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingWoodSignItem",
type = "RawFishItem",
typeID = 0,
typeID = 0,
},
},
["Small Nylon Bunting Green"] = {
["Raw Meat"] = {
untranslated = "Small Nylon Bunting Green",
untranslated = "Raw Meat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
description = "Fresh raw meat from the hunt. It should probably be cooked before being consumed.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 100,
calories = nil,
calories = 250,
carbs = nil,
carbs = 0,
protein = nil,
protein = 4,
fat = nil,
fat = 8,
vitamins = nil,
vitamins = 0,
density = nil,
density = 4.8,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 35,812: Line 34,979:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,821: Line 34,988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallNylonBuntingGreenItem",
type = "RawMeatItem",
typeID = 0,
typeID = 0,
},
},
["Small Nylon Bunting Purple"] = {
["Raw Roast"] = {
untranslated = "Small Nylon Bunting Purple",
untranslated = "Raw Roast",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
description = "A trussed roast tied and ready to be cooked.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 500,
calories = nil,
calories = 600,
carbs = nil,
carbs = 0,
protein = nil,
protein = 6,
fat = nil,
fat = 5,
vitamins = nil,
vitamins = 0,
density = nil,
density = 1.8333333333333333,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 35,858: Line 35,024:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,867: Line 35,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallNylonBuntingPurpleItem",
type = "RawRoastItem",
typeID = 0,
typeID = 0,
},
},
["Small Paper Lantern"] = {
["Raw Sausage"] = {
untranslated = "Small Paper Lantern",
untranslated = "Raw Sausage",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A small paper lantern.",
description = "Ground meat stuffed into an intestine casing.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 300,
calories = nil,
calories = 500,
carbs = nil,
carbs = 0,
protein = nil,
protein = 4,
fat = nil,
fat = 8,
vitamins = nil,
vitamins = 0,
density = nil,
density = 2.4,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 35,904: Line 35,069:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,913: Line 35,078:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallPaperLanternItem",
type = "RawSausageItem",
typeID = 0,
typeID = 0,
},
},
["Small Paper Machine"] = {
["Real Estate Desk"] = {
untranslated = "Small Paper Machine",
untranslated = "Real Estate Desk",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "Laborous way of creating sheets of paper.",
description = "A place to manage the sale and transfer of deeds and property.",
tagGroups = {
tagGroups = {},
"Craft Tables",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,938: Line 35,100:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 35,950: Line 35,112:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,959: Line 35,121:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallPaperMachineItem",
type = "RealEstateDeskItem",
typeID = 0,
typeID = 0,
},
},
["Small Shipyard"] = {
Rebar = {
untranslated = "Small Shipyard",
untranslated = "Rebar",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A crude workspace for constructing smaller vehicles designed for use in a maritime environment.",
description = "Ribbed steel bars for reinforcing stuctures.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 100,
"Work Stations",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,984: Line 35,143:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 36,005: Line 35,164:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallShipyardItem",
type = "RebarItem",
typeID = 0,
typeID = 0,
},
},
["Small Sink"] = {
["Recurve Bow"] = {
untranslated = "Small Sink",
untranslated = "Recurve Bow",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A small household sink.",
description = "A recurve bow that shoots faster and more powerful than a traditional wooden bow. Requires arrows to fire.",
tagGroups = {
tagGroups = {
"Bathroom",
"Tool",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,029: Line 35,187:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Bathroom",
roomCategory = nil,
furnitureType = "Sink",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,042: Line 35,200:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,051: Line 35,209:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallSinkItem",
type = "RecurveBowItem",
typeID = 0,
typeID = 0,
ToolVariant = "Bow",
ToolDurability = 1000.0,
ToolDamage = 1.2,
ToolDamageTalent = "HuntingPowerShotTalent",
ToolRepairType = "Linen",
},
},
["Small Standing Ashlar Basalt Sign"] = {
["Red Vase"] = {
untranslated = "Small Standing Ashlar Basalt Sign",
untranslated = "Red Vase",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A small sign for all of your smaller text needs!",
description = "A vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,075: Line 35,237:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 36,097: Line 35,259:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingAshlarBasaltSignItem",
type = "RedVaseItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Ashlar Stone Sign"] = {
["Redwood Log"] = {
untranslated = "Small Standing Ashlar Stone Sign",
untranslated = "Redwood Log",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "A small sign for all of your smaller text needs!",
description = "Redwood log is a type of softwood that can be easily identified by its distinct red bark.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Burnable Fuel",
"Signs",
"Softwood",
"Wood",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,118: Line 35,281:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 36,143: Line 35,306:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingAshlarStoneSignItem",
type = "RedwoodLogItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Birch Sign"] = {
["Redwood Seed"] = {
untranslated = "Small Standing Birch Sign",
untranslated = "Redwood Seed",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "Plant to grow a redwood tree.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 36,189: Line 35,352:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingBirchSignItem",
type = "RedwoodSeedItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Lumber Sign"] = {
Refrigerator = {
untranslated = "Small Standing Lumber Sign",
untranslated = "Refrigerator",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A small sign for all of your smaller text needs!",
description = "An icebox from the future with significantly better cooling properties.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,213: Line 35,375:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "5",
roomCategory = nil,
roomCategory = "Kitchen",
furnitureType = nil,
furnitureType = "Food Storage",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 36,226: Line 35,388:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,235: Line 35,397:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingLumberSignItem",
type = "RefrigeratorItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Mortared Granite Sign"] = {
Registrar = {
untranslated = "Small Standing Mortared Granite Sign",
untranslated = "Registrar",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A small sign for all of your smaller text needs!",
description = "Allows the setting management of titles.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Signs",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,272: Line 35,431:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,281: Line 35,440:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingMortaredGraniteSignItem",
type = "RegistrarItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Mortared Stone Sign"] = {
["Reinforced Concrete"] = {
untranslated = "Small Standing Mortared Stone Sign",
untranslated = "Reinforced Concrete",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A small sign for all of your smaller text needs!",
description = "A sturdy construction material poured around a latice of rebar.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Concrete",
"Signs",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,309: Line 35,468:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,327: Line 35,486:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingMortaredStoneSignItem",
type = "ReinforcedConcreteItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Saguaro Sign"] = {
["Research Table"] = {
untranslated = "Small Standing Saguaro Sign",
untranslated = "Research Table",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A small sign for all of your smaller text needs!",
description = "A basic table for researching new technologies and skills.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Signs",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,364: Line 35,520:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,373: Line 35,529:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingSaguaroSignItem",
type = "ResearchTableItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Softwood Sign"] = {
Rice = {
untranslated = "Small Standing Softwood Sign",
untranslated = "Rice",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "Plant to grow rice.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crop",
"Signs",
"Crop Seed",
"Food",
"Grain",
"Raw Food",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = 150,
carbs = nil,
carbs = 7,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 36,419: Line 35,579:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingSoftwoodSignItem",
type = "RiceItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Stone Sign"] = {
["Rice Flour"] = {
untranslated = "Small Standing Stone Sign",
untranslated = "Rice Flour",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "Rice grounded into flour is as equally versatile as its golden cousin.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 200,
calories = nil,
calories = 50,
carbs = nil,
carbs = 15,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 30.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 36,462: Line 35,624:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingStoneSignItem",
type = "RiceFlourItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Wood Sign"] = {
["Rice Noodles"] = {
untranslated = "Small Standing Wood Sign",
untranslated = "Rice Noodles",
category = nil,
category = nil,
group = "Item",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "Noodles made from delicious milled white grains.",
tagGroups = {},
tagGroups = {
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = nil,
weight = 200,
calories = nil,
calories = 200,
carbs = nil,
carbs = 10,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 5.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 36,505: Line 35,669:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingWoodSignItem",
type = "RiceNoodlesItem",
typeID = 0,
typeID = 0,
},
},
["Small Stockpile"] = {
Rivet = {
untranslated = "Small Stockpile",
untranslated = "Rivet",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Designates a 3x3x3 area as storage for large items.",
description = "An iron bolt used to hold together inventions.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Storage",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,551: Line 35,712:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStockpileItem",
type = "RivetItem",
typeID = 0,
typeID = 0,
},
},
["Small Wood Cart"] = {
["Roast Pumpkin"] = {
untranslated = "Small Wood Cart",
untranslated = "Roast Pumpkin",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "Small wood cart for hauling minimal loads.",
description = "Sweet but a suprising source of vitamins.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Vehicles",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 900,
calories = nil,
calories = 1400,
carbs = nil,
carbs = 23,
protein = nil,
protein = 2,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 7,
density = nil,
density = 2.4285714285714284,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 36,597: Line 35,757:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallWoodCartItem",
type = "RoastPumpkinItem",
typeID = 0,
typeID = 0,
},
},
["Small Wooden Boat"] = {
["Robotic Assembly Line"] = {
untranslated = "Small Wooden Boat",
untranslated = "Robotic Assembly Line",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A personal transport vessel capable of holding a suprising amount of goods.",
description = "A complex set of machinery for creating equally complex things.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Vehicles",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 10000,
Line 36,622: Line 35,781:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 36,634: Line 35,793:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x4x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,643: Line 35,802:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallWoodenBoatItem",
type = "RoboticAssemblyLineItem",
typeID = 0,
typeID = 0,
},
},
["Small Wooden Ship Frame"] = {
["Rocker Box"] = {
untranslated = "Small Wooden Ship Frame",
untranslated = "Rocker Box",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "The basis for any wooden personal vessel.",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
tagGroups = {
tagGroups = {
"Items",
"Crafting Table",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,668: Line 35,826:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 36,680: Line 35,838:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,689: Line 35,847:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallWoodenShipFrameItem",
type = "RockerBoxItem",
typeID = 0,
typeID = 0,
},
},
["Smelting Upgrade"] = {
["Rolling Mill"] = {
untranslated = "Smelting Upgrade",
untranslated = "Rolling Mill",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.",
description = "For rolling steel into more buildable materials.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Crafting Table",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,714: Line 35,871:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 36,726: Line 35,883:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,735: Line 35,892:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmeltingUpgradeItem",
type = "RollingMillItem",
typeID = 0,
typeID = 0,
},
},
["Smith Apron"] = {
["Root Campfire Salad"] = {
untranslated = "Smith Apron",
untranslated = "Root Campfire Salad",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A thick leather apron that provides protection from the ocassional chunk of flying metal when hammering on an anvil.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Clothes",
"Campfire Salad",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 200,
calories = nil,
calories = 950,
carbs = nil,
carbs = 8,
protein = nil,
protein = 5,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 11,
density = nil,
density = 2.9473684210526314,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 36,780: Line 35,938:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithApronItem",
type = "RootCampfireSaladItem",
typeID = 0,
typeID = 0,
},
},
["Smith Bandana"] = {
["Root Campfire Stew"] = {
untranslated = "Smith Bandana",
untranslated = "Root Campfire Stew",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A cotton bandana that is great for keeping the hair out of your face and acts as a sweat band.",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = 1100,
carbs = nil,
carbs = 8,
protein = nil,
protein = 5,
fat = nil,
fat = 12,
vitamins = nil,
vitamins = 5,
density = nil,
density = 2.727272727272727,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 36,825: Line 35,983:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithBandanaItem",
type = "RootCampfireStewItem",
typeID = 0,
typeID = 0,
},
},
["Smith Boots"] = {
["Round Pot"] = {
untranslated = "Smith Boots",
untranslated = "Round Pot",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Heavy duty steel-toed boots.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "Sometimes you just want to bring a little bit of nature into your house.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,848: Line 36,006:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 36,870: Line 36,028:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithBootsItem",
type = "PlanterPotRoundItem",
typeID = 0,
typeID = 0,
},
},
["Smith Gloves"] = {
["Rubber Wheel"] = {
untranslated = "Smith Gloves",
untranslated = "Rubber Wheel",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A reinforced wrist guard paired with a lone work glove.",
description = "Rubber wheels provide much better traction and allow the construction of more modern vehicles.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,915: Line 36,071:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithGlovesItem",
type = "RubberWheelItem",
typeID = 0,
typeID = 0,
},
},
["Smith Pants"] = {
["Rug Large"] = {
untranslated = "Smith Pants",
untranslated = "Rug Large",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Denim pants with knee patches.",
description = "A large area rug to cover that weird stain.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,938: Line 36,094:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 36,951: Line 36,107:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,960: Line 36,116:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithPantsItem",
type = "RugLargeItem",
typeID = 0,
typeID = 0,
},
},
["Smith Shirt"] = {
["Rug Medium"] = {
untranslated = "Smith Shirt",
untranslated = "Rug Medium",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "A simple cotton shirt helps reduce the strain of heat exposure.",
description = "A medium rug for medium uses.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,983: Line 36,139:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 36,996: Line 36,152:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,005: Line 36,161:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithShirtItem",
type = "RugMediumItem",
typeID = 0,
typeID = 0,
},
},
["Smooth Gut Noodle Roll"] = {
["Rug Small"] = {
untranslated = "Smooth Gut Noodle Roll",
untranslated = "Rug Small",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "These noodle rolls look VERY smooth.",
description = "A small rug for when you just didn't have enough materials to make a bigger one.",
tagGroups = {
tagGroups = {
"Cooking",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 250,
calories = 1200,
calories = nil,
carbs = 19,
carbs = nil,
protein = 15,
protein = nil,
fat = 9,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 3.6666666666666665,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 37,042: Line 36,197:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,051: Line 36,206:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmoothGutNoodleRollItem",
type = "RugSmallItem",
typeID = 0,
typeID = 0,
},
},
["Snapping Turtle Carcass"] = {
["Running Shoes"] = {
untranslated = "Snapping Turtle Carcass",
untranslated = "Running Shoes",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "A dead snapping turtle.",
description = "Light weight shoes designed to make you run faster.\\n\\n(Increases movement speed)",
tagGroups = {
tagGroups = {
"Animal",
"Clothes",
"Natural Resources",
"Tiny Carcass",
"Tiny Leather Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,099: Line 36,251:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SnappingTurtleCarcassItem",
type = "RunningShoesItem",
typeID = 0,
typeID = 0,
},
},
["Softwood Board"] = {
["Saguaro Rib"] = {
untranslated = "Softwood Board",
untranslated = "Saguaro Rib",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "A higher quality softwood board used for long lasting furniture.",
description = "Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Burnable Fuel",
"Items",
"Wood",
"Products",
"Wood Board",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,122: Line 36,272:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 2000,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 37,147: Line 36,297:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodBoardItem",
type = "SaguaroRibItem",
typeID = 0,
typeID = 0,
},
},
["Softwood Hewn Log"] = {
["Saguaro Seed"] = {
untranslated = "Softwood Hewn Log",
untranslated = "Saguaro Seed",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
description = "Plant to grow a saguaro cactus.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Building Materials",
"Seeds",
"Burnable Fuel",
"Constructable",
"Hewn Log",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 37,178: Line 36,325:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,196: Line 36,343:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodHewnLogItem",
type = "SaguaroSeedItem",
typeID = 0,
typeID = 0,
},
},
["Softwood Lumber"] = {
Salmon = {
untranslated = "Softwood Lumber",
untranslated = "Salmon",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "Can be fashioned into various usable equipment.",
description = "A salmon.",
tagGroups = {
tagGroups = {
"Blocks",
"Fish",
"Building Materials",
"Medium Fish",
"Burnable Fuel",
"Constructable",
"Lumber",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,220: Line 36,364:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 37,227: Line 36,371:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,245: Line 36,389:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberItem",
type = "SalmonItem",
typeID = 0,
typeID = 0,
},
},
["Softwood Lumber Bench"] = {
["Salt Basket"] = {
untranslated = "Softwood Lumber Bench",
untranslated = "Salt Basket",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A lumber bench for when you need extra seating space than a traditional chair.",
description = "A basket of salt.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
},
},
maxStack = 1,
maxStack = 1,
Line 37,270: Line 36,413:
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = "1.5",
roomCategory = "Seating",
roomCategory = "Kitchen",
furnitureType = "Chair",
furnitureType = "Spices",
repeatsDepreciation = "0.5",
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 37,282: Line 36,425:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,291: Line 36,434:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberBenchItem",
type = "SaltBasketItem",
typeID = 0,
typeID = 0,
},
},
["Softwood Lumber Chair"] = {
Sandals = {
untranslated = "Softwood Lumber Chair",
untranslated = "Sandals",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
description = "Basic footwear that helps reduce the strain of walking longer distances.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Seating",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,315: Line 36,457:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 37,328: Line 36,470:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,337: Line 36,479:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberChairItem",
type = "SandalsItem",
typeID = 0,
typeID = 0,
},
},
["Softwood Lumber Door"] = {
Sandstone = {
untranslated = "Softwood Lumber Door",
untranslated = "Sandstone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A door made from finely cut lumber.",
description = "A rock of varying hardness, useful for construction and as a host for iron ore. Sandstone is a sedimentary rock that forms when sand is buried deeply enough to lithify. Sometimes the shapes of dunes and ripples from an ancient desert or beach are preserved!",
tagGroups = {
tagGroups = {
"Doors",
"Excavatable",
"Housing Objects",
"Rock",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 6000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,365: Line 36,507:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,383: Line 36,525:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberDoorItem",
type = "SandstoneItem",
typeID = 0,
typeID = 0,
},
},
["Softwood Lumber Dresser"] = {
Sawmill = {
untranslated = "Softwood Lumber Dresser",
untranslated = "Sawmill",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
description = "Used to saw wood into lumber.",
tagGroups = {
tagGroups = {
"Bedroom",
"Crafting Table",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,407: Line 36,548:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = "Industrial",
furnitureType = "Dresser",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 37,420: Line 36,561:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "7x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,429: Line 36,570:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberDresserItem",
type = "SawmillItem",
typeID = 0,
typeID = 0,
},
},
["Softwood Lumber Table"] = {
["Saxifrage Seed"] = {
untranslated = "Softwood Lumber Table",
untranslated = "Saxifrage Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A large lumber table for eating meals or getting some work done.",
description = "Plant to grow saxifrage.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Seating",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Seating",
roomCategory = nil,
furnitureType = "Table",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 37,466: Line 36,607:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,475: Line 36,616:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberTableItem",
type = "SaxifrageSeedItem",
typeID = 0,
typeID = 0,
},
},
["Soil Sampler"] = {
["Scrap Meat"] = {
untranslated = "Soil Sampler",
untranslated = "Scrap Meat",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Checking the moisture levels, temperature, and nutrients of soil is important for farming.",
description = "Chunks of extra meat.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Tools",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 75,
calories = nil,
calories = 50,
carbs = nil,
carbs = 0,
protein = nil,
protein = 5,
fat = nil,
fat = 5,
vitamins = nil,
vitamins = 0,
density = nil,
density = 20.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 37,521: Line 36,661:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoilSamplerItem",
type = "ScrapMeatItem",
typeID = 0,
typeID = 0,
},
},
["Solar Generator"] = {
["Screening Machine"] = {
untranslated = "Solar Generator",
untranslated = "Screening Machine",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "Generates electrical power from the sun! Requires a clear view of the sky above the generator for full output. Internal batteries ensure generation during nighttime.",
description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Power Generation",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,558: Line 36,697:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,567: Line 36,706:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SolarGeneratorItem",
type = "ScreeningMachineItem",
typeID = 0,
typeID = 0,
},
},
["Spiky Roll"] = {
["Screw Press"] = {
untranslated = "Spiky Roll",
untranslated = "Screw Press",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Spikes are definitely removed before serving.",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {
tagGroups = {
"Cooking",
"Crafting Table",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 5000,
calories = 1300,
calories = nil,
carbs = 20,
carbs = nil,
protein = 17,
protein = nil,
fat = 7,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 3.5384615384615383,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 37,604: Line 36,742:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,613: Line 36,751:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpikyRollItem",
type = "ScrewPressItem",
typeID = 0,
typeID = 0,
},
},
["Spin Melter"] = {
Screws = {
untranslated = "Spin Melter",
untranslated = "Screws",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A device with a rotating drum that is used to shape molten synthetic materials into thin ribbons.",
description = "A pointed metal fastener used in crafting to attach pieces of material together.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 100,
"Work Stations",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,638: Line 36,773:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 37,659: Line 36,794:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpinMelterItem",
type = "ScrewsItem",
typeID = 0,
typeID = 0,
},
},
["Spoiled Food"] = {
["Seagrass Seed"] = {
untranslated = "Spoiled Food",
untranslated = "Seagrass Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Food that has spoiled beyond the point of being suitable for human consumption. It can still be used for compost.",
description = "Plant to grow seagrass.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 20,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 37,705: Line 36,840:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpoiledFoodItem",
type = "SeagrassSeedItem",
typeID = 0,
typeID = 0,
},
},
["Spruce Log"] = {
["Seared Meat"] = {
untranslated = "Spruce Log",
untranslated = "Seared Meat",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "Spruce log is a type of softwood, sometimes referred to as whitewood.",
description = "A cut of perfectly seared steak.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Food",
"Logs",
"Natural Resources",
"Softwood",
"Wood",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 500,
calories = nil,
calories = 600,
carbs = nil,
carbs = 4,
protein = nil,
protein = 19,
fat = nil,
fat = 17,
vitamins = nil,
vitamins = 7,
density = nil,
density = 7.833333333333334,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 37,754: Line 36,885:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpruceLogItem",
type = "SearedMeatItem",
typeID = 0,
typeID = 0,
},
},
["Spruce Seed"] = {
["Seeded Camas Roll"] = {
untranslated = "Spruce Seed",
untranslated = "Seeded Camas Roll",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a spruce tree.",
description = "Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 300,
calories = 0,
calories = 1400,
carbs = 0,
carbs = 20,
protein = 0,
protein = 2,
fat = 0,
fat = 13,
vitamins = 0,
vitamins = 16,
density = 0,
density = 3.642857142857143,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 37,800: Line 36,930:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpruceSeedItem",
type = "SeededCamasRollItem",
typeID = 0,
typeID = 0,
},
},
["Square Belt"] = {
["Sensor Based Belt Sorter"] = {
untranslated = "Square Belt",
untranslated = "Sensor Based Belt Sorter",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "Belt with a square buckle.",
description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
tagGroups = {
tagGroups = {
"Clothes",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,824: Line 36,954:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 37,836: Line 36,966:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,845: Line 36,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SquareBeltItem",
type = "SensorBasedBeltSorterItem",
typeID = 0,
typeID = 0,
},
},
["Square Pot"] = {
["Sensuous Sea Pizza"] = {
untranslated = "Square Pot",
untranslated = "Sensuous Sea Pizza",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "Sometimes you just want to bring a little bit of nature into your house.",
description = "The chewyness is unreal.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 300,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 28,
protein = nil,
protein = 11,
fat = nil,
fat = 7,
vitamins = nil,
vitamins = 4,
density = nil,
density = 4.166666666666666,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 37,882: Line 37,011:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,891: Line 37,020:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlanterPotSquareItem",
type = "SensuousSeaPizzaItem",
typeID = 0,
typeID = 0,
},
},
["Stamp Mill"] = {
Servo = {
untranslated = "Stamp Mill",
untranslated = "Servo",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A crushing machine that uses iron stamps to pound rocks into small pieces.",
description = "A rotary actuator that allows for control over angular position.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 100,
"Work Stations",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,916: Line 37,042:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 37,937: Line 37,063:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StampMillItem",
type = "ServoItem",
typeID = 0,
typeID = 0,
},
},
["Standing Glass Sign"] = {
["Settlement Crafting Table"] = {
untranslated = "Standing Glass Sign",
untranslated = "Settlement Crafting Table",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A large sign framed with a glass plate.",
description = "A basic workspace for crafting all manner of settlement related objects.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Government",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,974: Line 37,099:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,983: Line 37,108:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StandingGlassSignItem",
type = "SettlementCraftingTableItem",
typeID = 0,
typeID = 0,
},
},
["Standing Long Steel Sign"] = {
Shale = {
untranslated = "Standing Long Steel Sign",
untranslated = "Shale",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "A long steel plate with a wooden base.",
description = "A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Excavatable",
"Signs",
"Rock",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 6000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,029: Line 37,154:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StandingLongSteelSignItem",
type = "ShaleItem",
typeID = 0,
typeID = 0,
},
},
["Standing Steel Brick Sign"] = {
Shaper = {
untranslated = "Standing Steel Brick Sign",
untranslated = "Shaper",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A solid steel plate supported by a brick base.",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,054: Line 37,178:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 38,066: Line 37,190:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,075: Line 37,199:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StandingSteelBrickSignItem",
type = "ShaperItem",
typeID = 0,
typeID = 0,
},
},
["Steam Engine"] = {
["Shark Fillet Soup"] = {
untranslated = "Steam Engine",
untranslated = "Shark Fillet Soup",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A large steam engine for generating power.",
description = "A texture all of its own.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Power Generation",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 600,
calories = nil,
calories = 1400,
carbs = nil,
carbs = 10,
protein = nil,
protein = 15,
fat = nil,
fat = 11,
vitamins = nil,
vitamins = 4,
density = nil,
density = 2.857142857142857,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 38,121: Line 37,244:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamEngineItem",
type = "SharkFilletSoupItem",
typeID = 0,
typeID = 0,
},
},
["Steam Tractor"] = {
["Sheep Mount"] = {
untranslated = "Steam Tractor",
untranslated = "Sheep Mount",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A tractor powered through steam.",
description = "A hunting trophy for your house.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Vehicles",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,145: Line 37,267:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 38,158: Line 37,280:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,167: Line 37,289:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTractorItem",
type = "SheepMountItem",
typeID = 0,
typeID = 0,
},
},
["Steam Tractor Harvester"] = {
["Shelf Cabinet"] = {
untranslated = "Steam Tractor Harvester",
untranslated = "Shelf Cabinet",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "An attachment for the steam tractor that allows for quick harvesting of plants.",
description = "When a shelf and a cabinet aren't enough individually.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Tool",
"Tools",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,192: Line 37,312:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Shelves",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 38,205: Line 37,325:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,214: Line 37,334:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTractorHarvesterItem",
type = "ShelfCabinetItem",
typeID = 0,
typeID = 0,
},
},
["Steam Tractor Plow"] = {
["Shipwright Advanced Upgrade"] = {
untranslated = "Steam Tractor Plow",
untranslated = "Shipwright Advanced Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "An attachment for the steam tractor that allows for quick plowing.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
tagGroups = {
tagGroups = {
"Items",
"Upgrade",
"Tool",
"Tools",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,261: Line 37,379:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTractorPlowItem",
type = "ShipwrightAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Steam Tractor Sower"] = {
["Shipwright Basic Upgrade"] = {
untranslated = "Steam Tractor Sower",
untranslated = "Shipwright Basic Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "An attachment for the steam tractor that allows for quick planting of seeds.",
description = "Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
tagGroups = {
tagGroups = {
"Items",
"Upgrade",
"Tool",
"Tools",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,308: Line 37,424:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTractorSowerItem",
type = "ShipwrightBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Steam Truck"] = {
["Shipwright Hat"] = {
untranslated = "Steam Truck",
untranslated = "Shipwright Hat",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "A truck that runs on steam.",
description = "A simple sailor's cap, don?t lose it or you might be walking on a plank.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Vehicles",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,354: Line 37,469:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTruckItem",
type = "ShipwrightHatItem",
typeID = 0,
typeID = 0,
},
},
["Steel Abstract Fixture"] = {
["Shipwright Overalls"] = {
untranslated = "Steel Abstract Fixture",
untranslated = "Shipwright Overalls",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A more modern way to light up a room.",
description = "Denim overall for extra sturdy wearability.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Lighting",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,378: Line 37,492:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 38,391: Line 37,505:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,400: Line 37,514:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelAbstractFixtureItem",
type = "ShipwrightOverallsItem",
typeID = 0,
typeID = 0,
},
},
["Steel Axle"] = {
["Shipwright Sandals"] = {
untranslated = "Steel Axle",
untranslated = "Shipwright Sandals",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A rotating steel rod that can be fixed to wheels for use in vehicles.",
description = "Comfortable sandals with extra traction to avoid slipping.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Items",
"Clothes",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,446: Line 37,559:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelAxleItem",
type = "ShipwrightSandalsItem",
typeID = 0,
typeID = 0,
},
},
["Steel Bar"] = {
["Shipwright Shirt"] = {
untranslated = "Steel Bar",
untranslated = "Shipwright Shirt",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "Refined bar of steel.",
description = "A striped shirt symbolizing your affinity for traveling across the seas.",
tagGroups = {
tagGroups = {
"Blocks",
"Clothes",
"Metal",
"Metals",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 20000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,493: Line 37,604:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelBarItem",
type = "ShipwrightShirtItem",
typeID = 0,
typeID = 0,
},
},
["Steel Buoy"] = {
["Shipwright Skill Book"] = {
untranslated = "Steel Buoy",
untranslated = "Shipwright Skill Book",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Skill Books",
description = "A steel navigational buoy, can also be used as a moorage post.",
description = "Shipwright Skill Book",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Skill Books",
"Specialty",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,539: Line 37,649:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelBuoyItem",
type = "Shipwright Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Steel Ceiling Light"] = {
["Shipwright Skill Scroll"] = {
untranslated = "Steel Ceiling Light",
untranslated = "Shipwright Skill Scroll",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Scrolls",
description = "A more modern way to light up a room.",
description = "Shipwright Skill Scroll",
tagGroups = {
tagGroups = {
"Housing Objects",
"Skill Scrolls",
"Lighting",
},
},
maxStack = 1,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,563: Line 37,672:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 38,576: Line 37,685:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,585: Line 37,694:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelCeilingLightItem",
type = "Shipwright Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Steel Floor Lamp"] = {
["Shorn Wool"] = {
untranslated = "Steel Floor Lamp",
untranslated = "Shorn Wool",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A more modern way to light up a room. This time from the floor.",
description = "Wool that has been shorn from an animal.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Lighting",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,609: Line 37,715:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 38,622: Line 37,728:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "3",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,631: Line 37,737:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelFloorLampItem",
type = "ShornWoolItem",
typeID = 0,
typeID = 0,
},
},
["Steel Gear"] = {
Shorts = {
untranslated = "Steel Gear",
untranslated = "Shorts",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A toothed machine part that interlocks with others.",
description = "Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.",
tagGroups = {
tagGroups = {
"Gear",
"Clothes",
"Items",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,678: Line 37,782:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelGearItem",
type = "ShortsItem",
typeID = 0,
typeID = 0,
},
},
["Steel Gearbox"] = {
["Simmered Meat"] = {
untranslated = "Steel Gearbox",
untranslated = "Simmered Meat",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Provides speed and torque conversions from a rotating power source to another device.",
description = "Meat cooked in meat juices keeps the meat juicy.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 800,
calories = nil,
calories = 900,
carbs = nil,
carbs = 6,
protein = nil,
protein = 18,
fat = nil,
fat = 13,
vitamins = nil,
vitamins = 5,
density = nil,
density = 4.666666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 38,724: Line 37,827:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelGearboxItem",
type = "SimmeredMeatItem",
typeID = 0,
typeID = 0,
},
},
["Steel Hanging Fixture"] = {
["Simple Syrup"] = {
untranslated = "Steel Hanging Fixture",
untranslated = "Simple Syrup",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A more modern way to light up a room.",
description = "A simple water and suger combination heated until the sugar dissolves.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 200,
calories = nil,
calories = 400,
carbs = nil,
carbs = 12,
protein = nil,
protein = 0,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.75,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 38,761: Line 37,863:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,770: Line 37,872:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelHangingFixtureItem",
type = "SimpleSyrupItem",
typeID = 0,
typeID = 0,
},
},
["Steel Hanging Lamp"] = {
Sink = {
untranslated = "Steel Hanging Lamp",
untranslated = "Sink",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A more modern way to light up a room.",
description = "An industrial sink.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,794: Line 37,895:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "5",
roomCategory = "Lighting",
roomCategory = "Bathroom",
furnitureType = "Lights",
furnitureType = "Sink",
repeatsDepreciation = "0.7",
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 38,807: Line 37,908:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,816: Line 37,917:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelHangingLampItem",
type = "SinkItem",
typeID = 0,
typeID = 0,
},
},
["Steel Kitchen Lamp"] = {
["Skid Steer"] = {
untranslated = "Steel Kitchen Lamp",
untranslated = "Skid Steer",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A more modern way to light up a room.",
description = "Small scale bucket loader. Great for flat to low slope excavation.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Vehicles",
"Lighting",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,840: Line 37,940:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.8",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 38,853: Line 37,953:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "2x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,862: Line 37,962:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelKitchenLampItem",
type = "SkidSteerItem",
typeID = 0,
typeID = 0,
},
},
["Steel Moorage Post"] = {
Slag = {
untranslated = "Steel Moorage Post",
untranslated = "Slag",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "An iron moorage post that makes sure that even the largest of vessels stay still.",
description = "A glass-like byproduct that is created when smelting ore. Crushed Slag is often used in the production of Concrete.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Excavatable",
"Specialty",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 5000,
weight = 6000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,908: Line 38,007:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelMooragePostItem",
type = "SlagItem",
typeID = 0,
typeID = 0,
},
},
["Steel Pipe"] = {
["Small Bath Mat"] = {
untranslated = "Steel Pipe",
untranslated = "Small Bath Mat",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A pipe for transporting liquids.",
description = "A small bath mat when a normal rug does not cover your bathroom needs.",
tagGroups = {
tagGroups = {
"Blocks",
"Housing",
"Pipes",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 2000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,932: Line 38,030:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,945: Line 38,043:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,954: Line 38,052:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelPipeItem",
type = "SmallBathMatItem",
typeID = 0,
typeID = 0,
},
},
["Steel Plate"] = {
["Small Canoe"] = {
untranslated = "Steel Plate",
untranslated = "Small Canoe",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A sturdy steel plate for use in various crafting recipes.",
description = "",
tagGroups = {
tagGroups = {
"Items",
"Vehicles",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,991: Line 38,088:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x4x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,000: Line 38,097:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelPlateItem",
type = "SmallCanoeItem",
typeID = 0,
typeID = 0,
},
},
["Steel Saw Blade"] = {
["Small Cotton Bunting Red"] = {
untranslated = "Steel Saw Blade",
untranslated = "Small Cotton Bunting Red",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A disc shaped steel saw that can be attached to rotary machines to shape wood and masonry products.",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,024: Line 38,120:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,046: Line 38,142:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelSawBladeItem",
type = "SmallCottonBuntingRedItem",
typeID = 0,
typeID = 0,
},
},
["Steel Searchlight"] = {
["Small Cotton Bunting Regal"] = {
untranslated = "Steel Searchlight",
untranslated = "Small Cotton Bunting Regal",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "When your goal is to really light up the heaven!",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,070: Line 38,165:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "0.5",
roomCategory = "Lighting",
roomCategory = "Decoration",
furnitureType = "Lights",
furnitureType = "Decoration",
repeatsDepreciation = "0.5",
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,083: Line 38,178:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,092: Line 38,187:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelSearchlightItem",
type = "SmallCottonBuntingRegalItem",
typeID = 0,
typeID = 0,
},
},
["Steel Square Fixture"] = {
["Small Court"] = {
untranslated = "Steel Square Fixture",
untranslated = "Small Court",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A more modern way to light up a room.",
description = "Allows the creation of Law, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Government",
"Lighting",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,116: Line 38,210:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,129: Line 38,223:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = "3x6x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,138: Line 38,232:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelSquareFixtureItem",
type = "SmallCourtItem",
typeID = 0,
typeID = 0,
},
},
["Steel Table Lamp"] = {
["Small Hanging Ashlar Basalt Sign"] = {
untranslated = "Steel Table Lamp",
untranslated = "Small Hanging Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "For late night studying. Or working. Or anything, really.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Housing Objects",
"Lighting",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,162: Line 38,253:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,175: Line 38,266:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,184: Line 38,275:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelTableLampItem",
type = "SmallHangingAshlarBasaltSignItem",
typeID = 0,
typeID = 0,
},
},
["Stenographers Table"] = {
["Small Hanging Ashlar Stone Sign"] = {
untranslated = "Stenographers Table",
untranslated = "Small Hanging Ashlar Stone Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Documenting a court case is of vital importance and a dedicated unique typewriter is required for this purpose and of course its own table to place it on.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Government",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,221: Line 38,309:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,230: Line 38,318:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StenographersTableItem",
type = "SmallHangingAshlarStoneSignItem",
typeID = 0,
typeID = 0,
},
},
Stockpile = {
["Small Hanging Birch Sign"] = {
untranslated = "Stockpile",
untranslated = "Small Hanging Birch Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "Designates a 5x5x5 area as storage for large items.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Storage",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 39,267: Line 38,352:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,276: Line 38,361:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StockpileItem",
type = "SmallHangingBirchSignItem",
typeID = 0,
typeID = 0,
},
},
Stone = {
["Small Hanging Lumber Sign"] = {
untranslated = "Stone",
untranslated = "Small Hanging Lumber Sign",
category = nil,
category = nil,
group = "Block",
group = "Crafted Objects",
description = "A pile of stones.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Rock",
maxStack = 1,
},
carried = "Backpack",
maxStack = 20,
weight = 1000,
carried = "Hands",
weight = 7000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,312: Line 38,395:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,321: Line 38,404:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoneItem",
type = "SmallHangingLumberSignItem",
typeID = 0,
typeID = 0,
},
},
["Stone Brazier"] = {
["Small Hanging Mortared Granite Sign"] = {
untranslated = "Stone Brazier",
untranslated = "Small Hanging Mortared Granite Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A stone stand which can hold burning fuel to provide light.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Housing Objects",
"Lighting",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 39,345: Line 38,425:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,358: Line 38,438:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,367: Line 38,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoneBrazierItem",
type = "SmallHangingMortaredGraniteSignItem",
typeID = 0,
typeID = 0,
},
},
["Stone Road"] = {
["Small Hanging Mortared Stone Sign"] = {
untranslated = "Stone Road",
untranslated = "Small Hanging Mortared Stone Sign",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "A rocky surface formed from smoothed rubble. It's fairly durable and efficient for any wheeled vehicle.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 1,
"Constructable",
carried = "Backpack",
"Road",
weight = 1000,
"Road Type",
"Roads",
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,407: Line 38,481:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,416: Line 38,490:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoneRoadItem",
type = "SmallHangingMortaredStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Stop Sign"] = {
["Small Hanging Saguaro Sign"] = {
untranslated = "Stop Sign",
untranslated = "Small Hanging Saguaro Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A traffic sign used to notify drivers to come to a complete stop and make sure the interesection is clear before proceeding.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Community",
"Crafted Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 39,453: Line 38,524:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,462: Line 38,533:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StopSignItem",
type = "SmallHangingSaguaroSignItem",
typeID = 0,
typeID = 0,
},
},
["Storage Chest"] = {
["Small Hanging Softwood Sign"] = {
untranslated = "Storage Chest",
untranslated = "Small Hanging Softwood Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A container you can store items in.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Storage",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 39,499: Line 38,567:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,508: Line 38,576:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StorageChestItem",
type = "SmallHangingSoftwoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Storage Silo"] = {
["Small Hanging Stone Sign"] = {
untranslated = "Storage Silo",
untranslated = "Small Hanging Stone Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "World Object",
description = "A wooden silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Storage",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,545: Line 38,610:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,554: Line 38,619:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StorageSiloItem",
type = "SmallHangingStoneSignItem",
typeID = 0,
typeID = 0,
},
},
Store = {
["Small Hanging Wood Sign"] = {
untranslated = "Store",
untranslated = "Small Hanging Wood Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Item",
description = "Allows the selling and trading of items.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Economic",
maxStack = 100,
"Work Stations",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,600: Line 38,662:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoreItem",
type = "SmallHangingWoodSignItem",
typeID = 0,
typeID = 0,
},
},
Stove = {
["Small Nylon Bunting Green"] = {
untranslated = "Stove",
untranslated = "Small Nylon Bunting Green",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A heavy stove for cooking more complex dishes.",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Kitchen",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,624: Line 38,685:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "0.5",
roomCategory = "Kitchen",
roomCategory = "Decoration",
furnitureType = "Cooking",
furnitureType = "Decoration",
repeatsDepreciation = "0.3",
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,637: Line 38,698:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "24",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,646: Line 38,707:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoveItem",
type = "SmallNylonBuntingGreenItem",
typeID = 0,
typeID = 0,
},
},
["Strange Fuel"] = {
["Small Nylon Bunting Purple"] = {
untranslated = "Strange Fuel",
untranslated = "Small Nylon Bunting Purple",
category = nil,
category = nil,
group = "Item",
group = "Housing Objects",
description = "CHEEEAAAAATER",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,664: Line 38,727:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 10000000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,689: Line 38,752:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StrangeFuelItem",
type = "SmallNylonBuntingPurpleItem",
typeID = 0,
typeID = 0,
},
},
["Street Sign"] = {
["Small Paper Lantern"] = {
untranslated = "Street Sign",
untranslated = "Small Paper Lantern",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A metal sign that is especially useful when placed alongside a road to provide information or give instructions to road users.",
description = "A small paper lantern.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,713: Line 38,775:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,726: Line 38,788:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,735: Line 38,797:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StreetSignItem",
type = "SmallPaperLanternItem",
typeID = 0,
typeID = 0,
},
},
Streetlamp = {
["Small Paper Machine"] = {
untranslated = "Streetlamp",
untranslated = "Small Paper Machine",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A towering metal light post that requires electricity to run.",
description = "Laborous way of creating sheets of paper.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Lighting",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,759: Line 38,820:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = "Industrial",
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,772: Line 38,833:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,781: Line 38,842:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StreetlampItem",
type = "SmallPaperMachineItem",
typeID = 0,
typeID = 0,
},
},
["Stuffed Alligator"] = {
["Small Shipyard"] = {
untranslated = "Stuffed Alligator",
untranslated = "Small Shipyard",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "It looks so real!",
description = "A crude workspace for constructing smaller vehicles designed for use in a maritime environment.",
tagGroups = {
tagGroups = {
"Decoration",
"Crafting Table",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,805: Line 38,865:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = "Industrial",
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,818: Line 38,878:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "5x5x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,827: Line 38,887:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedAlligatorItem",
type = "SmallShipyardItem",
typeID = 0,
typeID = 0,
},
},
["Stuffed Bison"] = {
["Small Sink"] = {
untranslated = "Stuffed Bison",
untranslated = "Small Sink",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "It looks so real!",
description = "A small household sink.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,851: Line 38,910:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "2",
roomCategory = "Decoration",
roomCategory = "Bathroom",
furnitureType = "Statue",
furnitureType = "Sink",
repeatsDepreciation = "0.1",
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,864: Line 38,923:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,873: Line 38,932:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedBisonItem",
type = "SmallSinkItem",
typeID = 0,
typeID = 0,
},
},
["Stuffed Elk"] = {
["Small Standing Ashlar Basalt Sign"] = {
untranslated = "Stuffed Elk",
untranslated = "Small Standing Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "It looks so real!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Decoration",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,897: Line 38,953:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,910: Line 38,966:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,919: Line 38,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedElkItem",
type = "SmallStandingAshlarBasaltSignItem",
typeID = 0,
typeID = 0,
},
},
["Stuffed Goat"] = {
["Small Standing Ashlar Stone Sign"] = {
untranslated = "Stuffed Goat",
untranslated = "Small Standing Ashlar Stone Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "It looks so real!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Decoration",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,943: Line 38,996:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 39,956: Line 39,009:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,965: Line 39,018:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedGoatItem",
type = "SmallStandingAshlarStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Stuffed Jaguar"] = {
["Small Standing Birch Sign"] = {
untranslated = "Stuffed Jaguar",
untranslated = "Small Standing Birch Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "It looks so real!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Decoration",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,989: Line 39,039:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 40,002: Line 39,052:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,011: Line 39,061:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedJaguarItem",
type = "SmallStandingBirchSignItem",
typeID = 0,
typeID = 0,
},
},
["Stuffed Turkey"] = {
["Small Standing Lumber Sign"] = {
untranslated = "Stuffed Turkey",
untranslated = "Small Standing Lumber Sign",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "To give thanks for the fact that this food gives two extra nutrients than other food items of the same tier.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Baking",
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = 1600,
calories = nil,
carbs = 17,
carbs = nil,
protein = 24,
protein = nil,
fat = 16,
fat = nil,
vitamins = 7,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 40,048: Line 39,095:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,057: Line 39,104:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedTurkeyItem",
type = "SmallStandingLumberSignItem",
typeID = 0,
typeID = 0,
},
},
["Stuffed Wolf"] = {
["Small Standing Mortared Granite Sign"] = {
untranslated = "Stuffed Wolf",
untranslated = "Small Standing Mortared Granite Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "It looks so real!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Decoration",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,081: Line 39,125:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 40,094: Line 39,138:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,103: Line 39,147:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedWolfItem",
type = "SmallStandingMortaredGraniteSignItem",
typeID = 0,
typeID = 0,
},
},
Substrate = {
["Small Standing Mortared Stone Sign"] = {
untranslated = "Substrate",
untranslated = "Small Standing Mortared Stone Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "The foundation material for complex electronics.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Items",
maxStack = 1,
"Products",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1000,
Line 40,140: Line 39,181:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,149: Line 39,190:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SubstrateItem",
type = "SmallStandingMortaredStoneSignItem",
typeID = 0,
typeID = 0,
},
},
Sugar = {
["Small Standing Saguaro Sign"] = {
untranslated = "Sugar",
untranslated = "Small Standing Saguaro Sign",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Even sweet lovers don't eat sugar plain.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Ingredients",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = 50,
calories = nil,
carbs = 15,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 30.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 40,186: Line 39,224:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,195: Line 39,233:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SugarItem",
type = "SmallStandingSaguaroSignItem",
typeID = 0,
typeID = 0,
},
},
Sugarcane = {
["Small Standing Softwood Sign"] = {
untranslated = "Sugarcane",
untranslated = "Small Standing Softwood Sign",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "How did you even get this?",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Seeds",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 1,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 1,
fat = nil,
vitamins = 0,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 40,232: Line 39,267:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,241: Line 39,276:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SugarcaneItem",
type = "SmallStandingSoftwoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Sun Cheese"] = {
["Small Standing Stone Sign"] = {
untranslated = "Sun Cheese",
untranslated = "Small Standing Stone Sign",
category = nil,
category = nil,
group = "Food",
group = "World Object",
description = "Cheesy yet not made in a traditional way.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Ingredients",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 250,
calories = nil,
carbs = 2,
carbs = nil,
protein = 4,
protein = nil,
fat = 12,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 7.199999999999999,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 40,278: Line 39,310:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,287: Line 39,319:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SunCheeseItem",
type = "SmallStandingStoneSignItem",
typeID = 0,
typeID = 0,
},
},
Sunflower = {
["Small Standing Wood Sign"] = {
untranslated = "Sunflower",
untranslated = "Small Standing Wood Sign",
category = nil,
category = nil,
group = "Food",
group = "Item",
description = "A plant whose seeds are quite versitile in their use further processed.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Food",
"Produce",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = nil,
calories = 50,
calories = nil,
carbs = 2,
carbs = nil,
protein = 2,
protein = nil,
fat = 4,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 16.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 40,333: Line 39,362:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SunflowerItem",
type = "SmallStandingWoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Sunflower Seed"] = {
["Small Stockpile"] = {
untranslated = "Sunflower Seed",
untranslated = "Small Stockpile",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "Plant to grow sunflowers.",
description = "Designates a 3x3x3 area as storage for large items.",
tagGroups = {
tagGroups = {},
"Crop Seed",
maxStack = 1,
"Food",
"Seeds",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 500,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 40,371: Line 39,396:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,380: Line 39,405:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SunflowerSeedItem",
type = "SmallStockpileItem",
typeID = 0,
typeID = 0,
},
},
["Sweet Deer Jerky"] = {
["Small Wood Cart"] = {
untranslated = "Sweet Deer Jerky",
untranslated = "Small Wood Cart",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Marinated in a mix of oil, herbs and some sweetener really increased the potential.",
description = "Small wood cart for hauling minimal loads.",
tagGroups = {
tagGroups = {
"Food",
"Vehicles",
"Preserved Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 5000,
calories = 600,
calories = nil,
carbs = 4,
carbs = nil,
protein = 22,
protein = nil,
fat = 6,
fat = nil,
vitamins = 3,
vitamins = nil,
density = 5.833333333333333,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 40,417: Line 39,441:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,426: Line 39,450:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SweetDeerJerkyItem",
type = "SmallWoodCartItem",
typeID = 0,
typeID = 0,
},
},
["Sweet Salad"] = {
["Small Wooden Boat"] = {
untranslated = "Sweet Salad",
untranslated = "Small Wooden Boat",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "The sweetness of the fruits happens to work well with the salad.",
description = "A personal transport vessel capable of holding a suprising amount of goods.",
tagGroups = {
tagGroups = {
"Cooking",
"Vehicles",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 10000,
calories = 1200,
calories = nil,
carbs = 18,
carbs = nil,
protein = 9,
protein = nil,
fat = 7,
fat = nil,
vitamins = 22,
vitamins = nil,
density = 4.666666666666667,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 40,463: Line 39,486:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x5x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,472: Line 39,495:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SweetSaladItem",
type = "SmallWoodenBoatItem",
typeID = 0,
typeID = 0,
},
},
["Swirl Vase"] = {
["Small Wooden Ship Frame"] = {
untranslated = "Swirl Vase",
untranslated = "Small Wooden Ship Frame",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A  vase made with glass to brighten up your home.",
description = "The basis for any wooden personal vessel.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,496: Line 39,516:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Decoration",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 40,509: Line 39,529:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,518: Line 39,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SwirlVaseItem",
type = "SmallWoodenShipFrameItem",
typeID = 0,
typeID = 0,
},
},
["Synthetic Rubber"] = {
["Smelting Basic Upgrade"] = {
untranslated = "Synthetic Rubber",
untranslated = "Smelting Basic Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "An extremely useful synthetic material derived from petrochemicals.",
description = "Basic Upgrade that greatly increases efficiency when crafting Smelting recipes.",
tagGroups = {
tagGroups = {
"Items",
"Upgrade",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,564: Line 39,583:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SyntheticRubberItem",
type = "SmeltingBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Tailor Bowler Hat"] = {
["Smelting Skill Book"] = {
untranslated = "Tailor Bowler Hat",
untranslated = "Smelting Skill Book",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Books",
description = "A stylish bowler hat made of tighly spun fur felt.",
description = "Smelting Skill Book",
tagGroups = {
tagGroups = {
"Clothes",
"Skill Books",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
Line 40,609: Line 39,628:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailorBowlerHatItem",
type = "Smelting Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Tailor Pants"] = {
["Smelting Skill Scroll"] = {
untranslated = "Tailor Pants",
untranslated = "Smelting Skill Scroll",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Scrolls",
description = "Tailored slacks that fit just right.",
description = "Smelting Skill Scroll",
tagGroups = {
tagGroups = {
"Clothes",
"Skill Scrolls",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,654: Line 39,673:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailorPantsItem",
type = "Smelting Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Tailor Shirt"] = {
["Smelting Upgrade"] = {
untranslated = "Tailor Shirt",
untranslated = "Smelting Upgrade",
category = nil,
category = nil,
group = "Clothing",
group = "Upgrade Modules",
description = "A form-fitting vest and tie ensemble which includes measuring tape.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.",
tagGroups = {
tagGroups = {
"Clothes",
"Upgrade",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,699: Line 39,718:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailorShirtItem",
type = "SmeltingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Tailor Shoes"] = {
["Smith Apron"] = {
untranslated = "Tailor Shoes",
untranslated = "Smith Apron",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "Two-toned suede shoes.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "A thick leather apron that provides protection from the ocassional chunk of flying metal when hammering on an anvil.",
tagGroups = {
tagGroups = {
"Clothes",
"Clothes",
Line 40,744: Line 39,763:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailorShoesItem",
type = "SmithApronItem",
typeID = 0,
typeID = 0,
},
},
["Tailoring Basic Upgrade"] = {
["Smith Bandana"] = {
untranslated = "Tailoring Basic Upgrade",
untranslated = "Smith Bandana",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Basic Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
description = "A cotton bandana that is great for keeping the hair out of your face and acts as a sweat band.",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Clothes",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,790: Line 39,808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailoringUpgradeItem",
type = "SmithBandanaItem",
typeID = 0,
typeID = 0,
},
},
["Tailoring Modern Upgrade"] = {
["Smith Boots"] = {
untranslated = "Tailoring Modern Upgrade",
untranslated = "Smith Boots",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Modern Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
description = "Heavy duty steel-toed boots.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Specialty Upgrades",
"Clothes",
"Upgrade Modules",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,836: Line 39,853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailoringModernUpgradeItem",
type = "SmithBootsItem",
typeID = 0,
typeID = 0,
},
},
["Tailoring Table"] = {
["Smith Gloves"] = {
untranslated = "Tailoring Table",
untranslated = "Smith Gloves",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "Spearhead the fashion movement with the finest clothes and hair!",
description = "A reinforced wrist guard paired with a lone work glove.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,861: Line 39,877:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 40,882: Line 39,898:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailoringTableItem",
type = "SmithGlovesItem",
typeID = 0,
typeID = 0,
},
},
["Tall Boots"] = {
["Smith Pants"] = {
untranslated = "Tall Boots",
untranslated = "Smith Pants",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "Knee-high boots are boots that rise to the knee, or slightly thereunder. They are generally tighter around the leg shaft and ankle than at the top.",
description = "Denim pants with knee patches.",
tagGroups = {
tagGroups = {
"Clothes",
"Clothes",
Line 40,927: Line 39,943:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallBootsItem",
type = "SmithPantsItem",
typeID = 0,
typeID = 0,
},
},
Tallow = {
["Smith Shirt"] = {
untranslated = "Tallow",
untranslated = "Smith Shirt",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Rendered animal fat useful for more than just cooking.",
description = "A simple cotton shirt helps reduce the strain of heat exposure.",
tagGroups = {
tagGroups = {
"Fat",
"Clothes",
"Food",
"Ingredients",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 200,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 8,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 4.0,
density = nil,
fuel = 2000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 40,974: Line 39,988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallowItem",
type = "SmithShirtItem",
typeID = 0,
typeID = 0,
},
},
["Tallow Candle"] = {
["Smooth Gut Noodle Roll"] = {
untranslated = "Tallow Candle",
untranslated = "Smooth Gut Noodle Roll",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A candle which can burn tallow to produce a small amount of light.",
description = "These noodle rolls look VERY smooth.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 400,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 19,
protein = nil,
protein = 15,
fat = nil,
fat = 9,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.6666666666666665,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.8",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,011: Line 40,024:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,020: Line 40,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallowCandleItem",
type = "SmoothGutNoodleRollItem",
typeID = 0,
typeID = 0,
},
},
["Tallow Lamp"] = {
["Snapping Turtle Carcass"] = {
untranslated = "Tallow Lamp",
untranslated = "Snapping Turtle Carcass",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A pottery lamp. Fuel with tallow.",
description = "A dead snapping turtle.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Tiny Carcass",
"Lighting",
"Tiny Leather Carcass",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,044: Line 40,057:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.2",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,057: Line 40,070:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,066: Line 40,079:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallowLampItem",
type = "SnappingTurtleCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Tallow Wall Lamp"] = {
["Softwood Board"] = {
untranslated = "Tallow Wall Lamp",
untranslated = "Softwood Board",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.",
description = "A higher quality softwood board used for long lasting furniture.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Burnable Fuel",
"Lighting",
"Wood Board",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 500,
Line 41,087: Line 40,100:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 2000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.2",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,103: Line 40,116:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,112: Line 40,125:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallowWallLampItem",
type = "SoftwoodBoardItem",
typeID = 0,
typeID = 0,
},
},
["Taro Fries"] = {
["Softwood Hewn Log"] = {
untranslated = "Taro Fries",
untranslated = "Softwood Hewn Log",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Crispy strips of taro that have been deep fried in oil.",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
tagGroups = {
tagGroups = {
"Cooking",
"Burnable Fuel",
"Food",
"Constructable",
"Hewn Log",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 10000,
calories = 600,
calories = nil,
carbs = 10,
carbs = nil,
protein = 2,
protein = nil,
fat = 20,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 5.333333333333334,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,140: Line 40,154:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,158: Line 40,172:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TaroFriesItem",
type = "SoftwoodHewnLogItem",
typeID = 0,
typeID = 0,
},
},
["Taro Root"] = {
["Softwood Lumber"] = {
untranslated = "Taro Root",
untranslated = "Softwood Lumber",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Colocasia esculenta.",
description = "Can be fashioned into various usable equipment.",
tagGroups = {
tagGroups = {
"Food",
"Burnable Fuel",
"Produce",
"Constructable",
"Raw Food",
"Lumber",
"Root",
"Vegetable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 75,
weight = 10000,
calories = 250,
calories = nil,
carbs = 6,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 1,
vitamins = nil,
density = 3.2,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,189: Line 40,201:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,207: Line 40,219:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TaroRootItem",
type = "SoftwoodLumberItem",
typeID = 0,
typeID = 0,
},
},
["Taro Seed"] = {
["Softwood Lumber Bench"] = {
untranslated = "Taro Seed",
untranslated = "Softwood Lumber Bench",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow taro.",
description = "A lumber bench for when you need extra seating space than a traditional chair.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Housing",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,245: Line 40,255:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,254: Line 40,264:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TaroSeedItem",
type = "SoftwoodLumberBenchItem",
typeID = 0,
typeID = 0,
},
},
["Tasty Tropical Pizza"] = {
["Softwood Lumber Chair"] = {
untranslated = "Tasty Tropical Pizza",
untranslated = "Softwood Lumber Chair",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "To some it is tasty. To others, unforgivable.",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
tagGroups = {
tagGroups = {
"Baking",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 1000,
calories = 1200,
calories = nil,
carbs = 21,
carbs = nil,
protein = 6,
protein = nil,
fat = 12,
fat = nil,
vitamins = 11,
vitamins = nil,
density = 4.166666666666666,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,291: Line 40,300:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,300: Line 40,309:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TastyTropicalPizzaItem",
type = "SoftwoodLumberChairItem",
typeID = 0,
typeID = 0,
},
},
["Tiny Stockpile"] = {
["Softwood Lumber Door"] = {
untranslated = "Tiny Stockpile",
untranslated = "Softwood Lumber Door",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "Designates a 2x3x2 area as storage for large items.",
description = "A door made from finely cut lumber.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
"Storage",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,328: Line 40,334:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,337: Line 40,343:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,346: Line 40,352:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TinyStockpileItem",
type = "SoftwoodLumberDoorItem",
typeID = 0,
typeID = 0,
},
},
Toilet = {
["Softwood Lumber Dresser"] = {
untranslated = "Toilet",
untranslated = "Softwood Lumber Dresser",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "When you gotta go, you gotta go.",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
tagGroups = {
tagGroups = {
"Bathroom",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,371: Line 40,376:
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "3",
roomCategory = "Bathroom",
roomCategory = "Bedroom",
furnitureType = "Toilet",
furnitureType = "Dresser",
repeatsDepreciation = "0.1",
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,383: Line 40,388:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,392: Line 40,397:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ToiletItem",
type = "SoftwoodLumberDresserItem",
typeID = 0,
typeID = 0,
},
},
Tomato = {
["Softwood Lumber Table"] = {
untranslated = "Tomato",
untranslated = "Softwood Lumber Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.",
description = "A large lumber table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Produce",
"Raw Food",
"Vegetable",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 2000,
calories = 240,
calories = nil,
carbs = 5,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 3.3333333333333335,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,431: Line 40,433:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,440: Line 40,442:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TomatoItem",
type = "SoftwoodLumberTableItem",
typeID = 0,
typeID = 0,
},
},
["Tomato Seed"] = {
["Soil Sampler"] = {
untranslated = "Tomato Seed",
untranslated = "Soil Sampler",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow tomato plants.",
description = "Checking the moisture levels, temperature, and nutrients of soil is important for farming.",
tagGroups = {
tagGroups = {},
"Crop Seed",
"Food",
"Seeds",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 41,487: Line 40,485:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TomatoSeedItem",
type = "SoilSamplerItem",
typeID = 0,
typeID = 0,
},
},
["Tool Bench"] = {
["Solar Generator"] = {
untranslated = "Tool Bench",
untranslated = "Solar Generator",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A place to craft and fix up tools.",
description = "Generates electrical power from the sun! Requires a clear view of the sky above the generator for full output. Internal batteries ensure generation during nighttime.",
tagGroups = {
tagGroups = {},
"Craft Tables",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,512: Line 40,507:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 41,524: Line 40,519:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x7x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,533: Line 40,528:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ToolBenchItem",
type = "SolarGeneratorItem",
typeID = 0,
typeID = 0,
},
},
["Topped Porridge"] = {
["Spiky Roll"] = {
untranslated = "Topped Porridge",
untranslated = "Spiky Roll",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A thick gruel of boiled grains with a dash of fruity flavor.",
description = "Spikes are definitely removed before serving.",
tagGroups = {
tagGroups = {
"Campfire",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 300,
calories = 700,
calories = 1300,
carbs = 10,
carbs = 20,
protein = 4,
protein = 17,
fat = 0,
fat = 7,
vitamins = 10,
vitamins = 2,
density = 3.428571428571429,
density = 3.5384615384615383,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 41,579: Line 40,573:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ToppedPorridgeItem",
type = "SpikyRollItem",
typeID = 0,
typeID = 0,
},
},
Torch = {
["Spin Melter"] = {
untranslated = "Torch",
untranslated = "Spin Melter",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A little bit of light to help beat back the night.",
description = "A device with a rotating drum that is used to shape molten synthetic materials into thin ribbons.",
tagGroups = {
tagGroups = {
"Items",
"Crafting Table",
"Tools",
"Torch",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,601: Line 40,593:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 8000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 41,617: Line 40,609:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,626: Line 40,618:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TorchItem",
type = "SpinMelterItem",
typeID = 0,
typeID = 0,
},
},
["Torch Stand"] = {
["Spoiled Food"] = {
untranslated = "Torch Stand",
untranslated = "Spoiled Food",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A stand for a torch.",
description = "Food that has spoiled beyond the point of being suitable for human consumption. It can still be used for compost.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Lighting",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 20,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,650: Line 40,639:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.8",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,663: Line 40,652:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,672: Line 40,661:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TorchStandItem",
type = "SpoiledFoodItem",
typeID = 0,
typeID = 0,
},
},
Tortilla = {
["Spruce Log"] = {
untranslated = "Tortilla",
untranslated = "Spruce Log",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A thin, unleavened flatbread.",
description = "Spruce log is a type of softwood, sometimes referred to as whitewood.",
tagGroups = {
tagGroups = {
"Cooking",
"Burnable Fuel",
"Food",
"Softwood",
"Wood",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 10000,
calories = 350,
calories = nil,
carbs = 20,
carbs = nil,
protein = 10,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 8.571428571428571,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,718: Line 40,708:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TortillaItem",
type = "SpruceLogItem",
typeID = 0,
typeID = 0,
},
},
["Towel Rack"] = {
["Spruce Seed"] = {
untranslated = "Towel Rack",
untranslated = "Spruce Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A wooden hanging rack designed for towels.",
description = "Plant to grow a spruce tree.",
tagGroups = {
tagGroups = {
"Bathroom",
"Food",
"Housing Objects",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = nil,
roomCategory = "Bathroom",
roomCategory = nil,
furnitureType = "Hanger",
furnitureType = nil,
repeatsDepreciation = "0.1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,755: Line 40,745:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,764: Line 40,754:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TowelRackItem",
type = "SpruceSeedItem",
typeID = 0,
typeID = 0,
},
},
["Town Foundation"] = {
["Square Belt"] = {
untranslated = "Town Foundation",
untranslated = "Square Belt",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "The founding stone for civilization.",
description = "Belt with a square buckle.",
tagGroups = {
tagGroups = {
"Government",
"Clothes",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,788: Line 40,777:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Civics",
furnitureType = nil,
repeatsDepreciation = "1",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,801: Line 40,790:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "45",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,810: Line 40,799:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TownFoundationItem",
type = "SquareBeltItem",
typeID = 0,
typeID = 0,
},
},
["Trailer Truck"] = {
["Square Pot"] = {
untranslated = "Trailer Truck",
untranslated = "Square Pot",
category = nil,
category = nil,
group = "Vehicle",
group = "Housing Objects",
description = "Modern truck for hauling sizable loads.",
description = "Sometimes you just want to bring a little bit of nature into your house.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,831: Line 40,822:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 41,853: Line 40,844:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrailerTruckItem",
type = "PlanterPotSquareItem",
typeID = 0,
typeID = 0,
},
},
["Transmission Pole"] = {
["Stamp Mill"] = {
untranslated = "Transmission Pole",
untranslated = "Stamp Mill",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "Can link energy.",
description = "A crushing machine that uses iron stamps to pound rocks into small pieces.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Specialty",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,878: Line 40,868:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 41,890: Line 40,880:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,899: Line 40,889:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TransmissionPoleItem",
type = "StampMillItem",
typeID = 0,
typeID = 0,
},
},
["Trapper Fur Hat"] = {
["Standing Glass Sign"] = {
untranslated = "Trapper Fur Hat",
untranslated = "Standing Glass Sign",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "It sure is warm.",
description = "A large sign framed with a glass plate.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,935: Line 40,923:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,944: Line 40,932:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrapperFurHatItem",
type = "StandingGlassSignItem",
typeID = 0,
typeID = 0,
},
},
["Trapper Leather Hat"] = {
["Standing Long Steel Sign"] = {
untranslated = "Trapper Leather Hat",
untranslated = "Standing Long Steel Sign",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "Helps keep the sun off your face... and neck... and also ears.",
description = "A long steel plate with a wooden base.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,980: Line 40,966:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,989: Line 40,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrapperLeatherHatItem",
type = "StandingLongSteelSignItem",
typeID = 0,
typeID = 0,
},
},
Treasury = {
["Standing Steel Brick Sign"] = {
untranslated = "Treasury",
untranslated = "Standing Steel Brick Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Allows the setting of taxes.",
description = "A solid steel plate supported by a brick base.",
tagGroups = {
tagGroups = {},
"Government",
"Work Stations",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,026: Line 41,009:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,035: Line 41,018:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TreasuryItem",
type = "StandingSteelBrickSignItem",
typeID = 0,
typeID = 0,
},
},
["Tree Debris"] = {
["Steam Engine"] = {
untranslated = "Tree Debris",
untranslated = "Steam Engine",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "Clear cut debris that needs to be broken down to be more usable.",
description = "A large steam engine for generating power.",
tagGroups = {
tagGroups = {},
"Blocks",
maxStack = 1,
"Byproducts",
carried = "Backpack",
},
weight = 5000,
maxStack = 20,
carried = "Hands",
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,060: Line 41,040:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 42,072: Line 41,052:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,081: Line 41,061:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TreeDebrisItem",
type = "SteamEngineItem",
typeID = 0,
typeID = 0,
},
},
["Trillium Flower"] = {
["Steam Tractor"] = {
untranslated = "Trillium Flower",
untranslated = "Steam Tractor",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Placeholder Description.",
description = "A tractor powered through steam.",
tagGroups = {
tagGroups = {
"Food",
"Vehicles",
"Petals",
"Produce",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 25000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 42,119: Line 41,097:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,128: Line 41,106:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrilliumFlowerItem",
type = "SteamTractorItem",
typeID = 0,
typeID = 0,
},
},
["Trillium Seed"] = {
["Steam Tractor Harvester"] = {
untranslated = "Trillium Seed",
untranslated = "Steam Tractor Harvester",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow trillium.",
description = "An attachment for the steam tractor that allows for quick harvesting of plants.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 10000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 42,174: Line 41,151:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrilliumSeedItem",
type = "SteamTractorHarvesterItem",
typeID = 0,
typeID = 0,
ToolDurability = 5000.0,
ToolRepairType = "Mechanical",
},
},
["Tripod Camera"] = {
["Steam Tractor Plow"] = {
untranslated = "Tripod Camera",
untranslated = "Steam Tractor Plow",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "When you want to save the world but in a frame.",
description = "An attachment for the steam tractor that allows for quick plowing.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Specialty",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,220: Line 41,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TripodCameraItem",
type = "SteamTractorPlowItem",
typeID = 0,
typeID = 0,
ToolDurability = 5000.0,
ToolRepairType = "Mechanical",
},
},
Trousers = {
["Steam Tractor Sower"] = {
untranslated = "Trousers",
untranslated = "Steam Tractor Sower",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Sturdy pair of slim-fit pants. Trousers are an item of clothing worn from the waist to the ankles, covering both legs separately (rather than with cloth extending across both legs as in robes, skirts, and dresses).",
description = "An attachment for the steam tractor that allows for quick planting of seeds.",
tagGroups = {
tagGroups = {
"Clothes",
"Tool",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,265: Line 41,245:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrousersItem",
type = "SteamTractorSowerItem",
typeID = 0,
typeID = 0,
ToolDurability = 5000.0,
ToolRepairType = "Mechanical",
},
},
Trout = {
["Steam Truck"] = {
untranslated = "Trout",
untranslated = "Steam Truck",
category = nil,
category = nil,
group = "Natural Resources",
group = "Crafted Objects",
description = "A trout.",
description = "A truck that runs on steam.",
tagGroups = {
tagGroups = {
"Animal",
"Vehicles",
"Fish",
"Medium Fish",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 800,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,304: Line 41,283:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,313: Line 41,292:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TroutItem",
type = "SteamTruckItem",
typeID = 0,
typeID = 0,
},
},
Truck = {
["Steel Abstract Fixture"] = {
untranslated = "Truck",
untranslated = "Steel Abstract Fixture",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "Modern truck for hauling sizable loads.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Vehicles",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,337: Line 41,315:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 42,350: Line 41,328:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,359: Line 41,337:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TruckItem",
type = "SteelAbstractFixtureItem",
typeID = 0,
typeID = 0,
},
},
Tuna = {
["Steel Axe"] = {
untranslated = "Tuna",
untranslated = "Steel Axe",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A tuna.",
description = "A Steel axe made for cutting down trees.",
tagGroups = {
tagGroups = {
"Animal",
"Tool",
"Fish",
"Large Fish",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1250,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,389: Line 41,364:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,407: Line 41,382:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TunaItem",
type = "SteelAxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 1250.0,
ToolDamage = 2.0,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Steel",
},
},
Tunic = {
["Steel Axle"] = {
untranslated = "Tunic",
untranslated = "Steel Axle",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A simply made canvas shirt. Does not have a pocket to put your pen in.",
description = "A rotating steel rod that can be fixed to wheels for use in vehicles.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,452: Line 41,431:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TunicItem",
type = "SteelAxleItem",
typeID = 0,
typeID = 0,
},
},
["Turkey Carcass"] = {
["Steel Bar"] = {
untranslated = "Turkey Carcass",
untranslated = "Steel Bar",
category = nil,
category = nil,
group = "Natural Resources",
group = "Blocks",
description = "A dead turkey.",
description = "Refined bar of steel.",
tagGroups = {
tagGroups = {
"Animal",
"Metal",
"Natural Resources",
"Tiny Carcass",
"Tiny Leather Carcass",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,500: Line 41,476:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TurkeyCarcassItem",
type = "SteelBarItem",
typeID = 0,
typeID = 0,
},
},
["Upholstered Chair"] = {
["Steel Buoy"] = {
untranslated = "Upholstered Chair",
untranslated = "Steel Buoy",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "Like a chair, but upholstered.",
description = "A steel navigational buoy, can also be used as a moorage post.",
tagGroups = {
tagGroups = {},
"Housing Objects",
"Living Room",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,524: Line 41,497:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.7",
skillValue = nil,
roomCategory = "Living Room",
roomCategory = nil,
furnitureType = "Chair",
furnitureType = nil,
repeatsDepreciation = "0.6",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 42,537: Line 41,510:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,546: Line 41,519:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "UpholsteredChairItem",
type = "SteelBuoyItem",
typeID = 0,
typeID = 0,
},
},
["Upholstered Couch"] = {
["Steel Ceiling Light"] = {
untranslated = "Upholstered Couch",
untranslated = "Steel Ceiling Light",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "Like a couch, but upholstered.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Living Room",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,570: Line 41,542:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = "3",
roomCategory = "Living Room",
roomCategory = "Lighting",
furnitureType = "Chair",
furnitureType = "Lights",
repeatsDepreciation = "0.7",
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
Line 42,583: Line 41,555:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,592: Line 41,564:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "UpholsteredCouchItem",
type = "SteelCeilingLightItem",
typeID = 0,
typeID = 0,
},
},
Urchin = {
["Steel Floor Lamp"] = {
untranslated = "Urchin",
untranslated = "Steel Floor Lamp",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "An urchin.",
description = "A more modern way to light up a room. This time from the floor.",
tagGroups = {
tagGroups = {
"Animal",
"Housing",
"Marine Life",
"Natural Resources",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,617: Line 41,587:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 42,630: Line 41,600:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,639: Line 41,609:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "UrchinItem",
type = "SteelFloorLampItem",
typeID = 0,
typeID = 0,
},
},
Valve = {
["Steel Gear"] = {
untranslated = "Valve",
untranslated = "Steel Gear",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A device that regulates, directs, or controls the flow of fluid.",
description = "A toothed machine part that interlocks with others.",
tagGroups = {
tagGroups = {
"Items",
"Gear",
"Products",
},
},
maxStack = 100,
maxStack = 100,
Line 42,685: Line 41,654:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ValveItem",
type = "SteelGearItem",
typeID = 0,
typeID = 0,
},
},
["Vegetable Medley"] = {
["Steel Gearbox"] = {
untranslated = "Vegetable Medley",
untranslated = "Steel Gearbox",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "An eclectic arrangement of vegetables.",
description = "Provides speed and torque conversions from a rotating power source to another device.",
tagGroups = {
tagGroups = {},
"Cooking",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 500,
calories = 900,
calories = nil,
carbs = 8,
carbs = nil,
protein = 4,
protein = nil,
fat = 7,
fat = nil,
vitamins = 17,
vitamins = nil,
density = 4.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 42,731: Line 41,697:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VegetableMedleyItem",
type = "SteelGearboxItem",
typeID = 0,
typeID = 0,
},
},
["Vegetable Soup"] = {
["Steel Hammer"] = {
untranslated = "Vegetable Soup",
untranslated = "Steel Hammer",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Who knew plants in plant broth could be so tasty?",
description = "A robust steel hammer useful for shaping blocks and deconstruction.",
tagGroups = {
tagGroups = {
"Cooking",
"Tool",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 700,
weight = 1000,
calories = 1200,
calories = nil,
carbs = 12,
carbs = nil,
protein = 4,
protein = nil,
fat = 7,
fat = nil,
vitamins = 19,
vitamins = nil,
density = 3.5000000000000004,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 42,759: Line 41,724:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,777: Line 41,742:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VegetableSoupItem",
type = "SteelHammerItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 1250.0,
ToolRepairType = "Steel",
},
},
["Vegetable Stock"] = {
["Steel Hanging Fixture"] = {
untranslated = "Vegetable Stock",
untranslated = "Steel Hanging Fixture",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A hearty stock full of assorted vegetables.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Ingredients",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 600,
weight = 500,
calories = 700,
calories = nil,
carbs = 11,
carbs = nil,
protein = 1,
protein = nil,
fat = 2,
fat = nil,
vitamins = 11,
vitamins = nil,
density = 3.571428571428571,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 42,814: Line 41,781:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,823: Line 41,790:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VegetableStockItem",
type = "SteelHangingFixtureItem",
typeID = 0,
typeID = 0,
},
},
["Villagers Cowl Lowered"] = {
["Steel Hanging Lamp"] = {
untranslated = "Villagers Cowl Lowered",
untranslated = "Steel Hanging Lamp",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "A rough linen cowl lowered, showing your face.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,846: Line 41,813:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 42,859: Line 41,826:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,868: Line 41,835:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VillagersCowlLoweredItem",
type = "SteelHangingLampItem",
typeID = 0,
typeID = 0,
},
},
["Villagers Cowl Raised"] = {
["Steel Hoe"] = {
untranslated = "Villagers Cowl Raised",
untranslated = "Steel Hoe",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A rough linen cowl raised, hiding your face partially.",
description = "A steel hoe with improved range to help tilling larger areas.",
tagGroups = {
tagGroups = {
"Clothes",
"Tool",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,895: Line 41,862:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,913: Line 41,880:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VillagersCowlRaisedItem",
type = "SteelHoeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 750.0,
ToolRepairType = "Steel",
},
},
["Wainwright Table"] = {
["Steel Kitchen Lamp"] = {
untranslated = "Wainwright Table",
untranslated = "Steel Kitchen Lamp",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,937: Line 41,906:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.8",
roomCategory = "Industrial",
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 42,950: Line 41,919:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,959: Line 41,928:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WainwrightTableItem",
type = "SteelKitchenLampItem",
typeID = 0,
typeID = 0,
},
},
["Wall Candle"] = {
["Steel Machete"] = {
untranslated = "Wall Candle",
untranslated = "Steel Machete",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A wall mounted candle.",
description = "A machete used to quickly clear plants.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Tool",
"Lighting",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,983: Line 41,951:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.2",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,996: Line 41,964:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,005: Line 41,973:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WallCandleItem",
type = "SteelMacheteItem",
typeID = 0,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 1000.0,
ToolRepairType = "Steel",
},
},
["Wanderers Hood Lowered"] = {
["Steel Moorage Post"] = {
untranslated = "Wanderers Hood Lowered",
untranslated = "Steel Moorage Post",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "A quality linen cowl lowered, showing your face.",
description = "An iron moorage post that makes sure that even the largest of vessels stay still.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,050: Line 42,019:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WanderersHoodLoweredItem",
type = "SteelMooragePostItem",
typeID = 0,
typeID = 0,
},
},
["Wanderers Hood Raised"] = {
["Steel Pickaxe"] = {
untranslated = "Wanderers Hood Raised",
untranslated = "Steel Pickaxe",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A quality linen cowl raised, hiding your face partially.",
description = "A steel pickaxe used to break down stone and ore into usable rubble.",
tagGroups = {
tagGroups = {
"Clothes",
"Tool",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,077: Line 42,046:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,095: Line 42,064:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WanderersHoodRaisedItem",
type = "SteelPickaxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 1000.0,
ToolDamage = 3.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Steel",
},
},
Washboard = {
["Steel Pipe"] = {
untranslated = "Washboard",
untranslated = "Steel Pipe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "Sometimes it can be nice to have clean clothes.",
description = "A pipe for transporting liquids.",
tagGroups = {
tagGroups = {},
"Bathroom",
maxStack = 20,
"Housing Objects",
carried = "Hands",
},
weight = 2000,
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,119: Line 42,091:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Bathroom",
roomCategory = nil,
furnitureType = "Washing",
furnitureType = nil,
repeatsDepreciation = "0.5",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,132: Line 42,104:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,141: Line 42,113:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WashboardItem",
type = "SteelPipeItem",
typeID = 0,
typeID = 0,
},
},
["Washing Machine"] = {
["Steel Plate"] = {
untranslated = "Washing Machine",
untranslated = "Steel Plate",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?",
description = "A sturdy steel plate for use in various crafting recipes.",
tagGroups = {
tagGroups = {},
"Bathroom",
maxStack = 100,
"Housing Objects",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,165: Line 42,134:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "5",
skillValue = nil,
roomCategory = "Bathroom",
roomCategory = nil,
furnitureType = "Washing",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 43,178: Line 42,147:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,187: Line 42,156:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WashingMachineItem",
type = "SteelPlateItem",
typeID = 0,
typeID = 0,
},
},
["Waste Filter"] = {
["Steel Saw Blade"] = {
untranslated = "Waste Filter",
untranslated = "Steel Saw Blade",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Treats raw sewage.",
description = "A disc shaped steel saw that can be attached to rotary machines to shape wood and masonry products.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Specialty",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,233: Line 42,199:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WasteFilterItem",
type = "SteelSawBladeItem",
typeID = 0,
typeID = 0,
},
},
["Waterweed Seed"] = {
["Steel Searchlight"] = {
untranslated = "Waterweed Seed",
untranslated = "Steel Searchlight",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow waterweed.",
description = "When your goal is to really light up the heaven!",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 500,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 43,270: Line 42,235:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,279: Line 42,244:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WaterweedSeedItem",
type = "SteelSearchlightItem",
typeID = 0,
typeID = 0,
},
},
Waterwheel = {
["Steel Shovel"] = {
untranslated = "Waterwheel",
untranslated = "Steel Shovel",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Uses the power of flowing water to produce mechanical power. Must be placed in fresh water and produces double power when placed in both a river and waterfall.",
description = "When an iron shovel is not enough and you need something more durable while terraforming.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Power Generation",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,304: Line 42,268:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,325: Line 42,289:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WaterwheelItem",
type = "SteelShovelItem",
typeID = 0,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 1000.0,
ToolRepairType = "Steel",
ToolCarryCapacity = 5.0,
},
},
["Wet Brick"] = {
["Steel Sickle"] = {
untranslated = "Wet Brick",
untranslated = "Steel Sickle",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A simple wet brick ready to be processed into a construction block.",
description = "A steel sickle used to harvest crops or cut grass. Has an AoE with each swing.",
tagGroups = {
tagGroups = {
"Items",
"Tool",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1000,
Line 43,353: Line 42,320:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,371: Line 42,338:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WetBrickItem",
type = "SteelSickleItem",
typeID = 0,
typeID = 0,
ToolVariant = "Sickle",
ToolDurability = 1000.0,
ToolRepairType = "Steel",
},
},
Wheat = {
["Steel Square Fixture"] = {
untranslated = "Wheat",
untranslated = "Steel Square Fixture",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A common grain that is significantly more useful processed.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Grain",
"Produce",
"Raw Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 500,
calories = 150,
calories = nil,
carbs = 6,
carbs = nil,
protein = 2,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 5.333333333333334,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 43,410: Line 42,377:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,419: Line 42,386:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WheatItem",
type = "SteelSquareFixtureItem",
typeID = 0,
typeID = 0,
},
},
["Wheat Seed"] = {
["Steel Table Lamp"] = {
untranslated = "Wheat Seed",
untranslated = "Steel Table Lamp",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow wheat.",
description = "For late night studying. Or working. Or anything, really.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Housing",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 500,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 43,457: Line 42,422:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,466: Line 42,431:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WheatSeedItem",
type = "SteelTableLampItem",
typeID = 0,
typeID = 0,
},
},
Wheelbarrow = {
["Stenographers Table"] = {
untranslated = "Wheelbarrow",
untranslated = "Stenographers Table",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "Small wheelbarrow for hauling minimal loads.",
description = "Documenting a court case is of vital importance and a dedicated unique typewriter is required for this purpose and of course its own table to place it on.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Government",
"Vehicles",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,512: Line 42,476:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WheelbarrowItem",
type = "StenographersTableItem",
typeID = 0,
typeID = 0,
},
},
["White Bursage Seed"] = {
Stockpile = {
untranslated = "White Bursage Seed",
untranslated = "Stockpile",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "Plant to grow a white bursage.",
description = "Designates a 5x5x5 area as storage for large items.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Seeds",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = 0,
calories = nil,
carbs = 0,
carbs = nil,
protein = 0,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 43,549: Line 42,510:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,558: Line 42,519:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WhiteBursageSeedItem",
type = "StockpileItem",
typeID = 0,
typeID = 0,
},
},
["Wild Mix"] = {
Stone = {
untranslated = "Wild Mix",
untranslated = "Stone",
category = nil,
category = nil,
group = "Food",
group = "Block",
description = "A dressed salad that, with the added sweetness, it's pretty tasty.",
description = "A pile of stones.",
tagGroups = {
tagGroups = {
"Cooking",
"Rock",
"Food",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 600,
weight = 7000,
calories = 800,
calories = nil,
carbs = 15,
carbs = nil,
protein = 6,
protein = nil,
fat = 4,
fat = nil,
vitamins = 21,
vitamins = nil,
density = 5.75,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 43,604: Line 42,564:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WildMixItem",
type = "StoneItem",
typeID = 0,
typeID = 0,
},
},
["Wild Stew"] = {
["Stone Axe"] = {
untranslated = "Wild Stew",
untranslated = "Stone Axe",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A thick stew made with a variety of vegetables.",
description = "A crude stone axe made for cutting down trees.",
tagGroups = {
tagGroups = {
"Campfire",
"Tool",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = 1100,
calories = nil,
carbs = 10,
carbs = nil,
protein = 2,
protein = nil,
fat = 6,
fat = nil,
vitamins = 12,
vitamins = nil,
density = 2.727272727272727,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 43,632: Line 42,591:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,650: Line 42,609:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WildStewItem",
type = "StoneAxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 250.0,
ToolDamage = 1.0,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Stone",
},
},
["Wilted Fiddleheads"] = {
["Stone Brazier"] = {
untranslated = "Wilted Fiddleheads",
untranslated = "Stone Brazier",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "While a bunch of wilted fiddleheads may seem a bit sad, at least they're nutritious.",
description = "A stone stand which can hold burning fuel to provide light.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Charred Green",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 1000,
calories = 350,
calories = nil,
carbs = 4,
carbs = nil,
protein = 1,
protein = nil,
fat = 0,
fat = nil,
vitamins = 7,
vitamins = nil,
density = 3.428571428571429,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 43,688: Line 42,651:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,697: Line 42,660:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WiltedFiddleheadsItem",
type = "StoneBrazierItem",
typeID = 0,
typeID = 0,
},
},
["Wind Turbine"] = {
["Stone Hammer"] = {
untranslated = "Wind Turbine",
untranslated = "Stone Hammer",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Uses wind to produce electrical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.",
description = "A crude stone hammer useful for shaping blocks and deconstruction.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Power Generation",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,722: Line 42,684:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,743: Line 42,705:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WindTurbineItem",
type = "StoneHammerItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 250.0,
ToolRepairType = "Stone",
},
},
Windmill = {
["Stone Machete"] = {
untranslated = "Windmill",
untranslated = "Stone Machete",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Uses wind to produce mechanical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.",
description = "A machete used to quickly clear plants.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Power Generation",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,768: Line 42,732:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,789: Line 42,753:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WindmillItem",
type = "StoneMacheteItem",
typeID = 0,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 200.0,
ToolRepairType = "Stone",
},
},
["Wolf Carcass"] = {
["Stone Pickaxe"] = {
untranslated = "Wolf Carcass",
untranslated = "Stone Pickaxe",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A dead wolf.",
description = "A crude pickaxe used to break down stone and ore into usable rubble.",
tagGroups = {
tagGroups = {
"Animal",
"Tool",
"Natural Resources",
"Small Carcass",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,818: Line 42,783:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,836: Line 42,801:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WolfCarcassItem",
type = "StonePickaxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 200.0,
ToolDamage = 1.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Stone",
},
},
["Wood Cart"] = {
["Stone Road"] = {
untranslated = "Wood Cart",
untranslated = "Stone Road",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "Small cart for hauling small loads.",
description = "A rocky surface formed from smoothed rubble. It's fairly durable and efficient for any wheeled vehicle.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Constructable",
"Vehicles",
"Road",
"Road Type",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10000,
weight = 10000,
calories = nil,
calories = nil,
Line 43,882: Line 42,854:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodCartItem",
type = "StoneRoadItem",
typeID = 0,
typeID = 0,
},
},
["Wood Pulp"] = {
["Stone Road Tool"] = {
untranslated = "Wood Pulp",
untranslated = "Stone Road Tool",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A byproduct of processing lumber, wood pulp can be burned for Mortar or pressed into paper.",
description = "A tool for tamping dirt into roads.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Tool",
"Items",
"Natural Fiber",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,905: Line 42,874:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 50,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 43,912: Line 42,881:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,930: Line 42,899:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodPulpItem",
type = "StoneRoadToolItem",
typeID = 0,
typeID = 0,
ToolVariant = "RoadTool",
ToolDurability = 200.0,
ToolRepairType = "StoneRoadTool",
},
},
["Wood Shop Cart"] = {
["Stone Sickle"] = {
untranslated = "Wood Shop Cart",
untranslated = "Stone Sickle",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A store in a wooden cart, very useful when your customers are far away.",
description = "A stone sickle used to harvest crops or cut grass.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Vehicles",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,958: Line 42,929:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,976: Line 42,947:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodShopCartItem",
type = "StoneSickleItem",
typeID = 0,
typeID = 0,
ToolVariant = "Sickle",
ToolDurability = 200.0,
ToolRepairType = "Stone",
},
},
["Wooden Barge"] = {
["Stop Sign"] = {
untranslated = "Wooden Barge",
untranslated = "Stop Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "",
description = "A traffic sign used to notify drivers to come to a complete stop and make sure the interesection is clear before proceeding.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Vehicles",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 20000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,013: Line 42,984:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,022: Line 42,993:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenBargeItem",
type = "StopSignItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Ceiling Light"] = {
["Storage Chest"] = {
untranslated = "Wooden Ceiling Light",
untranslated = "Storage Chest",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A more modern way to light up a room.",
description = "A container you can store items in.",
tagGroups = {
tagGroups = {},
"Housing Objects",
"Lighting",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,046: Line 43,014:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,059: Line 43,027:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,068: Line 43,036:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenCeilingLightItem",
type = "StorageChestItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Elevator"] = {
["Storage Silo"] = {
untranslated = "Wooden Elevator",
untranslated = "Storage Silo",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "An elevator for transporting loads vertically.",
description = "A wooden silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Specialty",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,105: Line 43,070:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x4x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,114: Line 43,079:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenElevatorItem",
type = "StorageSiloItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Fabric Bed"] = {
Store = {
untranslated = "Wooden Fabric Bed",
untranslated = "Store",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A much more comfortable bed made with fabric.",
description = "Allows the selling and trading of items.",
tagGroups = {
tagGroups = {},
"Bedroom",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 44,138: Line 43,100:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "4",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = nil,
furnitureType = "Bed",
furnitureType = nil,
repeatsDepreciation = "0.3",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,151: Line 43,113:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "18",
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,160: Line 43,122:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenFabricBedItem",
type = "StoreItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Floor Lamp"] = {
Stove = {
untranslated = "Wooden Floor Lamp",
untranslated = "Stove",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A more modern way to light up a room. This time from the floor.",
description = "A heavy stove for cooking more complex dishes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Lighting",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,184: Line 43,146:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = "3",
roomCategory = "Lighting",
roomCategory = "Kitchen",
furnitureType = "Lights",
furnitureType = "Cooking",
repeatsDepreciation = "0.7",
repeatsDepreciation = "0.3",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,197: Line 43,159:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "3",
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,206: Line 43,168:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenFloorLampItem",
type = "StoveItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Frame Landscape"] = {
["Strange Fuel"] = {
untranslated = "Wooden Frame Landscape",
untranslated = "Strange Fuel",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "",
description = "CHEEEAAAAATER",
tagGroups = {
tagGroups = {},
"Cultural",
maxStack = 100,
"Housing Objects",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,227: Line 43,186:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 10000000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,243: Line 43,202:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,252: Line 43,211:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenFrameLandscapeItem",
type = "StrangeFuelItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Frame Wide"] = {
["Street Sign"] = {
untranslated = "Wooden Frame Wide",
untranslated = "Street Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "",
description = "A metal sign that is especially useful when placed alongside a road to provide information or give instructions to road users.",
tagGroups = {
tagGroups = {},
"Cultural",
"Housing Objects",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 44,276: Line 43,232:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0",
skillValue = nil,
roomCategory = "Cultural",
roomCategory = nil,
furnitureType = "Cultural",
furnitureType = nil,
repeatsDepreciation = "",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,289: Line 43,245:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "1x1x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,298: Line 43,254:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenFrameWideItem",
type = "StreetSignItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Hull Planks"] = {
Streetlamp = {
untranslated = "Wooden Hull Planks",
untranslated = "Streetlamp",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Basic wooden boards specially made for ships.",
description = "A towering metal light post that requires electricity to run.",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,322: Line 43,277:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,335: Line 43,290:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,344: Line 43,299:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenHullPlanksItem",
type = "StreetlampItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Keel"] = {
["Stuffed Alligator"] = {
untranslated = "Wooden Keel",
untranslated = "Stuffed Alligator",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "The backbone of any wooden ships.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,368: Line 43,322:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,381: Line 43,335:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,390: Line 43,344:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenKeelItem",
type = "StuffedAlligatorItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Kitchen Lamp"] = {
["Stuffed Bison"] = {
untranslated = "Wooden Kitchen Lamp",
untranslated = "Stuffed Bison",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A more modern way to light up a room.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,414: Line 43,367:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = "3",
roomCategory = "Lighting",
roomCategory = "Decoration",
furnitureType = "Lights",
furnitureType = "Statue",
repeatsDepreciation = "0.5",
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,427: Line 43,380:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "2x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,436: Line 43,389:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenKitchenLampItem",
type = "StuffedBisonItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Latrine"] = {
["Stuffed Elk"] = {
untranslated = "Wooden Latrine",
untranslated = "Stuffed Elk",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A wooden potty.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Bathroom",
"Housing",
"Housing Objects",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,460: Line 43,412:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = "3",
roomCategory = "Bathroom",
roomCategory = "Decoration",
furnitureType = "Toilet",
furnitureType = "Statue",
repeatsDepreciation = "0.1",
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
Line 44,473: Line 43,425:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "2x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,482: Line 43,434:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LatrineItem",
type = "StuffedElkItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Mold"] = {
["Stuffed Goat"] = {
untranslated = "Wooden Mold",
untranslated = "Stuffed Goat",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A useful material for hardening, curing, and other various uses.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,506: Line 43,457:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,519: Line 43,470:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,528: Line 43,479:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenMoldItem",
type = "StuffedGoatItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Moorage Post"] = {
["Stuffed Jaguar"] = {
untranslated = "Wooden Moorage Post",
untranslated = "Stuffed Jaguar",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A basic moorage post made from wood to anchor smaller vessels in place.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Specialty",
},
},
maxStack = 1,
maxStack = 1,
Line 44,552: Line 43,502:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,565: Line 43,515:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,574: Line 43,524:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenMooragePostItem",
type = "StuffedJaguarItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Oar"] = {
["Stuffed Turkey"] = {
untranslated = "Wooden Oar",
untranslated = "Stuffed Turkey",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "An important piece of equipment used to give smaller wooden ships momentum.",
description = "To give thanks for the fact that this food gives two extra nutrients than other food items of the same tier.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 500,
calories = nil,
calories = 1600,
carbs = nil,
carbs = 17,
protein = nil,
protein = 24,
fat = nil,
fat = 16,
vitamins = nil,
vitamins = 7,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 44,620: Line 43,569:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenOarItem",
type = "StuffedTurkeyItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Rudder"] = {
["Stuffed Wolf"] = {
untranslated = "Wooden Rudder",
untranslated = "Stuffed Wolf",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "If you dont have one of these, you have no control over your heading.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Items",
"Housing",
"Products",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,644: Line 43,592:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,657: Line 43,605:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,666: Line 43,614:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenRudderItem",
type = "StuffedWolfItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Straw Bed"] = {
Substrate = {
untranslated = "Wooden Straw Bed",
untranslated = "Substrate",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.",
description = "The foundation material for complex electronics.",
tagGroups = {
tagGroups = {},
"Bedroom",
maxStack = 100,
"Housing Objects",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,690: Line 43,635:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = nil,
furnitureType = "Bed",
furnitureType = nil,
repeatsDepreciation = "0.4",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,703: Line 43,648:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,712: Line 43,657:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenStrawBedItem",
type = "SubstrateItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Table Lamp"] = {
Sugar = {
untranslated = "Wooden Table Lamp",
untranslated = "Sugar",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "For late night studying. Or working. Or anything, really.",
description = "Even sweet lovers don't eat sugar plain.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 100,
calories = nil,
calories = 50,
carbs = nil,
carbs = 15,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 30.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = nil,
roomCategory = "Lighting",
roomCategory = nil,
furnitureType = "Lights",
furnitureType = nil,
repeatsDepreciation = "0.7",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 44,749: Line 43,693:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,758: Line 43,702:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenTableLampItem",
type = "SugarItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Transport Ship"] = {
Sugarcane = {
untranslated = "Wooden Transport Ship",
untranslated = "Sugarcane",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "",
description = "How did you even get this?",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Vehicles",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 20000,
weight = 50,
calories = nil,
calories = 1,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 0,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 44,804: Line 43,748:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenTransportShipItem",
type = "SugarcaneItem",
typeID = 0,
typeID = 0,
},
},
["Wooden Wheel"] = {
["Sun Cheese"] = {
untranslated = "Wooden Wheel",
untranslated = "Sun Cheese",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A basic wheel for use in early wooden vehicles.",
description = "Cheesy yet not made in a traditional way.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 50,
calories = nil,
calories = 250,
carbs = nil,
carbs = 2,
protein = nil,
protein = 4,
fat = nil,
fat = 12,
vitamins = nil,
vitamins = 0,
density = nil,
density = 7.199999999999999,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 44,850: Line 43,793:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenWheelItem",
type = "SunCheeseItem",
typeID = 0,
typeID = 0,
},
},
["Wool Carpet"] = {
Sunflower = {
untranslated = "Wool Carpet",
untranslated = "Sunflower",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A woven wool floor covering attached to a lumber backing.",
description = "A plant whose seeds are quite versitile in their use further processed.",
tagGroups = {
tagGroups = {
"Blocks",
"Food",
"Building Materials",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 75,
calories = nil,
calories = 50,
carbs = nil,
carbs = 2,
protein = nil,
protein = 2,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 0,
density = nil,
density = 16.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 44,879: Line 43,820:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,897: Line 43,838:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoolCarpetItem",
type = "SunflowerItem",
typeID = 0,
typeID = 0,
},
},
["Wool Curtains"] = {
["Sunflower Seed"] = {
untranslated = "Wool Curtains",
untranslated = "Sunflower Seed",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Curtains woven using the finest wool. \\n\\n (Only cosmetic does not impact room value.)",
description = "Plant to grow sunflowers.",
tagGroups = {
tagGroups = {
"Blocks",
"Crop Seed",
"Building Materials",
"Food",
"Constructable",
"Seeds",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 5000,
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 44,944: Line 43,885:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoolCurtainsItem",
type = "SunflowerSeedItem",
typeID = 0,
typeID = 0,
},
},
["Wool Fabric"] = {
["Sweet Deer Jerky"] = {
untranslated = "Wool Fabric",
untranslated = "Sweet Deer Jerky",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Wool fabric is warm and durable, but it can be slightly itchy.",
description = "Marinated in a mix of oil, herbs and some sweetener really increased the potential.",
tagGroups = {
tagGroups = {
"Fabric",
"Food",
"Items",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 400,
calories = nil,
calories = 600,
carbs = nil,
carbs = 4,
protein = nil,
protein = 22,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 3,
density = nil,
density = 5.833333333333333,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 44,991: Line 43,930:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoolFabricItem",
type = "SweetDeerJerkyItem",
typeID = 0,
typeID = 0,
},
},
["Wool Yarn"] = {
["Sweet Salad"] = {
untranslated = "Wool Yarn",
untranslated = "Sweet Salad",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Spun wool that can be used for knitting, weaving, or sewing.",
description = "The sweetness of the fruits happens to work well with the salad.",
tagGroups = {
tagGroups = {
"Items",
"Food",
"Products",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 20,
weight = 400,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 18,
protein = nil,
protein = 9,
fat = nil,
fat = 7,
vitamins = nil,
vitamins = 22,
density = nil,
density = 4.666666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 45,037: Line 43,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoolYarnItem",
type = "SweetSaladItem",
typeID = 0,
typeID = 0,
},
},
["Work Backpack"] = {
["Swirl Vase"] = {
untranslated = "Work Backpack",
untranslated = "Swirl Vase",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Lighter pack that causes lower calorie consumption.\\n\\n(Decreases calories consumed when using tools by 10\\u0025 and increases max carry weight by 5 kg)",
description = "A  vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Clothes",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,060: Line 43,998:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 45,082: Line 44,020:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WorkBackpackItem",
type = "SwirlVaseItem",
typeID = 0,
typeID = 0,
},
},
["Work Boots"] = {
["Synthetic Rubber"] = {
untranslated = "Work Boots",
untranslated = "Synthetic Rubber",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Boots designed to be rugged and reduce muscle strain while working.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)\\n\\n(Increases movement speed)",
description = "An extremely useful synthetic material derived from petrochemicals.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,127: Line 44,063:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WorkBootsItem",
type = "SyntheticRubberItem",
typeID = 0,
typeID = 0,
},
},
Workbench = {
["Tailor Bowler Hat"] = {
untranslated = "Workbench",
untranslated = "Tailor Bowler Hat",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A bench for the basics and making even more benches.",
description = "A stylish bowler hat made of tighly spun fur felt.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,173: Line 44,108:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WorkbenchItem",
type = "TailorBowlerHatItem",
typeID = 0,
typeID = 0,
},
},
["Worldly Donut"] = {
["Tailor Pants"] = {
untranslated = "Worldly Donut",
untranslated = "Tailor Pants",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Understand this, and you will understand a lot.",
description = "Tailored slacks that fit just right.",
tagGroups = {
tagGroups = {
"Baking",
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
calories = 750,
calories = nil,
carbs = 15,
carbs = nil,
protein = 2,
protein = nil,
fat = 17,
fat = nil,
vitamins = 2,
vitamins = nil,
density = 4.8,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 45,219: Line 44,153:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WorldlyDonutItem",
type = "TailorPantsItem",
typeID = 0,
typeID = 0,
},
},
Yeast = {
["Tailor Shirt"] = {
untranslated = "Yeast",
untranslated = "Tailor Shirt",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A fungus that acts as an amazing leavening agent.",
description = "A form-fitting vest and tie ensemble which includes measuring tape.",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
"Ingredients",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 60,
calories = nil,
carbs = 0,
carbs = nil,
protein = 8,
protein = nil,
fat = 0,
fat = nil,
vitamins = 7,
vitamins = nil,
density = 25.0,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 45,265: Line 44,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "YeastItem",
type = "TailorShirtItem",
typeID = 0,
typeID = 0,
},
},
["Zoning Office"] = {
["Tailor Shoes"] = {
untranslated = "Zoning Office",
untranslated = "Tailor Shoes",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "Allows the creation of District Maps, which define a set of districts.  Districts can then be specified in laws and other civic actions.",
description = "Two-toned suede shoes.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Government",
"Clothes",
"Work Stations",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,311: Line 44,243:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ZoningOfficeItem",
type = "TailorShoesItem",
typeID = 0,
typeID = 0,
},
},
},
["Tailoring Basic Upgrade"] = {
tags = {
untranslated = "Tailoring Basic Upgrade",
["Advanced Research"] = {
category = nil,
"Agriculture Research Paper Advanced",
group = "Upgrade Modules",
"Culinary Research Paper Advanced",
description = "Basic Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
"Dendrology Research Paper Advanced",
tagGroups = {
"Engineering Research Paper Advanced",
"Upgrade",
"Geology Research Paper Advanced",
},
"Metallurgy Research Paper Advanced",
maxStack = 100,
carried = "Backpack",
weight = 1,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TailoringUpgradeItem",
typeID = 0,
},
},
["Advanced Upgrade"] = {
["Tailoring Modern Upgrade"] = {
"Advanced Upgrade 1",
untranslated = "Tailoring Modern Upgrade",
"Advanced Upgrade 2",
category = nil,
"Advanced Upgrade 3",
group = "Upgrade Modules",
"Advanced Upgrade 4",
description = "Modern Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
tagGroups = {
"Upgrade",
},
maxStack = 100,
carried = "Backpack",
weight = 1,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TailoringModernUpgradeItem",
typeID = 0,
},
},
["Advanced Upgrades"] = {
["Tailoring Skill Book"] = {
"Advanced Upgrade 1",
untranslated = "Tailoring Skill Book",
"Advanced Upgrade 2",
category = nil,
"Advanced Upgrade 3",
group = "Skill Books",
"Advanced Upgrade 4",
description = "Tailoring Skill Book",
},
tagGroups = {
Animal = {
"Skill Books",
"Agouti Carcass",
},
"Alligator Carcass",
maxStack = 1,
"Bass",
carried = "Backpack",
"Bighorn Carcass",
weight = 100,
"Bison Carcass",
calories = nil,
"Blue Shark",
carbs = nil,
"Clam",
protein = nil,
"Cod",
fat = nil,
"Coyote Carcass",
vitamins = nil,
"Crab Carcass",
density = nil,
"Deer Carcass",
fuel = nil,
"Elk Carcass",
yield = nil,
"Fox Carcass",
currency = nil,
"Hare Carcass",
skillValue = nil,
"Jaguar Carcass",
roomCategory = nil,
"Moon Jellyfish",
furnitureType = nil,
"Mountain Goat Carcass",
repeatsDepreciation = nil,
"Otter Carcass",
materialTier = nil,
"Pacific Sardine",
fuelsUsed = nil,
"Prairie Dog Carcass",
gridRadius = nil,
"Salmon",
energyUsed = nil,
"Snapping Turtle Carcass",
energyProduced = nil,
"Trout",
energyType = nil,
"Tuna",
fluidsUsed = nil,
"Turkey Carcass",
fluidsProduced = nil,
"Urchin",
validTalents = nil,
"Wolf Carcass",
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "Tailoring Skill BookItem",
typeID = 0,
},
},
["Animal Skin"] = {
["Tailoring Skill Scroll"] = {
"Fur Pelt",
untranslated = "Tailoring Skill Scroll",
"Leather Hide",
category = nil,
group = "Skill Scrolls",
description = "Tailoring Skill Scroll",
tagGroups = {
"Skill Scrolls",
},
maxStack = 10,
carried = "Backpack",
weight = 10,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "Tailoring Skill ScrollItem",
typeID = 0,
},
},
["Ashlar Stone"] = {
["Tailoring Table"] = {
"Ashlar Basalt",
untranslated = "Tailoring Table",
"Ashlar Gneiss",
category = nil,
"Ashlar Granite",
group = "Work Stations",
"Ashlar Limestone",
description = "Spearhead the fashion movement with the finest clothes and hair!",
"Ashlar Sandstone",
tagGroups = {
"Ashlar Shale",
"Crafting Table",
},
},
["Baked Food"] = {
maxStack = 1,
"Baked Agave",
carried = "Backpack",
"Baked Beet",
weight = 2000,
"Baked Corn",
calories = nil,
"Baked Heart Of Palm",
carbs = nil,
"Baked Roast",
protein = nil,
"Baked Taro",
fat = nil,
"Baked Tomato",
vitamins = nil,
"Camas Bulb Bake",
density = nil,
},
fuel = nil,
["Baked Vegetable"] = {
yield = nil,
"Baked Agave",
currency = nil,
"Baked Beet",
skillValue = nil,
"Baked Corn",
roomCategory = "Industrial",
"Baked Heart Of Palm",
furnitureType = nil,
"Baked Taro",
repeatsDepreciation = nil,
"Baked Tomato",
materialTier = nil,
"Camas Bulb Bake",
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x3x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TailoringTableItem",
typeID = 0,
},
},
Baking = {
["Tall Boots"] = {
"Baked Agave",
untranslated = "Tall Boots",
"Baked Beet",
category = nil,
"Baked Corn",
group = "Clothing",
"Baked Heart Of Palm",
description = "Knee-high boots are boots that rise to the knee, or slightly thereunder. They are generally tighter around the leg shaft and ankle than at the top.",
"Baked Meat",
tagGroups = {
"Baked Roast",
"Clothes",
"Baked Taro",
},
"Baked Tomato",
maxStack = 100,
"Bearclaw",
carried = "Backpack",
"Bread",
weight = 100,
"Camas Bread",
calories = nil,
"Camas Bulb Bake",
carbs = nil,
"Elk Wellington",
protein = nil,
"Fantastic Forest Pizza",
fat = nil,
"Flatbread",
vitamins = nil,
"Fruit Muffin",
density = nil,
"Fruit Tart",
fuel = nil,
"Hearty Hometown Pizza",
yield = nil,
"Huckleberry Fritter",
currency = nil,
"Huckleberry Pie",
skillValue = nil,
"Leavened Dough",
roomCategory = nil,
"Macarons",
furnitureType = nil,
"Meat Pie",
repeatsDepreciation = nil,
"Pastry Dough",
materialTier = nil,
"Pirozhok",
fuelsUsed = nil,
"Roast Pumpkin",
gridRadius = nil,
"Sensuous Sea Pizza",
energyUsed = nil,
"Stuffed Turkey",
energyProduced = nil,
"Tasty Tropical Pizza",
energyType = nil,
"Worldly Donut",
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TallBootsItem",
typeID = 0,
},
},
["Basic Research"] = {
Tallow = {
"Culinary Research Paper Basic",
untranslated = "Tallow",
"Dendrology Research Paper Basic",
category = nil,
"Gathering Research Paper Basic",
group = "Food",
"Geology Research Paper Basic",
description = "Rendered animal fat useful for more than just cooking.",
"Metallurgy Research Paper Basic",
tagGroups = {
},
"Fat",
["Basic Upgrade"] = {
"Food",
"Basic Upgrade 1",
},
"Basic Upgrade 2",
maxStack = 100,
"Basic Upgrade 3",
carried = "Backpack",
"Basic Upgrade 4",
weight = 100,
calories = 200,
carbs = 0,
protein = 0,
fat = 8,
vitamins = 0,
density = 4.0,
fuel = 2000,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TallowItem",
typeID = 0,
},
},
["Basic Upgrades"] = {
["Tallow Candle"] = {
"Basic Upgrade 1",
untranslated = "Tallow Candle",
"Basic Upgrade 2",
category = nil,
"Basic Upgrade 3",
group = "Housing Objects",
"Basic Upgrade 4",
description = "A candle which can burn tallow to produce a small amount of light.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "0.8",
roomCategory = "Lighting",
furnitureType = "Lights",
repeatsDepreciation = "0.7",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TallowCandleItem",
typeID = 0,
},
},
Bathroom = {
["Tallow Lamp"] = {
"Bathtub",
untranslated = "Tallow Lamp",
"Large Bath Mat",
category = nil,
"Sink",
group = "Housing Objects",
"Small Bath Mat",
description = "A pottery lamp. Fuel with tallow.",
"Small Sink",
tagGroups = {
"Toilet",
"Housing",
"Towel Rack",
},
"Washboard",
maxStack = 1,
"Washing Machine",
carried = "Backpack",
"Wooden Latrine",
weight = 500,
},
calories = nil,
Bedroom = {
carbs = nil,
"Cast Iron Bed",
protein = nil,
"Cast Iron Royal Bed",
fat = nil,
"Hardwood Lumber Dresser",
vitamins = nil,
"Hewn Dresser",
density = nil,
"Hewn Nightstand",
fuel = nil,
"Lumber Dresser",
yield = nil,
"Nylon Futon Bed",
currency = nil,
"Softwood Lumber Dresser",
skillValue = "1.2",
"Wooden Fabric Bed",
roomCategory = "Lighting",
"Wooden Straw Bed",
furnitureType = "Lights",
repeatsDepreciation = "0.7",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TallowLampItem",
typeID = 0,
},
["Tallow Wall Lamp"] = {
untranslated = "Tallow Wall Lamp",
category = nil,
group = "Housing Objects",
description = "A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "1.2",
roomCategory = "Lighting",
furnitureType = "Lights",
repeatsDepreciation = "0.7",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TallowWallLampItem",
typeID = 0,
},
},
Blocks = {
["Taro Fries"] = {
"Ashlar Basalt",
untranslated = "Taro Fries",
"Ashlar Gneiss",
category = nil,
"Ashlar Granite",
group = "Food",
"Ashlar Limestone",
description = "Crispy strips of taro that have been deep fried in oil.",
"Ashlar Sandstone",
tagGroups = {
"Ashlar Shale",
"Food",
"Asphalt Concrete",
},
"Barrel",
maxStack = 100,
"Biodiesel",
carried = "Backpack",
"Brick",
weight = 100,
"Clay",
calories = 600,
"Composite Birch Lumber",
carbs = 10,
"Composite Cedar Lumber",
protein = 2,
"Composite Ceiba Lumber",
fat = 20,
"Composite Fir Lumber",
vitamins = 0,
"Composite Joshua Lumber",
density = 5.333333333333334,
"Composite Lumber",
fuel = nil,
"Composite Oak Lumber",
yield = nil,
"Composite Palm Lumber",
currency = nil,
"Composite Redwood Lumber",
skillValue = nil,
"Composite Saguaro Lumber",
roomCategory = nil,
"Composite Spruce Lumber",
furnitureType = nil,
"Copper Bar",
repeatsDepreciation = nil,
"Copper Concentrate",
materialTier = nil,
"Copper Pipe",
fuelsUsed = nil,
"Corrugated Steel",
gridRadius = nil,
"Cotton Carpet",
energyUsed = nil,
"Cotton Curtains",
energyProduced = nil,
"Crushed Basalt",
energyType = nil,
"Crushed Coal",
fluidsUsed = nil,
"Crushed Copper Ore",
fluidsProduced = nil,
"Crushed Gneiss",
validTalents = nil,
"Crushed Gold Ore",
footprint = nil,
"Crushed Granite",
mobile = nil,
"Crushed Iron Ore",
roomSizeReq = nil,
"Crushed Limestone",
roomMatReq = nil,
"Crushed Mixed Rock",
roomContainReq = nil,
"Crushed Sandstone",
inventorySlots = nil,
"Crushed Shale",
inventoryMaxWeight = nil,
"Crushed Slag",
inventoryRestrictions = nil,
"Dirt Ramp",
NutrientElement = nil,
"Flat Steel",
type = "TaroFriesItem",
"Framed Glass",
typeID = 0,
"Gasoline",
"Glass",
"Gold Bar",
"Gold Concentrate",
"Hardwood Hewn Log",
"Hardwood Lumber",
"Hewn Log",
"Iron Bar",
"Iron Concentrate",
"Iron Pipe",
"Lumber",
"Mortared Granite",
"Mortared Limestone",
"Mortared Sandstone",
"Mortared Stone",
"Nylon Carpet",
"Nylon Curtains",
"Petroleum",
"Reinforced Concrete",
"Slag",
"Softwood Hewn Log",
"Softwood Lumber",
"Steel Bar",
"Steel Pipe",
"Stone Road",
"Tree Debris",
"Wool Carpet",
"Wool Curtains",
},
},
Bread = {
["Taro Root"] = {
"Bread",
untranslated = "Taro Root",
"Camas Bread",
category = nil,
group = "Food",
description = "Colocasia esculenta.",
tagGroups = {
"Food",
"Raw Food",
"Root",
"Vegetable",
},
maxStack = 100,
carried = "Backpack",
weight = 75,
calories = 250,
carbs = 6,
protein = 1,
fat = 0,
vitamins = 1,
density = 3.2,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TaroRootItem",
typeID = 0,
},
},
["Building Materials"] = {
["Taro Seed"] = {
"Ashlar Basalt",
untranslated = "Taro Seed",
"Ashlar Gneiss",
category = nil,
"Ashlar Granite",
group = "Food",
"Ashlar Limestone",
description = "Plant to grow taro.",
"Ashlar Sandstone",
tagGroups = {
"Ashlar Shale",
"Crop Seed",
"Brick",
"Food",
"Composite Birch Lumber",
"Seeds",
"Composite Cedar Lumber",
},
"Composite Ceiba Lumber",
maxStack = 100,
"Composite Fir Lumber",
carried = "Backpack",
"Composite Joshua Lumber",
weight = 50,
"Composite Lumber",
calories = 0,
"Composite Oak Lumber",
carbs = 0,
"Composite Palm Lumber",
protein = 0,
"Composite Redwood Lumber",
fat = 0,
"Composite Saguaro Lumber",
vitamins = 0,
"Composite Spruce Lumber",
density = 0,
"Corrugated Steel",
fuel = nil,
"Cotton Carpet",
yield = nil,
"Cotton Curtains",
currency = nil,
"Flat Steel",
skillValue = nil,
"Framed Glass",
roomCategory = nil,
"Glass",
furnitureType = nil,
"Hardwood Hewn Log",
repeatsDepreciation = nil,
"Hardwood Lumber",
materialTier = nil,
"Hewn Log",
fuelsUsed = nil,
"Lumber",
gridRadius = nil,
"Mortared Granite",
energyUsed = nil,
"Mortared Limestone",
energyProduced = nil,
"Mortared Sandstone",
energyType = nil,
"Mortared Stone",
fluidsUsed = nil,
"Nylon Carpet",
fluidsProduced = nil,
"Nylon Curtains",
validTalents = nil,
"Reinforced Concrete",
footprint = nil,
"Softwood Hewn Log",
mobile = nil,
"Softwood Lumber",
roomSizeReq = nil,
"Wool Carpet",
roomMatReq = nil,
"Wool Curtains",
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TaroSeedItem",
typeID = 0,
},
},
["Burnable Fuel"] = {
["Tasty Tropical Pizza"] = {
"Arrow",
untranslated = "Tasty Tropical Pizza",
"Birch Log",
category = nil,
"Board",
group = "Food",
"Cedar Log",
description = "To some it is tasty. To others, unforgivable.",
"Ceiba Log",
tagGroups = {
"Charcoal",
"Food",
"Crushed Coal",
},
"Fir Log",
maxStack = 100,
"Hardwood Board",
carried = "Backpack",
"Hardwood Hewn Log",
weight = 300,
"Hardwood Lumber",
calories = 1200,
"Hewn Log",
carbs = 21,
"Joshua Log",
protein = 6,
"Lumber",
fat = 12,
"Oak Log",
vitamins = 11,
"Palm Log",
density = 4.166666666666666,
"Paper",
fuel = nil,
"Plant Fibers",
yield = nil,
"Redwood Log",
currency = nil,
"Saguaro Rib",
skillValue = nil,
"Softwood Board",
roomCategory = nil,
"Softwood Hewn Log",
furnitureType = nil,
"Softwood Lumber",
repeatsDepreciation = nil,
"Spruce Log",
materialTier = nil,
"Wood Pulp",
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TastyTropicalPizzaItem",
typeID = 0,
},
},
Byproducts = {
["Tiny Stockpile"] = {
"Slag",
untranslated = "Tiny Stockpile",
"Tree Debris",
category = nil,
group = "Crafted Objects",
description = "Designates a 2x3x2 area as storage for large items.",
tagGroups = {},
maxStack = 1,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "2x2x3",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TinyStockpileItem",
typeID = 0,
},
},
Campfire = {
Toilet = {
"Bannock",
untranslated = "Toilet",
"Beet Campfire Salad",
category = nil,
"Campfire Roast",
group = "Housing Objects",
"Fern Campfire Salad",
description = "When you gotta go, you gotta go.",
"Field Campfire Stew",
tagGroups = {
"Fried Camas",
"Housing",
"Fried Fiddleheads",
},
"Fried Hearts Of Palm",
maxStack = 1,
"Fried Taro",
carried = "Backpack",
"Fried Tomatoes",
weight = 1000,
"Jungle Campfire Salad",
calories = nil,
"Jungle Campfire Stew",
carbs = nil,
"Meaty Stew",
protein = nil,
"Root Campfire Salad",
fat = nil,
"Root Campfire Stew",
vitamins = nil,
"Topped Porridge",
density = nil,
"Wild Stew",
fuel = nil,
yield = nil,
currency = nil,
skillValue = "3",
roomCategory = "Bathroom",
furnitureType = "Toilet",
repeatsDepreciation = "0.1",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "ToiletItem",
typeID = 0,
},
},
["Campfire Salad"] = {
Tomato = {
"Beet Campfire Salad",
untranslated = "Tomato",
"Fern Campfire Salad",
category = nil,
"Jungle Campfire Salad",
group = "Food",
"Root Campfire Salad",
description = "Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.",
},
tagGroups = {
["Charred Food"] = {
"Food",
"Boiled Grains",
"Raw Food",
"Charred Agave",
"Vegetable",
"Charred Beans",
},
"Charred Beet",
maxStack = 100,
"Charred Cactus Fruit",
carried = "Backpack",
"Charred Camas Bulb",
weight = 75,
"Charred Corn",
calories = 240,
"Charred Fireweed Shoots",
carbs = 5,
"Charred Fish",
protein = 1,
"Charred Heart Of Palm",
fat = 0,
"Charred Meat",
vitamins = 2,
"Charred Mushrooms",
density = 3.3333333333333335,
"Charred Papaya",
fuel = nil,
"Charred Pineapple",
yield = nil,
"Charred Sausage",
currency = nil,
"Charred Taro",
skillValue = nil,
"Charred Tomato",
roomCategory = nil,
"Wilted Fiddleheads",
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TomatoItem",
typeID = 0,
},
},
["Charred Fruit"] = {
["Tomato Seed"] = {
"Charred Cactus Fruit",
untranslated = "Tomato Seed",
"Charred Papaya",
category = nil,
"Charred Pineapple",
group = "Food",
description = "Plant to grow tomato plants.",
tagGroups = {
"Crop Seed",
"Food",
"Seeds",
},
maxStack = 100,
carried = "Backpack",
weight = 50,
calories = 0,
carbs = 0,
protein = 0,
fat = 0,
vitamins = 0,
density = 0,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TomatoSeedItem",
typeID = 0,
},
},
["Charred Green"] = {
["Tool Bench"] = {
"Charred Agave",
untranslated = "Tool Bench",
"Charred Fireweed Shoots",
category = nil,
"Wilted Fiddleheads",
group = "Work Stations",
},
description = "A place to craft and fix up tools.",
["Charred Vegetable"] = {
tagGroups = {
"Charred Beans",
"Crafting Table",
"Charred Beet",
},
"Charred Camas Bulb",
maxStack = 1,
"Charred Corn",
carried = "Backpack",
"Charred Heart Of Palm",
weight = 1000,
"Charred Mushrooms",
calories = nil,
"Charred Taro",
carbs = nil,
"Charred Tomato",
protein = nil,
},
fat = nil,
Clothes = {
vitamins = nil,
"Bandana",
density = nil,
"Basic Backpack",
fuel = nil,
"Bearpack",
yield = nil,
"Big Backpack",
currency = nil,
"Builder Boots",
skillValue = nil,
"Builder Gloves",
roomCategory = nil,
"Builder Helmet",
furnitureType = nil,
"Builder Overalls",
repeatsDepreciation = nil,
"Builder Shirt",
materialTier = nil,
"Bycocket",
fuelsUsed = nil,
"Camo Pants",
gridRadius = nil,
"Camo Shirt",
energyUsed = nil,
"Capris",
energyProduced = nil,
"Carbide Helmet Lamp",
energyType = nil,
"Chef Hat",
fluidsUsed = nil,
"Chef Pants",
fluidsProduced = nil,
"Chef Shirt",
validTalents = nil,
"Chef Shoes",
footprint = "2x2x2",
"Cloth Belt",
mobile = nil,
"Cloth Cape",
roomSizeReq = nil,
"Derpy Hat",
roomMatReq = nil,
"Explorer Boots",
roomContainReq = nil,
"Explorer Gloves",
inventorySlots = nil,
"Explorer Hat",
inventoryMaxWeight = nil,
"Explorer Pants",
inventoryRestrictions = nil,
"Explorer Shirt",
NutrientElement = nil,
"Farmer Boots",
type = "ToolBenchItem",
"Farmer Gloves",
typeID = 0,
"Farmer Hat",
"Farmer Overalls",
"Farmer Shirt",
"Garden Boots",
"Gigot Sleeve Shirt",
"Henley",
"Light Backpack",
"Low Top Shoes",
"Muffin Hat",
"Oil Head Lamp",
"Primitive Canvas Boots",
"Primitive Canvas Pants",
"Primitive Canvas Shorts",
"Primitive Fur Belt",
"Primitive Leather Boots",
"Primitive Leather Pants",
"Primitive Leather Shirt",
"Primitive Leather Shorts",
"Running Shoes",
"Sandals",
"Shipwright Hat",
"Shipwright Overalls",
"Shipwright Sandals",
"Shipwright Shirt",
"Shorts",
"Smith Apron",
"Smith Bandana",
"Smith Boots",
"Smith Gloves",
"Smith Pants",
"Smith Shirt",
"Square Belt",
"Tailor Bowler Hat",
"Tailor Pants",
"Tailor Shirt",
"Tailor Shoes",
"Tall Boots",
"Trapper Fur Hat",
"Trapper Leather Hat",
"Trousers",
"Tunic",
"Villagers Cowl Lowered",
"Villagers Cowl Raised",
"Wanderers Hood Lowered",
"Wanderers Hood Raised",
"Work Backpack",
"Work Boots",
},
},
Coal = {
["Topped Porridge"] = {
"Charcoal",
untranslated = "Topped Porridge",
"Crushed Coal",
category = nil,
},
group = "Food",
Community = {
description = "A thick gruel of boiled grains with a dash of fruity flavor.",
"Construction Post",
tagGroups = {
"Distribution Station",
"Food",
"Stop Sign",
},
},
maxStack = 100,
["Composite Lumber"] = {
carried = "Backpack",
"Composite Birch Lumber",
weight = 200,
"Composite Cedar Lumber",
calories = 700,
"Composite Ceiba Lumber",
carbs = 10,
"Composite Fir Lumber",
protein = 4,
"Composite Joshua Lumber",
fat = 0,
"Composite Lumber",
vitamins = 10,
"Composite Oak Lumber",
density = 3.428571428571429,
"Composite Palm Lumber",
fuel = nil,
"Composite Redwood Lumber",
yield = nil,
"Composite Saguaro Lumber",
currency = nil,
"Composite Spruce Lumber",
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "ToppedPorridgeItem",
typeID = 0,
},
},
["Concentrated Ore"] = {
Torch = {
"Copper Concentrate",
untranslated = "Torch",
"Gold Concentrate",
category = nil,
"Iron Concentrate",
group = "Items",
description = "A little bit of light to help beat back the night.",
tagGroups = {
"Torch",
},
maxStack = 100,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = 8000,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TorchItem",
typeID = 0,
},
},
Concrete = {
["Torch Stand"] = {
"Reinforced Concrete",
untranslated = "Torch Stand",
},
category = nil,
Constructable = {
group = "Housing Objects",
"Ashlar Basalt",
description = "A stand for a torch.",
"Ashlar Gneiss",
tagGroups = {
"Ashlar Granite",
"Housing",
"Ashlar Limestone",
},
"Ashlar Sandstone",
maxStack = 1,
"Ashlar Shale",
carried = "Backpack",
"Asphalt Concrete",
weight = 500,
"Brick",
calories = nil,
"Composite Birch Lumber",
carbs = nil,
"Composite Cedar Lumber",
protein = nil,
"Composite Ceiba Lumber",
fat = nil,
"Composite Fir Lumber",
vitamins = nil,
"Composite Joshua Lumber",
density = nil,
"Composite Lumber",
fuel = nil,
"Composite Oak Lumber",
yield = nil,
"Composite Palm Lumber",
currency = nil,
"Composite Redwood Lumber",
skillValue = "0.8",
"Composite Saguaro Lumber",
roomCategory = "Lighting",
"Composite Spruce Lumber",
furnitureType = "Lights",
"Corrugated Steel",
repeatsDepreciation = "0.7",
"Cotton Carpet",
materialTier = nil,
"Cotton Curtains",
fuelsUsed = nil,
"Dirt Ramp",
gridRadius = nil,
"Flat Steel",
energyUsed = nil,
"Framed Glass",
energyProduced = nil,
"Glass",
energyType = nil,
"Hardwood Hewn Log",
fluidsUsed = nil,
"Hardwood Lumber",
fluidsProduced = nil,
"Hewn Log",
validTalents = nil,
"Lumber",
footprint = "1x1x2",
"Mortared Granite",
mobile = nil,
"Mortared Limestone",
roomSizeReq = nil,
"Mortared Sandstone",
roomMatReq = nil,
"Mortared Stone",
roomContainReq = nil,
"Nylon Carpet",
inventorySlots = nil,
"Nylon Curtains",
inventoryMaxWeight = nil,
"Reinforced Concrete",
inventoryRestrictions = nil,
"Softwood Hewn Log",
NutrientElement = nil,
"Softwood Lumber",
type = "TorchStandItem",
"Stone Road",
typeID = 0,
"Wool Carpet",
"Wool Curtains",
},
},
Cooking = {
Tortilla = {
"Agouti Enchiladas",
untranslated = "Tortilla",
"Autumn Stew",
category = nil,
"Banh Xeo",
group = "Food",
"Basic Salad",
description = "A thin, unleavened flatbread.",
"Bear SUPREME",
tagGroups = {
"Bison Chow Fun",
"Food",
"Boiled Sausage",
},
"Clam Chowder",
maxStack = 100,
"Corn Fritters",
carried = "Backpack",
"Crimson Salad",
weight = 100,
"Crispy Bacon",
calories = 350,
"Elk Taco",
carbs = 20,
"Fish N Chips",
protein = 10,
"Fried Hare Haunches",
fat = 0,
"Fruit Salad",
vitamins = 0,
"Hosomaki",
density = 8.571428571428571,
"Kelpy Crab Roll",
fuel = nil,
"Loaded Taro Fries",
yield = nil,
"Millionaires Salad",
currency = nil,
"Mochi",
skillValue = nil,
"Phad Thai",
roomCategory = nil,
"Pineapple Friend Rice",
furnitureType = nil,
"Poke Bowl",
repeatsDepreciation = nil,
"Pupusas",
materialTier = nil,
"Seared Meat",
fuelsUsed = nil,
"Seeded Camas Roll",
gridRadius = nil,
"Shark Fillet Soup",
energyUsed = nil,
"Simmered Meat",
energyProduced = nil,
"Smooth Gut Noodle Roll",
energyType = nil,
"Spiky Roll",
fluidsUsed = nil,
"Sweet Salad",
fluidsProduced = nil,
"Taro Fries",
validTalents = nil,
"Tortilla",
footprint = nil,
"Vegetable Medley",
mobile = nil,
"Vegetable Soup",
roomSizeReq = nil,
"Wild Mix",
roomMatReq = nil,
},
roomContainReq = nil,
["Craft Tables"] = {
inventorySlots = nil,
"Advanced Carpentry Table",
inventoryMaxWeight = nil,
"Advanced Masonry Table",
inventoryRestrictions = nil,
"Advanced Tailoring Table",
NutrientElement = nil,
"Anvil",
type = "TortillaItem",
"Arrastra",
typeID = 0,
"Assembly Line",
"Automatic Loom",
"Blast Furnace",
"Bloomery",
"Campfire",
"Campsite",
"Carpentry Table",
"Cement Kiln",
"Electric Lathe",
"Electric Machinist Table",
"Electric Planer",
"Electric Stamping Press",
"Electronics Assembly",
"Farmers Table",
"Fiber Scutching Station",
"Fish Rack",
"Fishery",
"Froth Floatation Cell",
"Glassworks",
"Jaw Crusher",
"Kiln",
"Lathe",
"Loom",
"Machinist Table",
"Masonry Table",
"Medium Shipyard",
"Oil Refinery",
"Pump Jack",
"Robotic Assembly Line",
"Rocker Box",
"Rolling Mill",
"Sawmill",
"Screening Machine",
"Screw Press",
"Sensor Based Belt Sorter",
"Shaper",
"Small Paper Machine",
"Small Shipyard",
"Spin Melter",
"Stamp Mill",
"Tailoring Table",
"Tool Bench",
"Wainwright Table",
"Workbench",
},
},
["Crafted Objects"] = {
["Towel Rack"] = {
"Combustion Generator",
untranslated = "Towel Rack",
"Computer Lab",
category = nil,
"Construction Post",
group = "Housing Objects",
"Crab Pot",
description = "A wooden hanging rack designed for towels.",
"Crane",
tagGroups = {
"Distribution Station",
"Housing",
"Easel",
},
"Electric Water Pump",
maxStack = 1,
"Elevator Call Post",
carried = "Backpack",
"Excavator",
weight = 1000,
"Fish Trap",
calories = nil,
"Hand Plow",
carbs = nil,
"Hanging Long Steel Sign",
protein = nil,
"Hanging Steel Framed Sign",
fat = nil,
"Hanging Steel Mine Sign",
vitamins = nil,
"Hanging Steel Plain Sign",
density = nil,
"Hanging Steel Shop Sign",
fuel = nil,
"Huge Banner Sign",
yield = nil,
"Huge Iron Banner Sign",
currency = nil,
"Huge Iron Sign",
skillValue = "1.5",
"Huge Steel Banner Sign",
roomCategory = "Bathroom",
"Huge Steel Sign",
furnitureType = "Hanger",
"Huge Wooden Banner Sign",
repeatsDepreciation = "0.1",
"Industrial Barge",
materialTier = nil,
"Industrial Elevator",
fuelsUsed = nil,
"Industrial Generator",
gridRadius = nil,
"Industrial Refrigerator",
energyUsed = nil,
"Large Canoe",
energyProduced = nil,
"Large Hanging Ashlar Basalt Sign",
energyType = nil,
"Large Hanging Ashlar Stone Sign",
fluidsUsed = nil,
"Large Hanging Birch Sign",
fluidsProduced = nil,
"Large Hanging Lumber Sign",
validTalents = nil,
"Large Hanging Mortared Granite Sign",
footprint = "2x1x2",
"Large Hanging Mortared Stone Sign",
mobile = nil,
"Large Hanging Saguaro Sign",
roomSizeReq = nil,
"Large Hanging Softwood Sign",
roomMatReq = nil,
"Large Lumber Stockpile",
roomContainReq = nil,
"Large Standing Ashlar Basalt Sign",
inventorySlots = nil,
"Large Standing Ashlar Stone Sign",
inventoryMaxWeight = nil,
"Large Standing Birch Sign",
inventoryRestrictions = nil,
"Large Standing Lumber Sign",
NutrientElement = nil,
"Large Standing Mortared Granite Sign",
type = "TowelRackItem",
"Large Standing Mortared Stone Sign",
typeID = 0,
"Large Standing Saguaro Sign",
"Large Standing Softwood Sign",
"Laser",
"Lumber Stockpile",
"Mechanical Water Pump",
"Medium Fishing Trawler",
"Outpost Netting",
"Plastic Buoy",
"Powered Cart",
"Powered Storage Silo",
"Skid Steer",
"Small Canoe",
"Small Hanging Ashlar Basalt Sign",
"Small Hanging Ashlar Stone Sign",
"Small Hanging Birch Sign",
"Small Hanging Lumber Sign",
"Small Hanging Mortared Granite Sign",
"Small Hanging Mortared Stone Sign",
"Small Hanging Saguaro Sign",
"Small Hanging Softwood Sign",
"Small Standing Ashlar Basalt Sign",
"Small Standing Ashlar Stone Sign",
"Small Standing Birch Sign",
"Small Standing Lumber Sign",
"Small Standing Mortared Granite Sign",
"Small Standing Mortared Stone Sign",
"Small Standing Saguaro Sign",
"Small Standing Softwood Sign",
"Small Stockpile",
"Small Wood Cart",
"Small Wooden Boat",
"Solar Generator",
"Standing Glass Sign",
"Standing Long Steel Sign",
"Standing Steel Brick Sign",
"Steam Engine",
"Steam Tractor",
"Steam Truck",
"Steel Buoy",
"Steel Moorage Post",
"Stockpile",
"Stop Sign",
"Storage Chest",
"Storage Silo",
"Street Sign",
"Tiny Stockpile",
"Transmission Pole",
"Tripod Camera",
"Truck",
"Waste Filter",
"Waterwheel",
"Wheelbarrow",
"Wind Turbine",
"Windmill",
"Wood Cart",
"Wood Shop Cart",
"Wooden Barge",
"Wooden Elevator",
"Wooden Moorage Post",
"Wooden Transport Ship",
},
},
Crop = {
["Town Bell"] = {
"Beans",
untranslated = "Town Bell",
"Camas Bulb",
category = nil,
"Cotton Boll",
group = "Housing Objects",
"Flax Stem",
description = "A large bell used to alert nearby citizens of dangers, meetings and other assorted activities.",
"Kelp",
tagGroups = {
"Plant Fibers",
"Housing",
"Rice",
},
maxStack = 1,
carried = "Backpack",
weight = 5000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "0",
roomCategory = "Cultural",
furnitureType = "Civics",
repeatsDepreciation = "1",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "4x4x3",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TownBellItem",
typeID = 0,
},
},
["Crop Seed"] = {
["Town Foundation"] = {
"Agave Seed",
untranslated = "Town Foundation",
"Amanita Mushroom Spores",
category = nil,
"Beans",
group = "Work Stations",
"Beet Seed",
description = "The founding stone for civilization.",
"Bolete Mushroom Spores",
tagGroups = {
"Camas Bulb",
"Government",
"Cookeina Mushroom Spores",
"Housing",
"Corn Seed",
},
"Crimini Mushroom Spores",
maxStack = 1,
"Fern Spore",
carried = "Backpack",
"Fireweed Seed",
weight = 2000,
"Flax Seed",
calories = nil,
"Huckleberry Seed",
carbs = nil,
"Papaya Seed",
protein = nil,
"Pineapple Seed",
fat = nil,
"Prickly Pear Seed",
vitamins = nil,
"Pumpkin Seed",
density = nil,
"Rice",
fuel = nil,
"Sunflower Seed",
yield = nil,
"Taro Seed",
currency = nil,
"Tomato Seed",
skillValue = "0",
"Wheat Seed",
roomCategory = "Cultural",
furnitureType = "Civics",
repeatsDepreciation = "1",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TownFoundationItem",
typeID = 0,
},
},
["Crushed Rock"] = {
["Trailer Truck"] = {
"Crushed Basalt",
untranslated = "Trailer Truck",
"Crushed Gneiss",
category = nil,
"Crushed Granite",
group = "Vehicle",
"Crushed Limestone",
description = "Modern truck for hauling sizable loads.",
"Crushed Mixed Rock",
tagGroups = {
"Crushed Sandstone",
"Vehicles",
"Crushed Shale",
},
"Crushed Slag",
maxStack = 100,
},
carried = "Backpack",
Cultural = {
weight = 25000,
"Copper Frame Landscape",
calories = nil,
"Copper Frame Wide",
carbs = nil,
"Gold Frame Landscape",
protein = nil,
"Gold Frame Wide",
fat = nil,
"Iron Frame Landscape",
vitamins = nil,
"Iron Frame Wide",
density = nil,
"Ornate Gold Frame Landscape",
fuel = nil,
"Ornate Gold Frame Wide",
yield = nil,
"Ornate Iron Frame Landscape",
currency = nil,
"Ornate Iron Frame Wide",
skillValue = nil,
"Ornate Wooden Frame Landscape",
roomCategory = nil,
"Ornate Wooden Frame Wide",
furnitureType = nil,
"Wooden Frame Landscape",
repeatsDepreciation = nil,
"Wooden Frame Wide",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "2x7x3",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TrailerTruckItem",
typeID = 0,
},
},
Decoration = {
["Transmission Pole"] = {
"Ashlar Large Basalt Fountain",
untranslated = "Transmission Pole",
"Ashlar Large Stone Fountain",
category = nil,
"Ashlar Small Basalt Fountain",
group = "Crafted Objects",
"Ashlar Small Stone Fountain",
description = "Can link energy.",
"Carved Pumpkin",
tagGroups = {},
"Cotton Streamer Stars",
maxStack = 1,
"Cotton Streamer Stripes",
carried = "Backpack",
"Decorative Anchor",
weight = 1000,
"Decorative Glass Buoy Blue",
calories = nil,
"Decorative Glass Buoy Red",
carbs = nil,
"Decorative Hanging Buoy",
protein = nil,
"Decorative Life Preserver",
fat = nil,
"Decorative Ship Wheel",
vitamins = nil,
"Galaxy Vase",
density = nil,
"Large Cotton Bunting Red",
fuel = nil,
"Large Cotton Bunting Regal",
yield = nil,
"Large Nylon Bunting Green",
currency = nil,
"Large Nylon Bunting Purple",
skillValue = nil,
"Limestone Bison Statue",
roomCategory = nil,
"Limestone Otter Statue",
furnitureType = nil,
"Limestone Owl Statue",
repeatsDepreciation = nil,
"Limestone Wolf Statue",
materialTier = nil,
"Orange Vase",
fuelsUsed = nil,
"Plant Vase",
gridRadius = nil,
"Purple Vase",
energyUsed = nil,
"Red Vase",
energyProduced = nil,
"Round Pot",
energyType = nil,
"Rug Large",
fluidsUsed = nil,
"Rug Medium",
fluidsProduced = nil,
"Rug Small",
validTalents = nil,
"Small Cotton Bunting Red",
footprint = "1x1x8",
"Small Cotton Bunting Regal",
mobile = nil,
"Small Nylon Bunting Green",
roomSizeReq = nil,
"Small Nylon Bunting Purple",
roomMatReq = nil,
"Square Pot",
roomContainReq = nil,
"Stuffed Alligator",
inventorySlots = nil,
"Stuffed Bison",
inventoryMaxWeight = nil,
"Stuffed Elk",
inventoryRestrictions = nil,
"Stuffed Goat",
NutrientElement = nil,
"Stuffed Jaguar",
type = "TransmissionPoleItem",
"Stuffed Wolf",
typeID = 0,
"Swirl Vase",
},
},
Doors = {
["Trapper Fur Hat"] = {
"Ashlar Basalt Door",
untranslated = "Trapper Fur Hat",
"Ashlar Stone Door",
category = nil,
"Composite Birch Door",
group = "Clothing",
"Composite Hardwood Door",
description = "It sure is warm.",
"Composite Lumber Door",
tagGroups = {
"Corrugated Steel Door",
"Clothes",
"Corrugated Steel Fence Door",
},
"Flat Steel Door",
maxStack = 100,
"Framed Glass Door",
carried = "Backpack",
"Hewn Door",
weight = 100,
"Hewn Softwood Door",
calories = nil,
"Large Corrugated Steel Door",
carbs = nil,
"Large Lumber Door",
protein = nil,
"Large Windowed Lumber Door",
fat = nil,
"Lumber Door",
vitamins = nil,
"Mortared Granite Door",
density = nil,
"Mortared Stone Door",
fuel = nil,
"Softwood Lumber Door",
yield = nil,
},
currency = nil,
Economic = {
skillValue = nil,
"Bank",
roomCategory = nil,
"Contract Board",
furnitureType = nil,
"Currency Exchange",
repeatsDepreciation = nil,
"Mint",
materialTier = nil,
"Real Estate Desk",
fuelsUsed = nil,
"Registrar",
gridRadius = nil,
"Store",
energyUsed = nil,
},
energyProduced = nil,
Excavatable = {
energyType = nil,
"Basalt",
fluidsUsed = nil,
"Clay",
fluidsProduced = nil,
"Coal",
validTalents = nil,
"Copper Concentrate",
footprint = nil,
"Copper Ore",
mobile = nil,
"Crushed Basalt",
roomSizeReq = nil,
"Crushed Coal",
roomMatReq = nil,
"Crushed Copper Ore",
roomContainReq = nil,
"Crushed Gneiss",
inventorySlots = nil,
"Crushed Gold Ore",
inventoryMaxWeight = nil,
"Crushed Granite",
inventoryRestrictions = nil,
"Crushed Iron Ore",
NutrientElement = nil,
"Crushed Limestone",
type = "TrapperFurHatItem",
"Crushed Mixed Rock",
typeID = 0,
"Crushed Sandstone",
"Crushed Shale",
"Crushed Slag",
"Gneiss",
"Gold Concentrate",
"Gold Ore",
"Granite",
"Iron Concentrate",
"Iron Ore",
"Limestone",
"Sandstone",
"Shale",
"Slag",
},
},
Fabric = {
["Trapper Leather Hat"] = {
"Cloth",
untranslated = "Trapper Leather Hat",
"Cotton Fabric",
category = nil,
"Linen Fabric",
group = "Clothing",
"Nylon Fabric",
description = "Helps keep the sun off your face... and neck... and also ears.",
"Wool Fabric",
tagGroups = {
"Clothes",
},
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TrapperLeatherHatItem",
typeID = 0,
},
},
Fat = {
Treasury = {
"Flaxseed Oil",
untranslated = "Treasury",
"Oil",
category = nil,
"Tallow",
group = "Work Stations",
description = "Allows the setting of taxes.",
tagGroups = {
"Government",
},
maxStack = 1,
carried = "Backpack",
weight = 5000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "3x3x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TreasuryItem",
typeID = 0,
},
},
["Fertilizer Filler"] = {
["Tree Debris"] = {
"Composite Filler",
untranslated = "Tree Debris",
"Fiber Filler",
category = nil,
"Pulp Filler",
group = "Blocks",
description = "Clear cut debris that needs to be broken down to be more usable.",
tagGroups = {},
maxStack = 20,
carried = "Hands",
weight = nil,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TreeDebrisItem",
typeID = 0,
},
},
Fertilizers = {
["Trillium Flower"] = {
"Berry Extract Fertilizer",
untranslated = "Trillium Flower",
"Blood Meal Fertilizer",
category = nil,
"Camas Ash Fertilizer",
group = "Food",
"Composite Filler",
description = "Placeholder Description.",
"Compost Fertilizer",
tagGroups = {
"Fiber Filler",
"Food",
"Hide Ash Fertilizer",
"Petals",
"Pelt Fertilizer",
},
"Phosphate Fertilizer",
maxStack = 100,
"Pulp Filler",
carried = "Backpack",
},
weight = 50,
Fish = {
calories = 0,
"Bass",
carbs = 0,
"Blue Shark",
protein = 0,
"Cod",
fat = 0,
"Moon Jellyfish",
vitamins = 0,
"Pacific Sardine",
density = 0,
"Salmon",
fuel = nil,
"Trout",
yield = nil,
"Tuna",
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TrilliumFlowerItem",
typeID = 0,
},
["Trillium Seed"] = {
untranslated = "Trillium Seed",
category = nil,
group = "Food",
description = "Plant to grow trillium.",
tagGroups = {
"Food",
"Seeds",
},
maxStack = 100,
carried = "Backpack",
weight = 50,
calories = 0,
carbs = 0,
protein = 0,
fat = 0,
vitamins = 0,
density = 0,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TrilliumSeedItem",
typeID = 0,
},
},
Food = {
["Tripod Camera"] = {
"Acorn",
untranslated = "Tripod Camera",
"Acorn Powder",
category = nil,
"Agave Leaves",
group = "Crafted Objects",
"Agave Seed",
description = "When you want to save the world but in a frame.",
"Agouti Enchiladas",
tagGroups = {},
"Amanita Mushroom Spores",
maxStack = 1,
"Amanita Mushrooms",
carried = "Backpack",
"Arctic Willow Seed",
weight = 2000,
"Autumn Stew",
calories = nil,
"Baked Agave",
carbs = nil,
"Baked Beet",
protein = nil,
"Baked Corn",
fat = nil,
"Baked Heart Of Palm",
vitamins = nil,
"Baked Meat",
density = nil,
"Baked Roast",
fuel = nil,
"Baked Taro",
yield = nil,
"Baked Tomato",
currency = nil,
"Banh Xeo",
skillValue = nil,
"Bannock",
roomCategory = nil,
"Barrel Cactus Seed",
furnitureType = nil,
"Basic Salad",
repeatsDepreciation = nil,
"Bean Paste",
materialTier = nil,
"Bean Sprout",
fuelsUsed = nil,
"Beans",
gridRadius = nil,
"Bear SUPREME",
energyUsed = nil,
"Bearclaw",
energyProduced = nil,
"Beet",
energyType = nil,
"Beet Campfire Salad",
fluidsUsed = nil,
"Beet Greens",
fluidsProduced = nil,
"Beet Seed",
validTalents = nil,
"Big Bluestem Seed",
footprint = "1x1x2",
"Birch Seed",
mobile = nil,
"Bison Chow Fun",
roomSizeReq = nil,
"Boiled Grains",
roomMatReq = nil,
"Boiled Rice",
roomContainReq = nil,
"Boiled Sausage",
inventorySlots = nil,
"Bolete Mushroom Spores",
inventoryMaxWeight = nil,
"Bolete Mushrooms",
inventoryRestrictions = nil,
"Bread",
NutrientElement = nil,
"Bullrush Seed",
type = "TripodCameraItem",
"Bunchgrass Seed",
typeID = 0,
"Camas Bread",
},
"Camas Bulb",
Trousers = {
"Camas Bulb Bake",
untranslated = "Trousers",
"Camas Paste",
category = nil,
"Campfire Roast",
group = "Clothing",
"Cedar Seed",
description = "Sturdy pair of slim-fit pants. Trousers are an item of clothing worn from the waist to the ankles, covering both legs separately (rather than with cloth extending across both legs as in robes, skirts, and dresses).",
"Ceiba Seed",
tagGroups = {
"Cereal Germ",
"Clothes",
"Charred Agave",
},
"Charred Beans",
maxStack = 100,
"Charred Beet",
carried = "Backpack",
"Charred Cactus Fruit",
weight = 100,
"Charred Camas Bulb",
calories = nil,
"Charred Corn",
carbs = nil,
"Charred Fireweed Shoots",
protein = nil,
"Charred Fish",
fat = nil,
"Charred Heart Of Palm",
vitamins = nil,
"Charred Meat",
density = nil,
"Charred Mushrooms",
fuel = nil,
"Charred Papaya",
yield = nil,
"Charred Pineapple",
currency = nil,
"Charred Sausage",
skillValue = nil,
"Charred Taro",
roomCategory = nil,
"Charred Tomato",
furnitureType = nil,
"Clam Chowder",
repeatsDepreciation = nil,
"Cookeina Mushroom Spores",
materialTier = nil,
"Cookeina Mushrooms",
fuelsUsed = nil,
"Corn",
gridRadius = nil,
"Corn Fritters",
energyUsed = nil,
"Corn Seed",
energyProduced = nil,
"Cornmeal",
energyType = nil,
"Cotton Seed",
fluidsUsed = nil,
"Creosote Bush Seed",
fluidsProduced = nil,
"Creosote Flower",
validTalents = nil,
"Crimini Mushroom Spores",
footprint = nil,
"Crimini Mushrooms",
mobile = nil,
"Crimson Salad",
roomSizeReq = nil,
"Crispy Bacon",
roomMatReq = nil,
"Dried Fish",
roomContainReq = nil,
"Dried Meat",
inventorySlots = nil,
"Dwarf Willow Seed",
inventoryMaxWeight = nil,
"Elk Taco",
inventoryRestrictions = nil,
"Elk Wellington",
NutrientElement = nil,
"Fantastic Forest Pizza",
type = "TrousersItem",
"Fern Campfire Salad",
typeID = 0,
"Fern Spore",
"Fiddleheads",
"Field Campfire Stew",
"Filmy Fern Spore",
"Fir Seed",
"Fireweed Seed",
"Fireweed Shoots",
"Fish N Chips",
"Flatbread",
"Flax Seed",
"Flaxseed Oil",
"Flour",
"Fried Camas",
"Fried Fiddleheads",
"Fried Hare Haunches",
"Fried Hearts Of Palm",
"Fried Taro",
"Fried Tomatoes",
"Fruit Muffin",
"Fruit Salad",
"Fruit Tart",
"Giant Cactus Fruit",
"Grass Seed",
"Heart Of Palm",
"Hearty Hometown Pizza",
"Heliconia Seed",
"Hosomaki",
"Huckleberries",
"Huckleberry Extract",
"Huckleberry Fritter",
"Huckleberry Pie",
"Huckleberry Seed",
"Infused Oil",
"Jointfir Seed",
"Joshua Seed",
"Jungle Campfire Salad",
"Jungle Campfire Stew",
"Kelpy Crab Roll",
"King Fern Spore",
"Lattice Mushroom Spores",
"Leavened Dough",
"Loaded Taro Fries",
"Lupine Seed",
"Macarons",
"Meat Pie",
"Meat Stock",
"Meaty Stew",
"Millionaires Salad",
"Mochi",
"Ocean Spray Seed",
"Oil",
"Orchid",
"Orchid Seed",
"Palm Seed",
"Papaya",
"Papaya Seed",
"Pastry Dough",
"Phad Thai",
"Pineapple",
"Pineapple Friend Rice",
"Pineapple Seed",
"Pirozhok",
"Poke Bowl",
"Prepared Meat",
"Prickly Pear Fruit",
"Prickly Pear Seed",
"Prime Cut",
"Pumpkin",
"Pumpkin Seed",
"Pupusas",
"Raw Bacon",
"Raw Fish",
"Raw Meat",
"Raw Roast",
"Raw Sausage",
"Redwood Seed",
"Rice",
"Rice Flour",
"Rice Noodles",
"Roast Pumpkin",
"Root Campfire Salad",
"Root Campfire Stew",
"Saguaro Seed",
"Saxifrage Seed",
"Scrap Meat",
"Seagrass Seed",
"Seared Meat",
"Seeded Camas Roll",
"Sensuous Sea Pizza",
"Shark Fillet Soup",
"Simmered Meat",
"Simple Syrup",
"Smooth Gut Noodle Roll",
"Spiky Roll",
"Spruce Seed",
"Stuffed Turkey",
"Sugar",
"Sugarcane",
"Sun Cheese",
"Sunflower",
"Sunflower Seed",
"Sweet Deer Jerky",
"Sweet Salad",
"Tallow",
"Taro Fries",
"Taro Root",
"Taro Seed",
"Tasty Tropical Pizza",
"Tomato",
"Tomato Seed",
"Topped Porridge",
"Tortilla",
"Trillium Flower",
"Trillium Seed",
"Vegetable Medley",
"Vegetable Soup",
"Vegetable Stock",
"Waterweed Seed",
"Wheat",
"Wheat Seed",
"White Bursage Seed",
"Wild Mix",
"Wild Stew",
"Wilted Fiddleheads",
"Worldly Donut",
"Yeast",
},
},
["Fried Vegetable"] = {
Trout = {
"Fried Camas",
untranslated = "Trout",
"Fried Fiddleheads",
category = nil,
"Fried Hearts Of Palm",
group = "Natural Resources",
"Fried Taro",
description = "A trout.",
"Fried Tomatoes",
tagGroups = {
"Fish",
"Medium Fish",
},
maxStack = 100,
carried = "Backpack",
weight = 800,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TroutItem",
typeID = 0,
},
},
Fruit = {
Truck = {
"Giant Cactus Fruit",
untranslated = "Truck",
"Huckleberries",
category = nil,
"Papaya",
group = "Crafted Objects",
"Pineapple",
description = "Modern truck for hauling sizable loads.",
"Prickly Pear Fruit",
tagGroups = {
"Pumpkin",
"Vehicles",
},
maxStack = 100,
carried = "Backpack",
weight = 25000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "2x5x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TruckItem",
typeID = 0,
},
},
Fungus = {
Tuna = {
"Amanita Mushrooms",
untranslated = "Tuna",
"Bolete Mushrooms",
category = nil,
"Cookeina Mushrooms",
group = "Natural Resources",
"Crimini Mushrooms",
description = "A tuna.",
},
tagGroups = {
Gear = {
"Fish",
"Iron Gear",
"Large Fish",
"Steel Gear",
},
},
maxStack = 100,
Government = {
carried = "Backpack",
"Amendments",
weight = 1250,
"Ballot Box",
calories = nil,
"Board Of Elections",
carbs = nil,
"Capitol",
protein = nil,
"Census Bureau",
fat = nil,
"Country Foundation",
vitamins = nil,
"Court Table",
density = nil,
"Embassy Desk",
fuel = nil,
"Executive Office",
yield = nil,
"Federation Foundation",
currency = nil,
"Government Office",
skillValue = nil,
"Immigration Desk",
roomCategory = nil,
"Large Court",
furnitureType = nil,
"Outpost Table",
repeatsDepreciation = nil,
"Printing Press",
materialTier = nil,
"Settlement Crafting Table",
fuelsUsed = nil,
"Small Court",
gridRadius = nil,
"Stenographers Table",
energyUsed = nil,
"Town Foundation",
energyProduced = nil,
"Treasury",
energyType = nil,
"Zoning Office",
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TunaItem",
typeID = 0,
},
},
Grain = {
Tunic = {
"Rice",
untranslated = "Tunic",
"Wheat",
category = nil,
group = "Clothing",
description = "A simply made canvas shirt. Does not have a pocket to put your pen in.",
tagGroups = {
"Clothes",
},
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TunicItem",
typeID = 0,
},
},
Greens = {
["Turkey Carcass"] = {
"Agave Leaves",
untranslated = "Turkey Carcass",
"Beet Greens",
category = nil,
"Fiddleheads",
group = "Natural Resources",
"Fireweed Shoots",
description = "A dead turkey.",
},
tagGroups = {
Hardwood = {
"Tiny Carcass",
"Birch Log",
"Tiny Leather Carcass",
"Ceiba Log",
},
"Oak Log",
maxStack = 100,
},
carried = "Backpack",
["Hardwood Lumber"] = {
weight = 1000,
"Composite Birch Lumber",
calories = nil,
"Composite Ceiba Lumber",
carbs = nil,
"Composite Oak Lumber",
protein = nil,
},
fat = nil,
["Hewn Log"] = {
vitamins = nil,
"Hardwood Hewn Log",
density = nil,
"Hewn Log",
fuel = nil,
"Softwood Hewn Log",
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TurkeyCarcassItem",
typeID = 0,
},
["Upholstered Chair"] = {
untranslated = "Upholstered Chair",
category = nil,
group = "Housing Objects",
description = "Like a chair, but upholstered.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "1.7",
roomCategory = "Living Room",
furnitureType = "Chair",
repeatsDepreciation = "0.6",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "UpholsteredChairItem",
typeID = 0,
},
},
["Housing Objects"] = {
["Upholstered Couch"] = {
"Adorned Ashlar Basalt Bench",
untranslated = "Upholstered Couch",
"Adorned Ashlar Basalt Chair",
category = nil,
"Adorned Ashlar Basalt Table",
group = "Housing Objects",
"Adorned Ashlar Stone Bench",
description = "Like a couch, but upholstered.",
"Adorned Ashlar Stone Chair",
tagGroups = {
"Adorned Ashlar Stone Table",
"Housing",
"Ashlar Basalt Bench",
},
"Ashlar Basalt Chair",
maxStack = 1,
"Ashlar Basalt Door",
carried = "Backpack",
"Ashlar Basalt Fireplace",
weight = 2000,
"Ashlar Basalt Table",
calories = nil,
"Ashlar Large Basalt Fountain",
carbs = nil,
"Ashlar Large Stone Fountain",
protein = nil,
"Ashlar Small Basalt Fountain",
fat = nil,
"Ashlar Small Stone Fountain",
vitamins = nil,
"Ashlar Stone Bench",
density = nil,
"Ashlar Stone Chair",
fuel = nil,
"Ashlar Stone Door",
yield = nil,
"Ashlar Stone Fireplace",
currency = nil,
"Ashlar Stone Table",
skillValue = "2.5",
"Bakery Oven",
roomCategory = "Living Room",
"Bathtub",
furnitureType = "Chair",
"Bison Mount",
repeatsDepreciation = "0.7",
"Bookshelf",
materialTier = nil,
"Brazier",
fuelsUsed = nil,
"Brick Fireplace",
gridRadius = nil,
"Butchery Table",
energyUsed = nil,
"Candle Stand",
energyProduced = nil,
"Carved Pumpkin",
energyType = nil,
"Cast Iron Bed",
fluidsUsed = nil,
"Cast Iron Royal Bed",
fluidsProduced = nil,
"Cast Iron Stove",
validTalents = nil,
"Ceiling Candle",
footprint = "2x1x2",
"Composite Birch Bench",
mobile = nil,
"Composite Birch Chair",
roomSizeReq = nil,
"Composite Birch Door",
roomMatReq = nil,
"Composite Birch Table",
roomContainReq = nil,
"Composite Hardwood Bench",
inventorySlots = nil,
"Composite Hardwood Chair",
inventoryMaxWeight = nil,
"Composite Hardwood Door",
inventoryRestrictions = nil,
"Composite Hardwood Table",
NutrientElement = nil,
"Composite Lumber Bench",
type = "UpholsteredCouchItem",
"Composite Lumber Chair",
typeID = 0,
"Composite Lumber Door",
},
"Composite Lumber Table",
Urchin = {
"Copper Frame Landscape",
untranslated = "Urchin",
"Copper Frame Wide",
category = nil,
"Corrugated Steel Door",
group = "Natural Resources",
"Corrugated Steel Fence Door",
description = "An urchin.",
"Cotton Streamer Stars",
tagGroups = {
"Cotton Streamer Stripes",
"Marine Life",
"Couch",
},
"Court Chair",
maxStack = 100,
"Decorative Anchor",
carried = "Backpack",
"Decorative Glass Buoy Blue",
weight = 100,
"Decorative Glass Buoy Red",
calories = nil,
"Decorative Hanging Buoy",
carbs = nil,
"Decorative Life Preserver",
protein = nil,
"Decorative Ship Wheel",
fat = nil,
"Electric Wall Lamp",
vitamins = nil,
"Elk Mount",
density = nil,
"Flat Steel Door",
fuel = nil,
"Framed Glass Door",
yield = nil,
"Galaxy Vase",
currency = nil,
"Goat Mount",
skillValue = nil,
"Gold Frame Landscape",
roomCategory = nil,
"Gold Frame Wide",
furnitureType = nil,
"Hardwood Lumber Dresser",
repeatsDepreciation = nil,
"Hewn Bench",
materialTier = nil,
"Hewn Chair",
fuelsUsed = nil,
"Hewn Door",
gridRadius = nil,
"Hewn Dresser",
energyUsed = nil,
"Hewn Nightstand",
energyProduced = nil,
"Hewn Softwood Bench",
energyType = nil,
"Hewn Softwood Chair",
fluidsUsed = nil,
"Hewn Softwood Door",
fluidsProduced = nil,
"Hewn Softwood Table",
validTalents = nil,
"Hewn Table",
footprint = nil,
"Icebox",
mobile = nil,
"Iron Frame Landscape",
roomSizeReq = nil,
"Iron Frame Wide",
roomMatReq = nil,
"Kitchen",
roomContainReq = nil,
"Large Bath Mat",
inventorySlots = nil,
"Large Corrugated Steel Door",
inventoryMaxWeight = nil,
"Large Cotton Bunting Red",
inventoryRestrictions = nil,
"Large Cotton Bunting Regal",
NutrientElement = nil,
"Large Festive Paper Lantern",
type = "UrchinItem",
"Large Lumber Door",
typeID = 0,
"Large Nylon Bunting Green",
"Large Nylon Bunting Purple",
"Large Paper Lantern",
"Large Windowed Lumber Door",
"Limestone Bison Statue",
"Limestone Otter Statue",
"Limestone Owl Statue",
"Limestone Wolf Statue",
"Lumber Bench",
"Lumber Chair",
"Lumber Door",
"Lumber Dresser",
"Lumber Table",
"Mill",
"Modern Double Street Light",
"Modern Street Light",
"Mortared Granite Bench",
"Mortared Granite Chair",
"Mortared Granite Door",
"Mortared Granite Fireplace",
"Mortared Granite Table",
"Mortared Stone Bench",
"Mortared Stone Chair",
"Mortared Stone Door",
"Mortared Stone Fireplace",
"Mortared Stone Table",
"Nylon Futon Bed",
"Nylon Futon Couch",
"Orange Vase",
"Ornate Gold Frame Landscape",
"Ornate Gold Frame Wide",
"Ornate Iron Frame Landscape",
"Ornate Iron Frame Wide",
"Ornate Wooden Frame Landscape",
"Ornate Wooden Frame Wide",
"Padded Chair",
"Plant Vase",
"Purple Vase",
"Red Vase",
"Refrigerator",
"Round Pot",
"Rug Large",
"Rug Medium",
"Rug Small",
"Salt Basket",
"Sheep Mount",
"Shelf Cabinet",
"Sink",
"Small Bath Mat",
"Small Cotton Bunting Red",
"Small Cotton Bunting Regal",
"Small Nylon Bunting Green",
"Small Nylon Bunting Purple",
"Small Paper Lantern",
"Small Sink",
"Softwood Lumber Bench",
"Softwood Lumber Chair",
"Softwood Lumber Door",
"Softwood Lumber Dresser",
"Softwood Lumber Table",
"Square Pot",
"Steel Abstract Fixture",
"Steel Ceiling Light",
"Steel Floor Lamp",
"Steel Hanging Fixture",
"Steel Hanging Lamp",
"Steel Kitchen Lamp",
"Steel Searchlight",
"Steel Square Fixture",
"Steel Table Lamp",
"Stone Brazier",
"Stove",
"Streetlamp",
"Stuffed Alligator",
"Stuffed Bison",
"Stuffed Elk",
"Stuffed Goat",
"Stuffed Jaguar",
"Stuffed Wolf",
"Swirl Vase",
"Tallow Candle",
"Tallow Lamp",
"Tallow Wall Lamp",
"Toilet",
"Torch Stand",
"Towel Rack",
"Upholstered Chair",
"Upholstered Couch",
"Wall Candle",
"Washboard",
"Washing Machine",
"Wooden Ceiling Light",
"Wooden Fabric Bed",
"Wooden Floor Lamp",
"Wooden Frame Landscape",
"Wooden Frame Wide",
"Wooden Kitchen Lamp",
"Wooden Latrine",
"Wooden Straw Bed",
"Wooden Table Lamp",
},
},
Ingredients = {
Valve = {
"Acorn Powder",
untranslated = "Valve",
"Bean Paste",
category = nil,
"Boiled Rice",
group = "Items",
"Camas Paste",
description = "A device that regulates, directs, or controls the flow of fluid.",
"Cereal Germ",
tagGroups = {},
"Cornmeal",
maxStack = 100,
"Flaxseed Oil",
carried = "Backpack",
"Flour",
weight = 500,
"Huckleberry Extract",
calories = nil,
"Infused Oil",
carbs = nil,
"Meat Stock",
protein = nil,
"Oil",
fat = nil,
"Rice Flour",
vitamins = nil,
"Rice Noodles",
density = nil,
"Simple Syrup",
fuel = nil,
"Sugar",
yield = nil,
"Sun Cheese",
currency = nil,
"Tallow",
skillValue = nil,
"Vegetable Stock",
roomCategory = nil,
"Yeast",
furnitureType = nil,
},
repeatsDepreciation = nil,
Items = {
materialTier = nil,
"Advanced Circuit",
fuelsUsed = nil,
"Advanced Combustion Engine",
gridRadius = nil,
"Agriculture Research Paper Advanced",
energyUsed = nil,
"Agriculture Research Paper Modern",
energyProduced = nil,
"Arrow",
energyType = nil,
"Art Supplies",
fluidsUsed = nil,
"Basic Circuit",
fluidsProduced = nil,
"Berry Extract Fertilizer",
validTalents = nil,
"Blood Meal Fertilizer",
footprint = nil,
"Board",
mobile = nil,
"Boiler",
roomSizeReq = nil,
"Camas Ash Fertilizer",
roomMatReq = nil,
"Camera Film",
roomContainReq = nil,
"Canvas",
inventorySlots = nil,
"Cellulose Fiber",
inventoryMaxWeight = nil,
"Cement",
inventoryRestrictions = nil,
"Charcoal",
NutrientElement = nil,
"Claim Tool",
type = "ValveItem",
"Colored Powder",
typeID = 0,
"Combustion Engine",
"Composite Filler",
"Compost Fertilizer",
"Copper Plate",
"Copper Wiring",
"Cotton Boll",
"Cotton Fabric",
"Cotton Lint",
"Cotton Thread",
"Culinary Research Paper Advanced",
"Culinary Research Paper Basic",
"Culinary Research Paper Modern",
"Dendrology Research Paper Advanced",
"Dendrology Research Paper Basic",
"Dendrology Research Paper Modern",
"Electric Motor",
"Engineering Research Paper Advanced",
"Engineering Research Paper Modern",
"Epoxy",
"Ethanol",
"Fiber Filler",
"Fiberglass",
"Fishing Pole",
"Flax Fiber",
"Flax Stem",
"Flax Trawler Net",
"Fur Pelt",
"Gathering Research Paper Basic",
"Gearbox",
"Geology Research Paper Advanced",
"Geology Research Paper Basic",
"Geology Research Paper Modern",
"Glass Lens",
"Gold Flakes",
"Gold Wiring",
"Hardwood Board",
"Heat Sink",
"Hemp Mooring Rope",
"Hide Ash Fertilizer",
"Iron Anchor",
"Iron Axle",
"Iron Gear",
"Iron Hull Sheet",
"Iron Plate",
"Iron Saw Blade",
"Iron Wheel",
"Kelp",
"Large Metal Ship Frame",
"Large Wooden Ship Frame",
"Leather Hide",
"Light Bulb",
"Linen Fabric",
"Linen Yarn",
"Medium Metal Ship Frame",
"Medium Wooden Ship Frame",
"Metal Keel",
"Metal Rudder",
"Metallurgy Research Paper Advanced",
"Metallurgy Research Paper Basic",
"Metallurgy Research Paper Modern",
"Mortar",
"Nail",
"Nylon",
"Nylon Fabric",
"Nylon Mooring Rope",
"Nylon Thread",
"Nylon Trawler Net",
"Oil Paint",
"Paper",
"Pelt Fertilizer",
"Phosphate Fertilizer",
"Piston",
"Plant Fibers",
"Plastic",
"Portable Steam Engine",
"Pulp Filler",
"Quicklime",
"Radiator",
"Rebar",
"Rivet",
"Rubber Wheel",
"Screws",
"Servo",
"Shorn Wool",
"Small Wooden Ship Frame",
"Softwood Board",
"Soil Sampler",
"Spoiled Food",
"Steam Tractor Harvester",
"Steam Tractor Plow",
"Steam Tractor Sower",
"Steel Axle",
"Steel Gear",
"Steel Gearbox",
"Steel Plate",
"Steel Saw Blade",
"Substrate",
"Synthetic Rubber",
"Torch",
"Valve",
"Wet Brick",
"Wood Pulp",
"Wooden Hull Planks",
"Wooden Keel",
"Wooden Mold",
"Wooden Oar",
"Wooden Rudder",
"Wooden Wheel",
"Wool Fabric",
"Wool Yarn",
},
},
Kitchen = {
["Vegetable Medley"] = {
"Bakery Oven",
untranslated = "Vegetable Medley",
"Butchery Table",
category = nil,
"Cast Iron Stove",
group = "Food",
"Icebox",
description = "An eclectic arrangement of vegetables.",
"Kitchen",
tagGroups = {
"Mill",
"Food",
"Refrigerator",
},
"Salt Basket",
maxStack = 100,
"Stove",
carried = "Backpack",
weight = 300,
calories = 900,
carbs = 8,
protein = 4,
fat = 7,
vitamins = 17,
density = 4.0,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "VegetableMedleyItem",
typeID = 0,
},
},
["Large Fish"] = {
["Vegetable Soup"] = {
"Blue Shark",
untranslated = "Vegetable Soup",
"Tuna",
category = nil,
group = "Food",
description = "Who knew plants in plant broth could be so tasty?",
tagGroups = {
"Food",
},
maxStack = 100,
carried = "Backpack",
weight = 700,
calories = 1200,
carbs = 12,
protein = 4,
fat = 7,
vitamins = 19,
density = 3.5000000000000004,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "VegetableSoupItem",
typeID = 0,
},
},
Lighting = {
["Vegetable Stock"] = {
"Brazier",
untranslated = "Vegetable Stock",
"Candle Stand",
category = nil,
"Ceiling Candle",
group = "Food",
"Electric Wall Lamp",
description = "A hearty stock full of assorted vegetables.",
"Large Festive Paper Lantern",
tagGroups = {
"Large Paper Lantern",
"Food",
"Modern Double Street Light",
},
"Modern Street Light",
maxStack = 100,
"Small Paper Lantern",
carried = "Backpack",
"Steel Abstract Fixture",
weight = 600,
"Steel Ceiling Light",
calories = 700,
"Steel Floor Lamp",
carbs = 11,
"Steel Hanging Fixture",
protein = 1,
"Steel Hanging Lamp",
fat = 2,
"Steel Kitchen Lamp",
vitamins = 11,
"Steel Searchlight",
density = 3.571428571428571,
"Steel Square Fixture",
fuel = nil,
"Steel Table Lamp",
yield = nil,
"Stone Brazier",
currency = nil,
"Streetlamp",
skillValue = nil,
"Tallow Candle",
roomCategory = nil,
"Tallow Lamp",
furnitureType = nil,
"Tallow Wall Lamp",
repeatsDepreciation = nil,
"Torch Stand",
materialTier = nil,
"Wall Candle",
fuelsUsed = nil,
"Wooden Ceiling Light",
gridRadius = nil,
"Wooden Floor Lamp",
energyUsed = nil,
"Wooden Kitchen Lamp",
energyProduced = nil,
"Wooden Table Lamp",
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "VegetableStockItem",
typeID = 0,
},
},
["Liquid Fuel"] = {
["Villagers Cowl Lowered"] = {
"Biodiesel",
untranslated = "Villagers Cowl Lowered",
"Gasoline",
category = nil,
},
group = "Clothing",
Liquids = {
description = "A rough linen cowl lowered, showing your face.",
"Barrel",
tagGroups = {
"Biodiesel",
"Clothes",
"Gasoline",
},
"Petroleum",
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "VillagersCowlLoweredItem",
typeID = 0,
},
},
["Living Room"] = {
["Villagers Cowl Raised"] = {
"Ashlar Basalt Fireplace",
untranslated = "Villagers Cowl Raised",
"Ashlar Stone Fireplace",
category = nil,
"Bison Mount",
group = "Clothing",
"Bookshelf",
description = "A rough linen cowl raised, hiding your face partially.",
"Brick Fireplace",
tagGroups = {
"Couch",
"Clothes",
"Elk Mount",
},
"Goat Mount",
maxStack = 100,
"Mortared Granite Fireplace",
carried = "Backpack",
"Mortared Stone Fireplace",
weight = 100,
"Nylon Futon Couch",
calories = nil,
"Padded Chair",
carbs = nil,
"Sheep Mount",
protein = nil,
"Shelf Cabinet",
fat = nil,
"Upholstered Chair",
vitamins = nil,
"Upholstered Couch",
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "VillagersCowlRaisedItem",
typeID = 0,
},
},
Logs = {
["Wainwright Table"] = {
"Birch Log",
untranslated = "Wainwright Table",
"Cedar Log",
category = nil,
"Ceiba Log",
group = "Work Stations",
"Fir Log",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
"Joshua Log",
tagGroups = {
"Oak Log",
"Crafting Table",
"Palm Log",
},
"Redwood Log",
maxStack = 1,
"Saguaro Rib",
carried = "Backpack",
"Spruce Log",
weight = 2000,
},
calories = nil,
Lumber = {
carbs = nil,
"Hardwood Lumber",
protein = nil,
"Lumber",
fat = nil,
"Softwood Lumber",
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = "Industrial",
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "2x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WainwrightTableItem",
typeID = 0,
},
},
["Marine Life"] = {
["Wall Candle"] = {
"Clam",
untranslated = "Wall Candle",
"Urchin",
category = nil,
group = "Housing Objects",
description = "A wall mounted candle.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "1.2",
roomCategory = "Lighting",
furnitureType = "Lights",
repeatsDepreciation = "0.7",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WallCandleItem",
typeID = 0,
},
},
["Medium Carcass"] = {
["Wanderers Hood Lowered"] = {
"Alligator Carcass",
untranslated = "Wanderers Hood Lowered",
"Bighorn Carcass",
category = nil,
"Deer Carcass",
group = "Clothing",
"Elk Carcass",
description = "A quality linen cowl lowered, showing your face.",
"Jaguar Carcass",
tagGroups = {
"Mountain Goat Carcass",
"Clothes",
},
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WanderersHoodLoweredItem",
typeID = 0,
},
},
["Medium Fish"] = {
["Wanderers Hood Raised"] = {
"Bass",
untranslated = "Wanderers Hood Raised",
"Cod",
category = nil,
"Salmon",
group = "Clothing",
"Trout",
description = "A quality linen cowl raised, hiding your face partially.",
tagGroups = {
"Clothes",
},
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WanderersHoodRaisedItem",
typeID = 0,
},
},
["Medium Leather Carcass"] = {
Washboard = {
"Alligator Carcass",
untranslated = "Washboard",
"Deer Carcass",
category = nil,
"Elk Carcass",
group = "Housing Objects",
"Jaguar Carcass",
description = "Sometimes it can be nice to have clean clothes.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "2",
roomCategory = "Bathroom",
furnitureType = "Washing",
repeatsDepreciation = "0.5",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WashboardItem",
typeID = 0,
},
},
["Medium Wooly Carcass"] = {
["Washing Machine"] = {
"Bighorn Carcass",
untranslated = "Washing Machine",
"Mountain Goat Carcass",
category = nil,
},
group = "Housing Objects",
Metal = {
description = "Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?",
"Copper Bar",
tagGroups = {
"Gold Bar",
"Housing",
"Iron Bar",
},
"Steel Bar",
maxStack = 1,
},
carried = "Backpack",
Metals = {
weight = 2000,
"Copper Bar",
calories = nil,
"Gold Bar",
carbs = nil,
"Iron Bar",
protein = nil,
"Steel Bar",
fat = nil,
},
vitamins = nil,
["Modern Research"] = {
density = nil,
"Agriculture Research Paper Modern",
fuel = nil,
"Culinary Research Paper Modern",
yield = nil,
"Dendrology Research Paper Modern",
currency = nil,
"Engineering Research Paper Modern",
skillValue = "5",
"Geology Research Paper Modern",
roomCategory = "Bathroom",
"Metallurgy Research Paper Modern",
furnitureType = "Washing",
repeatsDepreciation = "0.2",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WashingMachineItem",
typeID = 0,
},
},
["Modern Upgrade"] = {
["Waste Filter"] = {
"Modern Upgrade 1",
untranslated = "Waste Filter",
"Modern Upgrade 2",
category = nil,
"Modern Upgrade 3",
group = "Crafted Objects",
"Modern Upgrade 4",
description = "Treats raw sewage.",
tagGroups = {},
maxStack = 1,
carried = "Backpack",
weight = 5000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "3x3x3",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WasteFilterItem",
typeID = 0,
},
},
["Modern Upgrades"] = {
["Waterweed Seed"] = {
"Modern Upgrade 1",
untranslated = "Waterweed Seed",
"Modern Upgrade 2",
category = nil,
"Modern Upgrade 3",
group = "Food",
"Modern Upgrade 4",
description = "Plant to grow waterweed.",
},
tagGroups = {
["Mortared Stone"] = {
"Food",
"Mortared Granite",
"Seeds",
"Mortared Limestone",
},
"Mortared Sandstone",
maxStack = 100,
"Mortared Stone",
carried = "Backpack",
},
weight = 50,
["Natural Fiber"] = {
calories = 0,
"Kelp",
carbs = 0,
"Plant Fibers",
protein = 0,
"Wood Pulp",
fat = 0,
},
vitamins = 0,
["Natural Resources"] = {
density = 0,
"Agouti Carcass",
fuel = nil,
"Alligator Carcass",
yield = nil,
"Basalt",
currency = nil,
"Bass",
skillValue = nil,
"Bighorn Carcass",
roomCategory = nil,
"Birch Log",
furnitureType = nil,
"Bison Carcass",
repeatsDepreciation = nil,
"Blue Shark",
materialTier = nil,
"Cedar Log",
fuelsUsed = nil,
"Ceiba Log",
gridRadius = nil,
"Clam",
energyUsed = nil,
"Clay",
energyProduced = nil,
"Coal",
energyType = nil,
"Cod",
fluidsUsed = nil,
"Copper Ore",
fluidsProduced = nil,
"Coyote Carcass",
validTalents = nil,
"Crab Carcass",
footprint = nil,
"Deer Carcass",
mobile = nil,
"Elk Carcass",
roomSizeReq = nil,
"Fir Log",
roomMatReq = nil,
"Fox Carcass",
roomContainReq = nil,
"Gneiss",
inventorySlots = nil,
"Gold Ore",
inventoryMaxWeight = nil,
"Granite",
inventoryRestrictions = nil,
"Hare Carcass",
NutrientElement = nil,
"Iron Ore",
type = "WaterweedSeedItem",
"Jaguar Carcass",
typeID = 0,
"Joshua Log",
"Limestone",
"Moon Jellyfish",
"Mountain Goat Carcass",
"Oak Log",
"Otter Carcass",
"Pacific Sardine",
"Palm Log",
"Prairie Dog Carcass",
"Redwood Log",
"Saguaro Rib",
"Salmon",
"Sandstone",
"Shale",
"Snapping Turtle Carcass",
"Spruce Log",
"Trout",
"Tuna",
"Turkey Carcass",
"Urchin",
"Wolf Carcass",
},
},
Oil = {
Waterwheel = {
"Flaxseed Oil",
untranslated = "Waterwheel",
"Oil",
category = nil,
group = "Crafted Objects",
description = "Uses the power of flowing water to produce mechanical power. Must be placed in fresh water and produces double power when placed in both a river and waterfall.",
tagGroups = {},
maxStack = 1,
carried = "Backpack",
weight = 5000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = "Industrial",
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WaterwheelItem",
typeID = 0,
},
},
Ore = {
["Wet Brick"] = {
"Coal",
untranslated = "Wet Brick",
"Copper Ore",
category = nil,
"Gold Ore",
group = "Items",
"Iron Ore",
description = "A simple wet brick ready to be processed into a construction block.",
},
tagGroups = {},
Petals = {
maxStack = 100,
"Creosote Flower",
carried = "Backpack",
"Orchid",
weight = 1000,
"Trillium Flower",
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WetBrickItem",
typeID = 0,
},
},
Pipes = {
Wheat = {
"Copper Pipe",
untranslated = "Wheat",
"Iron Pipe",
category = nil,
"Steel Pipe",
group = "Food",
description = "A common grain that is significantly more useful processed.",
tagGroups = {
"Food",
"Grain",
"Raw Food",
},
maxStack = 100,
carried = "Backpack",
weight = 50,
calories = 150,
carbs = 6,
protein = 2,
fat = 0,
vitamins = 0,
density = 5.333333333333334,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WheatItem",
typeID = 0,
},
},
["Power Generation"] = {
["Wheat Seed"] = {
"Combustion Generator",
untranslated = "Wheat Seed",
"Industrial Generator",
category = nil,
"Solar Generator",
group = "Food",
"Steam Engine",
description = "Plant to grow wheat.",
"Waterwheel",
tagGroups = {
"Wind Turbine",
"Crop Seed",
"Windmill",
"Food",
"Seeds",
},
maxStack = 100,
carried = "Backpack",
weight = 50,
calories = 0,
carbs = 0,
protein = 0,
fat = 0,
vitamins = 0,
density = 0,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WheatSeedItem",
typeID = 0,
},
},
["Preserved Food"] = {
Wheelbarrow = {
"Dried Fish",
untranslated = "Wheelbarrow",
"Dried Meat",
category = nil,
"Sweet Deer Jerky",
group = "Crafted Objects",
description = "Small wheelbarrow for hauling minimal loads.",
tagGroups = {
"Vehicles",
},
maxStack = 100,
carried = "Backpack",
weight = 5000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x2x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WheelbarrowItem",
typeID = 0,
},
},
["Processed Rock"] = {
["White Bursage Seed"] = {
"Copper Concentrate",
untranslated = "White Bursage Seed",
"Crushed Basalt",
category = nil,
"Crushed Coal",
group = "Food",
"Crushed Copper Ore",
description = "Plant to grow a white bursage.",
"Crushed Gneiss",
tagGroups = {
"Crushed Gold Ore",
"Food",
"Crushed Granite",
"Seeds",
"Crushed Iron Ore",
},
"Crushed Limestone",
maxStack = 100,
"Crushed Mixed Rock",
carried = "Backpack",
"Crushed Sandstone",
weight = 50,
"Crushed Shale",
calories = 0,
"Crushed Slag",
carbs = 0,
"Gold Concentrate",
protein = 0,
"Iron Concentrate",
fat = 0,
vitamins = 0,
density = 0,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WhiteBursageSeedItem",
typeID = 0,
},
},
Produce = {
["Wild Mix"] = {
"Agave Leaves",
untranslated = "Wild Mix",
"Amanita Mushrooms",
category = nil,
"Bean Sprout",
group = "Food",
"Beet",
description = "A dressed salad that, with the added sweetness, it's pretty tasty.",
"Beet Greens",
tagGroups = {
"Bolete Mushrooms",
"Food",
"Cookeina Mushrooms",
},
"Corn",
maxStack = 100,
"Creosote Flower",
carried = "Backpack",
"Crimini Mushrooms",
weight = 600,
"Fiddleheads",
calories = 800,
"Fireweed Shoots",
carbs = 15,
"Giant Cactus Fruit",
protein = 6,
"Heart Of Palm",
fat = 4,
"Huckleberries",
vitamins = 21,
"Orchid",
density = 5.75,
"Papaya",
fuel = nil,
"Pineapple",
yield = nil,
"Prickly Pear Fruit",
currency = nil,
"Pumpkin",
skillValue = nil,
"Sunflower",
roomCategory = nil,
"Taro Root",
furnitureType = nil,
"Tomato",
repeatsDepreciation = nil,
"Trillium Flower",
materialTier = nil,
"Wheat",
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WildMixItem",
typeID = 0,
},
},
Products = {
["Wild Stew"] = {
"Advanced Circuit",
untranslated = "Wild Stew",
"Advanced Combustion Engine",
category = nil,
"Art Supplies",
group = "Food",
"Basic Circuit",
description = "A thick stew made with a variety of vegetables.",
"Board",
tagGroups = {
"Boiler",
"Food",
"Camera Film",
},
"Canvas",
maxStack = 100,
"Cellulose Fiber",
carried = "Backpack",
"Cement",
weight = 500,
"Charcoal",
calories = 1100,
"Colored Powder",
carbs = 10,
"Combustion Engine",
protein = 2,
"Copper Plate",
fat = 6,
"Copper Wiring",
vitamins = 12,
"Cotton Boll",
density = 2.727272727272727,
"Cotton Fabric",
fuel = nil,
"Cotton Lint",
yield = nil,
"Cotton Thread",
currency = nil,
"Electric Motor",
skillValue = nil,
"Epoxy",
roomCategory = nil,
"Ethanol",
furnitureType = nil,
"Fiberglass",
repeatsDepreciation = nil,
"Flax Fiber",
materialTier = nil,
"Flax Stem",
fuelsUsed = nil,
"Fur Pelt",
gridRadius = nil,
"Gearbox",
energyUsed = nil,
"Glass Lens",
energyProduced = nil,
"Gold Flakes",
energyType = nil,
"Gold Wiring",
fluidsUsed = nil,
"Hardwood Board",
fluidsProduced = nil,
"Heat Sink",
validTalents = nil,
"Hemp Mooring Rope",
footprint = nil,
"Iron Anchor",
mobile = nil,
"Iron Axle",
roomSizeReq = nil,
"Iron Gear",
roomMatReq = nil,
"Iron Hull Sheet",
roomContainReq = nil,
"Iron Plate",
inventorySlots = nil,
"Iron Saw Blade",
inventoryMaxWeight = nil,
"Iron Wheel",
inventoryRestrictions = nil,
"Kelp",
NutrientElement = nil,
"Large Metal Ship Frame",
type = "WildStewItem",
"Large Wooden Ship Frame",
typeID = 0,
"Leather Hide",
"Light Bulb",
"Linen Fabric",
"Linen Yarn",
"Medium Metal Ship Frame",
"Medium Wooden Ship Frame",
"Metal Keel",
"Metal Rudder",
"Mortar",
"Nail",
"Nylon",
"Nylon Fabric",
"Nylon Mooring Rope",
"Nylon Thread",
"Oil Paint",
"Paper",
"Piston",
"Plant Fibers",
"Plastic",
"Portable Steam Engine",
"Quicklime",
"Radiator",
"Rebar",
"Rivet",
"Rubber Wheel",
"Screws",
"Servo",
"Shorn Wool",
"Small Wooden Ship Frame",
"Softwood Board",
"Spoiled Food",
"Steel Axle",
"Steel Gear",
"Steel Gearbox",
"Steel Plate",
"Steel Saw Blade",
"Substrate",
"Synthetic Rubber",
"Valve",
"Wet Brick",
"Wood Pulp",
"Wooden Hull Planks",
"Wooden Keel",
"Wooden Mold",
"Wooden Oar",
"Wooden Rudder",
"Wooden Wheel",
"Wool Fabric",
"Wool Yarn",
},
},
["Raw Food"] = {
["Wilted Fiddleheads"] = {
"Agave Leaves",
untranslated = "Wilted Fiddleheads",
"Bean Sprout",
category = nil,
"Beans",
group = "Food",
"Beet",
description = "While a bunch of wilted fiddleheads may seem a bit sad, at least they're nutritious.",
"Beet Greens",
tagGroups = {
"Bolete Mushrooms",
"Charred Green",
"Camas Bulb",
"Food",
"Cookeina Mushrooms",
},
"Corn",
maxStack = 100,
"Crimini Mushrooms",
carried = "Backpack",
"Fiddleheads",
weight = 200,
"Fireweed Shoots",
calories = 350,
"Giant Cactus Fruit",
carbs = 4,
"Heart Of Palm",
protein = 1,
"Huckleberries",
fat = 0,
"Papaya",
vitamins = 7,
"Pineapple",
density = 3.428571428571429,
"Prickly Pear Fruit",
fuel = nil,
"Pumpkin",
yield = nil,
"Rice",
currency = nil,
"Taro Root",
skillValue = nil,
"Tomato",
roomCategory = nil,
"Wheat",
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WiltedFiddleheadsItem",
typeID = 0,
},
},
["Raw Meat"] = {
["Wind Turbine"] = {
"Prepared Meat",
untranslated = "Wind Turbine",
"Prime Cut",
category = nil,
"Raw Bacon",
group = "Crafted Objects",
"Raw Fish",
description = "Uses wind to produce electrical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.",
"Raw Meat",
tagGroups = {},
"Raw Roast",
maxStack = 1,
"Raw Sausage",
carried = "Backpack",
"Scrap Meat",
weight = 10000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = "Industrial",
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "7x3x10",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WindTurbineItem",
typeID = 0,
},
},
Research = {
Windmill = {
"Agriculture Research Paper Advanced",
untranslated = "Windmill",
"Agriculture Research Paper Modern",
category = nil,
"Culinary Research Paper Advanced",
group = "Crafted Objects",
"Culinary Research Paper Basic",
description = "Uses wind to produce mechanical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.",
"Culinary Research Paper Modern",
tagGroups = {},
"Dendrology Research Paper Advanced",
maxStack = 1,
"Dendrology Research Paper Basic",
carried = "Backpack",
"Dendrology Research Paper Modern",
weight = 5000,
"Engineering Research Paper Advanced",
calories = nil,
"Engineering Research Paper Modern",
carbs = nil,
"Gathering Research Paper Basic",
protein = nil,
"Geology Research Paper Advanced",
fat = nil,
"Geology Research Paper Basic",
vitamins = nil,
"Geology Research Paper Modern",
density = nil,
"Metallurgy Research Paper Advanced",
fuel = nil,
"Metallurgy Research Paper Basic",
yield = nil,
"Metallurgy Research Paper Modern",
currency = nil,
skillValue = nil,
roomCategory = "Industrial",
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "7x2x7",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WindmillItem",
typeID = 0,
},
},
["Research Papers"] = {
["Wolf Carcass"] = {
"Agriculture Research Paper Advanced",
untranslated = "Wolf Carcass",
"Agriculture Research Paper Modern",
category = nil,
"Culinary Research Paper Advanced",
group = "Natural Resources",
"Culinary Research Paper Basic",
description = "A dead wolf.",
"Culinary Research Paper Modern",
tagGroups = {
"Dendrology Research Paper Advanced",
"Small Carcass",
"Dendrology Research Paper Basic",
},
"Dendrology Research Paper Modern",
maxStack = 100,
"Engineering Research Paper Advanced",
carried = "Backpack",
"Engineering Research Paper Modern",
weight = 2000,
"Gathering Research Paper Basic",
calories = nil,
"Geology Research Paper Advanced",
carbs = nil,
"Geology Research Paper Basic",
protein = nil,
"Geology Research Paper Modern",
fat = nil,
"Metallurgy Research Paper Advanced",
vitamins = nil,
"Metallurgy Research Paper Basic",
density = nil,
"Metallurgy Research Paper Modern",
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WolfCarcassItem",
typeID = 0,
},
},
Researching = {
["Wood Cart"] = {
"Laboratory",
untranslated = "Wood Cart",
"Research Table",
category = nil,
},
group = "Crafted Objects",
Road = {
description = "Small cart for hauling small loads.",
"Asphalt Concrete",
tagGroups = {
"Stone Road",
"Vehicles",
},
},
["Road Type"] = {
maxStack = 100,
"Asphalt Concrete",
carried = "Backpack",
"Stone Road",
weight = 10000,
},
calories = nil,
Roads = {
carbs = nil,
"Asphalt Concrete",
protein = nil,
"Dirt Ramp",
fat = nil,
"Stone Road",
vitamins = nil,
},
density = nil,
Rock = {
fuel = nil,
"Basalt",
yield = nil,
"Gneiss",
currency = nil,
"Granite",
skillValue = nil,
"Limestone",
roomCategory = nil,
"Sandstone",
furnitureType = nil,
"Shale",
repeatsDepreciation = nil,
"Stone",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x2x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodCartItem",
typeID = 0,
},
},
Root = {
["Wood Pulp"] = {
"Beet",
untranslated = "Wood Pulp",
"Camas Bulb",
category = nil,
"Taro Root",
group = "Items",
description = "A byproduct of processing lumber, wood pulp can be burned for Mortar or pressed into paper.",
tagGroups = {
"Burnable Fuel",
"Natural Fiber",
},
maxStack = 100,
carried = "Backpack",
weight = 50,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = 50,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodPulpItem",
typeID = 0,
},
},
Salad = {
["Wood Shop Cart"] = {
"Basic Salad",
untranslated = "Wood Shop Cart",
"Fruit Salad",
category = nil,
},
group = "Crafted Objects",
Seating = {
description = "A store in a wooden cart, very useful when your customers are far away.",
"Adorned Ashlar Basalt Bench",
tagGroups = {
"Adorned Ashlar Basalt Chair",
"Vehicles",
"Adorned Ashlar Basalt Table",
},
"Adorned Ashlar Stone Bench",
maxStack = 100,
"Adorned Ashlar Stone Chair",
carried = "Backpack",
"Adorned Ashlar Stone Table",
weight = 10000,
"Ashlar Basalt Bench",
calories = nil,
"Ashlar Basalt Chair",
carbs = nil,
"Ashlar Basalt Table",
protein = nil,
"Ashlar Stone Bench",
fat = nil,
"Ashlar Stone Chair",
vitamins = nil,
"Ashlar Stone Table",
density = nil,
"Composite Birch Bench",
fuel = nil,
"Composite Birch Chair",
yield = nil,
"Composite Birch Table",
currency = nil,
"Composite Hardwood Bench",
skillValue = nil,
"Composite Hardwood Chair",
roomCategory = nil,
"Composite Hardwood Table",
furnitureType = nil,
"Composite Lumber Bench",
repeatsDepreciation = nil,
"Composite Lumber Chair",
materialTier = nil,
"Composite Lumber Table",
fuelsUsed = nil,
"Court Chair",
gridRadius = nil,
"Hewn Bench",
energyUsed = nil,
"Hewn Chair",
energyProduced = nil,
"Hewn Softwood Bench",
energyType = nil,
"Hewn Softwood Chair",
fluidsUsed = nil,
"Hewn Softwood Table",
fluidsProduced = nil,
"Hewn Table",
validTalents = nil,
"Lumber Bench",
footprint = "2x3x3",
"Lumber Chair",
mobile = nil,
"Lumber Table",
roomSizeReq = nil,
"Mortared Granite Bench",
roomMatReq = nil,
"Mortared Granite Chair",
roomContainReq = nil,
"Mortared Granite Table",
inventorySlots = nil,
"Mortared Stone Bench",
inventoryMaxWeight = nil,
"Mortared Stone Chair",
inventoryRestrictions = nil,
"Mortared Stone Table",
NutrientElement = nil,
"Softwood Lumber Bench",
type = "WoodShopCartItem",
"Softwood Lumber Chair",
typeID = 0,
"Softwood Lumber Table",
},
["Wooden Barge"] = {
untranslated = "Wooden Barge",
category = nil,
group = "Crafted Objects",
description = "",
tagGroups = {
"Vehicles",
},
maxStack = 100,
carried = "Backpack",
weight = 20000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "7x9x5",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenBargeItem",
typeID = 0,
},
},
Seeds = {
["Wooden Bow"] = {
"Acorn",
untranslated = "Wooden Bow",
"Agave Seed",
category = nil,
"Amanita Mushroom Spores",
group = "Items",
"Arctic Willow Seed",
description = "A primitive ranged weapon for hunting. Requires arrows to fire.",
"Barrel Cactus Seed",
tagGroups = {
"Beans",
"Tool",
"Beet Seed",
},
"Big Bluestem Seed",
maxStack = 1,
"Birch Seed",
carried = "Backpack",
"Bolete Mushroom Spores",
weight = 1000,
"Bullrush Seed",
calories = nil,
"Bunchgrass Seed",
carbs = nil,
"Camas Bulb",
protein = nil,
"Cedar Seed",
fat = nil,
"Ceiba Seed",
vitamins = nil,
"Cookeina Mushroom Spores",
density = nil,
"Corn Seed",
fuel = nil,
"Cotton Seed",
yield = nil,
"Creosote Bush Seed",
currency = nil,
"Crimini Mushroom Spores",
skillValue = nil,
"Dwarf Willow Seed",
roomCategory = nil,
"Fern Spore",
furnitureType = nil,
"Filmy Fern Spore",
repeatsDepreciation = nil,
"Fir Seed",
materialTier = 1,
"Fireweed Seed",
fuelsUsed = nil,
"Flax Seed",
gridRadius = nil,
"Grass Seed",
energyUsed = nil,
"Heliconia Seed",
energyProduced = nil,
"Huckleberry Seed",
energyType = nil,
"Jointfir Seed",
fluidsUsed = nil,
"Joshua Seed",
fluidsProduced = nil,
"King Fern Spore",
validTalents = nil,
"Lattice Mushroom Spores",
footprint = nil,
"Lupine Seed",
mobile = nil,
"Ocean Spray Seed",
roomSizeReq = nil,
"Orchid Seed",
roomMatReq = nil,
"Palm Seed",
roomContainReq = nil,
"Papaya Seed",
inventorySlots = nil,
"Pineapple Seed",
inventoryMaxWeight = nil,
"Prickly Pear Seed",
inventoryRestrictions = nil,
"Pumpkin Seed",
NutrientElement = nil,
"Redwood Seed",
type = "WoodenBowItem",
"Rice",
typeID = 0,
"Saguaro Seed",
ToolVariant = "Bow",
"Saxifrage Seed",
ToolDurability = 200.0,
"Seagrass Seed",
ToolDamage = 1.0,
"Spruce Seed",
ToolDamageTalent = "HuntingPowerShotTalent",
"Sugarcane",
ToolRepairType = "Wood",
"Sunflower Seed",
"Taro Seed",
"Tomato Seed",
"Trillium Seed",
"Waterweed Seed",
"Wheat Seed",
"White Bursage Seed",
},
},
Signs = {
["Wooden Ceiling Light"] = {
"Hanging Long Steel Sign",
untranslated = "Wooden Ceiling Light",
"Hanging Steel Framed Sign",
category = nil,
"Hanging Steel Mine Sign",
group = "Housing Objects",
"Hanging Steel Plain Sign",
description = "A more modern way to light up a room.",
"Hanging Steel Shop Sign",
tagGroups = {
"Huge Banner Sign",
"Housing",
"Huge Iron Banner Sign",
},
"Huge Iron Sign",
maxStack = 1,
"Huge Steel Banner Sign",
carried = "Backpack",
"Huge Steel Sign",
weight = 500,
"Huge Wooden Banner Sign",
calories = nil,
"Large Hanging Ashlar Basalt Sign",
carbs = nil,
"Large Hanging Ashlar Stone Sign",
protein = nil,
"Large Hanging Birch Sign",
fat = nil,
"Large Hanging Lumber Sign",
vitamins = nil,
"Large Hanging Mortared Granite Sign",
density = nil,
"Large Hanging Mortared Stone Sign",
fuel = nil,
"Large Hanging Saguaro Sign",
yield = nil,
"Large Hanging Softwood Sign",
currency = nil,
"Large Standing Ashlar Basalt Sign",
skillValue = "2",
"Large Standing Ashlar Stone Sign",
roomCategory = "Lighting",
"Large Standing Birch Sign",
furnitureType = "Lights",
"Large Standing Lumber Sign",
repeatsDepreciation = "0.7",
"Large Standing Mortared Granite Sign",
materialTier = nil,
"Large Standing Mortared Stone Sign",
fuelsUsed = nil,
"Large Standing Saguaro Sign",
gridRadius = nil,
"Large Standing Softwood Sign",
energyUsed = nil,
"Small Hanging Ashlar Basalt Sign",
energyProduced = nil,
"Small Hanging Ashlar Stone Sign",
energyType = nil,
"Small Hanging Birch Sign",
fluidsUsed = nil,
"Small Hanging Lumber Sign",
fluidsProduced = nil,
"Small Hanging Mortared Granite Sign",
validTalents = nil,
"Small Hanging Mortared Stone Sign",
footprint = "1x1x1",
"Small Hanging Saguaro Sign",
mobile = nil,
"Small Hanging Softwood Sign",
roomSizeReq = nil,
"Small Standing Ashlar Basalt Sign",
roomMatReq = nil,
"Small Standing Ashlar Stone Sign",
roomContainReq = nil,
"Small Standing Birch Sign",
inventorySlots = nil,
"Small Standing Lumber Sign",
inventoryMaxWeight = nil,
"Small Standing Mortared Granite Sign",
inventoryRestrictions = nil,
"Small Standing Mortared Stone Sign",
NutrientElement = nil,
"Small Standing Saguaro Sign",
type = "WoodenCeilingLightItem",
"Small Standing Softwood Sign",
typeID = 0,
"Standing Glass Sign",
"Standing Long Steel Sign",
"Standing Steel Brick Sign",
"Street Sign",
},
},
Silica = {
["Wooden Elevator"] = {
"Crushed Granite",
untranslated = "Wooden Elevator",
"Crushed Sandstone",
category = nil,
},
group = "Crafted Objects",
["Small Carcass"] = {
description = "An elevator for transporting loads vertically.",
"Coyote Carcass",
tagGroups = {
"Fox Carcass",
"Vehicles",
"Wolf Carcass",
},
maxStack = 100,
carried = "Backpack",
weight = 10000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "4x3x4",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenElevatorItem",
typeID = 0,
},
["Wooden Fabric Bed"] = {
untranslated = "Wooden Fabric Bed",
category = nil,
group = "Housing Objects",
description = "A much more comfortable bed made with fabric.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 2000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "4",
roomCategory = "Bedroom",
furnitureType = "Bed",
repeatsDepreciation = "0.3",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "2x3x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenFabricBedItem",
typeID = 0,
},
},
["Small Fish"] = {
["Wooden Floor Lamp"] = {
"Crab Carcass",
untranslated = "Wooden Floor Lamp",
"Moon Jellyfish",
category = nil,
group = "Housing Objects",
description = "A more modern way to light up a room. This time from the floor.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "2",
roomCategory = "Lighting",
furnitureType = "Lights",
repeatsDepreciation = "0.7",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenFloorLampItem",
typeID = 0,
},
["Wooden Frame Landscape"] = {
untranslated = "Wooden Frame Landscape",
category = nil,
group = "Housing Objects",
description = "",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "0",
roomCategory = "Cultural",
furnitureType = "Cultural",
repeatsDepreciation = "",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenFrameLandscapeItem",
typeID = 0,
},
["Wooden Frame Wide"] = {
untranslated = "Wooden Frame Wide",
category = nil,
group = "Housing Objects",
description = "",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "0",
roomCategory = "Cultural",
furnitureType = "Cultural",
repeatsDepreciation = "",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "2x1x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenFrameWideItem",
typeID = 0,
},
["Wooden Hoe"] = {
untranslated = "Wooden Hoe",
category = nil,
group = "Items",
description = "A crude wooden hoe made for tilling soil.",
tagGroups = {
"Tool",
},
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = 1,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenHoeItem",
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 150.0,
ToolRepairType = "Wood",
},
["Wooden Hull Planks"] = {
untranslated = "Wooden Hull Planks",
category = nil,
group = "Items",
description = "Basic wooden boards specially made for ships.",
tagGroups = {},
maxStack = 100,
carried = "Backpack",
weight = 1500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenHullPlanksItem",
typeID = 0,
},
["Wooden Keel"] = {
untranslated = "Wooden Keel",
category = nil,
group = "Items",
description = "The backbone of any wooden ships.",
tagGroups = {},
maxStack = 100,
carried = "Backpack",
weight = 5000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenKeelItem",
typeID = 0,
},
["Wooden Kitchen Lamp"] = {
untranslated = "Wooden Kitchen Lamp",
category = nil,
group = "Housing Objects",
description = "A more modern way to light up a room.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "1",
roomCategory = "Lighting",
furnitureType = "Lights",
repeatsDepreciation = "0.5",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenKitchenLampItem",
typeID = 0,
},
["Wooden Latrine"] = {
untranslated = "Wooden Latrine",
category = nil,
group = "Housing Objects",
description = "A wooden potty.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "1.5",
roomCategory = "Bathroom",
furnitureType = "Toilet",
repeatsDepreciation = "0.1",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "LatrineItem",
typeID = 0,
},
["Wooden Mold"] = {
untranslated = "Wooden Mold",
category = nil,
group = "Items",
description = "A useful material for hardening, curing, and other various uses.",
tagGroups = {},
maxStack = 100,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenMoldItem",
typeID = 0,
},
["Wooden Moorage Post"] = {
untranslated = "Wooden Moorage Post",
category = nil,
group = "Crafted Objects",
description = "A basic moorage post made from wood to anchor smaller vessels in place.",
tagGroups = {},
maxStack = 1,
carried = "Backpack",
weight = 2000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenMooragePostItem",
typeID = 0,
},
["Wooden Oar"] = {
untranslated = "Wooden Oar",
category = nil,
group = "Items",
description = "An important piece of equipment used to give smaller wooden ships momentum.",
tagGroups = {},
maxStack = 100,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenOarItem",
typeID = 0,
},
["Wooden Rudder"] = {
untranslated = "Wooden Rudder",
category = nil,
group = "Items",
description = "If you dont have one of these, you have no control over your heading.",
tagGroups = {},
maxStack = 100,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenRudderItem",
typeID = 0,
},
["Wooden Shovel"] = {
untranslated = "Wooden Shovel",
category = nil,
group = "Items",
description = "A simple wooden shovel made for moving dirt.",
tagGroups = {
"Tool",
},
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = 1,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenShovelItem",
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 175.0,
ToolRepairType = "Wood",
ToolCarryCapacity = 1.0,
},
["Wooden Straw Bed"] = {
untranslated = "Wooden Straw Bed",
category = nil,
group = "Housing Objects",
description = "A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 2000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "3",
roomCategory = "Bedroom",
furnitureType = "Bed",
repeatsDepreciation = "0.4",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x3x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenStrawBedItem",
typeID = 0,
},
["Wooden Table Lamp"] = {
untranslated = "Wooden Table Lamp",
category = nil,
group = "Housing Objects",
description = "For late night studying. Or working. Or anything, really.",
tagGroups = {
"Housing",
},
maxStack = 1,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "2",
roomCategory = "Lighting",
furnitureType = "Lights",
repeatsDepreciation = "0.7",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenTableLampItem",
typeID = 0,
},
["Wooden Transport Ship"] = {
untranslated = "Wooden Transport Ship",
category = nil,
group = "Crafted Objects",
description = "",
tagGroups = {
"Vehicles",
},
maxStack = 100,
carried = "Backpack",
weight = 20000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "4x8x4",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenTransportShipItem",
typeID = 0,
},
["Wooden Wheel"] = {
untranslated = "Wooden Wheel",
category = nil,
group = "Items",
description = "A basic wheel for use in early wooden vehicles.",
tagGroups = {},
maxStack = 100,
carried = "Backpack",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenWheelItem",
typeID = 0,
},
["Wool Carpet"] = {
untranslated = "Wool Carpet",
category = nil,
group = "Blocks",
description = "A woven wool floor covering attached to a lumber backing.",
tagGroups = {
"Constructable",
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = 4,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoolCarpetItem",
typeID = 0,
},
["Wool Curtains"] = {
untranslated = "Wool Curtains",
category = nil,
group = "Blocks",
description = "Curtains woven using the finest wool. \\n\\n (Only cosmetic does not impact room value.)",
tagGroups = {
"Constructable",
},
maxStack = 20,
carried = "Hands",
weight = 5000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoolCurtainsItem",
typeID = 0,
},
["Wool Fabric"] = {
untranslated = "Wool Fabric",
category = nil,
group = "Items",
description = "Wool fabric is warm and durable, but it can be slightly itchy.",
tagGroups = {
"Fabric",
},
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoolFabricItem",
typeID = 0,
},
["Wool Yarn"] = {
untranslated = "Wool Yarn",
category = nil,
group = "Items",
description = "Spun wool that can be used for knitting, weaving, or sewing.",
tagGroups = {},
maxStack = 100,
carried = "Backpack",
weight = 20,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoolYarnItem",
typeID = 0,
},
["Work Backpack"] = {
untranslated = "Work Backpack",
category = nil,
group = "Clothing",
description = "Lighter pack that causes lower calorie consumption.\\n\\n(Decreases calories consumed when using tools by 10\\u0025 and increases max carry weight by 5 kg)",
tagGroups = {
"Clothes",
},
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WorkBackpackItem",
typeID = 0,
},
["Work Boots"] = {
untranslated = "Work Boots",
category = nil,
group = "Clothing",
description = "Boots designed to be rugged and reduce muscle strain while working.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)\\n\\n(Increases movement speed)",
tagGroups = {
"Clothes",
},
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WorkBootsItem",
typeID = 0,
},
Workbench = {
untranslated = "Workbench",
category = nil,
group = "Work Stations",
description = "A bench for the basics and making even more benches.",
tagGroups = {
"Crafting Table",
},
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "2x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WorkbenchItem",
typeID = 0,
},
["Worldly Donut"] = {
untranslated = "Worldly Donut",
category = nil,
group = "Food",
description = "Understand this, and you will understand a lot.",
tagGroups = {
"Food",
},
maxStack = 100,
carried = "Backpack",
weight = 200,
calories = 750,
carbs = 15,
protein = 2,
fat = 17,
vitamins = 2,
density = 4.8,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WorldlyDonutItem",
typeID = 0,
},
Yeast = {
untranslated = "Yeast",
category = nil,
group = "Food",
description = "A fungus that acts as an amazing leavening agent.",
tagGroups = {
"Food",
},
maxStack = 100,
carried = "Backpack",
weight = 100,
calories = 60,
carbs = 0,
protein = 8,
fat = 0,
vitamins = 7,
density = 25.0,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "YeastItem",
typeID = 0,
},
["Zoning Office"] = {
untranslated = "Zoning Office",
category = nil,
group = "Work Stations",
description = "Allows the creation of District Maps, which define a set of districts.  Districts can then be specified in laws and other civic actions.",
tagGroups = {
"Government",
},
maxStack = 1,
carried = "Backpack",
weight = 2000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "3x2x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "ZoningOfficeItem",
typeID = 0,
},
},
tags = {
["Advanced Research"] = {
"Agriculture Research Paper Advanced",
"Culinary Research Paper Advanced",
"Dendrology Research Paper Advanced",
"Engineering Research Paper Advanced",
"Geology Research Paper Advanced",
"Metallurgy Research Paper Advanced",
},
["Advanced Upgrade"] = {
"Advanced Upgrade 1",
"Advanced Upgrade 2",
"Advanced Upgrade 3",
"Advanced Upgrade 4",
},
["Animal Skin"] = {
"Fur Pelt",
"Leather Hide",
},
["Ashlar Stone"] = {
"Ashlar Basalt",
"Ashlar Gneiss",
"Ashlar Granite",
"Ashlar Limestone",
"Ashlar Sandstone",
"Ashlar Shale",
},
["Baked Food"] = {
"Baked Agave",
"Baked Beet",
"Baked Corn",
"Baked Heart Of Palm",
"Baked Roast",
"Baked Taro",
"Baked Tomato",
"Camas Bulb Bake",
},
["Baked Vegetable"] = {
"Baked Agave",
"Baked Beet",
"Baked Corn",
"Baked Heart Of Palm",
"Baked Taro",
"Baked Tomato",
"Camas Bulb Bake",
},
["Basic Research"] = {
"Culinary Research Paper Basic",
"Dendrology Research Paper Basic",
"Gathering Research Paper Basic",
"Geology Research Paper Basic",
"Metallurgy Research Paper Basic",
},
["Basic Upgrade"] = {
"Basic Upgrade 1",
"Basic Upgrade 2",
"Basic Upgrade 3",
"Basic Upgrade 4",
},
Bread = {
"Bread",
"Camas Bread",
},
["Burnable Fuel"] = {
"Arrow",
"Birch Log",
"Board",
"Cedar Log",
"Ceiba Log",
"Charcoal",
"Crushed Coal",
"Fir Log",
"Hardwood Board",
"Hardwood Hewn Log",
"Hardwood Lumber",
"Hewn Log",
"Joshua Log",
"Lumber",
"Oak Log",
"Palm Log",
"Paper",
"Plant Fibers",
"Redwood Log",
"Saguaro Rib",
"Softwood Board",
"Softwood Hewn Log",
"Softwood Lumber",
"Spruce Log",
"Wood Pulp",
},
["Campfire Salad"] = {
"Beet Campfire Salad",
"Fern Campfire Salad",
"Jungle Campfire Salad",
"Root Campfire Salad",
},
["Charred Fruit"] = {
"Charred Cactus Fruit",
"Charred Papaya",
"Charred Pineapple",
},
["Charred Green"] = {
"Charred Agave",
"Charred Fireweed Shoots",
"Wilted Fiddleheads",
},
["Charred Vegetable"] = {
"Charred Beans",
"Charred Beet",
"Charred Camas Bulb",
"Charred Corn",
"Charred Heart Of Palm",
"Charred Mushrooms",
"Charred Taro",
"Charred Tomato",
},
Clothes = {
"Bandana",
"Basic Backpack",
"Bearpack",
"Big Backpack",
"Builder Boots",
"Builder Gloves",
"Builder Helmet",
"Builder Overalls",
"Builder Shirt",
"Bycocket",
"Camo Pants",
"Camo Shirt",
"Capris",
"Carbide Helmet Lamp",
"Chef Hat",
"Chef Pants",
"Chef Shirt",
"Chef Shoes",
"Cloth Belt",
"Cloth Cape",
"Derpy Hat",
"Explorer Boots",
"Explorer Gloves",
"Explorer Hat",
"Explorer Pants",
"Explorer Shirt",
"Farmer Boots",
"Farmer Gloves",
"Farmer Hat",
"Farmer Overalls",
"Farmer Shirt",
"Garden Boots",
"Gigot Sleeve Shirt",
"Henley",
"Light Backpack",
"Low Top Shoes",
"Muffin Hat",
"Oil Head Lamp",
"Primitive Canvas Boots",
"Primitive Canvas Pants",
"Primitive Canvas Shorts",
"Primitive Fur Belt",
"Primitive Leather Boots",
"Primitive Leather Pants",
"Primitive Leather Shirt",
"Primitive Leather Shorts",
"Running Shoes",
"Sandals",
"Shipwright Hat",
"Shipwright Overalls",
"Shipwright Sandals",
"Shipwright Shirt",
"Shorts",
"Smith Apron",
"Smith Bandana",
"Smith Boots",
"Smith Gloves",
"Smith Pants",
"Smith Shirt",
"Square Belt",
"Tailor Bowler Hat",
"Tailor Pants",
"Tailor Shirt",
"Tailor Shoes",
"Tall Boots",
"Trapper Fur Hat",
"Trapper Leather Hat",
"Trousers",
"Tunic",
"Villagers Cowl Lowered",
"Villagers Cowl Raised",
"Wanderers Hood Lowered",
"Wanderers Hood Raised",
"Work Backpack",
"Work Boots",
},
Coal = {
"Charcoal",
"Crushed Coal",
},
["Composite Lumber"] = {
"Composite Birch Lumber",
"Composite Cedar Lumber",
"Composite Ceiba Lumber",
"Composite Fir Lumber",
"Composite Joshua Lumber",
"Composite Lumber",
"Composite Oak Lumber",
"Composite Palm Lumber",
"Composite Redwood Lumber",
"Composite Saguaro Lumber",
"Composite Spruce Lumber",
},
["Concentrated Ore"] = {
"Copper Concentrate",
"Gold Concentrate",
"Iron Concentrate",
},
Concrete = {
"Reinforced Concrete",
},
Constructable = {
"Ashlar Basalt",
"Ashlar Gneiss",
"Ashlar Granite",
"Ashlar Limestone",
"Ashlar Sandstone",
"Ashlar Shale",
"Asphalt Concrete",
"Brick",
"Composite Birch Lumber",
"Composite Cedar Lumber",
"Composite Ceiba Lumber",
"Composite Fir Lumber",
"Composite Joshua Lumber",
"Composite Lumber",
"Composite Oak Lumber",
"Composite Palm Lumber",
"Composite Redwood Lumber",
"Composite Saguaro Lumber",
"Composite Spruce Lumber",
"Corrugated Steel",
"Cotton Carpet",
"Cotton Curtains",
"Dirt Ramp",
"Flat Steel",
"Framed Glass",
"Glass",
"Hardwood Hewn Log",
"Hardwood Lumber",
"Hewn Log",
"Lumber",
"Mortared Granite",
"Mortared Limestone",
"Mortared Sandstone",
"Mortared Stone",
"Nylon Carpet",
"Nylon Curtains",
"Reinforced Concrete",
"Softwood Hewn Log",
"Softwood Lumber",
"Stone Road",
"Wool Carpet",
"Wool Curtains",
},
["Crafting Table"] = {
"Advanced Carpentry Table",
"Advanced Masonry Table",
"Advanced Tailoring Table",
"Anvil",
"Arrastra",
"Assembly Line",
"Automatic Loom",
"Bakery Oven",
"Blacksmith Table",
"Blast Furnace",
"Bloomery",
"Butchery Table",
"Campfire",
"Carpentry Table",
"Cast Iron Stove",
"Cement Kiln",
"Computer Lab",
"Electric Lathe",
"Electric Machinist Table",
"Electric Planer",
"Electric Stamping Press",
"Electronics Assembly",
"Farmers Table",
"Fiber Scutching Station",
"Fish Rack",
"Fishery",
"Fletching Table",
"Froth Floatation Cell",
"Glassworks",
"Grindstone",
"Jaw Crusher",
"Kiln",
"Kitchen",
"Laboratory",
"Lathe",
"Loom",
"Machinist Table",
"Masonry Table",
"Medium Shipyard",
"Mill",
"Oil Refinery",
"Pottery Table",
"Power Hammer",
"Pump Jack",
"Robotic Assembly Line",
"Rocker Box",
"Rolling Mill",
"Sawmill",
"Screening Machine",
"Screw Press",
"Sensor Based Belt Sorter",
"Shaper",
"Small Paper Machine",
"Small Shipyard",
"Spin Melter",
"Stamp Mill",
"Stove",
"Tailoring Table",
"Tool Bench",
"Wainwright Table",
"Workbench",
},
Crop = {
"Beans",
"Camas Bulb",
"Cotton Boll",
"Flax Stem",
"Kelp",
"Plant Fibers",
"Rice",
},
["Crop Seed"] = {
"Agave Seed",
"Amanita Mushroom Spores",
"Beans",
"Beet Seed",
"Bolete Mushroom Spores",
"Camas Bulb",
"Cookeina Mushroom Spores",
"Corn Seed",
"Crimini Mushroom Spores",
"Fern Spore",
"Fireweed Seed",
"Flax Seed",
"Huckleberry Seed",
"Papaya Seed",
"Pineapple Seed",
"Prickly Pear Seed",
"Pumpkin Seed",
"Rice",
"Sunflower Seed",
"Taro Seed",
"Tomato Seed",
"Wheat Seed",
},
["Crushed Rock"] = {
"Crushed Basalt",
"Crushed Gneiss",
"Crushed Granite",
"Crushed Limestone",
"Crushed Mixed Rock",
"Crushed Sandstone",
"Crushed Shale",
"Crushed Slag",
},
Excavatable = {
"Basalt",
"Clay",
"Coal",
"Copper Concentrate",
"Copper Ore",
"Crushed Basalt",
"Crushed Coal",
"Crushed Copper Ore",
"Crushed Gneiss",
"Crushed Gold Ore",
"Crushed Granite",
"Crushed Iron Ore",
"Crushed Limestone",
"Crushed Mixed Rock",
"Crushed Sandstone",
"Crushed Shale",
"Crushed Slag",
"Gneiss",
"Gold Concentrate",
"Gold Ore",
"Granite",
"Iron Concentrate",
"Iron Ore",
"Limestone",
"Sandstone",
"Shale",
"Slag",
},
Fabric = {
"Cloth",
"Cotton Fabric",
"Linen Fabric",
"Nylon Fabric",
"Wool Fabric",
},
Fat = {
"Flaxseed Oil",
"Oil",
"Tallow",
},
Fertilizer = {
"Berry Extract Fertilizer",
"Blood Meal Fertilizer",
"Camas Ash Fertilizer",
"Composite Filler",
"Compost Fertilizer",
"Fiber Filler",
"Hide Ash Fertilizer",
"Pelt Fertilizer",
"Phosphate Fertilizer",
"Pulp Filler",
},
["Fertilizer Filler"] = {
"Composite Filler",
"Fiber Filler",
"Pulp Filler",
},
Fish = {
"Bass",
"Blue Shark",
"Cod",
"Moon Jellyfish",
"Pacific Sardine",
"Salmon",
"Trout",
"Tuna",
},
Food = {
"Acorn",
"Acorn Powder",
"Agave Leaves",
"Agave Seed",
"Agouti Enchiladas",
"Amanita Mushroom Spores",
"Amanita Mushrooms",
"Arctic Willow Seed",
"Autumn Stew",
"Baked Agave",
"Baked Beet",
"Baked Corn",
"Baked Heart Of Palm",
"Baked Meat",
"Baked Roast",
"Baked Taro",
"Baked Tomato",
"Banh Xeo",
"Bannock",
"Barrel Cactus Seed",
"Basic Salad",
"Bean Paste",
"Bean Sprout",
"Beans",
"Bear SUPREME",
"Bearclaw",
"Beet",
"Beet Campfire Salad",
"Beet Greens",
"Beet Seed",
"Big Bluestem Seed",
"Birch Seed",
"Bison Chow Fun",
"Boiled Grains",
"Boiled Rice",
"Boiled Sausage",
"Bolete Mushroom Spores",
"Bolete Mushrooms",
"Bread",
"Bullrush Seed",
"Bunchgrass Seed",
"Camas Bread",
"Camas Bulb",
"Camas Bulb Bake",
"Camas Paste",
"Campfire Roast",
"Cedar Seed",
"Ceiba Seed",
"Cereal Germ",
"Charred Agave",
"Charred Beans",
"Charred Beet",
"Charred Cactus Fruit",
"Charred Camas Bulb",
"Charred Corn",
"Charred Fireweed Shoots",
"Charred Fish",
"Charred Heart Of Palm",
"Charred Meat",
"Charred Mushrooms",
"Charred Papaya",
"Charred Pineapple",
"Charred Sausage",
"Charred Taro",
"Charred Tomato",
"Clam Chowder",
"Cookeina Mushroom Spores",
"Cookeina Mushrooms",
"Corn",
"Corn Fritters",
"Corn Seed",
"Cornmeal",
"Cotton Seed",
"Creosote Bush Seed",
"Creosote Flower",
"Crimini Mushroom Spores",
"Crimini Mushrooms",
"Crimson Salad",
"Crispy Bacon",
"Dried Fish",
"Dried Meat",
"Dwarf Willow Seed",
"Elk Taco",
"Elk Wellington",
"Fantastic Forest Pizza",
"Fern Campfire Salad",
"Fern Spore",
"Fiddleheads",
"Field Campfire Stew",
"Filmy Fern Spore",
"Fir Seed",
"Fireweed Seed",
"Fireweed Shoots",
"Fish N Chips",
"Flatbread",
"Flax Seed",
"Flaxseed Oil",
"Flour",
"Fried Camas",
"Fried Fiddleheads",
"Fried Hare Haunches",
"Fried Hearts Of Palm",
"Fried Taro",
"Fried Tomatoes",
"Fruit Muffin",
"Fruit Salad",
"Fruit Tart",
"Giant Cactus Fruit",
"Grass Seed",
"Heart Of Palm",
"Hearty Hometown Pizza",
"Heliconia Seed",
"Hosomaki",
"Huckleberries",
"Huckleberry Extract",
"Huckleberry Fritter",
"Huckleberry Pie",
"Huckleberry Seed",
"Infused Oil",
"Jointfir Seed",
"Joshua Seed",
"Jungle Campfire Salad",
"Jungle Campfire Stew",
"Kelpy Crab Roll",
"King Fern Spore",
"Lattice Mushroom Spores",
"Leavened Dough",
"Loaded Taro Fries",
"Lupine Seed",
"Macarons",
"Meat Pie",
"Meat Stock",
"Meaty Stew",
"Millionaires Salad",
"Mochi",
"Ocean Spray Seed",
"Oil",
"Orchid",
"Orchid Seed",
"Palm Seed",
"Papaya",
"Papaya Seed",
"Pastry Dough",
"Phad Thai",
"Pineapple",
"Pineapple Friend Rice",
"Pineapple Seed",
"Pirozhok",
"Poke Bowl",
"Prepared Meat",
"Prickly Pear Fruit",
"Prickly Pear Seed",
"Prime Cut",
"Pumpkin",
"Pumpkin Seed",
"Pupusas",
"Raw Bacon",
"Raw Fish",
"Raw Meat",
"Raw Roast",
"Raw Sausage",
"Redwood Seed",
"Rice",
"Rice Flour",
"Rice Noodles",
"Roast Pumpkin",
"Root Campfire Salad",
"Root Campfire Stew",
"Saguaro Seed",
"Saxifrage Seed",
"Scrap Meat",
"Seagrass Seed",
"Seared Meat",
"Seeded Camas Roll",
"Sensuous Sea Pizza",
"Shark Fillet Soup",
"Simmered Meat",
"Simple Syrup",
"Smooth Gut Noodle Roll",
"Spiky Roll",
"Spruce Seed",
"Stuffed Turkey",
"Sugar",
"Sugarcane",
"Sun Cheese",
"Sunflower",
"Sunflower Seed",
"Sweet Deer Jerky",
"Sweet Salad",
"Tallow",
"Taro Fries",
"Taro Root",
"Taro Seed",
"Tasty Tropical Pizza",
"Tomato",
"Tomato Seed",
"Topped Porridge",
"Tortilla",
"Trillium Flower",
"Trillium Seed",
"Vegetable Medley",
"Vegetable Soup",
"Vegetable Stock",
"Waterweed Seed",
"Wheat",
"Wheat Seed",
"White Bursage Seed",
"Wild Mix",
"Wild Stew",
"Wilted Fiddleheads",
"Worldly Donut",
"Yeast",
},
["Fried Vegetable"] = {
"Fried Camas",
"Fried Fiddleheads",
"Fried Hearts Of Palm",
"Fried Taro",
"Fried Tomatoes",
},
Fruit = {
"Giant Cactus Fruit",
"Huckleberries",
"Papaya",
"Pineapple",
"Prickly Pear Fruit",
"Pumpkin",
},
Fungus = {
"Amanita Mushrooms",
"Bolete Mushrooms",
"Cookeina Mushrooms",
"Crimini Mushrooms",
},
Gear = {
"Iron Gear",
"Steel Gear",
},
Government = {
"Amendments",
"Ballot Box",
"Board Of Elections",
"Capitol",
"Census Bureau",
"Country Foundation",
"Court Table",
"Embassy Desk",
"Executive Office",
"Federation Foundation",
"Government Office",
"Immigration Desk",
"Large Court",
"Outpost Table",
"Printing Press",
"Settlement Crafting Table",
"Small Court",
"Stenographers Table",
"Town Foundation",
"Treasury",
"Zoning Office",
},
Grain = {
"Rice",
"Wheat",
},
Greens = {
"Agave Leaves",
"Beet Greens",
"Fiddleheads",
"Fireweed Shoots",
},
Hardwood = {
"Birch Log",
"Ceiba Log",
"Oak Log",
},
["Hardwood Lumber"] = {
"Composite Birch Lumber",
"Composite Ceiba Lumber",
"Composite Oak Lumber",
},
["Hewn Log"] = {
"Hardwood Hewn Log",
"Hewn Log",
"Softwood Hewn Log",
},
Housing = {
"Adorned Ashlar Basalt Bench",
"Adorned Ashlar Basalt Chair",
"Adorned Ashlar Basalt Table",
"Adorned Ashlar Stone Bench",
"Adorned Ashlar Stone Chair",
"Adorned Ashlar Stone Table",
"Ashlar Basalt Bench",
"Ashlar Basalt Chair",
"Ashlar Basalt Fireplace",
"Ashlar Basalt Table",
"Ashlar Large Basalt Fountain",
"Ashlar Large Stone Fountain",
"Ashlar Small Basalt Fountain",
"Ashlar Small Stone Fountain",
"Ashlar Stone Bench",
"Ashlar Stone Chair",
"Ashlar Stone Fireplace",
"Ashlar Stone Table",
"Bakery Oven",
"Bathtub",
"Bison Mount",
"Bookshelf",
"Brazier",
"Brick Fireplace",
"Butchery Table",
"Candle Stand",
"Carved Pumpkin",
"Cast Iron Bed",
"Cast Iron Bench",
"Cast Iron Chair",
"Cast Iron Royal Bed",
"Cast Iron Stove",
"Cast Iron Table",
"Ceiling Candle",
"Composite Birch Bench",
"Composite Birch Chair",
"Composite Birch Table",
"Composite Hardwood Bench",
"Composite Hardwood Chair",
"Composite Hardwood Table",
"Composite Lumber Bench",
"Composite Lumber Chair",
"Composite Lumber Table",
"Copper Frame Landscape",
"Copper Frame Wide",
"Couch",
"Country Foundation",
"Decorative Anchor",
"Decorative Glass Buoy Blue",
"Decorative Glass Buoy Red",
"Decorative Hanging Buoy",
"Decorative Life Preserver",
"Decorative Ship Wheel",
"Electric Wall Lamp",
"Elk Mount",
"Federation Foundation",
"Galaxy Vase",
"Goat Mount",
"Gold Frame Landscape",
"Gold Frame Wide",
"Hardwood Lumber Dresser",
"Hewn Bench",
"Hewn Chair",
"Hewn Dresser",
"Hewn Nightstand",
"Hewn Softwood Bench",
"Hewn Softwood Chair",
"Hewn Softwood Table",
"Hewn Table",
"Icebox",
"Iron Frame Landscape",
"Iron Frame Wide",
"Kitchen",
"Large Bath Mat",
"Large Cotton Bunting Red",
"Large Cotton Bunting Regal",
"Large Festive Paper Lantern",
"Large Nylon Bunting Green",
"Large Nylon Bunting Purple",
"Large Paper Lantern",
"Lighthouse Lamp",
"Limestone Bison Statue",
"Limestone Otter Statue",
"Limestone Owl Statue",
"Limestone Wolf Statue",
"Lumber Bench",
"Lumber Chair",
"Lumber Dresser",
"Lumber Table",
"Mill",
"Modern Double Street Light",
"Modern Street Light",
"Mortared Granite Bench",
"Mortared Granite Chair",
"Mortared Granite Fireplace",
"Mortared Granite Table",
"Mortared Stone Bench",
"Mortared Stone Chair",
"Mortared Stone Fireplace",
"Mortared Stone Table",
"Nylon Futon Bed",
"Nylon Futon Couch",
"Orange Vase",
"Ornate Gold Frame Landscape",
"Ornate Gold Frame Wide",
"Ornate Iron Frame Landscape",
"Ornate Iron Frame Wide",
"Ornate Wooden Frame Landscape",
"Ornate Wooden Frame Wide",
"Padded Chair",
"Plant Vase",
"Purple Vase",
"Red Vase",
"Refrigerator",
"Round Pot",
"Rug Large",
"Rug Medium",
"Rug Small",
"Salt Basket",
"Sheep Mount",
"Shelf Cabinet",
"Sink",
"Small Bath Mat",
"Small Cotton Bunting Red",
"Small Cotton Bunting Regal",
"Small Nylon Bunting Green",
"Small Nylon Bunting Purple",
"Small Paper Lantern",
"Small Sink",
"Softwood Lumber Bench",
"Softwood Lumber Chair",
"Softwood Lumber Dresser",
"Softwood Lumber Table",
"Square Pot",
"Steel Abstract Fixture",
"Steel Ceiling Light",
"Steel Floor Lamp",
"Steel Hanging Fixture",
"Steel Hanging Lamp",
"Steel Kitchen Lamp",
"Steel Searchlight",
"Steel Square Fixture",
"Steel Table Lamp",
"Stone Brazier",
"Stove",
"Streetlamp",
"Stuffed Alligator",
"Stuffed Bison",
"Stuffed Elk",
"Stuffed Goat",
"Stuffed Jaguar",
"Stuffed Wolf",
"Swirl Vase",
"Tallow Candle",
"Tallow Lamp",
"Tallow Wall Lamp",
"Toilet",
"Torch Stand",
"Towel Rack",
"Town Bell",
"Town Foundation",
"Upholstered Chair",
"Upholstered Couch",
"Wall Candle",
"Washboard",
"Washing Machine",
"Wooden Ceiling Light",
"Wooden Fabric Bed",
"Wooden Floor Lamp",
"Wooden Frame Landscape",
"Wooden Frame Wide",
"Wooden Kitchen Lamp",
"Wooden Latrine",
"Wooden Straw Bed",
"Wooden Table Lamp",
},
["Large Fish"] = {
"Blue Shark",
"Tuna",
},
["Liquid Fuel"] = {
"Biodiesel",
"Gasoline",
},
Lumber = {
"Hardwood Lumber",
"Lumber",
"Softwood Lumber",
},
["Marine Life"] = {
"Clam",
"Urchin",
},
["Medium Carcass"] = {
"Alligator Carcass",
"Bighorn Carcass",
"Deer Carcass",
"Elk Carcass",
"Jaguar Carcass",
"Mountain Goat Carcass",
},
["Medium Fish"] = {
"Bass",
"Cod",
"Salmon",
"Trout",
},
["Medium Leather Carcass"] = {
"Alligator Carcass",
"Deer Carcass",
"Elk Carcass",
"Jaguar Carcass",
},
["Medium Wooly Carcass"] = {
"Bighorn Carcass",
"Mountain Goat Carcass",
},
Metal = {
"Copper Bar",
"Gold Bar",
"Iron Bar",
"Steel Bar",
},
["Modern Research"] = {
"Agriculture Research Paper Modern",
"Culinary Research Paper Modern",
"Dendrology Research Paper Modern",
"Engineering Research Paper Modern",
"Geology Research Paper Modern",
"Metallurgy Research Paper Modern",
},
["Modern Upgrade"] = {
"Modern Upgrade 1",
"Modern Upgrade 2",
"Modern Upgrade 3",
"Modern Upgrade 4",
},
["Mortared Stone"] = {
"Mortared Granite",
"Mortared Limestone",
"Mortared Sandstone",
"Mortared Stone",
},
["Natural Fiber"] = {
"Kelp",
"Plant Fibers",
"Wood Pulp",
},
Oil = {
"Flaxseed Oil",
"Oil",
},
Ore = {
"Coal",
"Copper Ore",
"Gold Ore",
"Iron Ore",
},
Petals = {
"Creosote Flower",
"Orchid",
"Trillium Flower",
},
["Raw Food"] = {
"Agave Leaves",
"Bean Sprout",
"Beans",
"Beet",
"Beet Greens",
"Bolete Mushrooms",
"Camas Bulb",
"Cookeina Mushrooms",
"Corn",
"Crimini Mushrooms",
"Fiddleheads",
"Fireweed Shoots",
"Giant Cactus Fruit",
"Heart Of Palm",
"Huckleberries",
"Papaya",
"Pineapple",
"Prickly Pear Fruit",
"Pumpkin",
"Rice",
"Taro Root",
"Tomato",
"Wheat",
},
Research = {
"Agriculture Research Paper Advanced",
"Agriculture Research Paper Modern",
"Culinary Research Paper Advanced",
"Culinary Research Paper Basic",
"Culinary Research Paper Modern",
"Dendrology Research Paper Advanced",
"Dendrology Research Paper Basic",
"Dendrology Research Paper Modern",
"Engineering Research Paper Advanced",
"Engineering Research Paper Modern",
"Gathering Research Paper Basic",
"Geology Research Paper Advanced",
"Geology Research Paper Basic",
"Geology Research Paper Modern",
"Metallurgy Research Paper Advanced",
"Metallurgy Research Paper Basic",
"Metallurgy Research Paper Modern",
},
Road = {
"Asphalt Concrete",
"Stone Road",
},
["Road Type"] = {
"Asphalt Concrete",
"Stone Road",
},
Rock = {
"Basalt",
"Gneiss",
"Granite",
"Limestone",
"Sandstone",
"Shale",
"Stone",
},
Root = {
"Beet",
"Camas Bulb",
"Taro Root",
},
Salad = {
"Basic Salad",
"Fruit Salad",
},
Seeds = {
"Acorn",
"Agave Seed",
"Amanita Mushroom Spores",
"Arctic Willow Seed",
"Barrel Cactus Seed",
"Beans",
"Beet Seed",
"Big Bluestem Seed",
"Birch Seed",
"Bolete Mushroom Spores",
"Bullrush Seed",
"Bunchgrass Seed",
"Camas Bulb",
"Cedar Seed",
"Ceiba Seed",
"Cookeina Mushroom Spores",
"Corn Seed",
"Cotton Seed",
"Creosote Bush Seed",
"Crimini Mushroom Spores",
"Dwarf Willow Seed",
"Fern Spore",
"Filmy Fern Spore",
"Fir Seed",
"Fireweed Seed",
"Flax Seed",
"Grass Seed",
"Heliconia Seed",
"Huckleberry Seed",
"Jointfir Seed",
"Joshua Seed",
"King Fern Spore",
"Lattice Mushroom Spores",
"Lupine Seed",
"Ocean Spray Seed",
"Orchid Seed",
"Palm Seed",
"Papaya Seed",
"Pineapple Seed",
"Prickly Pear Seed",
"Pumpkin Seed",
"Redwood Seed",
"Rice",
"Saguaro Seed",
"Saxifrage Seed",
"Seagrass Seed",
"Spruce Seed",
"Sugarcane",
"Sunflower Seed",
"Taro Seed",
"Tomato Seed",
"Trillium Seed",
"Waterweed Seed",
"Wheat Seed",
"White Bursage Seed",
},
Silica = {
"Crushed Granite",
"Crushed Sandstone",
},
["Skill Books"] = {
"Advanced Baking Skill Book",
"Advanced Cooking Skill Book",
"Advanced Masonry Skill Book",
"Advanced Smelting Skill Book",
"Baking Skill Book",
"Basic Engineering Skill Book",
"Blacksmith Skill Book",
"Butchery Skill Book",
"Carpentry Skill Book",
"Composites Skill Book",
"Cooking Skill Book",
"Cutting Edge Cooking Skill Book",
"Electronics Skill Book",
"Farming Skill Book",
"Fertilizers Skill Book",
"Glassworking Skill Book",
"Industry Skill Book",
"Masonry Skill Book",
"Mechanics Skill Book",
"Milling Skill Book",
"Oil Drilling Skill Book",
"Paper Milling Skill Book",
"Pottery Skill Book",
"Shipwright Skill Book",
"Smelting Skill Book",
"Tailoring Skill Book",
},
["Skill Scrolls"] = {
"Advanced Baking Skill Scroll",
"Advanced Cooking Skill Scroll",
"Advanced Masonry Skill Scroll",
"Advanced Smelting Skill Scroll",
"Baking Skill Scroll",
"Basic Engineering Skill Scroll",
"Blacksmith Skill Scroll",
"Butchery Skill Scroll",
"Carpentry Skill Scroll",
"Composites Skill Scroll",
"Cooking Skill Scroll",
"Cutting Edge Cooking Skill Scroll",
"Electronics Skill Scroll",
"Farming Skill Scroll",
"Fertilizers Skill Scroll",
"Glassworking Skill Scroll",
"Industry Skill Scroll",
"Masonry Skill Scroll",
"Mechanics Skill Scroll",
"Milling Skill Scroll",
"Oil Drilling Skill Scroll",
"Paper Milling Skill Scroll",
"Pottery Skill Scroll",
"Shipwright Skill Scroll",
"Smelting Skill Scroll",
"Tailoring Skill Scroll",
},
["Small Carcass"] = {
"Coyote Carcass",
"Fox Carcass",
"Wolf Carcass",
},
["Small Fish"] = {
"Crab Carcass",
"Moon Jellyfish",
},
},
Softwood = {
Softwood = {
"Cedar Log",
"Cedar Log",
"Fir Log",
"Fir Log",
"Redwood Log",
"Redwood Log",
"Spruce Log",
"Spruce Log",
},
},
["Softwood Lumber"] = {
["Softwood Lumber"] = {
"Composite Cedar Lumber",
"Composite Cedar Lumber",
"Composite Fir Lumber",
"Composite Fir Lumber",
"Composite Redwood Lumber",
"Composite Redwood Lumber",
},
},
Specialty = {
["Tiny Carcass"] = {
"Computer Lab",
"Agouti Carcass",
"Crab Pot",
"Hare Carcass",
"Easel",
"Otter Carcass",
"Electric Water Pump",
"Prairie Dog Carcass",
"Elevator Call Post",
"Snapping Turtle Carcass",
"Fish Trap",
"Turkey Carcass",
"Industrial Elevator",
},
"Laser",
["Tiny Fur Carcass"] = {
"Mechanical Water Pump",
"Agouti Carcass",
"Plastic Buoy",
"Otter Carcass",
"Steel Buoy",
},
"Steel Moorage Post",
["Tiny Leather Carcass"] = {
"Transmission Pole",
"Prairie Dog Carcass",
"Tripod Camera",
"Snapping Turtle Carcass",
"Waste Filter",
"Turkey Carcass",
},
Tool = {
"Chainsaw",
"Claim Tool",
"Composite Bow",
"Fishing Pole",
"Flax Trawler Net",
"Handheld Camera",
"Iron Axe",
"Iron Hammer",
"Iron Hoe",
"Iron Machete",
"Iron Pickaxe",
"Iron Road Tool",
"Iron Rock Drill",
"Iron Shovel",
"Iron Sickle",
"Modern Axe",
"Modern Hammer",
"Modern Hoe",
"Modern Machete",
"Modern Pickaxe",
"Modern Rock Drill",
"Modern Scythe",
"Modern Shovel",
"Nylon Trawler Net",
"Recurve Bow",
"Steam Tractor Harvester",
"Steam Tractor Plow",
"Steam Tractor Sower",
"Steel Axe",
"Steel Hammer",
"Steel Hoe",
"Steel Machete",
"Steel Pickaxe",
"Steel Shovel",
"Steel Sickle",
"Stone Axe",
"Stone Hammer",
"Stone Machete",
"Stone Pickaxe",
"Stone Road Tool",
"Stone Sickle",
"Wooden Bow",
"Wooden Hoe",
"Wooden Shovel",
},
Torch = {
"Torch",
},
Upgrade = {
"Advanced Baking Upgrade",
"Advanced Cooking Upgrade",
"Advanced Masonry Upgrade",
"Advanced Smelting Upgrade",
"Advanced Upgrade 1",
"Advanced Upgrade 2",
"Advanced Upgrade 3",
"Advanced Upgrade 4",
"Baking Upgrade",
"Basic Engineering Upgrade",
"Basic Upgrade 1",
"Basic Upgrade 2",
"Basic Upgrade 3",
"Basic Upgrade 4",
"Blacksmith Advanced Upgrade",
"Blacksmith Upgrade",
"Butchery Upgrade",
"Campfire Cooking Upgrade",
"Carpentry Advanced Upgrade",
"Carpentry Basic Upgrade",
"Composites Upgrade",
"Cooking Upgrade",
"Cutting Edge Cooking Upgrade",
"Electronics Upgrade",
"Farming Upgrade",
"Fertilizers Upgrade",
"Gathering Advanced Upgrade",
"Gathering Basic Upgrade",
"Glassworking Advanced Upgrade",
"Glassworking Modern Upgrade",
"Hunting Upgrade",
"Industry Upgrade",
"Logging Advanced Upgrade",
"Logging Basic Upgrade",
"Masonry Advanced Upgrade",
"Masonry Basic Upgrade",
"Mechanics Advanced Upgrade",
"Mechanics Modern Upgrade",
"Milling Upgrade",
"Mining Advanced Upgrade",
"Mining Basic Upgrade",
"Mining Modern Upgrade",
"Modern Upgrade 1",
"Modern Upgrade 2",
"Modern Upgrade 3",
"Modern Upgrade 4",
"Oil Drilling Upgrade",
"Paper Milling Upgrade",
"Pottery Upgrade",
"Shipwright Advanced Upgrade",
"Shipwright Basic Upgrade",
"Smelting Basic Upgrade",
"Smelting Upgrade",
"Tailoring Basic Upgrade",
"Tailoring Modern Upgrade",
},
Vegetable = {
"Beans",
"Beet",
"Camas Bulb",
"Corn",
"Heart Of Palm",
"Taro Root",
"Tomato",
},
Vehicles = {
"Crane",
"Excavator",
"Hand Plow",
"Industrial Barge",
"Industrial Elevator",
"Large Canoe",
"Medium Fishing Trawler",
"Powered Cart",
"Skid Steer",
"Small Canoe",
"Small Wood Cart",
"Small Wooden Boat",
"Steam Tractor",
"Steam Truck",
"Trailer Truck",
"Truck",
"Wheelbarrow",
"Wood Cart",
"Wood Shop Cart",
"Wooden Barge",
"Wooden Elevator",
"Wooden Elevator",
"Wooden Moorage Post",
},
["Specialty Upgrades"] = {
"Advanced Baking Upgrade",
"Advanced Cooking Upgrade",
"Advanced Masonry Upgrade",
"Advanced Smelting Upgrade",
"Baking Upgrade",
"Basic Engineering Upgrade",
"Butchery Upgrade",
"Campfire Cooking Upgrade",
"Carpentry Advanced Upgrade",
"Carpentry Basic Upgrade",
"Composites Upgrade",
"Cooking Upgrade",
"Cutting Edge Cooking Upgrade",
"Electronics Upgrade",
"Farming Upgrade",
"Fertilizers Upgrade",
"Gathering Basic Upgrade",
"Glassworking Advanced Upgrade",
"Glassworking Modern Upgrade",
"Hunting Upgrade",
"Industry Upgrade",
"Logging Advanced Upgrade",
"Logging Basic Upgrade",
"Masonry Advanced Upgrade",
"Masonry Basic Upgrade",
"Mechanics Advanced Upgrade",
"Mechanics Modern Upgrade",
"Milling Upgrade",
"Mining Advanced Upgrade",
"Mining Basic Upgrade",
"Mining Modern Upgrade",
"Oil Drilling Upgrade",
"Paper Milling Upgrade",
"Pottery Upgrade",
"Shipwright Advanced Upgrade",
"Shipwright Basic Upgrade",
"Smelting Upgrade",
"Tailoring Basic Upgrade",
"Tailoring Modern Upgrade",
},
Stone = {
"Basalt",
"Gneiss",
"Granite",
"Limestone",
"Sandstone",
"Shale",
},
Storage = {
"Industrial Refrigerator",
"Large Lumber Stockpile",
"Lumber Stockpile",
"Outpost Netting",
"Powered Storage Silo",
"Small Stockpile",
"Stockpile",
"Storage Chest",
"Storage Silo",
"Tiny Stockpile",
},
["Tiny Carcass"] = {
"Agouti Carcass",
"Hare Carcass",
"Otter Carcass",
"Prairie Dog Carcass",
"Snapping Turtle Carcass",
"Turkey Carcass",
},
["Tiny Fur Carcass"] = {
"Agouti Carcass",
"Otter Carcass",
},
["Tiny Leather Carcass"] = {
"Prairie Dog Carcass",
"Snapping Turtle Carcass",
"Turkey Carcass",
},
Tool = {
"Claim Tool",
"Fishing Pole",
"Flax Trawler Net",
"Nylon Trawler Net",
"Steam Tractor Harvester",
"Steam Tractor Plow",
"Steam Tractor Sower",
},
Tools = {
"Arrow",
"Claim Tool",
"Fishing Pole",
"Flax Trawler Net",
"Nylon Trawler Net",
"Soil Sampler",
"Steam Tractor Harvester",
"Steam Tractor Plow",
"Steam Tractor Sower",
"Torch",
},
Torch = {
"Torch",
},
["Upgrade Modules"] = {
"Advanced Baking Upgrade",
"Advanced Cooking Upgrade",
"Advanced Masonry Upgrade",
"Advanced Smelting Upgrade",
"Advanced Upgrade 1",
"Advanced Upgrade 2",
"Advanced Upgrade 3",
"Advanced Upgrade 4",
"Baking Upgrade",
"Basic Engineering Upgrade",
"Basic Upgrade 1",
"Basic Upgrade 2",
"Basic Upgrade 3",
"Basic Upgrade 4",
"Butchery Upgrade",
"Campfire Cooking Upgrade",
"Carpentry Advanced Upgrade",
"Carpentry Basic Upgrade",
"Composites Upgrade",
"Cooking Upgrade",
"Cutting Edge Cooking Upgrade",
"Electronics Upgrade",
"Farming Upgrade",
"Fertilizers Upgrade",
"Gathering Basic Upgrade",
"Glassworking Advanced Upgrade",
"Glassworking Modern Upgrade",
"Hunting Upgrade",
"Industry Upgrade",
"Logging Advanced Upgrade",
"Logging Basic Upgrade",
"Masonry Advanced Upgrade",
"Masonry Basic Upgrade",
"Mechanics Advanced Upgrade",
"Mechanics Modern Upgrade",
"Milling Upgrade",
"Mining Advanced Upgrade",
"Mining Basic Upgrade",
"Mining Modern Upgrade",
"Modern Upgrade 1",
"Modern Upgrade 2",
"Modern Upgrade 3",
"Modern Upgrade 4",
"Oil Drilling Upgrade",
"Paper Milling Upgrade",
"Pottery Upgrade",
"Shipwright Advanced Upgrade",
"Shipwright Basic Upgrade",
"Smelting Upgrade",
"Tailoring Basic Upgrade",
"Tailoring Modern Upgrade",
},
Vegetable = {
"Beans",
"Beet",
"Camas Bulb",
"Corn",
"Heart Of Palm",
"Taro Root",
"Tomato",
},
Vehicles = {
"Crane",
"Excavator",
"Hand Plow",
"Industrial Barge",
"Large Canoe",
"Medium Fishing Trawler",
"Powered Cart",
"Skid Steer",
"Small Canoe",
"Small Wood Cart",
"Small Wooden Boat",
"Steam Tractor",
"Steam Truck",
"Truck",
"Wheelbarrow",
"Wood Cart",
"Wood Shop Cart",
"Wooden Barge",
"Wooden Transport Ship",
"Wooden Transport Ship",
},
},
Line 47,744: Line 50,338:
"Hardwood Board",
"Hardwood Board",
"Softwood Board",
"Softwood Board",
},
["Work Stations"] = {
"Advanced Carpentry Table",
"Advanced Masonry Table",
"Advanced Tailoring Table",
"Amendments",
"Anvil",
"Arrastra",
"Assembly Line",
"Automatic Loom",
"Ballot Box",
"Bank",
"Blast Furnace",
"Bloomery",
"Board Of Elections",
"Campfire",
"Campsite",
"Capitol",
"Carpentry Table",
"Cement Kiln",
"Census Bureau",
"Contract Board",
"Country Foundation",
"Court Table",
"Currency Exchange",
"Electric Lathe",
"Electric Machinist Table",
"Electric Planer",
"Electric Stamping Press",
"Electronics Assembly",
"Embassy Desk",
"Executive Office",
"Farmers Table",
"Federation Foundation",
"Fiber Scutching Station",
"Fish Rack",
"Fishery",
"Froth Floatation Cell",
"Glassworks",
"Government Office",
"Immigration Desk",
"Jaw Crusher",
"Kiln",
"Laboratory",
"Large Court",
"Lathe",
"Loom",
"Machinist Table",
"Masonry Table",
"Medium Shipyard",
"Mint",
"Oil Refinery",
"Outpost Table",
"Printing Press",
"Pump Jack",
"Real Estate Desk",
"Registrar",
"Research Table",
"Robotic Assembly Line",
"Rocker Box",
"Rolling Mill",
"Sawmill",
"Screening Machine",
"Screw Press",
"Sensor Based Belt Sorter",
"Settlement Crafting Table",
"Shaper",
"Small Court",
"Small Paper Machine",
"Small Shipyard",
"Spin Melter",
"Stamp Mill",
"Stenographers Table",
"Store",
"Tailoring Table",
"Tool Bench",
"Town Foundation",
"Treasury",
"Wainwright Table",
"Workbench",
"Zoning Office",
},
},
},
},
}
}

Latest revision as of 00:01, 1 May 2024

Documentation[edit source]


This module is a data file that is used to automate information throughout the Eco Wiki using various Lua Modules. If you would like to see more information generated on a data page request it on the Eco Contribution Wiki Discord server.


The Module:ItemData is currently used in:


-- Eco Version : 0.10.2.2
-- Export Language: English

return {
	items = {
		Acorn = {
			untranslated = "Acorn",
			category = nil,
			group = "Food",
			description = "Plant to grow an oak tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AcornItem",
			typeID = 0,
		},
		["Acorn Powder"] = {
			untranslated = "Acorn Powder",
			category = nil,
			group = "Food",
			description = "Powdered acorn.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 40,
			carbs = 1,
			protein = 5,
			fat = 2,
			vitamins = 5,
			density = 32.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AcornPowderItem",
			typeID = 0,
		},
		["Adorned Ashlar Basalt Bench"] = {
			untranslated = "Adorned Ashlar Basalt Bench",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone bench that has been adorned with gold.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarBasaltBenchItem",
			typeID = 0,
		},
		["Adorned Ashlar Basalt Chair"] = {
			untranslated = "Adorned Ashlar Basalt Chair",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarBasaltChairItem",
			typeID = 0,
		},
		["Adorned Ashlar Basalt Table"] = {
			untranslated = "Adorned Ashlar Basalt Table",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone table that has been adorned with gold.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3.5",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarBasaltTableItem",
			typeID = 0,
		},
		["Adorned Ashlar Stone Bench"] = {
			untranslated = "Adorned Ashlar Stone Bench",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone bench that has been adorned with gold.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarStoneBenchItem",
			typeID = 0,
		},
		["Adorned Ashlar Stone Chair"] = {
			untranslated = "Adorned Ashlar Stone Chair",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarStoneChairItem",
			typeID = 0,
		},
		["Adorned Ashlar Stone Table"] = {
			untranslated = "Adorned Ashlar Stone Table",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone table that has been adorned with gold.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3.5",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarStoneTableItem",
			typeID = 0,
		},
		["Advanced Baking Skill Book"] = {
			untranslated = "Advanced Baking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Advanced Baking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Baking Skill BookItem",
			typeID = 0,
		},
		["Advanced Baking Skill Scroll"] = {
			untranslated = "Advanced Baking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Advanced Baking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Baking Skill ScrollItem",
			typeID = 0,
		},
		["Advanced Baking Upgrade"] = {
			untranslated = "Advanced Baking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedBakingUpgradeItem",
			typeID = 0,
		},
		["Advanced Carpentry Table"] = {
			untranslated = "Advanced Carpentry Table",
			category = nil,
			group = "Work Stations",
			description = "A modern carpentry table with an electric motor and heavy duty steel sawblades.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedCarpentryTableItem",
			typeID = 0,
		},
		["Advanced Circuit"] = {
			untranslated = "Advanced Circuit",
			category = nil,
			group = "Items",
			description = "A complex electrical component used in advanced electronics.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedCircuitItem",
			typeID = 0,
		},
		["Advanced Combustion Engine"] = {
			untranslated = "Advanced Combustion Engine",
			category = nil,
			group = "Items",
			description = "A more advanced version of the normal combustion engine that produces a greater output.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedCombustionEngineItem",
			typeID = 0,
		},
		["Advanced Cooking Skill Book"] = {
			untranslated = "Advanced Cooking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Advanced Cooking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Cooking Skill BookItem",
			typeID = 0,
		},
		["Advanced Cooking Skill Scroll"] = {
			untranslated = "Advanced Cooking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Advanced Cooking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Cooking Skill ScrollItem",
			typeID = 0,
		},
		["Advanced Cooking Upgrade"] = {
			untranslated = "Advanced Cooking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedCookingUpgradeItem",
			typeID = 0,
		},
		["Advanced Masonry Skill Book"] = {
			untranslated = "Advanced Masonry Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Advanced Masonry Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Masonry Skill BookItem",
			typeID = 0,
		},
		["Advanced Masonry Skill Scroll"] = {
			untranslated = "Advanced Masonry Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Advanced Masonry Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Masonry Skill ScrollItem",
			typeID = 0,
		},
		["Advanced Masonry Table"] = {
			untranslated = "Advanced Masonry Table",
			category = nil,
			group = "Work Stations",
			description = "A workbench for the advanced shaping of rocks into beautiful stone.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedMasonryTableItem",
			typeID = 0,
		},
		["Advanced Masonry Upgrade"] = {
			untranslated = "Advanced Masonry Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedMasonryUpgradeItem",
			typeID = 0,
		},
		["Advanced Smelting Skill Book"] = {
			untranslated = "Advanced Smelting Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Advanced Smelting Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Smelting Skill BookItem",
			typeID = 0,
		},
		["Advanced Smelting Skill Scroll"] = {
			untranslated = "Advanced Smelting Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Advanced Smelting Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Smelting Skill ScrollItem",
			typeID = 0,
		},
		["Advanced Smelting Upgrade"] = {
			untranslated = "Advanced Smelting Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Smelting recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedSmeltingUpgradeItem",
			typeID = 0,
		},
		["Advanced Tailoring Table"] = {
			untranslated = "Advanced Tailoring Table",
			category = nil,
			group = "Work Stations",
			description = "An advanced tailoring table.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedTailoringTableItem",
			typeID = 0,
		},
		["Advanced Upgrade 1"] = {
			untranslated = "Advanced Upgrade 1",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Advanced Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedUpgradeLvl1Item",
			typeID = 0,
		},
		["Advanced Upgrade 2"] = {
			untranslated = "Advanced Upgrade 2",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Advanced Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedUpgradeLvl2Item",
			typeID = 0,
		},
		["Advanced Upgrade 3"] = {
			untranslated = "Advanced Upgrade 3",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Advanced Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedUpgradeLvl3Item",
			typeID = 0,
		},
		["Advanced Upgrade 4"] = {
			untranslated = "Advanced Upgrade 4",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Advanced Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedUpgradeLvl4Item",
			typeID = 0,
		},
		["Agave Leaves"] = {
			untranslated = "Agave Leaves",
			category = nil,
			group = "Food",
			description = "The succulent leaves of the agave plant can be cooked to make a nice meal.",
			tagGroups = {
				"Food",
				"Greens",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 1,
			fat = 1,
			vitamins = 4,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgaveLeavesItem",
			typeID = 0,
		},
		["Agave Seed"] = {
			untranslated = "Agave Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow an agave plant.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgaveSeedItem",
			typeID = 0,
		},
		["Agouti Carcass"] = {
			untranslated = "Agouti Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead agouti.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Fur Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgoutiCarcassItem",
			typeID = 0,
		},
		["Agouti Enchiladas"] = {
			untranslated = "Agouti Enchiladas",
			category = nil,
			group = "Food",
			description = "Sweet and savory...it doesn't have to be an Agouti.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 550,
			calories = 800,
			carbs = 20,
			protein = 8,
			fat = 27,
			vitamins = 3,
			density = 7.249999999999999,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgoutiEnchiladasItem",
			typeID = 0,
		},
		["Agriculture Research Paper Advanced"] = {
			untranslated = "Agriculture Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgricultureResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Agriculture Research Paper Modern"] = {
			untranslated = "Agriculture Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgricultureResearchPaperModernItem",
			typeID = 0,
		},
		["Alligator Carcass"] = {
			untranslated = "Alligator Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead alligator.",
			tagGroups = {
				"Medium Carcass",
				"Medium Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AlligatorCarcassItem",
			typeID = 0,
		},
		["Amanita Mushroom Spores"] = {
			untranslated = "Amanita Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow amanita mushrooms. Not sure why you'd want these poisonous mushrooms, though.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AmanitaMushroomSporesItem",
			typeID = 0,
		},
		["Amanita Mushrooms"] = {
			untranslated = "Amanita Mushrooms",
			category = nil,
			group = "Food",
			description = "A potentially poisonous mushroom. It might not be wise to eat it raw, but it can be detoxified when prepared properly by a chef. Eat at your own risk!",
			tagGroups = {
				"Food",
				"Fungus",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = -200,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = -0.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AmanitaMushroomsItem",
			typeID = 0,
		},
		Amendments = {
			untranslated = "Amendments",
			category = nil,
			group = "Work Stations",
			description = "Allows the modification of the constitution.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AmendmentsItem",
			typeID = 0,
		},
		Anvil = {
			untranslated = "Anvil",
			category = nil,
			group = "Work Stations",
			description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AnvilItem",
			typeID = 0,
		},
		["Arctic Willow Seed"] = {
			untranslated = "Arctic Willow Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow arctic willow.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ArcticWillowSeedItem",
			typeID = 0,
		},
		Arrastra = {
			untranslated = "Arrastra",
			category = nil,
			group = "Work Stations",
			description = "A primitive rock mill of dragged boulders.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ArrastraItem",
			typeID = 0,
		},
		Arrow = {
			untranslated = "Arrow",
			category = nil,
			group = "Items",
			description = "Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).",
			tagGroups = {
				"Burnable Fuel",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 500,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ArrowItem",
			typeID = 0,
		},
		["Art Supplies"] = {
			untranslated = "Art Supplies",
			category = nil,
			group = "Items",
			description = "A set of art supplies that ",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 150,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ArtSuppliesItem",
			typeID = 0,
		},
		["Ashlar Basalt"] = {
			untranslated = "Ashlar Basalt",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltItem",
			typeID = 0,
		},
		["Ashlar Basalt Bench"] = {
			untranslated = "Ashlar Basalt Bench",
			category = nil,
			group = "Housing Objects",
			description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltBenchItem",
			typeID = 0,
		},
		["Ashlar Basalt Chair"] = {
			untranslated = "Ashlar Basalt Chair",
			category = nil,
			group = "Housing Objects",
			description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltChairItem",
			typeID = 0,
		},
		["Ashlar Basalt Door"] = {
			untranslated = "Ashlar Basalt Door",
			category = nil,
			group = "Housing Objects",
			description = "A heavy ashlar stone door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltDoorItem",
			typeID = 0,
		},
		["Ashlar Basalt Fireplace"] = {
			untranslated = "Ashlar Basalt Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltFireplaceItem",
			typeID = 0,
		},
		["Ashlar Basalt Table"] = {
			untranslated = "Ashlar Basalt Table",
			category = nil,
			group = "Housing Objects",
			description = "A large stone table crafted by an expert mason.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltTableItem",
			typeID = 0,
		},
		["Ashlar Gneiss"] = {
			untranslated = "Ashlar Gneiss",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarGneissItem",
			typeID = 0,
		},
		["Ashlar Granite"] = {
			untranslated = "Ashlar Granite",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarGraniteItem",
			typeID = 0,
		},
		["Ashlar Large Basalt Fountain"] = {
			untranslated = "Ashlar Large Basalt Fountain",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Fountain",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarLargeBasaltFountainItem",
			typeID = 0,
		},
		["Ashlar Large Stone Fountain"] = {
			untranslated = "Ashlar Large Stone Fountain",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Fountain",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarLargeStoneFountainItem",
			typeID = 0,
		},
		["Ashlar Limestone"] = {
			untranslated = "Ashlar Limestone",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarLimestoneItem",
			typeID = 0,
		},
		["Ashlar Sandstone"] = {
			untranslated = "Ashlar Sandstone",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarSandstoneItem",
			typeID = 0,
		},
		["Ashlar Shale"] = {
			untranslated = "Ashlar Shale",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarShaleItem",
			typeID = 0,
		},
		["Ashlar Small Basalt Fountain"] = {
			untranslated = "Ashlar Small Basalt Fountain",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Decoration",
			furnitureType = "Fountain",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarSmallBasaltFountainItem",
			typeID = 0,
		},
		["Ashlar Small Stone Fountain"] = {
			untranslated = "Ashlar Small Stone Fountain",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Decoration",
			furnitureType = "Fountain",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarSmallStoneFountainItem",
			typeID = 0,
		},
		["Ashlar Stone Bench"] = {
			untranslated = "Ashlar Stone Bench",
			category = nil,
			group = "Housing Objects",
			description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneBenchItem",
			typeID = 0,
		},
		["Ashlar Stone Chair"] = {
			untranslated = "Ashlar Stone Chair",
			category = nil,
			group = "Housing Objects",
			description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneChairItem",
			typeID = 0,
		},
		["Ashlar Stone Door"] = {
			untranslated = "Ashlar Stone Door",
			category = nil,
			group = "Housing Objects",
			description = "A heavy ashlar stone door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneDoorItem",
			typeID = 0,
		},
		["Ashlar Stone Fireplace"] = {
			untranslated = "Ashlar Stone Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneFireplaceItem",
			typeID = 0,
		},
		["Ashlar Stone Table"] = {
			untranslated = "Ashlar Stone Table",
			category = nil,
			group = "Housing Objects",
			description = "A large stone table crafted by an expert mason.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneTableItem",
			typeID = 0,
		},
		["Asphalt Concrete"] = {
			untranslated = "Asphalt Concrete",
			category = nil,
			group = "Blocks",
			description = "A paved surface constructed with asphalt and concrete. It's durable and extremely efficient for any wheeled vehicle.",
			tagGroups = {
				"Constructable",
				"Road",
				"Road Type",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AsphaltConcreteItem",
			typeID = 0,
		},
		["Assembly Line"] = {
			untranslated = "Assembly Line",
			category = nil,
			group = "Work Stations",
			description = "The assembly line allows for mass production of mechanical products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x7x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AssemblyLineItem",
			typeID = 0,
		},
		["Automatic Loom"] = {
			untranslated = "Automatic Loom",
			category = nil,
			group = "Work Stations",
			description = "An automated device for making fabric by weaving yarn or thread.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x5x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AutomaticLoomItem",
			typeID = 0,
		},
		["Autumn Stew"] = {
			untranslated = "Autumn Stew",
			category = nil,
			group = "Food",
			description = "A healthy and cozy meal for those cold days.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 1200,
			carbs = 13,
			protein = 8,
			fat = 5,
			vitamins = 12,
			density = 3.166666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AutumnStewItem",
			typeID = 0,
		},
		["Baked Agave"] = {
			untranslated = "Baked Agave",
			category = nil,
			group = "Food",
			description = "Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 14,
			protein = 2,
			fat = 4,
			vitamins = 8,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedAgaveItem",
			typeID = 0,
		},
		["Baked Beet"] = {
			untranslated = "Baked Beet",
			category = nil,
			group = "Food",
			description = "Baked beets that retain more nutrients than more simple methods of cooking.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 10,
			protein = 1,
			fat = 2,
			vitamins = 15,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedBeetItem",
			typeID = 0,
		},
		["Baked Corn"] = {
			untranslated = "Baked Corn",
			category = nil,
			group = "Food",
			description = "Baked corn that retains more nutrients than more simple methods of cooking.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 12,
			protein = 3,
			fat = 2,
			vitamins = 11,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedCornItem",
			typeID = 0,
		},
		["Baked Heart Of Palm"] = {
			untranslated = "Baked Heart Of Palm",
			category = nil,
			group = "Food",
			description = "Baked heart of palm that retains more nutrients than more simple methods of cooking.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 12,
			protein = 6,
			fat = 4,
			vitamins = 6,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedHeartOfPalmItem",
			typeID = 0,
		},
		["Baked Meat"] = {
			untranslated = "Baked Meat",
			category = nil,
			group = "Food",
			description = "Baked meat is less fatty than other methods of cooking.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = 700,
			carbs = 0,
			protein = 17,
			fat = 13,
			vitamins = 0,
			density = 4.285714285714286,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedMeatItem",
			typeID = 0,
		},
		["Baked Roast"] = {
			untranslated = "Baked Roast",
			category = nil,
			group = "Food",
			description = "A trussed roast baked to perfection.",
			tagGroups = {
				"Baked Food",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 900,
			calories = 1000,
			carbs = 4,
			protein = 16,
			fat = 10,
			vitamins = 4,
			density = 3.4000000000000004,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedRoastItem",
			typeID = 0,
		},
		["Baked Taro"] = {
			untranslated = "Baked Taro",
			category = nil,
			group = "Food",
			description = "Baked taro root.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 8,
			protein = 6,
			fat = 2,
			vitamins = 12,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedTaroItem",
			typeID = 0,
		},
		["Baked Tomato"] = {
			untranslated = "Baked Tomato",
			category = nil,
			group = "Food",
			description = "Baked tomatoes might not look as red or plump as the raw variety, but they are nice and tasty.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 16,
			protein = 1,
			fat = 5,
			vitamins = 6,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedTomatoItem",
			typeID = 0,
		},
		["Bakery Oven"] = {
			untranslated = "Bakery Oven",
			category = nil,
			group = "Housing Objects",
			description = "A solidly built brick oven useful for baking all manner of treats.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Kitchen",
			furnitureType = "Cooking",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakeryOvenItem",
			typeID = 0,
		},
		["Baking Skill Book"] = {
			untranslated = "Baking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Baking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Baking Skill BookItem",
			typeID = 0,
		},
		["Baking Skill Scroll"] = {
			untranslated = "Baking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Baking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Baking Skill ScrollItem",
			typeID = 0,
		},
		["Baking Upgrade"] = {
			untranslated = "Baking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakingUpgradeItem",
			typeID = 0,
		},
		["Ballot Box"] = {
			untranslated = "Ballot Box",
			category = nil,
			group = "Work Stations",
			description = "A tamper proof box where votes are cast. Citizens can run for elected office here.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BallotBoxItem",
			typeID = 0,
		},
		Bandana = {
			untranslated = "Bandana",
			category = nil,
			group = "Clothing",
			description = "It just looks cool.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BandanaItem",
			typeID = 0,
		},
		["Banh Xeo"] = {
			untranslated = "Banh Xeo",
			category = nil,
			group = "Food",
			description = "Wrap the pancakes in the greens, then dip.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1550,
			carbs = 26,
			protein = 17,
			fat = 10,
			vitamins = 4,
			density = 3.6774193548387095,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BanhXeoItem",
			typeID = 0,
		},
		Bank = {
			untranslated = "Bank",
			category = nil,
			group = "Work Stations",
			description = "Allows players to create and use bank accounts.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BankItem",
			typeID = 0,
		},
		Bannock = {
			untranslated = "Bannock",
			category = nil,
			group = "Food",
			description = "A dense whole wheat unleavened bread.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 700,
			carbs = 15,
			protein = 3,
			fat = 6,
			vitamins = 0,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BannockItem",
			typeID = 0,
		},
		Barrel = {
			untranslated = "Barrel",
			category = nil,
			group = "Blocks",
			description = "A metal barrel for carrying liquids.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BarrelItem",
			typeID = 0,
		},
		["Barrel Cactus Seed"] = {
			untranslated = "Barrel Cactus Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow barrel cactus.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BarrelCactusSeedItem",
			typeID = 0,
		},
		Basalt = {
			untranslated = "Basalt",
			category = nil,
			group = "Natural Resources",
			description = "A hard and heavy rock with some uses in construction. Basalt forms directly from lava erupted volcanically, making it an extrusive igneous rock. The basis of all bedrock in the oceans.",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasaltItem",
			typeID = 0,
		},
		["Basic Backpack"] = {
			untranslated = "Basic Backpack",
			category = nil,
			group = "Clothing",
			description = "A basic backpack to carry supplies.\\n\\n(Increases max carry weight by 5 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicBackpackItem",
			typeID = 0,
		},
		["Basic Circuit"] = {
			untranslated = "Basic Circuit",
			category = nil,
			group = "Items",
			description = "A complex electrical component used in advanced electronics.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicCircuitItem",
			typeID = 0,
		},
		["Basic Engineering Skill Book"] = {
			untranslated = "Basic Engineering Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Basic Engineering Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Basic Engineering Skill BookItem",
			typeID = 0,
		},
		["Basic Engineering Skill Scroll"] = {
			untranslated = "Basic Engineering Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Basic Engineering Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Basic Engineering Skill ScrollItem",
			typeID = 0,
		},
		["Basic Engineering Upgrade"] = {
			untranslated = "Basic Engineering Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicEngineeringUpgradeItem",
			typeID = 0,
		},
		["Basic Salad"] = {
			untranslated = "Basic Salad",
			category = nil,
			group = "Food",
			description = "A seemingly random assortment of wild plants that form a sort of salad.",
			tagGroups = {
				"Food",
				"Salad",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 800,
			carbs = 18,
			protein = 6,
			fat = 4,
			vitamins = 10,
			density = 4.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicSaladItem",
			typeID = 0,
		},
		["Basic Upgrade 1"] = {
			untranslated = "Basic Upgrade 1",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Basic Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicUpgradeLvl1Item",
			typeID = 0,
		},
		["Basic Upgrade 2"] = {
			untranslated = "Basic Upgrade 2",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Basic Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicUpgradeLvl2Item",
			typeID = 0,
		},
		["Basic Upgrade 3"] = {
			untranslated = "Basic Upgrade 3",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Basic Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicUpgradeLvl3Item",
			typeID = 0,
		},
		["Basic Upgrade 4"] = {
			untranslated = "Basic Upgrade 4",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Basic Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicUpgradeLvl4Item",
			typeID = 0,
		},
		Bass = {
			untranslated = "Bass",
			category = nil,
			group = "Natural Resources",
			description = "A bass. ",
			tagGroups = {
				"Fish",
				"Medium Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BassItem",
			typeID = 0,
		},
		Bathtub = {
			untranslated = "Bathtub",
			category = nil,
			group = "Housing Objects",
			description = "A porcelain bathtub for when you need to get clean or just relax.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bathroom",
			furnitureType = "Sink",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BathtubItem",
			typeID = 0,
		},
		["Bean Paste"] = {
			untranslated = "Bean Paste",
			category = nil,
			group = "Food",
			description = "Smashed beans can work as a thickener or flavour enhancer.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 40,
			carbs = 3,
			protein = 5,
			fat = 7,
			vitamins = 0,
			density = 37.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeanPasteItem",
			typeID = 0,
		},
		["Bean Sprout"] = {
			untranslated = "Bean Sprout",
			category = nil,
			group = "Food",
			description = "The small sprouts from a grown bean plant.",
			tagGroups = {
				"Food",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 100,
			carbs = 2,
			protein = 1,
			fat = 0,
			vitamins = 5,
			density = 8.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeanSproutItem",
			typeID = 0,
		},
		Beans = {
			untranslated = "Beans",
			category = nil,
			group = "Food",
			description = "A good source of protein.",
			tagGroups = {
				"Crop",
				"Crop Seed",
				"Food",
				"Raw Food",
				"Seeds",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 1,
			protein = 4,
			fat = 3,
			vitamins = 0,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeansItem",
			typeID = 0,
		},
		["Bear SUPREME"] = {
			untranslated = "Bear SUPREME",
			category = nil,
			group = "Food",
			description = "Just because the name has 'bear' in it doesn't mean it actually contains bear.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1250,
			carbs = 6,
			protein = 22,
			fat = 23,
			vitamins = 9,
			density = 4.8,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BearSUPREMEItem",
			typeID = 0,
		},
		Bearclaw = {
			untranslated = "Bearclaw",
			category = nil,
			group = "Food",
			description = "A sweet pastry with seperated sections that look a bit like a claw.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 850,
			carbs = 14,
			protein = 4,
			fat = 21,
			vitamins = 7,
			density = 5.411764705882352,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BearclawItem",
			typeID = 0,
		},
		Bearpack = {
			untranslated = "Bearpack",
			category = nil,
			group = "Clothing",
			description = "Can you carry as much as a bear! Not really, but it helps you carry more.\\n\\n(Increases max carry weight by 15 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BearpackItem",
			typeID = 0,
		},
		["Beaver Carcass"] = {
			untranslated = "Beaver Carcass",
			category = nil,
			group = "Item",
			description = "A dead beaver.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeaverCarcassItem",
			typeID = 0,
		},
		Beet = {
			untranslated = "Beet",
			category = nil,
			group = "Food",
			description = "A brilliantly colored bulb with an earthy sweetness.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Root",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 125,
			calories = 230,
			carbs = 2,
			protein = 0,
			fat = 2,
			vitamins = 4,
			density = 3.4782608695652173,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeetItem",
			typeID = 0,
		},
		["Beet Campfire Salad"] = {
			untranslated = "Beet Campfire Salad",
			category = nil,
			group = "Food",
			description = "A myriad of plants that make a healthy and odd blend.",
			tagGroups = {
				"Campfire Salad",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 900,
			carbs = 8,
			protein = 4,
			fat = 3,
			vitamins = 13,
			density = 3.111111111111111,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeetCampfireSaladItem",
			typeID = 0,
		},
		["Beet Greens"] = {
			untranslated = "Beet Greens",
			category = nil,
			group = "Food",
			description = "The leafy greens from a beet with a distinctive red stem.",
			tagGroups = {
				"Food",
				"Greens",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 100,
			carbs = 3,
			protein = 1,
			fat = 0,
			vitamins = 4,
			density = 8.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeetGreensItem",
			typeID = 0,
		},
		["Beet Seed"] = {
			untranslated = "Beet Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow beets.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeetSeedItem",
			typeID = 0,
		},
		["Berry Extract Fertilizer"] = {
			untranslated = "Berry Extract Fertilizer",
			category = nil,
			group = "Items",
			description = "An excellent fertilizer that provides a mix of nutrients, but especially potassium.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BerryExtractFertilizerItem",
			typeID = 0,
		},
		["Big Backpack"] = {
			untranslated = "Big Backpack",
			category = nil,
			group = "Clothing",
			description = "A survival backpack that offers more support than the basic backpack.\\n\\n(Increases max carry weight by 10 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BigBackpackItem",
			typeID = 0,
		},
		["Big Bluestem Seed"] = {
			untranslated = "Big Bluestem Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a big bluestem plant.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BigBluestemSeedItem",
			typeID = 0,
		},
		["Bighorn Carcass"] = {
			untranslated = "Bighorn Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead bighorn.",
			tagGroups = {
				"Medium Carcass",
				"Medium Wooly Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 3500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BighornCarcassItem",
			typeID = 0,
		},
		Biodiesel = {
			untranslated = "Biodiesel",
			category = nil,
			group = "Blocks",
			description = "A vegetable or animal fat-based diesel fuel.",
			tagGroups = {
				"Liquid Fuel",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 80000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BiodieselItem",
			typeID = 0,
		},
		["Birch Log"] = {
			untranslated = "Birch Log",
			category = nil,
			group = "Natural Resources",
			description = "Birch log is a type of hardwood, notable for its white and papery bark.",
			tagGroups = {
				"Burnable Fuel",
				"Hardwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BirchLogItem",
			typeID = 0,
		},
		["Birch Seed"] = {
			untranslated = "Birch Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow into a birch sapling.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BirchSeedItem",
			typeID = 0,
		},
		["Bison Carcass"] = {
			untranslated = "Bison Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead bison.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BisonCarcassItem",
			typeID = 0,
		},
		["Bison Chow Fun"] = {
			untranslated = "Bison Chow Fun",
			category = nil,
			group = "Food",
			description = "Who says food can't be fun?",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 550,
			calories = 1450,
			carbs = 16,
			protein = 13,
			fat = 20,
			vitamins = 8,
			density = 3.9310344827586206,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BisonChowFunItem",
			typeID = 0,
		},
		["Bison Mount"] = {
			untranslated = "Bison Mount",
			category = nil,
			group = "Housing Objects",
			description = "A fluffy, but very dead, bison head on a mount.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4.5",
			roomCategory = "Living Room",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BisonMountItem",
			typeID = 0,
		},
		["Blacksmith Advanced Upgrade"] = {
			untranslated = "Blacksmith Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlacksmithAdvancedUpgradeItem",
			typeID = 0,
		},
		["Blacksmith Skill Book"] = {
			untranslated = "Blacksmith Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Blacksmith Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Blacksmith Skill BookItem",
			typeID = 0,
		},
		["Blacksmith Skill Scroll"] = {
			untranslated = "Blacksmith Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Blacksmith Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Blacksmith Skill ScrollItem",
			typeID = 0,
		},
		["Blacksmith Table"] = {
			untranslated = "Blacksmith Table",
			category = nil,
			group = "Work Stations",
			description = "A simple workplace with assorted tools for creating both decorative pieces and necessary items.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlacksmithTableItem",
			typeID = 0,
		},
		["Blacksmith Upgrade"] = {
			untranslated = "Blacksmith Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlacksmithUpgradeItem",
			typeID = 0,
		},
		["Blast Furnace"] = {
			untranslated = "Blast Furnace",
			category = nil,
			group = "Work Stations",
			description = "A superior replacement for the bloomery that can produce steel.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlastFurnaceItem",
			typeID = 0,
		},
		["Blood Meal Fertilizer"] = {
			untranslated = "Blood Meal Fertilizer",
			category = nil,
			group = "Items",
			description = "Blood meal is a great source of nitrogen.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BloodMealFertilizerItem",
			typeID = 0,
		},
		Bloomery = {
			untranslated = "Bloomery",
			category = nil,
			group = "Work Stations",
			description = "A chimney-shaped furnace for smelting ores.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BloomeryItem",
			typeID = 0,
		},
		["Blue Shark"] = {
			untranslated = "Blue Shark",
			category = nil,
			group = "Natural Resources",
			description = "A blue shark.",
			tagGroups = {
				"Fish",
				"Large Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlueSharkItem",
			typeID = 0,
		},
		Board = {
			untranslated = "Board",
			category = nil,
			group = "Items",
			description = "A higher quality board used for long lasting furniture.",
			tagGroups = {
				"Burnable Fuel",
				"Wood Board",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 2000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoardItem",
			typeID = 0,
		},
		["Board Of Elections"] = {
			untranslated = "Board Of Elections",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of Election Processes, which are different kinds of elections with different settings (who can vote, who can veto, etc).",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoardOfElectionsItem",
			typeID = 0,
		},
		["Boiled Grains"] = {
			untranslated = "Boiled Grains",
			category = nil,
			group = "Food",
			description = "A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 9,
			protein = 2,
			fat = 0,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoiledGrainsItem",
			typeID = 0,
		},
		["Boiled Rice"] = {
			untranslated = "Boiled Rice",
			category = nil,
			group = "Food",
			description = "Soft and fluffy.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 210,
			carbs = 13,
			protein = 2,
			fat = 0,
			vitamins = 0,
			density = 7.142857142857142,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoiledRiceItem",
			typeID = 0,
		},
		["Boiled Sausage"] = {
			untranslated = "Boiled Sausage",
			category = nil,
			group = "Food",
			description = "Boiled sausages might not be as pretty as grilled ones, but they're still tasty.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 600,
			carbs = 0,
			protein = 27,
			fat = 22,
			vitamins = 0,
			density = 8.166666666666666,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoiledSausageItem",
			typeID = 0,
		},
		Boiler = {
			untranslated = "Boiler",
			category = nil,
			group = "Items",
			description = "A vessel used for heating fluids.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoilerItem",
			typeID = 0,
		},
		["Bolete Mushroom Spores"] = {
			untranslated = "Bolete Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow bolete mushrooms.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoleteMushroomSporesItem",
			typeID = 0,
		},
		["Bolete Mushrooms"] = {
			untranslated = "Bolete Mushrooms",
			category = nil,
			group = "Food",
			description = "Boletus edulis.",
			tagGroups = {
				"Food",
				"Fungus",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 4,
			fat = 1,
			vitamins = 1,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoleteMushroomsItem",
			typeID = 0,
		},
		Bookshelf = {
			untranslated = "Bookshelf",
			category = nil,
			group = "Housing Objects",
			description = "A place to store knowledge and information; leads to the town hall.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Living Room",
			furnitureType = "Shelves",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BookshelfItem",
			typeID = 0,
		},
		Brazier = {
			untranslated = "Brazier",
			category = nil,
			group = "Housing Objects",
			description = "A metal stand which can hold burning fuel to provide light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BrazierItem",
			typeID = 0,
		},
		Bread = {
			untranslated = "Bread",
			category = nil,
			group = "Food",
			description = "A delicious, crispy crust hides the soft interior.",
			tagGroups = {
				"Bread",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 750,
			carbs = 23,
			protein = 6,
			fat = 4,
			vitamins = 2,
			density = 4.666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BreadItem",
			typeID = 0,
		},
		Brick = {
			untranslated = "Brick",
			category = nil,
			group = "Blocks",
			description = "Durable building material made from fired blocks and mortar.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BrickItem",
			typeID = 0,
		},
		["Brick Fireplace"] = {
			untranslated = "Brick Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BrickFireplaceItem",
			typeID = 0,
		},
		["Builder Boots"] = {
			untranslated = "Builder Boots",
			category = nil,
			group = "Clothing",
			description = "Snug work boots with side zippers.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderBootsItem",
			typeID = 0,
		},
		["Builder Gloves"] = {
			untranslated = "Builder Gloves",
			category = nil,
			group = "Clothing",
			description = "Leather construction gloves with durable palms and fabric backs for breathability.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderGlovesItem",
			typeID = 0,
		},
		["Builder Helmet"] = {
			untranslated = "Builder Helmet",
			category = nil,
			group = "Clothing",
			description = "A plastic hard hat that protects from falling objects and other hazards found in construction sites.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderHelmetItem",
			typeID = 0,
		},
		["Builder Overalls"] = {
			untranslated = "Builder Overalls",
			category = nil,
			group = "Clothing",
			description = "Durable overalls with cargo pockets and hammer loops.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderOverallsItem",
			typeID = 0,
		},
		["Builder Shirt"] = {
			untranslated = "Builder Shirt",
			category = nil,
			group = "Clothing",
			description = "A short sleeved work shirt made from a blend of cotton and synthetic materials. ",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderShirtItem",
			typeID = 0,
		},
		["Bullrush Seed"] = {
			untranslated = "Bullrush Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow bullrush.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BullrushSeedItem",
			typeID = 0,
		},
		["Bunchgrass Seed"] = {
			untranslated = "Bunchgrass Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow bunchgrass.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BunchgrassSeedItem",
			typeID = 0,
		},
		["Butchery Skill Book"] = {
			untranslated = "Butchery Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Butchery Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Butchery Skill BookItem",
			typeID = 0,
		},
		["Butchery Skill Scroll"] = {
			untranslated = "Butchery Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Butchery Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Butchery Skill ScrollItem",
			typeID = 0,
		},
		["Butchery Table"] = {
			untranslated = "Butchery Table",
			category = nil,
			group = "Housing Objects",
			description = "A block and cleaver to process raw meat into fancier dishes.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Kitchen",
			furnitureType = "Food Preparation",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ButcheryTableItem",
			typeID = 0,
		},
		["Butchery Upgrade"] = {
			untranslated = "Butchery Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ButcheryUpgradeItem",
			typeID = 0,
		},
		Bycocket = {
			untranslated = "Bycocket",
			category = nil,
			group = "Clothing",
			description = "Also called chapeau a bec, or Billed Hat in france due to it's bird-beak like appearance.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BycocketItem",
			typeID = 0,
		},
		["CO2 Canister"] = {
			untranslated = "CO2 Canister",
			category = nil,
			group = "Item",
			description = "For creating fancy foams!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CO2CanisterItem",
			typeID = 0,
		},
		["Camas Ash Fertilizer"] = {
			untranslated = "Camas Ash Fertilizer",
			category = nil,
			group = "Items",
			description = "Camas ash fertilizer, though not very potent, is a great source of potassium.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasAshFertilizerItem",
			typeID = 0,
		},
		["Camas Bread"] = {
			untranslated = "Camas Bread",
			category = nil,
			group = "Food",
			description = "A bread with a camas twist for a bit of flavor and fun. ",
			tagGroups = {
				"Bread",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 800,
			carbs = 13,
			protein = 5,
			fat = 11,
			vitamins = 7,
			density = 4.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasBreadItem",
			typeID = 0,
		},
		["Camas Bulb"] = {
			untranslated = "Camas Bulb",
			category = nil,
			group = "Food",
			description = "Plant to grow a camas plant.",
			tagGroups = {
				"Crop",
				"Crop Seed",
				"Food",
				"Raw Food",
				"Root",
				"Seeds",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 150,
			carbs = 1,
			protein = 2,
			fat = 5,
			vitamins = 0,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasBulbItem",
			typeID = 0,
		},
		["Camas Bulb Bake"] = {
			untranslated = "Camas Bulb Bake",
			category = nil,
			group = "Food",
			description = "A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 12,
			protein = 7,
			fat = 5,
			vitamins = 4,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasBulbBakeItem",
			typeID = 0,
		},
		["Camas Paste"] = {
			untranslated = "Camas Paste",
			category = nil,
			group = "Food",
			description = "Pulverized camas works as an excellent thickener or flavour enhancer.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 60,
			carbs = 3,
			protein = 2,
			fat = 10,
			vitamins = 0,
			density = 25.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasPasteItem",
			typeID = 0,
		},
		Camera = {
			untranslated = "Camera",
			category = nil,
			group = "Item",
			description = "",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CameraItem",
			typeID = 0,
		},
		["Camera Film"] = {
			untranslated = "Camera Film",
			category = nil,
			group = "Items",
			description = "A film used inside a camera.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CameraFilmItem",
			typeID = 0,
		},
		["Camo Pants"] = {
			untranslated = "Camo Pants",
			category = nil,
			group = "Clothing",
			description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamoPantsItem",
			typeID = 0,
		},
		["Camo Shirt"] = {
			untranslated = "Camo Shirt",
			category = nil,
			group = "Clothing",
			description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamoShirtItem",
			typeID = 0,
		},
		Campfire = {
			untranslated = "Campfire",
			category = nil,
			group = "Work Stations",
			description = "Cook like a caveman on an uneven fire.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CampfireItem",
			typeID = 0,
		},
		["Campfire Cooking Upgrade"] = {
			untranslated = "Campfire Cooking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CampfireCookingUpgradeItem",
			typeID = 0,
		},
		["Campfire Roast"] = {
			untranslated = "Campfire Roast",
			category = nil,
			group = "Food",
			description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1000,
			carbs = 0,
			protein = 16,
			fat = 12,
			vitamins = 0,
			density = 2.8000000000000003,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CampfireRoastItem",
			typeID = 0,
		},
		Campsite = {
			untranslated = "Campsite",
			category = nil,
			group = "Work Stations",
			description = "A campsite.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CampsiteItem",
			typeID = 0,
		},
		["Candle Stand"] = {
			untranslated = "Candle Stand",
			category = nil,
			group = "Housing Objects",
			description = "A fancy candelabra for providing small amounts of light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.4",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CandleStandItem",
			typeID = 0,
		},
		Canvas = {
			untranslated = "Canvas",
			category = nil,
			group = "Items",
			description = "A canvas used for painting on, made by either cotton or linen.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CanvasItem",
			typeID = 0,
		},
		Capitol = {
			untranslated = "Capitol",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of the government, allowing all other civic objects to be created.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CapitolItem",
			typeID = 0,
		},
		Capris = {
			untranslated = "Capris",
			category = nil,
			group = "Clothing",
			description = "Capri pants (also known as three quarter pants, capris, crop pants, pedal pushers, clam-diggers, flood pants, jams, highwaters, culottes, or toreador pants) are pants that are longer than shorts but are not as long as trousers.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CaprisItem",
			typeID = 0,
		},
		["Carbide Helmet Lamp"] = {
			untranslated = "Carbide Helmet Lamp",
			category = nil,
			group = "Clothing",
			description = "A steel hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarbideHelmetLampItem",
			typeID = 0,
		},
		["Carpentry Advanced Upgrade"] = {
			untranslated = "Carpentry Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarpentryAdvancedUpgradeItem",
			typeID = 0,
		},
		["Carpentry Basic Upgrade"] = {
			untranslated = "Carpentry Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarpentryBasicUpgradeItem",
			typeID = 0,
		},
		["Carpentry Skill Book"] = {
			untranslated = "Carpentry Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Carpentry Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Carpentry Skill BookItem",
			typeID = 0,
		},
		["Carpentry Skill Scroll"] = {
			untranslated = "Carpentry Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Carpentry Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Carpentry Skill ScrollItem",
			typeID = 0,
		},
		["Carpentry Table"] = {
			untranslated = "Carpentry Table",
			category = nil,
			group = "Work Stations",
			description = "A table for basic wooden crafts for home improvement and progress.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarpentryTableItem",
			typeID = 0,
		},
		["Carved Pumpkin"] = {
			untranslated = "Carved Pumpkin",
			category = nil,
			group = "Housing Objects",
			description = "Spooky pumpkin that emits a mystical light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Lights",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarvedPumpkinItem",
			typeID = 0,
		},
		["Cast Iron Bed"] = {
			untranslated = "Cast Iron Bed",
			category = nil,
			group = "Housing Objects",
			description = "A solid bed made slightly more comfortable by adding cotton.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronBedItem",
			typeID = 0,
		},
		["Cast Iron Bench"] = {
			untranslated = "Cast Iron Bench",
			category = nil,
			group = "Housing Objects",
			description = "Does not look very comfortable.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronBenchItem",
			typeID = 0,
		},
		["Cast Iron Chair"] = {
			untranslated = "Cast Iron Chair",
			category = nil,
			group = "Housing Objects",
			description = "It is very stable.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronChairItem",
			typeID = 0,
		},
		["Cast Iron Royal Bed"] = {
			untranslated = "Cast Iron Royal Bed",
			category = nil,
			group = "Housing Objects",
			description = "A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4.5",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronRoyalBedItem",
			typeID = 0,
		},
		["Cast Iron Stove"] = {
			untranslated = "Cast Iron Stove",
			category = nil,
			group = "Housing Objects",
			description = "The perfect stove for the fledgling chef.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Kitchen",
			furnitureType = "Cooking",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronStoveItem",
			typeID = 0,
		},
		["Cast Iron Table"] = {
			untranslated = "Cast Iron Table",
			category = nil,
			group = "Housing Objects",
			description = "A simple yet ornate table made from cast iron.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronTableItem",
			typeID = 0,
		},
		["Cedar Log"] = {
			untranslated = "Cedar Log",
			category = nil,
			group = "Natural Resources",
			description = "Cedar log is a type of softwood. Cedar wood is a natural repellent to moths.",
			tagGroups = {
				"Burnable Fuel",
				"Softwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CedarLogItem",
			typeID = 0,
		},
		["Cedar Seed"] = {
			untranslated = "Cedar Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a cedar sapling.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CedarSeedItem",
			typeID = 0,
		},
		["Ceiba Log"] = {
			untranslated = "Ceiba Log",
			category = nil,
			group = "Natural Resources",
			description = "Ceiba log is a type of hardwood. The Ceiba tree, with its giant trunk, is often sought after by loggers for the large volume of logs it produces.",
			tagGroups = {
				"Burnable Fuel",
				"Hardwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CeibaLogItem",
			typeID = 0,
		},
		["Ceiba Seed"] = {
			untranslated = "Ceiba Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a ceiba sapling.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CeibaSeedItem",
			typeID = 0,
		},
		["Ceiling Candle"] = {
			untranslated = "Ceiling Candle",
			category = nil,
			group = "Housing Objects",
			description = "A fancy hanging candelabra.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.4",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CeilingCandleItem",
			typeID = 0,
		},
		["Cellulose Fiber"] = {
			untranslated = "Cellulose Fiber",
			category = nil,
			group = "Items",
			description = "Created by taking pulped plants and extruding them similarly to synthetic fibers.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CelluloseFiberItem",
			typeID = 0,
		},
		Cement = {
			untranslated = "Cement",
			category = nil,
			group = "Items",
			description = "In order to be usable it needs to be reinforced.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CementItem",
			typeID = 0,
		},
		["Cement Kiln"] = {
			untranslated = "Cement Kiln",
			category = nil,
			group = "Work Stations",
			description = "A rotary kiln that produces cement and concrete products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CementKilnItem",
			typeID = 0,
		},
		["Census Bureau"] = {
			untranslated = "Census Bureau",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CensusBureauItem",
			typeID = 0,
		},
		["Ceramic Mold"] = {
			untranslated = "Ceramic Mold",
			category = nil,
			group = "Items",
			description = "A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CeramicMoldItem",
			typeID = 0,
		},
		["Cereal Germ"] = {
			untranslated = "Cereal Germ",
			category = nil,
			group = "Food",
			description = "A by-product of milling, the germ is the reproductive part of the cereal that germinates.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 20,
			carbs = 5,
			protein = 0,
			fat = 7,
			vitamins = 3,
			density = 75.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CerealGermItem",
			typeID = 0,
		},
		Chainsaw = {
			untranslated = "Chainsaw",
			category = nil,
			group = "Items",
			description = "A gasoline-powered alternative to cutting trees.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChainsawItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 400.0,
			ToolDamage = 15.0,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Gasoline",
		},
		Charcoal = {
			untranslated = "Charcoal",
			category = nil,
			group = "Items",
			description = "A black residue, consisting of carbon and any remaining ash.",
			tagGroups = {
				"Burnable Fuel",
				"Coal",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 20000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharcoalItem",
			typeID = 0,
		},
		["Charred Agave"] = {
			untranslated = "Charred Agave",
			category = nil,
			group = "Food",
			description = "Agave leaves that have been charred over a campfire.",
			tagGroups = {
				"Charred Green",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 5,
			protein = 1,
			fat = 3,
			vitamins = 3,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredAgaveItem",
			typeID = 0,
		},
		["Charred Beans"] = {
			untranslated = "Charred Beans",
			category = nil,
			group = "Food",
			description = "A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 1,
			protein = 8,
			fat = 3,
			vitamins = 0,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredBeansItem",
			typeID = 0,
		},
		["Charred Beet"] = {
			untranslated = "Charred Beet",
			category = nil,
			group = "Food",
			description = "Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 3,
			protein = 0,
			fat = 3,
			vitamins = 6,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredBeetItem",
			typeID = 0,
		},
		["Charred Cactus Fruit"] = {
			untranslated = "Charred Cactus Fruit",
			category = nil,
			group = "Food",
			description = "Blackened cactus fruit. A favorite of early desert settlers.",
			tagGroups = {
				"Charred Fruit",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 200,
			carbs = 4,
			protein = 0,
			fat = 2,
			vitamins = 6,
			density = 6.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredCactusFruitItem",
			typeID = 0,
		},
		["Charred Camas Bulb"] = {
			untranslated = "Charred Camas Bulb",
			category = nil,
			group = "Food",
			description = "A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 2,
			protein = 3,
			fat = 6,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredCamasBulbItem",
			typeID = 0,
		},
		["Charred Corn"] = {
			untranslated = "Charred Corn",
			category = nil,
			group = "Food",
			description = "This piece of corn needs a good slathering of butter to curb that burnt taste.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 7,
			protein = 1,
			fat = 0,
			vitamins = 4,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredCornItem",
			typeID = 0,
		},
		["Charred Fireweed Shoots"] = {
			untranslated = "Charred Fireweed Shoots",
			category = nil,
			group = "Food",
			description = "It tastes somewhat burnt but at least the fire has removed the bitter taste.",
			tagGroups = {
				"Charred Green",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 5,
			protein = 1,
			fat = 0,
			vitamins = 6,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredFireweedShootsItem",
			typeID = 0,
		},
		["Charred Fish"] = {
			untranslated = "Charred Fish",
			category = nil,
			group = "Food",
			description = "At least it doesn't have any scales any more.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 400,
			carbs = 0,
			protein = 11,
			fat = 4,
			vitamins = 0,
			density = 3.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredFishItem",
			typeID = 0,
		},
		["Charred Heart Of Palm"] = {
			untranslated = "Charred Heart Of Palm",
			category = nil,
			group = "Food",
			description = "Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 210,
			carbs = 6,
			protein = 3,
			fat = 1,
			vitamins = 2,
			density = 5.714285714285714,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredHeartOfPalmItem",
			typeID = 0,
		},
		["Charred Meat"] = {
			untranslated = "Charred Meat",
			category = nil,
			group = "Food",
			description = "The blackened surface of this unrecognizable meat is 'golden brown'.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 400,
			carbs = 0,
			protein = 5,
			fat = 10,
			vitamins = 0,
			density = 3.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredMeatItem",
			typeID = 0,
		},
		["Charred Mushrooms"] = {
			untranslated = "Charred Mushrooms",
			category = nil,
			group = "Food",
			description = "A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 3,
			protein = 6,
			fat = 2,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredMushroomsItem",
			typeID = 0,
		},
		["Charred Papaya"] = {
			untranslated = "Charred Papaya",
			category = nil,
			group = "Food",
			description = "Papaya fruit that has been charred over a basic campfire.",
			tagGroups = {
				"Charred Fruit",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 3,
			protein = 1,
			fat = 0,
			vitamins = 8,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredPapayaItem",
			typeID = 0,
		},
		["Charred Pineapple"] = {
			untranslated = "Charred Pineapple",
			category = nil,
			group = "Food",
			description = "Pineapple that has been charred over a basic campfire.",
			tagGroups = {
				"Charred Fruit",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 8,
			protein = 1,
			fat = 0,
			vitamins = 3,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredPineappleItem",
			typeID = 0,
		},
		["Charred Sausage"] = {
			untranslated = "Charred Sausage",
			category = nil,
			group = "Food",
			description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 350,
			calories = 700,
			carbs = 0,
			protein = 10,
			fat = 14,
			vitamins = 0,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredSausageItem",
			typeID = 0,
		},
		["Charred Taro"] = {
			untranslated = "Charred Taro",
			category = nil,
			group = "Food",
			description = "Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 10,
			protein = 1,
			fat = 0,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredTaroItem",
			typeID = 0,
		},
		["Charred Tomato"] = {
			untranslated = "Charred Tomato",
			category = nil,
			group = "Food",
			description = "The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 7,
			protein = 1,
			fat = 0,
			vitamins = 4,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredTomatoItem",
			typeID = 0,
		},
		["Chef Hat"] = {
			untranslated = "Chef Hat",
			category = nil,
			group = "Clothing",
			description = "To keep your hair in one place while stirring the pots.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChefHatItem",
			typeID = 0,
		},
		["Chef Pants"] = {
			untranslated = "Chef Pants",
			category = nil,
			group = "Clothing",
			description = "Checkered style pants for hiding the truths of working in a kitchen.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChefPantsItem",
			typeID = 0,
		},
		["Chef Shirt"] = {
			untranslated = "Chef Shirt",
			category = nil,
			group = "Clothing",
			description = "A clean Chef's shirt to spot all the spots.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChefShirtItem",
			typeID = 0,
		},
		["Chef Shoes"] = {
			untranslated = "Chef Shoes",
			category = nil,
			group = "Clothing",
			description = "Simple low indoors working shoes helps avoiding slipping on wet surfaces in a large kitchen.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChefShoesItem",
			typeID = 0,
		},
		["Claim Tool"] = {
			untranslated = "Claim Tool",
			category = nil,
			group = "Items",
			description = "Used to claim, unclaim and examine property.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClaimToolItem",
			typeID = 0,
		},
		Clam = {
			untranslated = "Clam",
			category = nil,
			group = "Natural Resources",
			description = "A clam.",
			tagGroups = {
				"Marine Life",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClamItem",
			typeID = 0,
		},
		["Clam Chowder"] = {
			untranslated = "Clam Chowder",
			category = nil,
			group = "Food",
			description = "A thick stew loaded with clams and taro root.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 800,
			carbs = 16,
			protein = 15,
			fat = 3,
			vitamins = 11,
			density = 5.625,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClamChowderItem",
			typeID = 0,
		},
		Clay = {
			untranslated = "Clay",
			category = nil,
			group = "Natural Resources",
			description = "A very fine grained deposit of weathered bits of rock. Plastic when wet and brittle when dry, clay is impermeable to many liquids and useful for many industrial and environmental purposes.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 22000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClayItem",
			typeID = 0,
		},
		["Clay Mold"] = {
			untranslated = "Clay Mold",
			category = nil,
			group = "Items",
			description = "A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClayMoldItem",
			typeID = 0,
		},
		Cloth = {
			untranslated = "Cloth",
			category = nil,
			group = "Item",
			description = "A piece of rough cloth made by weaving fibers together.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClothItem",
			typeID = 0,
		},
		["Cloth Belt"] = {
			untranslated = "Cloth Belt",
			category = nil,
			group = "Clothing",
			description = "A fashionable cloth belt that drapes across the waist.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClothBeltItem",
			typeID = 0,
		},
		["Cloth Cape"] = {
			untranslated = "Cloth Cape",
			category = nil,
			group = "Clothing",
			description = "It just looks cool.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClothCapeItem",
			typeID = 0,
		},
		Coal = {
			untranslated = "Coal",
			category = nil,
			group = "Natural Resources",
			description = "A combustible mineral which needs to be crushed into usable fuel.",
			tagGroups = {
				"Excavatable",
				"Ore",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 4000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CoalItem",
			typeID = 0,
		},
		Cod = {
			untranslated = "Cod",
			category = nil,
			group = "Natural Resources",
			description = "A cod.",
			tagGroups = {
				"Fish",
				"Medium Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CodItem",
			typeID = 0,
		},
		["Colored Powder"] = {
			untranslated = "Colored Powder",
			category = nil,
			group = "Items",
			description = "A bag of crushed flower petals.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ColoredPowderItem",
			typeID = 0,
		},
		["Combustion Engine"] = {
			untranslated = "Combustion Engine",
			category = nil,
			group = "Items",
			description = "An engine that generates power by combustion of fuel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CombustionEngineItem",
			typeID = 0,
		},
		["Combustion Generator"] = {
			untranslated = "Combustion Generator",
			category = nil,
			group = "Crafted Objects",
			description = "Consumes most fuels to produce energy.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CombustionGeneratorItem",
			typeID = 0,
		},
		["Composite Birch Bench"] = {
			untranslated = "Composite Birch Bench",
			category = nil,
			group = "Housing Objects",
			description = "A composite bench built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchBenchItem",
			typeID = 0,
		},
		["Composite Birch Chair"] = {
			untranslated = "Composite Birch Chair",
			category = nil,
			group = "Housing Objects",
			description = "A composite chair built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchChairItem",
			typeID = 0,
		},
		["Composite Birch Door"] = {
			untranslated = "Composite Birch Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful composite door built by an expert carpenter.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchDoorItem",
			typeID = 0,
		},
		["Composite Birch Lumber"] = {
			untranslated = "Composite Birch Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Hardwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchLumberItem",
			typeID = 0,
		},
		["Composite Birch Table"] = {
			untranslated = "Composite Birch Table",
			category = nil,
			group = "Housing Objects",
			description = "A large composite table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchTableItem",
			typeID = 0,
		},
		["Composite Bow"] = {
			untranslated = "Composite Bow",
			category = nil,
			group = "Items",
			description = "A modern composite bow made with fiberglass that makes hunting a breeze. Requires arrows to fire.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBowItem",
			typeID = 0,
			ToolVariant = "Bow",
			ToolDurability = 2000.0,
			ToolDamage = 1.5,
			ToolDamageTalent = "HuntingPowerShotTalent",
			ToolRepairType = "Nylon",
		},
		["Composite Cedar Lumber"] = {
			untranslated = "Composite Cedar Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Softwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeCedarLumberItem",
			typeID = 0,
		},
		["Composite Ceiba Lumber"] = {
			untranslated = "Composite Ceiba Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Hardwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeCeibaLumberItem",
			typeID = 0,
		},
		["Composite Filler"] = {
			untranslated = "Composite Filler",
			category = nil,
			group = "Items",
			description = "A multipurpose filler that is made from what you have available.",
			tagGroups = {
				"Fertilizer",
				"Fertilizer Filler",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeFillerItem",
			typeID = 0,
		},
		["Composite Fir Lumber"] = {
			untranslated = "Composite Fir Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Softwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeFirLumberItem",
			typeID = 0,
		},
		["Composite Hardwood Bench"] = {
			untranslated = "Composite Hardwood Bench",
			category = nil,
			group = "Housing Objects",
			description = "A composite bench built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeHardwoodBenchItem",
			typeID = 0,
		},
		["Composite Hardwood Chair"] = {
			untranslated = "Composite Hardwood Chair",
			category = nil,
			group = "Housing Objects",
			description = "A composite chair built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeHardwoodChairItem",
			typeID = 0,
		},
		["Composite Hardwood Door"] = {
			untranslated = "Composite Hardwood Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful composite door built by an expert carpenter.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeHardwoodDoorItem",
			typeID = 0,
		},
		["Composite Hardwood Table"] = {
			untranslated = "Composite Hardwood Table",
			category = nil,
			group = "Housing Objects",
			description = "A nice composite table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeHardwoodTableItem",
			typeID = 0,
		},
		["Composite Joshua Lumber"] = {
			untranslated = "Composite Joshua Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeJoshuaLumberItem",
			typeID = 0,
		},
		["Composite Lumber"] = {
			untranslated = "Composite Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberItem",
			typeID = 0,
		},
		["Composite Lumber Bench"] = {
			untranslated = "Composite Lumber Bench",
			category = nil,
			group = "Housing Objects",
			description = "A composite bench built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberBenchItem",
			typeID = 0,
		},
		["Composite Lumber Chair"] = {
			untranslated = "Composite Lumber Chair",
			category = nil,
			group = "Housing Objects",
			description = "A composite chair built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberChairItem",
			typeID = 0,
		},
		["Composite Lumber Door"] = {
			untranslated = "Composite Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful composite door built by an expert carpenter.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberDoorItem",
			typeID = 0,
		},
		["Composite Lumber Table"] = {
			untranslated = "Composite Lumber Table",
			category = nil,
			group = "Housing Objects",
			description = "A large composite table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberTableItem",
			typeID = 0,
		},
		["Composite Oak Lumber"] = {
			untranslated = "Composite Oak Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Hardwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeOakLumberItem",
			typeID = 0,
		},
		["Composite Palm Lumber"] = {
			untranslated = "Composite Palm Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositePalmLumberItem",
			typeID = 0,
		},
		["Composite Redwood Lumber"] = {
			untranslated = "Composite Redwood Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Softwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeRedwoodLumberItem",
			typeID = 0,
		},
		["Composite Saguaro Lumber"] = {
			untranslated = "Composite Saguaro Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeSaguaroLumberItem",
			typeID = 0,
		},
		["Composite Spruce Lumber"] = {
			untranslated = "Composite Spruce Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeSpruceLumberItem",
			typeID = 0,
		},
		["Composites Skill Book"] = {
			untranslated = "Composites Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Composites Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Composites Skill BookItem",
			typeID = 0,
		},
		["Composites Skill Scroll"] = {
			untranslated = "Composites Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Composites Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Composites Skill ScrollItem",
			typeID = 0,
		},
		["Composites Upgrade"] = {
			untranslated = "Composites Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Composites recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositesUpgradeItem",
			typeID = 0,
		},
		["Compost Fertilizer"] = {
			untranslated = "Compost Fertilizer",
			category = nil,
			group = "Items",
			description = "Compost fertilizer is a classic, low effort fertilizer.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompostFertilizerItem",
			typeID = 0,
		},
		["Computer Lab"] = {
			untranslated = "Computer Lab",
			category = nil,
			group = "Crafted Objects",
			description = "A place where you can sit all day and play video games! Or work on expert-level research.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ComputerLabItem",
			typeID = 0,
		},
		["Construction Post"] = {
			untranslated = "Construction Post",
			category = nil,
			group = "Crafted Objects",
			description = "For construction contracts.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ConstructionPostItem",
			typeID = 0,
		},
		["Contract Board"] = {
			untranslated = "Contract Board",
			category = nil,
			group = "Work Stations",
			description = "A board to post contracts.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ContractBoardItem",
			typeID = 0,
		},
		["Cookeina Mushroom Spores"] = {
			untranslated = "Cookeina Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow cookeina mushrooms.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CookeinaMushroomSporesItem",
			typeID = 0,
		},
		["Cookeina Mushrooms"] = {
			untranslated = "Cookeina Mushrooms",
			category = nil,
			group = "Food",
			description = "Tiny Cup Mushrooms.",
			tagGroups = {
				"Food",
				"Fungus",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 4,
			fat = 1,
			vitamins = 1,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CookeinaMushroomsItem",
			typeID = 0,
		},
		["Cooking Skill Book"] = {
			untranslated = "Cooking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Cooking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Cooking Skill BookItem",
			typeID = 0,
		},
		["Cooking Skill Scroll"] = {
			untranslated = "Cooking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Cooking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Cooking Skill ScrollItem",
			typeID = 0,
		},
		["Cooking Upgrade"] = {
			untranslated = "Cooking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CookingUpgradeItem",
			typeID = 0,
		},
		["Copper Bar"] = {
			untranslated = "Copper Bar",
			category = nil,
			group = "Blocks",
			description = "Refined bar of copper.",
			tagGroups = {
				"Metal",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 18000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperBarItem",
			typeID = 0,
		},
		["Copper Concentrate"] = {
			untranslated = "Copper Concentrate",
			category = nil,
			group = "Blocks",
			description = "Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
			tagGroups = {
				"Concentrated Ore",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperConcentrateItem",
			typeID = 0,
		},
		["Copper Frame Landscape"] = {
			untranslated = "Copper Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperFrameLandscapeItem",
			typeID = 0,
		},
		["Copper Frame Wide"] = {
			untranslated = "Copper Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperFrameWideItem",
			typeID = 0,
		},
		["Copper Ore"] = {
			untranslated = "Copper Ore",
			category = nil,
			group = "Natural Resources",
			description = "Unrefined ore with traces of copper.",
			tagGroups = {
				"Excavatable",
				"Ore",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperOreItem",
			typeID = 0,
		},
		["Copper Pipe"] = {
			untranslated = "Copper Pipe",
			category = nil,
			group = "Blocks",
			description = "A pipe for transporting liquids.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperPipeItem",
			typeID = 0,
		},
		["Copper Plate"] = {
			untranslated = "Copper Plate",
			category = nil,
			group = "Items",
			description = "A solid copper plate giving higher grades of protection against erosion and improves conductivity.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperPlateItem",
			typeID = 0,
		},
		["Copper Wiring"] = {
			untranslated = "Copper Wiring",
			category = nil,
			group = "Items",
			description = "A length of copper conductive wire useful for a variety of purposes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperWiringItem",
			typeID = 0,
		},
		Corn = {
			untranslated = "Corn",
			category = nil,
			group = "Food",
			description = "A warmly colored kernel studded vegetable.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 125,
			calories = 230,
			carbs = 4,
			protein = 1,
			fat = 0,
			vitamins = 3,
			density = 3.4782608695652173,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CornItem",
			typeID = 0,
		},
		["Corn Fritters"] = {
			untranslated = "Corn Fritters",
			category = nil,
			group = "Food",
			description = "These deep fried corn treats are both crispy and delicious.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 500,
			carbs = 13,
			protein = 4,
			fat = 22,
			vitamins = 8,
			density = 9.4,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CornFrittersItem",
			typeID = 0,
		},
		["Corn Seed"] = {
			untranslated = "Corn Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow corn.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CornSeedItem",
			typeID = 0,
		},
		Cornmeal = {
			untranslated = "Cornmeal",
			category = nil,
			group = "Food",
			description = "Dried and ground corn; it's like a courser flour.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 60,
			carbs = 9,
			protein = 3,
			fat = 3,
			vitamins = 0,
			density = 25.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CornmealItem",
			typeID = 0,
		},
		["Corrugated Steel"] = {
			untranslated = "Corrugated Steel",
			category = nil,
			group = "Blocks",
			description = "Especially useful for industrial buildings.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CorrugatedSteelItem",
			typeID = 0,
		},
		["Corrugated Steel Door"] = {
			untranslated = "Corrugated Steel Door",
			category = nil,
			group = "Housing Objects",
			description = "A secure door made of hard corrugated steel.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CorrugatedSteelDoorItem",
			typeID = 0,
		},
		["Corrugated Steel Fence Door"] = {
			untranslated = "Corrugated Steel Fence Door",
			category = nil,
			group = "Housing Objects",
			description = "A corrugated steel door with fence-like viewing slots. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CorrugatedSteelFenceDoorItem",
			typeID = 0,
		},
		["Cotton Boll"] = {
			untranslated = "Cotton Boll",
			category = nil,
			group = "Items",
			description = "A fluffy round boll harvested from a cotton plant.",
			tagGroups = {
				"Crop",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonBollItem",
			typeID = 0,
		},
		["Cotton Carpet"] = {
			untranslated = "Cotton Carpet",
			category = nil,
			group = "Blocks",
			description = "A woven cotton floor covering attached to a lumber backing.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonCarpetItem",
			typeID = 0,
		},
		["Cotton Curtains"] = {
			untranslated = "Cotton Curtains",
			category = nil,
			group = "Blocks",
			description = "Curtains woven using the finest cotton. \\n\\n (Only cosmetic does not impact room value.)",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonCurtainsItem",
			typeID = 0,
		},
		["Cotton Fabric"] = {
			untranslated = "Cotton Fabric",
			category = nil,
			group = "Items",
			description = "Cotton fabric is valued for its light weight, breathability, and softness.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonFabricItem",
			typeID = 0,
		},
		["Cotton Lint"] = {
			untranslated = "Cotton Lint",
			category = nil,
			group = "Items",
			description = "A bundle of cotton used as stuffing or further tailoring processing.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonLintItem",
			typeID = 0,
		},
		["Cotton Seed"] = {
			untranslated = "Cotton Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow cotton.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonSeedItem",
			typeID = 0,
		},
		["Cotton Streamer Stars"] = {
			untranslated = "Cotton Streamer Stars",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonStreamerStarsItem",
			typeID = 0,
		},
		["Cotton Streamer Stripes"] = {
			untranslated = "Cotton Streamer Stripes",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonStreamerStripesItem",
			typeID = 0,
		},
		["Cotton Thread"] = {
			untranslated = "Cotton Thread",
			category = nil,
			group = "Items",
			description = "Cotton fiber that has been processed at a cotton gin and is ready to be used for textiles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 25,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonThreadItem",
			typeID = 0,
		},
		Couch = {
			untranslated = "Couch",
			category = nil,
			group = "Housing Objects",
			description = "A sweet couch to lounge on. Now with room for your friends!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CouchItem",
			typeID = 0,
		},
		["Country Foundation"] = {
			untranslated = "Country Foundation",
			category = nil,
			group = "Work Stations",
			description = "When a town simply cannot contain your ambition.",
			tagGroups = {
				"Government",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CountryFoundationItem",
			typeID = 0,
		},
		["Court Chair"] = {
			untranslated = "Court Chair",
			category = nil,
			group = "Housing Objects",
			description = "A chair for legal sittings.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CourtChairItem",
			typeID = 0,
		},
		["Court Table"] = {
			untranslated = "Court Table",
			category = nil,
			group = "Work Stations",
			description = "A vital part of the courtroom.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CourtTableItem",
			typeID = 0,
		},
		["Coyote Carcass"] = {
			untranslated = "Coyote Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead coyote.",
			tagGroups = {
				"Small Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CoyoteCarcassItem",
			typeID = 0,
		},
		["Crab Carcass"] = {
			untranslated = "Crab Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A crustacean that loves the ocean, just don't get caught in its pinch!",
			tagGroups = {
				"Small Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrabCarcassItem",
			typeID = 0,
		},
		["Crab Pot"] = {
			untranslated = "Crab Pot",
			category = nil,
			group = "Crafted Objects",
			description = "A contraption to catch unsuspecting crabs in search of prey.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrabPotItem",
			typeID = 0,
		},
		Crane = {
			untranslated = "Crane",
			category = nil,
			group = "Crafted Objects",
			description = "Allows the placement and transport of materials in an area.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CraneItem",
			typeID = 0,
		},
		["Creosote Bush Seed"] = {
			untranslated = "Creosote Bush Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow creosote bushes.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CreosoteBushSeedItem",
			typeID = 0,
		},
		["Creosote Flower"] = {
			untranslated = "Creosote Flower",
			category = nil,
			group = "Food",
			description = "Placeholder Description.",
			tagGroups = {
				"Food",
				"Petals",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CreosoteFlowerItem",
			typeID = 0,
		},
		["Crimini Mushroom Spores"] = {
			untranslated = "Crimini Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow crimini mushrooms.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CriminiMushroomSporesItem",
			typeID = 0,
		},
		["Crimini Mushrooms"] = {
			untranslated = "Crimini Mushrooms",
			category = nil,
			group = "Food",
			description = "Edible mushrooms that are quite tasty.",
			tagGroups = {
				"Food",
				"Fungus",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 4,
			fat = 1,
			vitamins = 1,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CriminiMushroomsItem",
			typeID = 0,
		},
		["Crimson Salad"] = {
			untranslated = "Crimson Salad",
			category = nil,
			group = "Food",
			description = "Just in case you want to eat red things without eating meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1200,
			carbs = 13,
			protein = 7,
			fat = 8,
			vitamins = 28,
			density = 4.666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrimsonSaladItem",
			typeID = 0,
		},
		["Crispy Bacon"] = {
			untranslated = "Crispy Bacon",
			category = nil,
			group = "Food",
			description = "Give me all the bacon and eggs you have.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 800,
			carbs = 0,
			protein = 18,
			fat = 26,
			vitamins = 0,
			density = 5.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrispyBaconItem",
			typeID = 0,
		},
		["Crushed Basalt"] = {
			untranslated = "Crushed Basalt",
			category = nil,
			group = "Blocks",
			description = "Basalt rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedBasaltItem",
			typeID = 0,
		},
		["Crushed Coal"] = {
			untranslated = "Crushed Coal",
			category = nil,
			group = "Blocks",
			description = "Coal that have been crushed into a usable size.",
			tagGroups = {
				"Burnable Fuel",
				"Coal",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 22000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 80000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedCoalItem",
			typeID = 0,
		},
		["Crushed Copper Ore"] = {
			untranslated = "Crushed Copper Ore",
			category = nil,
			group = "Blocks",
			description = "Crushed copper ore that is ready to be concentrated.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 28000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedCopperOreItem",
			typeID = 0,
		},
		["Crushed Gneiss"] = {
			untranslated = "Crushed Gneiss",
			category = nil,
			group = "Blocks",
			description = "Gneiss rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 28000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedGneissItem",
			typeID = 0,
		},
		["Crushed Gold Ore"] = {
			untranslated = "Crushed Gold Ore",
			category = nil,
			group = "Blocks",
			description = "Crushed gold ore that is ready to be concentrated.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 28000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedGoldOreItem",
			typeID = 0,
		},
		["Crushed Granite"] = {
			untranslated = "Crushed Granite",
			category = nil,
			group = "Blocks",
			description = "Granite rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
				"Silica",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 26000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedGraniteItem",
			typeID = 0,
		},
		["Crushed Iron Ore"] = {
			untranslated = "Crushed Iron Ore",
			category = nil,
			group = "Blocks",
			description = "Crushed iron ore that is ready to be concentrated.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedIronOreItem",
			typeID = 0,
		},
		["Crushed Limestone"] = {
			untranslated = "Crushed Limestone",
			category = nil,
			group = "Blocks",
			description = "Limestone rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 26000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedLimestoneItem",
			typeID = 0,
		},
		["Crushed Mixed Rock"] = {
			untranslated = "Crushed Mixed Rock",
			category = nil,
			group = "Blocks",
			description = "A mixture of rocks that can be used in a variety of recipes or simply as landfill.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 26000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedMixedRockItem",
			typeID = 0,
		},
		["Crushed Oil Shale"] = {
			untranslated = "Crushed Oil Shale",
			category = nil,
			group = "Block",
			description = "",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedOilShaleItem",
			typeID = 0,
		},
		["Crushed Sandstone"] = {
			untranslated = "Crushed Sandstone",
			category = nil,
			group = "Blocks",
			description = "Sandstone rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
				"Silica",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 24000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedSandstoneItem",
			typeID = 0,
		},
		["Crushed Shale"] = {
			untranslated = "Crushed Shale",
			category = nil,
			group = "Blocks",
			description = "Shale rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 24000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedShaleItem",
			typeID = 0,
		},
		["Crushed Slag"] = {
			untranslated = "Crushed Slag",
			category = nil,
			group = "Blocks",
			description = "Slag that has been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 24000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedSlagItem",
			typeID = 0,
		},
		["Culinary Research Paper Advanced"] = {
			untranslated = "Culinary Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CulinaryResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Culinary Research Paper Basic"] = {
			untranslated = "Culinary Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CulinaryResearchPaperBasicItem",
			typeID = 0,
		},
		["Culinary Research Paper Modern"] = {
			untranslated = "Culinary Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CulinaryResearchPaperModernItem",
			typeID = 0,
		},
		["Currency Exchange"] = {
			untranslated = "Currency Exchange",
			category = nil,
			group = "Work Stations",
			description = "Allows players to exchange currency.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CurrencyExchangeItem",
			typeID = 0,
		},
		["Cutting Edge Cooking Skill Book"] = {
			untranslated = "Cutting Edge Cooking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Cutting Edge Cooking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Cutting Edge Cooking Skill BookItem",
			typeID = 0,
		},
		["Cutting Edge Cooking Skill Scroll"] = {
			untranslated = "Cutting Edge Cooking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Cutting Edge Cooking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Cutting Edge Cooking Skill ScrollItem",
			typeID = 0,
		},
		["Cutting Edge Cooking Upgrade"] = {
			untranslated = "Cutting Edge Cooking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CuttingEdgeCookingUpgradeItem",
			typeID = 0,
		},
		["Decorative Anchor"] = {
			untranslated = "Decorative Anchor",
			category = nil,
			group = "Housing Objects",
			description = "The ship this anchor belonged to no longer needed it.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeAnchorItem",
			typeID = 0,
		},
		["Decorative Glass Buoy Blue"] = {
			untranslated = "Decorative Glass Buoy Blue",
			category = nil,
			group = "Housing Objects",
			description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeGlassBuoyBlueItem",
			typeID = 0,
		},
		["Decorative Glass Buoy Red"] = {
			untranslated = "Decorative Glass Buoy Red",
			category = nil,
			group = "Housing Objects",
			description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeGlassBuoyRedItem",
			typeID = 0,
		},
		["Decorative Hanging Buoy"] = {
			untranslated = "Decorative Hanging Buoy",
			category = nil,
			group = "Housing Objects",
			description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeHangingBuoyItem",
			typeID = 0,
		},
		["Decorative Life Preserver"] = {
			untranslated = "Decorative Life Preserver",
			category = nil,
			group = "Housing Objects",
			description = "It has retired from its previously life-critical role, but great for nautical decor.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeLifePreserverItem",
			typeID = 0,
		},
		["Decorative Ship Wheel"] = {
			untranslated = "Decorative Ship Wheel",
			category = nil,
			group = "Housing Objects",
			description = "Somewhere a ship is no longer going straight.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeShipWheelItem",
			typeID = 0,
		},
		["Deer Carcass"] = {
			untranslated = "Deer Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead deer.",
			tagGroups = {
				"Medium Carcass",
				"Medium Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DeerCarcassItem",
			typeID = 0,
		},
		["Dendrology Research Paper Advanced"] = {
			untranslated = "Dendrology Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DendrologyResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Dendrology Research Paper Basic"] = {
			untranslated = "Dendrology Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DendrologyResearchPaperBasicItem",
			typeID = 0,
		},
		["Dendrology Research Paper Modern"] = {
			untranslated = "Dendrology Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DendrologyResearchPaperModernItem",
			typeID = 0,
		},
		["Derpy Hat"] = {
			untranslated = "Derpy Hat",
			category = nil,
			group = "Clothing",
			description = "Dorky sombrero that doesn't fit anyone. You feel embarrassed to wear it.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DerpyHatItem",
			typeID = 0,
		},
		["Dirt Ramp"] = {
			untranslated = "Dirt Ramp",
			category = nil,
			group = "Blocks",
			description = "A dusty ramp formed from tamped earth. It's servicable for any wheeled vehicle.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DirtRampItem",
			typeID = 0,
		},
		["Distribution Station"] = {
			untranslated = "Distribution Station",
			category = nil,
			group = "Crafted Objects",
			description = "A stockpile for distributing items to new players. Allows you to choose a specific set of items which each new player will be able to take.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x7x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DistributionStationItem",
			typeID = 0,
		},
		["Dried Fish"] = {
			untranslated = "Dried Fish",
			category = nil,
			group = "Food",
			description = "Leaving it outdoors somehow made it more digestible.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = 450,
			carbs = 1,
			protein = 16,
			fat = 2,
			vitamins = 0,
			density = 4.222222222222222,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DriedFishItem",
			typeID = 0,
		},
		["Dried Meat"] = {
			untranslated = "Dried Meat",
			category = nil,
			group = "Food",
			description = "Leaving it outdoors somehow made it more digestible.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = 550,
			carbs = 1,
			protein = 14,
			fat = 4,
			vitamins = 0,
			density = 3.4545454545454546,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DriedMeatItem",
			typeID = 0,
		},
		["Dwarf Willow Seed"] = {
			untranslated = "Dwarf Willow Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow dwarf willow.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DwarfWillowSeedItem",
			typeID = 0,
		},
		Easel = {
			untranslated = "Easel",
			category = nil,
			group = "Crafted Objects",
			description = "An interactive stand allowing paintings to be created using art supplies.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EaselItem",
			typeID = 0,
		},
		["Ecko The Dolphin"] = {
			untranslated = "Ecko The Dolphin",
			category = nil,
			group = "Item",
			description = "Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 0,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EckoTheDolphinItem",
			typeID = 0,
		},
		["Electric Lathe"] = {
			untranslated = "Electric Lathe",
			category = nil,
			group = "Work Stations",
			description = "An electric powered machine that has a spinning blade to craft a variety of metal products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x7x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricLatheItem",
			typeID = 0,
		},
		["Electric Machinist Table"] = {
			untranslated = "Electric Machinist Table",
			category = nil,
			group = "Work Stations",
			description = "A fancy toolbench that creates equally fancy toys.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricMachinistTableItem",
			typeID = 0,
		},
		["Electric Motor"] = {
			untranslated = "Electric Motor",
			category = nil,
			group = "Items",
			description = "A motor.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricMotorItem",
			typeID = 0,
		},
		["Electric Planer"] = {
			untranslated = "Electric Planer",
			category = nil,
			group = "Work Stations",
			description = "A sander and a jointer rolled into one.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x6x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricPlanerItem",
			typeID = 0,
		},
		["Electric Stamping Press"] = {
			untranslated = "Electric Stamping Press",
			category = nil,
			group = "Work Stations",
			description = "A tool for shaping or cutting metal by deforming it with a die.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricStampingPressItem",
			typeID = 0,
		},
		["Electric Wall Lamp"] = {
			untranslated = "Electric Wall Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A wall mounted lamp that requires electricity to turn on.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricWallLampItem",
			typeID = 0,
		},
		["Electric Water Pump"] = {
			untranslated = "Electric Water Pump",
			category = nil,
			group = "Crafted Objects",
			description = "Pumps water from a source into a pipe network.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricWaterPumpItem",
			typeID = 0,
		},
		["Electronics Assembly"] = {
			untranslated = "Electronics Assembly",
			category = nil,
			group = "Work Stations",
			description = "A set of machinery to create electronics.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectronicsAssemblyItem",
			typeID = 0,
		},
		["Electronics Skill Book"] = {
			untranslated = "Electronics Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Electronics Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Electronics Skill BookItem",
			typeID = 0,
		},
		["Electronics Skill Scroll"] = {
			untranslated = "Electronics Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Electronics Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Electronics Skill ScrollItem",
			typeID = 0,
		},
		["Electronics Upgrade"] = {
			untranslated = "Electronics Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectronicsUpgradeItem",
			typeID = 0,
		},
		["Elevator Call Post"] = {
			untranslated = "Elevator Call Post",
			category = nil,
			group = "Crafted Objects",
			description = "Used to call a nearby elevator.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElevatorCallPostItem",
			typeID = 0,
		},
		["Elk Carcass"] = {
			untranslated = "Elk Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead elk.",
			tagGroups = {
				"Medium Carcass",
				"Medium Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElkCarcassItem",
			typeID = 0,
		},
		["Elk Mount"] = {
			untranslated = "Elk Mount",
			category = nil,
			group = "Housing Objects",
			description = "A hunting trophy for your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4.5",
			roomCategory = "Living Room",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElkMountItem",
			typeID = 0,
		},
		["Elk Taco"] = {
			untranslated = "Elk Taco",
			category = nil,
			group = "Food",
			description = "A tasty treat made from corn tortillas and meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 15,
			protein = 8,
			fat = 22,
			vitamins = 6,
			density = 7.285714285714286,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElkTacoItem",
			typeID = 0,
		},
		["Elk Wellington"] = {
			untranslated = "Elk Wellington",
			category = nil,
			group = "Food",
			description = "A prime cut of meat surrounded by pastry.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1450,
			carbs = 10,
			protein = 26,
			fat = 22,
			vitamins = 4,
			density = 4.275862068965517,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElkWellingtonItem",
			typeID = 0,
		},
		["Embassy Desk"] = {
			untranslated = "Embassy Desk",
			category = nil,
			group = "Work Stations",
			description = "Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EmbassyDeskItem",
			typeID = 0,
		},
		["Engineering Research Paper Advanced"] = {
			untranslated = "Engineering Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EngineeringResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Engineering Research Paper Modern"] = {
			untranslated = "Engineering Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EngineeringResearchPaperModernItem",
			typeID = 0,
		},
		Epoxy = {
			untranslated = "Epoxy",
			category = nil,
			group = "Items",
			description = "A useful material for hardening, curing, and other various uses.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EpoxyItem",
			typeID = 0,
		},
		Ethanol = {
			untranslated = "Ethanol",
			category = nil,
			group = "Items",
			description = "A material used to make biodiesel. Not suitable for food.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EthanolItem",
			typeID = 0,
		},
		Excavator = {
			untranslated = "Excavator",
			category = nil,
			group = "Crafted Objects",
			description = "Like a Skid Steer but more versatile. Great for high slope excavation.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x8x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExcavatorItem",
			typeID = 0,
		},
		["Executive Office"] = {
			untranslated = "Executive Office",
			category = nil,
			group = "Work Stations",
			description = "Elected officials can perform one-time executive actions here.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExecutiveOfficeItem",
			typeID = 0,
		},
		["Explorer Boots"] = {
			untranslated = "Explorer Boots",
			category = nil,
			group = "Clothing",
			description = "Boots with rubber soles and thermal insulation for comfort yet still be durabable.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerBootsItem",
			typeID = 0,
		},
		["Explorer Gloves"] = {
			untranslated = "Explorer Gloves",
			category = nil,
			group = "Clothing",
			description = "Sturdy gloves comfortably lined with cotton for extra insulation against the elements.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerGlovesItem",
			typeID = 0,
		},
		["Explorer Hat"] = {
			untranslated = "Explorer Hat",
			category = nil,
			group = "Clothing",
			description = "A classic adventuring hat protecting you from the unknown.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerHatItem",
			typeID = 0,
		},
		["Explorer Pants"] = {
			untranslated = "Explorer Pants",
			category = nil,
			group = "Clothing",
			description = "Reinforced pants for exploring but still be fashionable.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerPantsItem",
			typeID = 0,
		},
		["Explorer Shirt"] = {
			untranslated = "Explorer Shirt",
			category = nil,
			group = "Clothing",
			description = "A simple white shirt with a tie and a colorable vest.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerShirtItem",
			typeID = 0,
		},
		["Fantastic Forest Pizza"] = {
			untranslated = "Fantastic Forest Pizza",
			category = nil,
			group = "Food",
			description = "Leaves you full and lively.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1250,
			carbs = 23,
			protein = 4,
			fat = 10,
			vitamins = 17,
			density = 4.32,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FantasticForestPizzaItem",
			typeID = 0,
		},
		["Farmer Boots"] = {
			untranslated = "Farmer Boots",
			category = nil,
			group = "Clothing",
			description = "Waterproof rubber sole boots with synthetic lining that provides protection against the elements when working in the fields.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerBootsItem",
			typeID = 0,
		},
		["Farmer Gloves"] = {
			untranslated = "Farmer Gloves",
			category = nil,
			group = "Clothing",
			description = "Water-resistant nylon gloves with textured palms for increased grip.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerGlovesItem",
			typeID = 0,
		},
		["Farmer Hat"] = {
			untranslated = "Farmer Hat",
			category = nil,
			group = "Clothing",
			description = " A wide-brimmed straw hat designed to provide protection from the sun.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerHatItem",
			typeID = 0,
		},
		["Farmer Overalls"] = {
			untranslated = "Farmer Overalls",
			category = nil,
			group = "Clothing",
			description = "Comfortable denim overalls to help with the frequent bending over that comes with farm work.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerOverallsItem",
			typeID = 0,
		},
		["Farmer Shirt"] = {
			untranslated = "Farmer Shirt",
			category = nil,
			group = "Clothing",
			description = " A long-sleeved flannel shirt that is often worn when working outdoors.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerShirtItem",
			typeID = 0,
		},
		["Farmers Table"] = {
			untranslated = "Farmers Table",
			category = nil,
			group = "Work Stations",
			description = "A basic workspace for crafting fertilizer and extracting seeds from crops.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmersTableItem",
			typeID = 0,
		},
		["Farming Skill Book"] = {
			untranslated = "Farming Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Farming Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Farming Skill BookItem",
			typeID = 0,
		},
		["Farming Skill Scroll"] = {
			untranslated = "Farming Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Farming Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Farming Skill ScrollItem",
			typeID = 0,
		},
		["Farming Upgrade"] = {
			untranslated = "Farming Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Farming recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmingUpgradeItem",
			typeID = 0,
		},
		["Federation Foundation"] = {
			untranslated = "Federation Foundation",
			category = nil,
			group = "Work Stations",
			description = "A leap into globalization and a united federation.",
			tagGroups = {
				"Government",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FederationFoundationItem",
			typeID = 0,
		},
		["Fern Campfire Salad"] = {
			untranslated = "Fern Campfire Salad",
			category = nil,
			group = "Food",
			description = "A myriad of plants that make a healthy and odd blend.",
			tagGroups = {
				"Campfire Salad",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 900,
			carbs = 9,
			protein = 5,
			fat = 1,
			vitamins = 13,
			density = 3.111111111111111,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FernCampfireSaladItem",
			typeID = 0,
		},
		["Fern Spore"] = {
			untranslated = "Fern Spore",
			category = nil,
			group = "Food",
			description = "Plant to grow ferns.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FernSporeItem",
			typeID = 0,
		},
		["Fertilizers Skill Book"] = {
			untranslated = "Fertilizers Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Fertilizers Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Fertilizers Skill BookItem",
			typeID = 0,
		},
		["Fertilizers Skill Scroll"] = {
			untranslated = "Fertilizers Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Fertilizers Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Fertilizers Skill ScrollItem",
			typeID = 0,
		},
		["Fertilizers Upgrade"] = {
			untranslated = "Fertilizers Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FertilizersUpgradeItem",
			typeID = 0,
		},
		["Fiber Filler"] = {
			untranslated = "Fiber Filler",
			category = nil,
			group = "Items",
			description = "A filler ingredient used in a variety of fertilizers.",
			tagGroups = {
				"Fertilizer",
				"Fertilizer Filler",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FiberFillerItem",
			typeID = 0,
		},
		["Fiber Scutching Station"] = {
			untranslated = "Fiber Scutching Station",
			category = nil,
			group = "Work Stations",
			description = "A group of different tools used in the processing of plant based cloth products. Excellent for a renaissance fair display.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FiberScutchingStationItem",
			typeID = 0,
		},
		Fiberglass = {
			untranslated = "Fiberglass",
			category = nil,
			group = "Items",
			description = "Plastic reinforced with glass fiber strands.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FiberglassItem",
			typeID = 0,
		},
		Fiddleheads = {
			untranslated = "Fiddleheads",
			category = nil,
			group = "Food",
			description = "A collection of the furled fronds of young ferns; a unique addition to a meal.",
			tagGroups = {
				"Food",
				"Greens",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 2,
			protein = 1,
			fat = 0,
			vitamins = 5,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FiddleheadsItem",
			typeID = 0,
		},
		["Field Campfire Stew"] = {
			untranslated = "Field Campfire Stew",
			category = nil,
			group = "Food",
			description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 14,
			protein = 4,
			fat = 8,
			vitamins = 4,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FieldCampfireStewItem",
			typeID = 0,
		},
		["Filmy Fern Spore"] = {
			untranslated = "Filmy Fern Spore",
			category = nil,
			group = "Food",
			description = "Plant to grow a filmy fern.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FilmyFernSporeItem",
			typeID = 0,
		},
		["Fir Log"] = {
			untranslated = "Fir Log",
			category = nil,
			group = "Natural Resources",
			description = "Fir log is a type of softwood with a nice piney smell.",
			tagGroups = {
				"Burnable Fuel",
				"Softwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FirLogItem",
			typeID = 0,
		},
		["Fir Seed"] = {
			untranslated = "Fir Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a fir tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FirSeedItem",
			typeID = 0,
		},
		["Fireweed Seed"] = {
			untranslated = "Fireweed Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow fireweed.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FireweedSeedItem",
			typeID = 0,
		},
		["Fireweed Shoots"] = {
			untranslated = "Fireweed Shoots",
			category = nil,
			group = "Food",
			description = "A bitter, brightly colored shoot similar to asparagus.",
			tagGroups = {
				"Food",
				"Greens",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 80,
			calories = 150,
			carbs = 3,
			protein = 1,
			fat = 0,
			vitamins = 4,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FireweedShootsItem",
			typeID = 0,
		},
		["Fish N Chips"] = {
			untranslated = "Fish N Chips",
			category = nil,
			group = "Food",
			description = "Deep-fried fish served with a side of taro chips.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 1000,
			carbs = 20,
			protein = 10,
			fat = 20,
			vitamins = 0,
			density = 5.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FishNChipsItem",
			typeID = 0,
		},
		["Fish Rack"] = {
			untranslated = "Fish Rack",
			category = nil,
			group = "Work Stations",
			description = "A simple display of today's catch.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FishRackItem",
			typeID = 0,
		},
		["Fish Trap"] = {
			untranslated = "Fish Trap",
			category = nil,
			group = "Crafted Objects",
			description = "A trap to catch river fish as they swim. It can only be used in fresh water as it's too small to catch the larger ocean fish. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FishTrapItem",
			typeID = 0,
		},
		Fishery = {
			untranslated = "Fishery",
			category = nil,
			group = "Work Stations",
			description = "A place to create fishing poles, traps and prepare seafood.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FisheryItem",
			typeID = 0,
		},
		["Fishing Pole"] = {
			untranslated = "Fishing Pole",
			category = nil,
			group = "Items",
			description = "Fishing, the most extreme sport.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FishingPoleItem",
			typeID = 0,
		},
		["Flat Steel"] = {
			untranslated = "Flat Steel",
			category = nil,
			group = "Blocks",
			description = "Coated with a layer of epoxy, this steel refuses to rust.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlatSteelItem",
			typeID = 0,
		},
		["Flat Steel Door"] = {
			untranslated = "Flat Steel Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful modern flat steel door with a large viewing window.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlatSteelDoorItem",
			typeID = 0,
		},
		Flatbread = {
			untranslated = "Flatbread",
			category = nil,
			group = "Food",
			description = "Without any leavening the flatbread isn't very puffy. But it's still tasty.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 500,
			carbs = 17,
			protein = 8,
			fat = 3,
			vitamins = 2,
			density = 6.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlatbreadItem",
			typeID = 0,
		},
		["Flax Fiber"] = {
			untranslated = "Flax Fiber",
			category = nil,
			group = "Items",
			description = "Processed fibers of flax ready to be spun into yarn.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxFiberItem",
			typeID = 0,
		},
		["Flax Seed"] = {
			untranslated = "Flax Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow flax. ",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxSeedItem",
			typeID = 0,
		},
		["Flax Stem"] = {
			untranslated = "Flax Stem",
			category = nil,
			group = "Items",
			description = "A bundle of harvested flax that can be processed into fabric.",
			tagGroups = {
				"Crop",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxStemItem",
			typeID = 0,
		},
		["Flax Trawler Net"] = {
			untranslated = "Flax Trawler Net",
			category = nil,
			group = "Items",
			description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxTrawlerNetItem",
			typeID = 0,
			ToolDurability = 500.0,
			ToolRepairType = "Cloth",
		},
		["Flaxseed Oil"] = {
			untranslated = "Flaxseed Oil",
			category = nil,
			group = "Food",
			description = "An oil primarily used for woodworking and paint supplies but can surprisingly also be drizzled on a salad.",
			tagGroups = {
				"Fat",
				"Food",
				"Oil",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 120,
			carbs = 0,
			protein = 0,
			fat = 15,
			vitamins = 0,
			density = 12.5,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxseedOilItem",
			typeID = 0,
		},
		["Fletching Table"] = {
			untranslated = "Fletching Table",
			category = nil,
			group = "Work Stations",
			description = "A table for the capable hunter to improve their tools.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FletchingTableItem",
			typeID = 0,
		},
		Flour = {
			untranslated = "Flour",
			category = nil,
			group = "Food",
			description = "A fine, milled wheat product that's useful for all baking.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 50,
			carbs = 15,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 30.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlourItem",
			typeID = 0,
		},
		["Fox Carcass"] = {
			untranslated = "Fox Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead fox.",
			tagGroups = {
				"Small Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FoxCarcassItem",
			typeID = 0,
		},
		["Framed Glass"] = {
			untranslated = "Framed Glass",
			category = nil,
			group = "Blocks",
			description = "Glass which was reinforced by a steel frame.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FramedGlassItem",
			typeID = 0,
		},
		["Framed Glass Door"] = {
			untranslated = "Framed Glass Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful glass door made of steel and glass.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FramedGlassDoorItem",
			typeID = 0,
		},
		["Fried Camas"] = {
			untranslated = "Fried Camas",
			category = nil,
			group = "Food",
			description = "Deep fried Camas. Bit greasy.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 9,
			protein = 3,
			fat = 10,
			vitamins = 2,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedCamasItem",
			typeID = 0,
		},
		["Fried Fiddleheads"] = {
			untranslated = "Fried Fiddleheads",
			category = nil,
			group = "Food",
			description = "Secret's in the sauce.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 11,
			protein = 3,
			fat = 6,
			vitamins = 4,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedFiddleheadsItem",
			typeID = 0,
		},
		["Fried Hare Haunches"] = {
			untranslated = "Fried Hare Haunches",
			category = nil,
			group = "Food",
			description = "Everything is better deep fried.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 750,
			carbs = 6,
			protein = 15,
			fat = 27,
			vitamins = 4,
			density = 6.933333333333333,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedHareHaunchesItem",
			typeID = 0,
		},
		["Fried Hearts Of Palm"] = {
			untranslated = "Fried Hearts Of Palm",
			category = nil,
			group = "Food",
			description = "Secret's in the sauce.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 13,
			protein = 3,
			fat = 6,
			vitamins = 2,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedHeartsOfPalmItem",
			typeID = 0,
		},
		["Fried Taro"] = {
			untranslated = "Fried Taro",
			category = nil,
			group = "Food",
			description = "Secret's in the sauce.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 14,
			protein = 1,
			fat = 8,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedTaroItem",
			typeID = 0,
		},
		["Fried Tomatoes"] = {
			untranslated = "Fried Tomatoes",
			category = nil,
			group = "Food",
			description = "Secret's in the sauce.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 11,
			protein = 3,
			fat = 8,
			vitamins = 2,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedTomatoesItem",
			typeID = 0,
		},
		["Froth Floatation Cell"] = {
			untranslated = "Froth Floatation Cell",
			category = nil,
			group = "Work Stations",
			description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FrothFloatationCellItem",
			typeID = 0,
		},
		["Fruit Muffin"] = {
			untranslated = "Fruit Muffin",
			category = nil,
			group = "Food",
			description = "A soft, slightly sweet bread studded with juicy fruits.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 800,
			carbs = 10,
			protein = 5,
			fat = 4,
			vitamins = 16,
			density = 4.375,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FruitMuffinItem",
			typeID = 0,
		},
		["Fruit Salad"] = {
			untranslated = "Fruit Salad",
			category = nil,
			group = "Food",
			description = "While tomatoes are fruits, you don't usually put them in fruit salads.",
			tagGroups = {
				"Food",
				"Salad",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 900,
			carbs = 12,
			protein = 4,
			fat = 3,
			vitamins = 19,
			density = 4.222222222222222,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FruitSaladItem",
			typeID = 0,
		},
		["Fruit Tart"] = {
			untranslated = "Fruit Tart",
			category = nil,
			group = "Food",
			description = "A sweet pastry that is great for breakfast or anytime you need a quick boost of energy.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 800,
			carbs = 22,
			protein = 3,
			fat = 9,
			vitamins = 14,
			density = 6.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FruitTartItem",
			typeID = 0,
		},
		["Fur Pelt"] = {
			untranslated = "Fur Pelt",
			category = nil,
			group = "Items",
			description = "A soft, furry pelt.",
			tagGroups = {
				"Animal Skin",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FurPeltItem",
			typeID = 0,
		},
		["Galaxy Vase"] = {
			untranslated = "Galaxy Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GalaxyVaseItem",
			typeID = 0,
		},
		["Garden Boots"] = {
			untranslated = "Garden Boots",
			category = nil,
			group = "Clothing",
			description = "A sturdy pair of rubber footwear designed to provide protection against water, rain, and mud.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GardenBootsItem",
			typeID = 0,
		},
		Gasoline = {
			untranslated = "Gasoline",
			category = nil,
			group = "Blocks",
			description = "Refined petroleum useful for fueling machines and generators.",
			tagGroups = {
				"Liquid Fuel",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 80000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GasolineItem",
			typeID = 0,
		},
		["Gathering Advanced Upgrade"] = {
			untranslated = "Gathering Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Gathering recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GatheringAdvancedUpgradeItem",
			typeID = 0,
		},
		["Gathering Basic Upgrade"] = {
			untranslated = "Gathering Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GatheringBasicUpgradeItem",
			typeID = 0,
		},
		["Gathering Research Paper Basic"] = {
			untranslated = "Gathering Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GatheringResearchPaperBasicItem",
			typeID = 0,
		},
		Gearbox = {
			untranslated = "Gearbox",
			category = nil,
			group = "Items",
			description = "Provides speed and torque conversions from a rotating power source to another device.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GearboxItem",
			typeID = 0,
		},
		["Geology Research Paper Advanced"] = {
			untranslated = "Geology Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GeologyResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Geology Research Paper Basic"] = {
			untranslated = "Geology Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GeologyResearchPaperBasicItem",
			typeID = 0,
		},
		["Geology Research Paper Modern"] = {
			untranslated = "Geology Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GeologyResearchPaperModernItem",
			typeID = 0,
		},
		["Giant Cactus Fruit"] = {
			untranslated = "Giant Cactus Fruit",
			category = nil,
			group = "Food",
			description = "A bulbous fruit that used to top Saguaro cacti.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 100,
			carbs = 2,
			protein = 0,
			fat = 2,
			vitamins = 4,
			density = 8.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GiantCactusFruitItem",
			typeID = 0,
		},
		["Gigot Sleeve Shirt"] = {
			untranslated = "Gigot Sleeve Shirt",
			category = nil,
			group = "Clothing",
			description = "Cool piratey shirt that makes your biceps look bigger than they really are.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GigotSleeveShirtItem",
			typeID = 0,
		},
		Glass = {
			untranslated = "Glass",
			category = nil,
			group = "Blocks",
			description = "A transparent, solid material useful for more than just windows.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassItem",
			typeID = 0,
		},
		["Glass Lens"] = {
			untranslated = "Glass Lens",
			category = nil,
			group = "Items",
			description = "A thin shaped piece of glass very useful for devices used to interact with light.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassLensItem",
			typeID = 0,
		},
		["Glassworking Advanced Upgrade"] = {
			untranslated = "Glassworking Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassworkingAdvancedUpgradeItem",
			typeID = 0,
		},
		["Glassworking Modern Upgrade"] = {
			untranslated = "Glassworking Modern Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassworkingModernUpgradeItem",
			typeID = 0,
		},
		["Glassworking Skill Book"] = {
			untranslated = "Glassworking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Glassworking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Glassworking Skill BookItem",
			typeID = 0,
		},
		["Glassworking Skill Scroll"] = {
			untranslated = "Glassworking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Glassworking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Glassworking Skill ScrollItem",
			typeID = 0,
		},
		Glassworks = {
			untranslated = "Glassworks",
			category = nil,
			group = "Work Stations",
			description = "A specialized kiln used to transform sand into buildable blocks and decorations.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassworksItem",
			typeID = 0,
		},
		Gneiss = {
			untranslated = "Gneiss",
			category = nil,
			group = "Natural Resources",
			description = "A hard rock with some uses in construction. Gneiss is a metamorphic rock formed from previous rock recrystallizing at high pressures and temperatures deep in the earth.",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GneissItem",
			typeID = 0,
		},
		["Goat Mount"] = {
			untranslated = "Goat Mount",
			category = nil,
			group = "Housing Objects",
			description = "A hunting trophy for your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3.5",
			roomCategory = "Living Room",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoatMountItem",
			typeID = 0,
		},
		["Gold Bar"] = {
			untranslated = "Gold Bar",
			category = nil,
			group = "Blocks",
			description = "Refined bar of gold.",
			tagGroups = {
				"Metal",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldBarItem",
			typeID = 0,
		},
		["Gold Concentrate"] = {
			untranslated = "Gold Concentrate",
			category = nil,
			group = "Blocks",
			description = "Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
			tagGroups = {
				"Concentrated Ore",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldConcentrateItem",
			typeID = 0,
		},
		["Gold Flakes"] = {
			untranslated = "Gold Flakes",
			category = nil,
			group = "Items",
			description = "A highly efficient conductor for delicate electronics.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldFlakesItem",
			typeID = 0,
		},
		["Gold Frame Landscape"] = {
			untranslated = "Gold Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldFrameLandscapeItem",
			typeID = 0,
		},
		["Gold Frame Wide"] = {
			untranslated = "Gold Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldFrameWideItem",
			typeID = 0,
		},
		["Gold Ore"] = {
			untranslated = "Gold Ore",
			category = nil,
			group = "Natural Resources",
			description = "Unrefined ore with traces of gold.",
			tagGroups = {
				"Excavatable",
				"Ore",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldOreItem",
			typeID = 0,
		},
		["Gold Wiring"] = {
			untranslated = "Gold Wiring",
			category = nil,
			group = "Items",
			description = "A length of gold conductive wire useful for a variety of purposes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldWiringItem",
			typeID = 0,
		},
		["Government Office"] = {
			untranslated = "Government Office",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of Elected Titles, which can be given special privileges.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GovernmentOfficeItem",
			typeID = 0,
		},
		Granite = {
			untranslated = "Granite",
			category = nil,
			group = "Natural Resources",
			description = "A hard rock useful for construction, and host to various ores. Granite forms from cooling magma deep underground. It is the most common continental rock type!",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GraniteItem",
			typeID = 0,
		},
		["Grass Seed"] = {
			untranslated = "Grass Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow grass.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GrassSeedItem",
			typeID = 0,
		},
		Grindstone = {
			untranslated = "Grindstone",
			category = nil,
			group = "Work Stations",
			description = "A workstation for repairing tools and crafting new ones.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GrindstoneItem",
			typeID = 0,
		},
		["Hand Plow"] = {
			untranslated = "Hand Plow",
			category = nil,
			group = "Crafted Objects",
			description = "A tool that tills the field for farming.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HandPlowItem",
			typeID = 0,
		},
		["Handheld Camera"] = {
			untranslated = "Handheld Camera",
			category = nil,
			group = "Items",
			description = "A modern piece of marvel that allows a more detailed way of saving landscape.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HandheldCameraItem",
			typeID = 0,
			ToolVariant = "Camera",
			ToolDurability = 25.0,
			ToolRepairType = "Electronical",
		},
		["Hanging Long Steel Sign"] = {
			untranslated = "Hanging Long Steel Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A long steel plate for when you need to display extra large text.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingLongSteelSignItem",
			typeID = 0,
		},
		["Hanging Steel Framed Sign"] = {
			untranslated = "Hanging Steel Framed Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large wooden sign framed with steel.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingSteelFramedSignItem",
			typeID = 0,
		},
		["Hanging Steel Mine Sign"] = {
			untranslated = "Hanging Steel Mine Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A hanging sign made of steel plates.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingSteelMineSignItem",
			typeID = 0,
		},
		["Hanging Steel Plain Sign"] = {
			untranslated = "Hanging Steel Plain Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large hanging steel sign attached to a wooden frame.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingSteelPlainSignItem",
			typeID = 0,
		},
		["Hanging Steel Shop Sign"] = {
			untranslated = "Hanging Steel Shop Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A decorative wooden sign framed with steel. Great for advertising shops.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingSteelShopSignItem",
			typeID = 0,
		},
		["Hardwood Board"] = {
			untranslated = "Hardwood Board",
			category = nil,
			group = "Items",
			description = "A higher quality hardwood board used for long lasting furniture.",
			tagGroups = {
				"Burnable Fuel",
				"Wood Board",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 2000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HardwoodBoardItem",
			typeID = 0,
		},
		["Hardwood Hewn Log"] = {
			untranslated = "Hardwood Hewn Log",
			category = nil,
			group = "Blocks",
			description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Hewn Log",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HardwoodHewnLogItem",
			typeID = 0,
		},
		["Hardwood Lumber"] = {
			untranslated = "Hardwood Lumber",
			category = nil,
			group = "Blocks",
			description = "Can be fashioned into various usable equipment.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HardwoodLumberItem",
			typeID = 0,
		},
		["Hardwood Lumber Dresser"] = {
			untranslated = "Hardwood Lumber Dresser",
			category = nil,
			group = "Housing Objects",
			description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bedroom",
			furnitureType = "Dresser",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HardwoodLumberDresserItem",
			typeID = 0,
		},
		["Hare Carcass"] = {
			untranslated = "Hare Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead hare.",
			tagGroups = {
				"Tiny Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HareCarcassItem",
			typeID = 0,
		},
		["Heart Of Palm"] = {
			untranslated = "Heart Of Palm",
			category = nil,
			group = "Food",
			description = "Collected from the inner core and growing bud of a palm tree.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 150,
			calories = 100,
			carbs = 4,
			protein = 2,
			fat = 0,
			vitamins = 2,
			density = 8.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HeartOfPalmItem",
			typeID = 0,
		},
		["Hearty Hometown Pizza"] = {
			untranslated = "Hearty Hometown Pizza",
			category = nil,
			group = "Food",
			description = "When you feel nostalgic and miss that cozy hometown feeling.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1200,
			carbs = 28,
			protein = 7,
			fat = 11,
			vitamins = 3,
			density = 4.083333333333333,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HeartyHometownPizzaItem",
			typeID = 0,
		},
		["Heat Sink"] = {
			untranslated = "Heat Sink",
			category = nil,
			group = "Items",
			description = "A copper plate to draw and disperse heat.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HeatSinkItem",
			typeID = 0,
		},
		["Heliconia Seed"] = {
			untranslated = "Heliconia Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow heliconia.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HeliconiaSeedItem",
			typeID = 0,
		},
		["Hemp Mooring Rope"] = {
			untranslated = "Hemp Mooring Rope",
			category = nil,
			group = "Items",
			description = "Strong ropes used to hold down and prevent ships from moving around.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HempMooringRopeItem",
			typeID = 0,
		},
		Henley = {
			untranslated = "Henley",
			category = nil,
			group = "Clothing",
			description = "A Henley shirt is a collarless pullover shirt, characterized by a placket beneath the round neckline, about 8 to 13 cm long and usually having 2 to 5 buttons. It essentially resembles a collarless polo shirt.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HenleyItem",
			typeID = 0,
		},
		["Hewn Bench"] = {
			untranslated = "Hewn Bench",
			category = nil,
			group = "Housing Objects",
			description = "A basic wooden bench.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnBenchItem",
			typeID = 0,
		},
		["Hewn Chair"] = {
			untranslated = "Hewn Chair",
			category = nil,
			group = "Housing Objects",
			description = "A raised surface supported by legs. Without the back, it might be a stool.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnChairItem",
			typeID = 0,
		},
		["Hewn Door"] = {
			untranslated = "Hewn Door",
			category = nil,
			group = "Housing Objects",
			description = "A door made from roughly hewn logs.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnDoorItem",
			typeID = 0,
		},
		["Hewn Dresser"] = {
			untranslated = "Hewn Dresser",
			category = nil,
			group = "Housing Objects",
			description = "A rough hewn wooden dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Bedroom",
			furnitureType = "Dresser",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnDresserItem",
			typeID = 0,
		},
		["Hewn Log"] = {
			untranslated = "Hewn Log",
			category = nil,
			group = "Blocks",
			description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Hewn Log",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnLogItem",
			typeID = 0,
		},
		["Hewn Nightstand"] = {
			untranslated = "Hewn Nightstand",
			category = nil,
			group = "Housing Objects",
			description = "A simple hewn wooden nightstand you can pile unread books on.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Bedroom",
			furnitureType = "Nightstand",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnNightstandItem",
			typeID = 0,
		},
		["Hewn Softwood Bench"] = {
			untranslated = "Hewn Softwood Bench",
			category = nil,
			group = "Housing Objects",
			description = "A basic wooden bench.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnSoftwoodBenchItem",
			typeID = 0,
		},
		["Hewn Softwood Chair"] = {
			untranslated = "Hewn Softwood Chair",
			category = nil,
			group = "Housing Objects",
			description = "A raised surface supported by legs. Without the back, it might be a stool.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnSoftwoodChairItem",
			typeID = 0,
		},
		["Hewn Softwood Door"] = {
			untranslated = "Hewn Softwood Door",
			category = nil,
			group = "Housing Objects",
			description = "A door made from roughly hewn logs.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnSoftwoodDoorItem",
			typeID = 0,
		},
		["Hewn Softwood Table"] = {
			untranslated = "Hewn Softwood Table",
			category = nil,
			group = "Housing Objects",
			description = "A large table for placing things on.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnSoftwoodTableItem",
			typeID = 0,
		},
		["Hewn Table"] = {
			untranslated = "Hewn Table",
			category = nil,
			group = "Housing Objects",
			description = "A large table for placing things on.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnTableItem",
			typeID = 0,
		},
		["Hide Ash Fertilizer"] = {
			untranslated = "Hide Ash Fertilizer",
			category = nil,
			group = "Items",
			description = "A fertilizer made from hide ash and fillers.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HideAshFertilizerItem",
			typeID = 0,
		},
		Hosomaki = {
			untranslated = "Hosomaki",
			category = nil,
			group = "Food",
			description = "A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 700,
			carbs = 21,
			protein = 19,
			fat = 5,
			vitamins = 8,
			density = 7.571428571428572,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HosomakiItem",
			typeID = 0,
		},
		Huckleberries = {
			untranslated = "Huckleberries",
			category = nil,
			group = "Food",
			description = "A handfull of small wild berries. I'm your huckleberry.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 2,
			protein = 0,
			fat = 0,
			vitamins = 6,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberriesItem",
			typeID = 0,
		},
		["Huckleberry Extract"] = {
			untranslated = "Huckleberry Extract",
			category = nil,
			group = "Food",
			description = "A concentrated blast of huckleberry goodness.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 60,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 15,
			density = 25.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberryExtractItem",
			typeID = 0,
		},
		["Huckleberry Fritter"] = {
			untranslated = "Huckleberry Fritter",
			category = nil,
			group = "Food",
			description = "Fried and sweet.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 900,
			carbs = 16,
			protein = 0,
			fat = 20,
			vitamins = 8,
			density = 4.888888888888889,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberryFritterItem",
			typeID = 0,
		},
		["Huckleberry Pie"] = {
			untranslated = "Huckleberry Pie",
			category = nil,
			group = "Food",
			description = "A fantastic combination of flaky crust and scrumptious berries.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 1300,
			carbs = 13,
			protein = 5,
			fat = 10,
			vitamins = 16,
			density = 3.3846153846153846,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberryPieItem",
			typeID = 0,
		},
		["Huckleberry Seed"] = {
			untranslated = "Huckleberry Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a huckleberry bush.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberrySeedItem",
			typeID = 0,
		},
		["Huge Banner Sign"] = {
			untranslated = "Huge Banner Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A banner made out of fabric held up by ropes and some pieces of wood.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x10x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeBannerSignItem",
			typeID = 0,
		},
		["Huge Iron Banner Sign"] = {
			untranslated = "Huge Iron Banner Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A very large iron banner placed between two iron pillars. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x10x9",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeIronBannerSignItem",
			typeID = 0,
		},
		["Huge Iron Sign"] = {
			untranslated = "Huge Iron Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A very large iron sign.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x9x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeIronSignItem",
			typeID = 0,
		},
		["Huge Steel Banner Sign"] = {
			untranslated = "Huge Steel Banner Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large illuminated banner mounted on a steel frame portal.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x10x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeSteelBannerSignItem",
			typeID = 0,
		},
		["Huge Steel Sign"] = {
			untranslated = "Huge Steel Sign",
			category = nil,
			group = "Crafted Objects",
			description = "An illuminated large steel sign.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x9x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeSteelSignItem",
			typeID = 0,
		},
		["Huge Wooden Banner Sign"] = {
			untranslated = "Huge Wooden Banner Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A banner made out of fabric held up by ropes held up between wooden pillars.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x10x9",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeWoodenBannerSignItem",
			typeID = 0,
		},
		["Hunting Upgrade"] = {
			untranslated = "Hunting Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuntingUpgradeItem",
			typeID = 0,
		},
		Icebox = {
			untranslated = "Icebox",
			category = nil,
			group = "Housing Objects",
			description = "A box of ice. It's in the name!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Kitchen",
			furnitureType = "Food Storage",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IceboxItem",
			typeID = 0,
		},
		["Immigration Desk"] = {
			untranslated = "Immigration Desk",
			category = nil,
			group = "Work Stations",
			description = "Immigration requirements and decisions needs to pass an immigration desk before approval.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ImmigrationDeskItem",
			typeID = 0,
		},
		["Industrial Barge"] = {
			untranslated = "Industrial Barge",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "9x18x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustrialBargeItem",
			typeID = 0,
		},
		["Industrial Elevator"] = {
			untranslated = "Industrial Elevator",
			category = nil,
			group = "Crafted Objects",
			description = "An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "8x12x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustrialElevatorItem",
			typeID = 0,
		},
		["Industrial Generator"] = {
			untranslated = "Industrial Generator",
			category = nil,
			group = "Crafted Objects",
			description = "A large modern generator consuming liquid fuel to generate high volumes of electricity.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x9x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustrialGeneratorItem",
			typeID = 0,
		},
		["Industrial Refrigerator"] = {
			untranslated = "Industrial Refrigerator",
			category = nil,
			group = "Crafted Objects",
			description = "A larger food storage solution for when you want to keep it fresh!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustrialRefrigeratorItem",
			typeID = 0,
		},
		["Industry Skill Book"] = {
			untranslated = "Industry Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Industry Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Industry Skill BookItem",
			typeID = 0,
		},
		["Industry Skill Scroll"] = {
			untranslated = "Industry Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Industry Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Industry Skill ScrollItem",
			typeID = 0,
		},
		["Industry Upgrade"] = {
			untranslated = "Industry Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Industry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustryUpgradeItem",
			typeID = 0,
		},
		["Infused Oil"] = {
			untranslated = "Infused Oil",
			category = nil,
			group = "Food",
			description = "Oil infused with flavor to enhance it.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 120,
			carbs = 0,
			protein = 0,
			fat = 12,
			vitamins = 3,
			density = 12.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "InfusedOilItem",
			typeID = 0,
		},
		Ink = {
			untranslated = "Ink",
			category = nil,
			group = "Items",
			description = "A vial of ink used in more sophisticated processing of paper into documents.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "InkItem",
			typeID = 0,
		},
		["Iron Anchor"] = {
			untranslated = "Iron Anchor",
			category = nil,
			group = "Items",
			description = "A solid iron anchor used to park your vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronAnchorItem",
			typeID = 0,
		},
		["Iron Axe"] = {
			untranslated = "Iron Axe",
			category = nil,
			group = "Items",
			description = "A sturdy iron axe made for cutting down trees.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronAxeItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 750.0,
			ToolDamage = 1.5,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Iron",
		},
		["Iron Axle"] = {
			untranslated = "Iron Axle",
			category = nil,
			group = "Items",
			description = "A rotating iron rod that can be fixed to wheels for use in vehicles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronAxleItem",
			typeID = 0,
		},
		["Iron Bar"] = {
			untranslated = "Iron Bar",
			category = nil,
			group = "Blocks",
			description = "Refined bar of iron.",
			tagGroups = {
				"Metal",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 15000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronBarItem",
			typeID = 0,
		},
		["Iron Concentrate"] = {
			untranslated = "Iron Concentrate",
			category = nil,
			group = "Blocks",
			description = "Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
			tagGroups = {
				"Concentrated Ore",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronConcentrateItem",
			typeID = 0,
		},
		["Iron Frame Landscape"] = {
			untranslated = "Iron Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronFrameLandscapeItem",
			typeID = 0,
		},
		["Iron Frame Wide"] = {
			untranslated = "Iron Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronFrameWideItem",
			typeID = 0,
		},
		["Iron Gear"] = {
			untranslated = "Iron Gear",
			category = nil,
			group = "Items",
			description = "A toothed machine part that interlocks with others.",
			tagGroups = {
				"Gear",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronGearItem",
			typeID = 0,
		},
		["Iron Hammer"] = {
			untranslated = "Iron Hammer",
			category = nil,
			group = "Items",
			description = "An iron hammer allows for more sophisticated building.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronHammerItem",
			typeID = 0,
			ToolVariant = "Hammer",
			ToolDurability = 750.0,
			ToolRepairType = "Iron",
		},
		["Iron Hoe"] = {
			untranslated = "Iron Hoe",
			category = nil,
			group = "Items",
			description = "A sturdy iron hoe made for tilling the soil.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronHoeItem",
			typeID = 0,
			ToolVariant = "Hoe",
			ToolDurability = 300.0,
			ToolRepairType = "Iron",
		},
		["Iron Hull Sheet"] = {
			untranslated = "Iron Hull Sheet",
			category = nil,
			group = "Items",
			description = "Thin iron plates for use in various crafting recipes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronHullSheetItem",
			typeID = 0,
		},
		["Iron Machete"] = {
			untranslated = "Iron Machete",
			category = nil,
			group = "Items",
			description = "A machete used to quickly clear plants.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronMacheteItem",
			typeID = 0,
			ToolVariant = "Machete",
			ToolDurability = 500.0,
			ToolRepairType = "Iron",
		},
		["Iron Ore"] = {
			untranslated = "Iron Ore",
			category = nil,
			group = "Natural Resources",
			description = "Unrefined ore with traces of iron.",
			tagGroups = {
				"Excavatable",
				"Ore",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronOreItem",
			typeID = 0,
		},
		["Iron Pickaxe"] = {
			untranslated = "Iron Pickaxe",
			category = nil,
			group = "Items",
			description = "A sturdy iron pickaxe used to break down stone and ore into usable rubble.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronPickaxeItem",
			typeID = 0,
			ToolVariant = "Pickaxe",
			ToolDurability = 500.0,
			ToolDamage = 2.0,
			ToolDamageTalent = "MiningToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Iron",
		},
		["Iron Pipe"] = {
			untranslated = "Iron Pipe",
			category = nil,
			group = "Blocks",
			description = "A pipe for transporting liquids.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronPipeItem",
			typeID = 0,
		},
		["Iron Plate"] = {
			untranslated = "Iron Plate",
			category = nil,
			group = "Items",
			description = "A solid iron plate for use in various crafting recipes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronPlateItem",
			typeID = 0,
		},
		["Iron Road Tool"] = {
			untranslated = "Iron Road Tool",
			category = nil,
			group = "Items",
			description = "A tool for tamping dirt into roads.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronRoadToolItem",
			typeID = 0,
			ToolVariant = "RoadTool",
			ToolDurability = 1000.0,
			ToolRepairType = "IronRoadTool",
		},
		["Iron Rock Drill"] = {
			untranslated = "Iron Rock Drill",
			category = nil,
			group = "Items",
			description = "A drill used to retreive geological samples and discover what treasures can be found underground.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronRockDrillItem",
			typeID = 0,
			ToolVariant = "Drill",
			ToolDurability = 1000.0,
			ToolRepairType = "Iron",
		},
		["Iron Saw Blade"] = {
			untranslated = "Iron Saw Blade",
			category = nil,
			group = "Items",
			description = "A disc shaped iron saw that can be attached to rotary machines to shape wood products.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronSawBladeItem",
			typeID = 0,
		},
		["Iron Shovel"] = {
			untranslated = "Iron Shovel",
			category = nil,
			group = "Items",
			description = "A sturdy shovel that breaks less than its wooden counterpart.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronShovelItem",
			typeID = 0,
			ToolVariant = "Shovel",
			ToolDurability = 500.0,
			ToolRepairType = "Iron",
			ToolCarryCapacity = 3.0,
		},
		["Iron Sickle"] = {
			untranslated = "Iron Sickle",
			category = nil,
			group = "Items",
			description = "An iron sickle used to harvest crops or cut grass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronSickleItem",
			typeID = 0,
			ToolVariant = "Sickle",
			ToolDurability = 500.0,
			ToolRepairType = "Iron",
		},
		["Iron Wheel"] = {
			untranslated = "Iron Wheel",
			category = nil,
			group = "Items",
			description = "A sturdy iron wheel that can support heavier vehicles than early wooden wheels.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronWheelItem",
			typeID = 0,
		},
		["Jaguar Carcass"] = {
			untranslated = "Jaguar Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead Jaguar.",
			tagGroups = {
				"Medium Carcass",
				"Medium Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JaguarCarcassItem",
			typeID = 0,
		},
		["Jaw Crusher"] = {
			untranslated = "Jaw Crusher",
			category = nil,
			group = "Work Stations",
			description = "A heavy duty machine that uses compressive force to crush rocks into a fine gravel.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JawCrusherItem",
			typeID = 0,
		},
		["Jointfir Seed"] = {
			untranslated = "Jointfir Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a jointfir.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JointfirSeedItem",
			typeID = 0,
		},
		["Joshua Log"] = {
			untranslated = "Joshua Log",
			category = nil,
			group = "Natural Resources",
			description = "Joshua log is a basic wood, harvested from the Joshua tree. Despite the name, Joshua trees are succulents and the building material they provide is neither hardwood nor softwood.",
			tagGroups = {
				"Burnable Fuel",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JoshuaLogItem",
			typeID = 0,
		},
		["Joshua Seed"] = {
			untranslated = "Joshua Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a joshua tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JoshuaSeedItem",
			typeID = 0,
		},
		["Jungle Campfire Salad"] = {
			untranslated = "Jungle Campfire Salad",
			category = nil,
			group = "Food",
			description = "A myriad of plants that make a healthy and odd blend.",
			tagGroups = {
				"Campfire Salad",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 900,
			carbs = 11,
			protein = 4,
			fat = 3,
			vitamins = 10,
			density = 3.111111111111111,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JungleCampfireSaladItem",
			typeID = 0,
		},
		["Jungle Campfire Stew"] = {
			untranslated = "Jungle Campfire Stew",
			category = nil,
			group = "Food",
			description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 8,
			protein = 8,
			fat = 11,
			vitamins = 3,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JungleCampfireStewItem",
			typeID = 0,
		},
		Kelp = {
			untranslated = "Kelp",
			category = nil,
			group = "Items",
			description = "Some creepy kelp.",
			tagGroups = {
				"Crop",
				"Natural Fiber",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KelpItem",
			typeID = 0,
		},
		["Kelpy Crab Roll"] = {
			untranslated = "Kelpy Crab Roll",
			category = nil,
			group = "Food",
			description = "Pieces of crab on a bed of rice rolled up and covered in kelp.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1350,
			carbs = 22,
			protein = 13,
			fat = 11,
			vitamins = 5,
			density = 3.7777777777777777,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KelpyCrabRollItem",
			typeID = 0,
		},
		Kiln = {
			untranslated = "Kiln",
			category = nil,
			group = "Work Stations",
			description = "Useful for baking bricks and finishing pottery.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KilnItem",
			typeID = 0,
		},
		["King Fern Spore"] = {
			untranslated = "King Fern Spore",
			category = nil,
			group = "Food",
			description = "Plant to grow king fern.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KingFernSporeItem",
			typeID = 0,
		},
		Kitchen = {
			untranslated = "Kitchen",
			category = nil,
			group = "Housing Objects",
			description = "A prep area for food which allows for more complex dishes.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Kitchen",
			furnitureType = "Cooking",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KitchenItem",
			typeID = 0,
		},
		Laboratory = {
			untranslated = "Laboratory",
			category = nil,
			group = "Work Stations",
			description = "For more advanced research and manufacturing. Science rules!",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LaboratoryItem",
			typeID = 0,
		},
		["Large Bath Mat"] = {
			untranslated = "Large Bath Mat",
			category = nil,
			group = "Housing Objects",
			description = "A large bath mat reduces risks of slipping on wet floors in the bathroom.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Bathroom",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeBathMatItem",
			typeID = 0,
		},
		["Large Canoe"] = {
			untranslated = "Large Canoe",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 8000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x6x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCanoeItem",
			typeID = 0,
		},
		["Large Corrugated Steel Door"] = {
			untranslated = "Large Corrugated Steel Door",
			category = nil,
			group = "Housing Objects",
			description = "A large corrugated steel door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCorrugatedSteelDoorItem",
			typeID = 0,
		},
		["Large Cotton Bunting Red"] = {
			untranslated = "Large Cotton Bunting Red",
			category = nil,
			group = "Housing Objects",
			description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCottonBuntingRedItem",
			typeID = 0,
		},
		["Large Cotton Bunting Regal"] = {
			untranslated = "Large Cotton Bunting Regal",
			category = nil,
			group = "Housing Objects",
			description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCottonBuntingRegalItem",
			typeID = 0,
		},
		["Large Court"] = {
			untranslated = "Large Court",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of multiple Laws, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x6x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCourtItem",
			typeID = 0,
		},
		["Large Festive Paper Lantern"] = {
			untranslated = "Large Festive Paper Lantern",
			category = nil,
			group = "Housing Objects",
			description = "A large festive paper lantern.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeFestivePaperLanternItem",
			typeID = 0,
		},
		["Large Hanging Ashlar Basalt Sign"] = {
			untranslated = "Large Hanging Ashlar Basalt Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingAshlarBasaltSignItem",
			typeID = 0,
		},
		["Large Hanging Ashlar Stone Sign"] = {
			untranslated = "Large Hanging Ashlar Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingAshlarStoneSignItem",
			typeID = 0,
		},
		["Large Hanging Birch Sign"] = {
			untranslated = "Large Hanging Birch Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingBirchSignItem",
			typeID = 0,
		},
		["Large Hanging Lumber Sign"] = {
			untranslated = "Large Hanging Lumber Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingLumberSignItem",
			typeID = 0,
		},
		["Large Hanging Mortared Granite Sign"] = {
			untranslated = "Large Hanging Mortared Granite Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingMortaredGraniteSignItem",
			typeID = 0,
		},
		["Large Hanging Mortared Stone Sign"] = {
			untranslated = "Large Hanging Mortared Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingMortaredStoneSignItem",
			typeID = 0,
		},
		["Large Hanging Saguaro Sign"] = {
			untranslated = "Large Hanging Saguaro Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingSaguaroSignItem",
			typeID = 0,
		},
		["Large Hanging Softwood Sign"] = {
			untranslated = "Large Hanging Softwood Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingSoftwoodSignItem",
			typeID = 0,
		},
		["Large Hanging Stone Sign"] = {
			untranslated = "Large Hanging Stone Sign",
			category = nil,
			group = "World Object",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingStoneSignItem",
			typeID = 0,
		},
		["Large Hanging Wood Sign"] = {
			untranslated = "Large Hanging Wood Sign",
			category = nil,
			group = "Item",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingWoodSignItem",
			typeID = 0,
		},
		["Large Lumber Door"] = {
			untranslated = "Large Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A large lumber door allowing moderate sized vehicles through..",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeLumberDoorItem",
			typeID = 0,
		},
		["Large Lumber Stockpile"] = {
			untranslated = "Large Lumber Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "An extra large lumber platform that has been reinforced to allow mass storage of items. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "12x12x11",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeLumberStockpileItem",
			typeID = 0,
		},
		["Large Metal Ship Frame"] = {
			untranslated = "Large Metal Ship Frame",
			category = nil,
			group = "Items",
			description = "A large metal frame for constructing a larger naval vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeMetalShipFrameItem",
			typeID = 0,
		},
		["Large Nylon Bunting Green"] = {
			untranslated = "Large Nylon Bunting Green",
			category = nil,
			group = "Housing Objects",
			description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeNylonBuntingGreenItem",
			typeID = 0,
		},
		["Large Nylon Bunting Purple"] = {
			untranslated = "Large Nylon Bunting Purple",
			category = nil,
			group = "Housing Objects",
			description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeNylonBuntingPurpleItem",
			typeID = 0,
		},
		["Large Paper Lantern"] = {
			untranslated = "Large Paper Lantern",
			category = nil,
			group = "Housing Objects",
			description = "A large paper lantern.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargePaperLanternItem",
			typeID = 0,
		},
		["Large Standing Ashlar Basalt Sign"] = {
			untranslated = "Large Standing Ashlar Basalt Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingAshlarBasaltSignItem",
			typeID = 0,
		},
		["Large Standing Ashlar Stone Sign"] = {
			untranslated = "Large Standing Ashlar Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingAshlarStoneSignItem",
			typeID = 0,
		},
		["Large Standing Birch Sign"] = {
			untranslated = "Large Standing Birch Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingBirchSignItem",
			typeID = 0,
		},
		["Large Standing Lumber Sign"] = {
			untranslated = "Large Standing Lumber Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingLumberSignItem",
			typeID = 0,
		},
		["Large Standing Mortared Granite Sign"] = {
			untranslated = "Large Standing Mortared Granite Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingMortaredGraniteSignItem",
			typeID = 0,
		},
		["Large Standing Mortared Stone Sign"] = {
			untranslated = "Large Standing Mortared Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingMortaredStoneSignItem",
			typeID = 0,
		},
		["Large Standing Saguaro Sign"] = {
			untranslated = "Large Standing Saguaro Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingSaguaroSignItem",
			typeID = 0,
		},
		["Large Standing Softwood Sign"] = {
			untranslated = "Large Standing Softwood Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingSoftwoodSignItem",
			typeID = 0,
		},
		["Large Standing Stone Sign"] = {
			untranslated = "Large Standing Stone Sign",
			category = nil,
			group = "World Object",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingStoneSignItem",
			typeID = 0,
		},
		["Large Standing Wood Sign"] = {
			untranslated = "Large Standing Wood Sign",
			category = nil,
			group = "Item",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingWoodSignItem",
			typeID = 0,
		},
		["Large Windowed Lumber Door"] = {
			untranslated = "Large Windowed Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A large lumber door with windows allowing moderate sized vehicles through..",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeWindowedLumberDoorItem",
			typeID = 0,
		},
		["Large Wooden Ship Frame"] = {
			untranslated = "Large Wooden Ship Frame",
			category = nil,
			group = "Items",
			description = "A large wooden frame for constructing a larger naval vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeWoodenShipFrameItem",
			typeID = 0,
		},
		Laser = {
			untranslated = "Laser",
			category = nil,
			group = "Crafted Objects",
			description = "AVOID DIRECT EYE EXPOSURE",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LaserItem",
			typeID = 0,
		},
		Lathe = {
			untranslated = "Lathe",
			category = nil,
			group = "Work Stations",
			description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LatheItem",
			typeID = 0,
		},
		["Lattice Mushroom Spores"] = {
			untranslated = "Lattice Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow lattice mushrooms.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LatticeMushroomSporesItem",
			typeID = 0,
		},
		["Leather Hide"] = {
			untranslated = "Leather Hide",
			category = nil,
			group = "Items",
			description = "A thick hide.",
			tagGroups = {
				"Animal Skin",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LeatherHideItem",
			typeID = 0,
		},
		["Leavened Dough"] = {
			untranslated = "Leavened Dough",
			category = nil,
			group = "Food",
			description = "Leavened dough with added yeast that rises when baked.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 10,
			carbs = 6,
			protein = 18,
			fat = 13,
			vitamins = 5,
			density = 420.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LeavenedDoughItem",
			typeID = 0,
		},
		["Light Backpack"] = {
			untranslated = "Light Backpack",
			category = nil,
			group = "Clothing",
			description = "Smaller than your standard three-day backpack. You can't fit that much inside, but that makes you more agile.\\n\\n(Increases movement speed and increases max carry weight by 5 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LightBackpackItem",
			typeID = 0,
		},
		["Light Bulb"] = {
			untranslated = "Light Bulb",
			category = nil,
			group = "Items",
			description = "An electric light with a wire filament.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LightBulbItem",
			typeID = 0,
		},
		["Lighthouse Lamp"] = {
			untranslated = "Lighthouse Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A light, but a very large one and it's also spinning around and around.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LighthouseLampItem",
			typeID = 0,
		},
		Limestone = {
			untranslated = "Limestone",
			category = nil,
			group = "Natural Resources",
			description = "A hard rock useful for construction and industrial processes. Limestone is sedimentary, forming mostly from the fallen compacted remains of marine organisms.",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneItem",
			typeID = 0,
		},
		["Limestone Bison Statue"] = {
			untranslated = "Limestone Bison Statue",
			category = nil,
			group = "Housing Objects",
			description = "A bison statue carved from limestone.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneBisonStatueItem",
			typeID = 0,
		},
		["Limestone Otter Statue"] = {
			untranslated = "Limestone Otter Statue",
			category = nil,
			group = "Housing Objects",
			description = "An otter statue carved from limestone.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.2",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneOtterStatueItem",
			typeID = 0,
		},
		["Limestone Owl Statue"] = {
			untranslated = "Limestone Owl Statue",
			category = nil,
			group = "Housing Objects",
			description = "An owl statue carved from limestone.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.2",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneOwlStatueItem",
			typeID = 0,
		},
		["Limestone Wolf Statue"] = {
			untranslated = "Limestone Wolf Statue",
			category = nil,
			group = "Housing Objects",
			description = "A wolf statue carved from limestone.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneWolfStatueItem",
			typeID = 0,
		},
		["Linen Fabric"] = {
			untranslated = "Linen Fabric",
			category = nil,
			group = "Items",
			description = "A rough linen fabric that covers your basic needs.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LinenFabricItem",
			typeID = 0,
		},
		["Linen Yarn"] = {
			untranslated = "Linen Yarn",
			category = nil,
			group = "Items",
			description = "Flax fibers spun into a usable string commonly known as linen yarn.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 25,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LinenYarnItem",
			typeID = 0,
		},
		["Loaded Taro Fries"] = {
			untranslated = "Loaded Taro Fries",
			category = nil,
			group = "Food",
			description = "Taro Fries with extra everything.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 1200,
			carbs = 14,
			protein = 6,
			fat = 18,
			vitamins = 0,
			density = 3.166666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LoadedTaroFriesItem",
			typeID = 0,
		},
		Log = {
			untranslated = "Log",
			category = nil,
			group = "Block",
			description = "A stack of logs.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LogItem",
			typeID = 0,
		},
		["Logging Advanced Upgrade"] = {
			untranslated = "Logging Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LoggingAdvancedUpgradeItem",
			typeID = 0,
		},
		["Logging Basic Upgrade"] = {
			untranslated = "Logging Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Logging recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LoggingBasicUpgradeItem",
			typeID = 0,
		},
		Loom = {
			untranslated = "Loom",
			category = nil,
			group = "Work Stations",
			description = "A device for making fabric by weaving yarn or thread.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LoomItem",
			typeID = 0,
		},
		["Low Top Shoes"] = {
			untranslated = "Low Top Shoes",
			category = nil,
			group = "Clothing",
			description = "Basic, ordinary, every day, run of the mill, nondescript, conventional, commonplace, humdrum, standard, middle-of-the-road, garden-variety low-top shoes.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LowTopShoesItem",
			typeID = 0,
		},
		Lumber = {
			untranslated = "Lumber",
			category = nil,
			group = "Blocks",
			description = "Can be fashioned into various usable equipment.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberItem",
			typeID = 0,
		},
		["Lumber Bench"] = {
			untranslated = "Lumber Bench",
			category = nil,
			group = "Housing Objects",
			description = "A lumber bench for when you need extra seating space than a traditional chair.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberBenchItem",
			typeID = 0,
		},
		["Lumber Chair"] = {
			untranslated = "Lumber Chair",
			category = nil,
			group = "Housing Objects",
			description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberChairItem",
			typeID = 0,
		},
		["Lumber Door"] = {
			untranslated = "Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A door made from finely cut lumber.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberDoorItem",
			typeID = 0,
		},
		["Lumber Dresser"] = {
			untranslated = "Lumber Dresser",
			category = nil,
			group = "Housing Objects",
			description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bedroom",
			furnitureType = "Dresser",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberDresserItem",
			typeID = 0,
		},
		["Lumber Stockpile"] = {
			untranslated = "Lumber Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "10x10x9",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberStockpileItem",
			typeID = 0,
		},
		["Lumber Table"] = {
			untranslated = "Lumber Table",
			category = nil,
			group = "Housing Objects",
			description = "A large lumber table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberTableItem",
			typeID = 0,
		},
		["Lupine Seed"] = {
			untranslated = "Lupine Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow lupine.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LupineSeedItem",
			typeID = 0,
		},
		Macarons = {
			untranslated = "Macarons",
			category = nil,
			group = "Food",
			description = "A small circular biscuit with a sweet huckleberry filling.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 1000,
			carbs = 20,
			protein = 7,
			fat = 14,
			vitamins = 16,
			density = 5.7,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MacaronsItem",
			typeID = 0,
		},
		["Machinist Table"] = {
			untranslated = "Machinist Table",
			category = nil,
			group = "Work Stations",
			description = "A fancy tool bench that creates equally fancy toys.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MachinistTableItem",
			typeID = 0,
		},
		["Marmot Carcass"] = {
			untranslated = "Marmot Carcass",
			category = nil,
			group = "Item",
			description = "A dead marmot.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MarmotCarcassItem",
			typeID = 0,
		},
		["Masonry Advanced Upgrade"] = {
			untranslated = "Masonry Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MasonryAdvancedUpgradeItem",
			typeID = 0,
		},
		["Masonry Basic Upgrade"] = {
			untranslated = "Masonry Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MasonryBasicUpgradeItem",
			typeID = 0,
		},
		["Masonry Skill Book"] = {
			untranslated = "Masonry Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Masonry Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Masonry Skill BookItem",
			typeID = 0,
		},
		["Masonry Skill Scroll"] = {
			untranslated = "Masonry Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Masonry Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Masonry Skill ScrollItem",
			typeID = 0,
		},
		["Masonry Table"] = {
			untranslated = "Masonry Table",
			category = nil,
			group = "Work Stations",
			description = "A workstation for hewing and shaping stone into usable objects.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MasonryTableItem",
			typeID = 0,
		},
		["Meat Pie"] = {
			untranslated = "Meat Pie",
			category = nil,
			group = "Food",
			description = "Much like a huckleberry pie, but filled to the brim with succulent meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 1300,
			carbs = 18,
			protein = 4,
			fat = 20,
			vitamins = 2,
			density = 3.3846153846153846,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MeatPieItem",
			typeID = 0,
		},
		["Meat Stock"] = {
			untranslated = "Meat Stock",
			category = nil,
			group = "Food",
			description = "A meaty stock made from the flesh of animals.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = 600,
			carbs = 3,
			protein = 8,
			fat = 9,
			vitamins = 0,
			density = 3.3333333333333335,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MeatStockItem",
			typeID = 0,
		},
		["Meaty Stew"] = {
			untranslated = "Meaty Stew",
			category = nil,
			group = "Food",
			description = "A thick meaty stew. A great source of protein.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 6,
			protein = 13,
			fat = 10,
			vitamins = 1,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MeatyStewItem",
			typeID = 0,
		},
		["Mechanical Water Pump"] = {
			untranslated = "Mechanical Water Pump",
			category = nil,
			group = "Crafted Objects",
			description = "Pumps water from a source into a pipe network.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MechanicalWaterPumpItem",
			typeID = 0,
		},
		["Mechanics Advanced Upgrade"] = {
			untranslated = "Mechanics Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MechanicsAdvancedUpgradeItem",
			typeID = 0,
		},
		["Mechanics Modern Upgrade"] = {
			untranslated = "Mechanics Modern Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MechanicsModernUpgradeItem",
			typeID = 0,
		},
		["Mechanics Skill Book"] = {
			untranslated = "Mechanics Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Mechanics Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Mechanics Skill BookItem",
			typeID = 0,
		},
		["Mechanics Skill Scroll"] = {
			untranslated = "Mechanics Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Mechanics Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Mechanics Skill ScrollItem",
			typeID = 0,
		},
		["Medium Fishing Trawler"] = {
			untranslated = "Medium Fishing Trawler",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x14x10",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MediumFishingTrawlerItem",
			typeID = 0,
		},
		["Medium Metal Ship Frame"] = {
			untranslated = "Medium Metal Ship Frame",
			category = nil,
			group = "Items",
			description = "A medium metal frame for constructing a naval vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 15000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MediumMetalShipFrameItem",
			typeID = 0,
		},
		["Medium Shipyard"] = {
			untranslated = "Medium Shipyard",
			category = nil,
			group = "Work Stations",
			description = "A bigger more suitable place to build larger vessels with more extensive functionalities.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "9x16x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MediumShipyardItem",
			typeID = 0,
		},
		["Medium Wooden Ship Frame"] = {
			untranslated = "Medium Wooden Ship Frame",
			category = nil,
			group = "Items",
			description = "A medium wooden frame for constructing a larger naval vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 15000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MediumWoodenShipFrameItem",
			typeID = 0,
		},
		["Metal Keel"] = {
			untranslated = "Metal Keel",
			category = nil,
			group = "Items",
			description = "The backbone of any metal ship.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetalKeelItem",
			typeID = 0,
		},
		["Metal Rudder"] = {
			untranslated = "Metal Rudder",
			category = nil,
			group = "Items",
			description = "If you dont have one of these, you have no control over your heading.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetalRudderItem",
			typeID = 0,
		},
		["Metallurgy Research Paper Advanced"] = {
			untranslated = "Metallurgy Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetallurgyResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Metallurgy Research Paper Basic"] = {
			untranslated = "Metallurgy Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetallurgyResearchPaperBasicItem",
			typeID = 0,
		},
		["Metallurgy Research Paper Modern"] = {
			untranslated = "Metallurgy Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetallurgyResearchPaperModernItem",
			typeID = 0,
		},
		Mill = {
			untranslated = "Mill",
			category = nil,
			group = "Housing Objects",
			description = "Refines food resources by crushing them under a stone millstone.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Kitchen",
			furnitureType = "Food Preparation",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MillItem",
			typeID = 0,
		},
		["Milling Skill Book"] = {
			untranslated = "Milling Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Milling Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Milling Skill BookItem",
			typeID = 0,
		},
		["Milling Skill Scroll"] = {
			untranslated = "Milling Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Milling Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Milling Skill ScrollItem",
			typeID = 0,
		},
		["Milling Upgrade"] = {
			untranslated = "Milling Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Milling recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MillingUpgradeItem",
			typeID = 0,
		},
		["Millionaires Salad"] = {
			untranslated = "Millionaires Salad",
			category = nil,
			group = "Food",
			description = "A decadent yet healthy assemblage.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1000,
			carbs = 18,
			protein = 6,
			fat = 6,
			vitamins = 26,
			density = 5.6000000000000005,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MillionairesSaladItem",
			typeID = 0,
		},
		["Mining Advanced Upgrade"] = {
			untranslated = "Mining Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MiningAdvancedUpgradeItem",
			typeID = 0,
		},
		["Mining Basic Upgrade"] = {
			untranslated = "Mining Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Mining recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MiningBasicUpgradeItem",
			typeID = 0,
		},
		["Mining Modern Upgrade"] = {
			untranslated = "Mining Modern Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Mining recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MiningModernUpgradeItem",
			typeID = 0,
		},
		Mint = {
			untranslated = "Mint",
			category = nil,
			group = "Work Stations",
			description = "Allows for the creation of currency.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MintItem",
			typeID = 0,
		},
		Mochi = {
			untranslated = "Mochi",
			category = nil,
			group = "Food",
			description = "Watch your hands!",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 750,
			carbs = 25,
			protein = 0,
			fat = 0,
			vitamins = 5,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MochiItem",
			typeID = 0,
		},
		["Modern Axe"] = {
			untranslated = "Modern Axe",
			category = nil,
			group = "Items",
			description = "A modern axe with a non-slip handle made using fiberglass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernAxeItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 2500.0,
			ToolDamage = 2.5,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Modern",
		},
		["Modern Double Street Light"] = {
			untranslated = "Modern Double Street Light",
			category = nil,
			group = "Housing Objects",
			description = "A towering metal light post that requires electricity to run.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x5x7",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernDoubleStreetLightItem",
			typeID = 0,
		},
		["Modern Hammer"] = {
			untranslated = "Modern Hammer",
			category = nil,
			group = "Items",
			description = "A modern hammer with a non-slip handle made using fiberglass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernHammerItem",
			typeID = 0,
			ToolVariant = "Hammer",
			ToolDurability = 2500.0,
			ToolRepairType = "Modern",
		},
		["Modern Hoe"] = {
			untranslated = "Modern Hoe",
			category = nil,
			group = "Items",
			description = "A modern hoe with increased range.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernHoeItem",
			typeID = 0,
			ToolVariant = "Hoe",
			ToolDurability = 1500.0,
			ToolRepairType = "Modern",
		},
		["Modern Machete"] = {
			untranslated = "Modern Machete",
			category = nil,
			group = "Items",
			description = "A machete used to quickly clear plants. Has a large AoE with each swing.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernMacheteItem",
			typeID = 0,
			ToolVariant = "Machete",
			ToolDurability = 2000.0,
			ToolRepairType = "Modern",
		},
		["Modern Pickaxe"] = {
			untranslated = "Modern Pickaxe",
			category = nil,
			group = "Items",
			description = "A modern pickaxe with a non-slip handle made using fiberglass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernPickaxeItem",
			typeID = 0,
			ToolVariant = "Pickaxe",
			ToolDurability = 2000.0,
			ToolDamage = 4.0,
			ToolDamageTalent = "MiningToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Modern",
		},
		["Modern Rock Drill"] = {
			untranslated = "Modern Rock Drill",
			category = nil,
			group = "Items",
			description = "A gasoline-powered alternative for faster geological sampling.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernRockDrillItem",
			typeID = 0,
			ToolVariant = "Drill",
			ToolDurability = 1000.0,
			ToolRepairType = "Gasoline",
		},
		["Modern Scythe"] = {
			untranslated = "Modern Scythe",
			category = nil,
			group = "Items",
			description = "A modern scythe used to harvest crops or cut grass. Has a large AoE with each swing.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernScytheItem",
			typeID = 0,
			ToolVariant = "Scythe",
			ToolDurability = 2000.0,
			ToolRepairType = "Modern",
		},
		["Modern Shovel"] = {
			untranslated = "Modern Shovel",
			category = nil,
			group = "Items",
			description = "Terraforming is the first step towards a flourishing civilization and now you can do it with style and less repairs.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernShovelItem",
			typeID = 0,
			ToolVariant = "Shovel",
			ToolDurability = 2000.0,
			ToolRepairType = "Modern",
			ToolCarryCapacity = 10.0,
		},
		["Modern Street Light"] = {
			untranslated = "Modern Street Light",
			category = nil,
			group = "Housing Objects",
			description = "A towering metal light post that requires electricity to run.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x7",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernStreetLightItem",
			typeID = 0,
		},
		["Modern Upgrade 1"] = {
			untranslated = "Modern Upgrade 1",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade with great efficiency increase.",
			tagGroups = {
				"Modern Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernUpgradeLvl1Item",
			typeID = 0,
		},
		["Modern Upgrade 2"] = {
			untranslated = "Modern Upgrade 2",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade with great efficiency increase.",
			tagGroups = {
				"Modern Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernUpgradeLvl2Item",
			typeID = 0,
		},
		["Modern Upgrade 3"] = {
			untranslated = "Modern Upgrade 3",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade with great efficiency increase.",
			tagGroups = {
				"Modern Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernUpgradeLvl3Item",
			typeID = 0,
		},
		["Modern Upgrade 4"] = {
			untranslated = "Modern Upgrade 4",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade with great efficiency increase.",
			tagGroups = {
				"Modern Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernUpgradeLvl4Item",
			typeID = 0,
		},
		["Moon Jellyfish"] = {
			untranslated = "Moon Jellyfish",
			category = nil,
			group = "Natural Resources",
			description = "A moon jellyfish.",
			tagGroups = {
				"Fish",
				"Small Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MoonJellyfishItem",
			typeID = 0,
		},
		Mortar = {
			untranslated = "Mortar",
			category = nil,
			group = "Items",
			description = "A binding pitch useful as a mortar.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortarItem",
			typeID = 0,
		},
		["Mortared Basalt"] = {
			untranslated = "Mortared Basalt",
			category = nil,
			group = "Block",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredBasaltItem",
			typeID = 0,
		},
		["Mortared Gneiss"] = {
			untranslated = "Mortared Gneiss",
			category = nil,
			group = "Block",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGneissItem",
			typeID = 0,
		},
		["Mortared Granite"] = {
			untranslated = "Mortared Granite",
			category = nil,
			group = "Blocks",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {
				"Constructable",
				"Mortared Stone",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteItem",
			typeID = 0,
		},
		["Mortared Granite Bench"] = {
			untranslated = "Mortared Granite Bench",
			category = nil,
			group = "Housing Objects",
			description = "A basic stone bench for sitting.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteBenchItem",
			typeID = 0,
		},
		["Mortared Granite Chair"] = {
			untranslated = "Mortared Granite Chair",
			category = nil,
			group = "Housing Objects",
			description = "An early stone chair. Not too comfy but it does the job.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteChairItem",
			typeID = 0,
		},
		["Mortared Granite Door"] = {
			untranslated = "Mortared Granite Door",
			category = nil,
			group = "Housing Objects",
			description = "A heavy mortared stone door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteDoorItem",
			typeID = 0,
		},
		["Mortared Granite Fireplace"] = {
			untranslated = "Mortared Granite Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteFireplaceItem",
			typeID = 0,
		},
		["Mortared Granite Table"] = {
			untranslated = "Mortared Granite Table",
			category = nil,
			group = "Housing Objects",
			description = "An early stone table. Not much to look at but it does the job.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteTableItem",
			typeID = 0,
		},
		["Mortared Limestone"] = {
			untranslated = "Mortared Limestone",
			category = nil,
			group = "Blocks",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {
				"Constructable",
				"Mortared Stone",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredLimestoneItem",
			typeID = 0,
		},
		["Mortared Sandstone"] = {
			untranslated = "Mortared Sandstone",
			category = nil,
			group = "Blocks",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {
				"Constructable",
				"Mortared Stone",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredSandstoneItem",
			typeID = 0,
		},
		["Mortared Shale"] = {
			untranslated = "Mortared Shale",
			category = nil,
			group = "Block",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredShaleItem",
			typeID = 0,
		},
		["Mortared Stone"] = {
			untranslated = "Mortared Stone",
			category = nil,
			group = "Blocks",
			description = "Old stone",
			tagGroups = {
				"Constructable",
				"Mortared Stone",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneItem",
			typeID = 0,
		},
		["Mortared Stone Bench"] = {
			untranslated = "Mortared Stone Bench",
			category = nil,
			group = "Housing Objects",
			description = "A basic stone bench for sitting.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneBenchItem",
			typeID = 0,
		},
		["Mortared Stone Chair"] = {
			untranslated = "Mortared Stone Chair",
			category = nil,
			group = "Housing Objects",
			description = "An early stone chair. Not too comfy but it does the job.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneChairItem",
			typeID = 0,
		},
		["Mortared Stone Door"] = {
			untranslated = "Mortared Stone Door",
			category = nil,
			group = "Housing Objects",
			description = "A heavy mortared stone door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneDoorItem",
			typeID = 0,
		},
		["Mortared Stone Fireplace"] = {
			untranslated = "Mortared Stone Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneFireplaceItem",
			typeID = 0,
		},
		["Mortared Stone Table"] = {
			untranslated = "Mortared Stone Table",
			category = nil,
			group = "Housing Objects",
			description = "An early stone table. Not much to look at but it does the job.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneTableItem",
			typeID = 0,
		},
		["Mountain Goat Carcass"] = {
			untranslated = "Mountain Goat Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead mountain goat.",
			tagGroups = {
				"Medium Carcass",
				"Medium Wooly Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MountainGoatCarcassItem",
			typeID = 0,
		},
		["Muffin Hat"] = {
			untranslated = "Muffin Hat",
			category = nil,
			group = "Clothing",
			description = "I have no idea why it's called that but it's not edible.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MuffinHatItem",
			typeID = 0,
		},
		Nail = {
			untranslated = "Nail",
			category = nil,
			group = "Items",
			description = "Nails used for construction.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NailItem",
			typeID = 0,
		},
		["Nuclear Fuel"] = {
			untranslated = "Nuclear Fuel",
			category = nil,
			group = "Item",
			description = "Unstable nuclear fuel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NuclearFuelItem",
			typeID = 0,
		},
		Nylon = {
			untranslated = "Nylon",
			category = nil,
			group = "Items",
			description = "Nylon is a synthetic polymer that can be used as a cheap alternative to more natural textiles. ",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonItem",
			typeID = 0,
		},
		["Nylon Carpet"] = {
			untranslated = "Nylon Carpet",
			category = nil,
			group = "Blocks",
			description = "A woven nylon floor covering attached to a lumber backing.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonCarpetItem",
			typeID = 0,
		},
		["Nylon Chips"] = {
			untranslated = "Nylon Chips",
			category = nil,
			group = "Item",
			description = "",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonChipsItem",
			typeID = 0,
		},
		["Nylon Curtains"] = {
			untranslated = "Nylon Curtains",
			category = nil,
			group = "Blocks",
			description = "Curtains made out of plastic? \\n\\n (Only cosmetic does not impact room value.)",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonCurtainsItem",
			typeID = 0,
		},
		["Nylon Fabric"] = {
			untranslated = "Nylon Fabric",
			category = nil,
			group = "Items",
			description = "A synthetic fabric that is desired for its durability and cheap cost to produce.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonFabricItem",
			typeID = 0,
		},
		["Nylon Futon Bed"] = {
			untranslated = "Nylon Futon Bed",
			category = nil,
			group = "Housing Objects",
			description = "A classic futon for when regular beds are too soft.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "5",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonFutonBedItem",
			typeID = 0,
		},
		["Nylon Futon Couch"] = {
			untranslated = "Nylon Futon Couch",
			category = nil,
			group = "Housing Objects",
			description = "A modern styled couch with a classic touch.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonFutonCouchItem",
			typeID = 0,
		},
		["Nylon Mooring Rope"] = {
			untranslated = "Nylon Mooring Rope",
			category = nil,
			group = "Items",
			description = "A strong synthetic rope used to make sure a ship does not drift away.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonMooringRopeItem",
			typeID = 0,
		},
		["Nylon Thread"] = {
			untranslated = "Nylon Thread",
			category = nil,
			group = "Items",
			description = "Synthetic thread that has more resistance to abrasion than more natural threads.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 25,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonThreadItem",
			typeID = 0,
		},
		["Nylon Trawler Net"] = {
			untranslated = "Nylon Trawler Net",
			category = nil,
			group = "Items",
			description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonTrawlerNetItem",
			typeID = 0,
			ToolDurability = 2000.0,
			ToolRepairType = "Nylon",
		},
		["Oak Log"] = {
			untranslated = "Oak Log",
			category = nil,
			group = "Natural Resources",
			description = "Oak log is a type of hardwood. With its great strength and hardness, oak is commonly used for furniture and building materials.",
			tagGroups = {
				"Burnable Fuel",
				"Hardwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OakLogItem",
			typeID = 0,
		},
		["Ocean Spray Seed"] = {
			untranslated = "Ocean Spray Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow ocean spray.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OceanSpraySeedItem",
			typeID = 0,
		},
		Oil = {
			untranslated = "Oil",
			category = nil,
			group = "Food",
			description = "A plant fat extracted for use in cooking.",
			tagGroups = {
				"Fat",
				"Food",
				"Oil",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 120,
			carbs = 0,
			protein = 0,
			fat = 15,
			vitamins = 0,
			density = 12.5,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilItem",
			typeID = 0,
		},
		["Oil Drilling Skill Book"] = {
			untranslated = "Oil Drilling Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Oil Drilling Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Oil Drilling Skill BookItem",
			typeID = 0,
		},
		["Oil Drilling Skill Scroll"] = {
			untranslated = "Oil Drilling Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Oil Drilling Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Oil Drilling Skill ScrollItem",
			typeID = 0,
		},
		["Oil Drilling Upgrade"] = {
			untranslated = "Oil Drilling Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilDrillingUpgradeItem",
			typeID = 0,
		},
		["Oil Head Lamp"] = {
			untranslated = "Oil Head Lamp",
			category = nil,
			group = "Clothing",
			description = "An iron hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilHeadLampItem",
			typeID = 0,
		},
		["Oil Paint"] = {
			untranslated = "Oil Paint",
			category = nil,
			group = "Items",
			description = "A collection of paint variations used for art supplies.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilPaintItem",
			typeID = 0,
		},
		["Oil Refinery"] = {
			untranslated = "Oil Refinery",
			category = nil,
			group = "Work Stations",
			description = "Sets of pipes and tanks which refine crude petroleum into usable products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilRefineryItem",
			typeID = 0,
		},
		["Orange Vase"] = {
			untranslated = "Orange Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrangeVaseItem",
			typeID = 0,
		},
		Orchid = {
			untranslated = "Orchid",
			category = nil,
			group = "Food",
			description = "Placeholder Description.",
			tagGroups = {
				"Food",
				"Petals",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrchidItem",
			typeID = 0,
		},
		["Orchid Seed"] = {
			untranslated = "Orchid Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow an orchid.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrchidSeedItem",
			typeID = 0,
		},
		["Ornate Gold Frame Landscape"] = {
			untranslated = "Ornate Gold Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateGoldFrameLandscapeItem",
			typeID = 0,
		},
		["Ornate Gold Frame Wide"] = {
			untranslated = "Ornate Gold Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateGoldFrameWideItem",
			typeID = 0,
		},
		["Ornate Iron Frame Landscape"] = {
			untranslated = "Ornate Iron Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateIronFrameLandscapeItem",
			typeID = 0,
		},
		["Ornate Iron Frame Wide"] = {
			untranslated = "Ornate Iron Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateIronFrameWideItem",
			typeID = 0,
		},
		["Ornate Wooden Frame Landscape"] = {
			untranslated = "Ornate Wooden Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateWoodenFrameLandscapeItem",
			typeID = 0,
		},
		["Ornate Wooden Frame Wide"] = {
			untranslated = "Ornate Wooden Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateWoodenFrameWideItem",
			typeID = 0,
		},
		["Otter Carcass"] = {
			untranslated = "Otter Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead otter.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Fur Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OtterCarcassItem",
			typeID = 0,
		},
		["Outpost Netting"] = {
			untranslated = "Outpost Netting",
			category = nil,
			group = "Crafted Objects",
			description = "A way to store your items when you run out of floor space.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OutpostNettingItem",
			typeID = 0,
		},
		["Outpost Table"] = {
			untranslated = "Outpost Table",
			category = nil,
			group = "Work Stations",
			description = "An explorers best collection of information is stored here.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OutpostTableItem",
			typeID = 0,
		},
		["Pacific Sardine"] = {
			untranslated = "Pacific Sardine",
			category = nil,
			group = "Natural Resources",
			description = "A pacific sardine.",
			tagGroups = {
				"Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 150,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PacificSardineItem",
			typeID = 0,
		},
		["Padded Chair"] = {
			untranslated = "Padded Chair",
			category = nil,
			group = "Housing Objects",
			description = "A comfy chair to rest in.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.8",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PaddedChairItem",
			typeID = 0,
		},
		["Paint Bucket"] = {
			untranslated = "Paint Bucket",
			category = nil,
			group = "Item",
			description = "A bucket of near magical paint used for making your environment a bit more lively.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PaintBucketItem",
			typeID = 0,
		},
		["Palm Log"] = {
			untranslated = "Palm Log",
			category = nil,
			group = "Natural Resources",
			description = "Palm log comes from the palm tree, which is unique among trees that it is neither hardwood nor softwood. It still makes an excellent building material.",
			tagGroups = {
				"Burnable Fuel",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PalmLogItem",
			typeID = 0,
		},
		["Palm Seed"] = {
			untranslated = "Palm Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a palm tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PalmSeedItem",
			typeID = 0,
		},
		Papaya = {
			untranslated = "Papaya",
			category = nil,
			group = "Food",
			description = "Nice fresh Papaya.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 1,
			fat = 0,
			vitamins = 5,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PapayaItem",
			typeID = 0,
		},
		["Papaya Seed"] = {
			untranslated = "Papaya Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a papaya plant.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PapayaSeedItem",
			typeID = 0,
		},
		Paper = {
			untranslated = "Paper",
			category = nil,
			group = "Items",
			description = "It's paper.",
			tagGroups = {
				"Burnable Fuel",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 100,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PaperItem",
			typeID = 0,
		},
		["Paper Milling Skill Book"] = {
			untranslated = "Paper Milling Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Paper Milling Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Paper Milling Skill BookItem",
			typeID = 0,
		},
		["Paper Milling Skill Scroll"] = {
			untranslated = "Paper Milling Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Paper Milling Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Paper Milling Skill ScrollItem",
			typeID = 0,
		},
		["Paper Milling Upgrade"] = {
			untranslated = "Paper Milling Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PaperMillingUpgradeItem",
			typeID = 0,
		},
		["Pastry Dough"] = {
			untranslated = "Pastry Dough",
			category = nil,
			group = "Food",
			description = "An extra fatty leavened dough for making yummy pastries.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 10,
			carbs = 4,
			protein = 0,
			fat = 0,
			vitamins = 4,
			density = 80.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PastryDoughItem",
			typeID = 0,
		},
		["Pelt Fertilizer"] = {
			untranslated = "Pelt Fertilizer",
			category = nil,
			group = "Items",
			description = "A fertilize made from fur pelts and filler.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PeltFertilizerItem",
			typeID = 0,
		},
		Petroleum = {
			untranslated = "Petroleum",
			category = nil,
			group = "Blocks",
			description = "A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. Its extraction, transport, and burning all have environmental impacts.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PetroleumItem",
			typeID = 0,
		},
		["Phad Thai"] = {
			untranslated = "Phad Thai",
			category = nil,
			group = "Food",
			description = "They make you full, and proud.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1200,
			carbs = 9,
			protein = 11,
			fat = 19,
			vitamins = 5,
			density = 3.6666666666666665,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PhadThaiItem",
			typeID = 0,
		},
		["Phosphate Fertilizer"] = {
			untranslated = "Phosphate Fertilizer",
			category = nil,
			group = "Items",
			description = "Phosphate fertilizer is a great source of Phosphorus.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PhosphateFertilizerItem",
			typeID = 0,
		},
		Pineapple = {
			untranslated = "Pineapple",
			category = nil,
			group = "Food",
			description = "Nice fresh Pineapple.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 125,
			calories = 200,
			carbs = 6,
			protein = 0,
			fat = 0,
			vitamins = 2,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PineappleItem",
			typeID = 0,
		},
		["Pineapple Friend Rice"] = {
			untranslated = "Pineapple Friend Rice",
			category = nil,
			group = "Food",
			description = "A homely recipe made from a mix of cooked rice and fruit. Not only is it friendly, but it also happens to be pan fried.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 150,
			calories = 720,
			carbs = 20,
			protein = 9,
			fat = 12,
			vitamins = 12,
			density = 7.361111111111112,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PineappleFriendRiceItem",
			typeID = 0,
		},
		["Pineapple Seed"] = {
			untranslated = "Pineapple Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a pineapple plant.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PineappleSeedItem",
			typeID = 0,
		},
		Pirozhok = {
			untranslated = "Pirozhok",
			category = nil,
			group = "Food",
			description = "A baked bun filled with tasty meat and mushrooms.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 850,
			carbs = 14,
			protein = 19,
			fat = 10,
			vitamins = 4,
			density = 5.529411764705882,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PirozhokItem",
			typeID = 0,
		},
		Piston = {
			untranslated = "Piston",
			category = nil,
			group = "Items",
			description = "A moving component that transfers force. Can also function as a valve occasionally.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PistonItem",
			typeID = 0,
		},
		["Plant Fibers"] = {
			untranslated = "Plant Fibers",
			category = nil,
			group = "Items",
			description = "Harvested from a number of plants, these fibers are useful for a surprising number of things.",
			tagGroups = {
				"Burnable Fuel",
				"Crop",
				"Natural Fiber",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 100,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlantFibersItem",
			typeID = 0,
		},
		["Plant Vase"] = {
			untranslated = "Plant Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlantVaseItem",
			typeID = 0,
		},
		Plastic = {
			untranslated = "Plastic",
			category = nil,
			group = "Items",
			description = "An extremely useful synthetic material derived from petrochemicals.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlasticItem",
			typeID = 0,
		},
		["Plastic Buoy"] = {
			untranslated = "Plastic Buoy",
			category = nil,
			group = "Crafted Objects",
			description = "A modern plastic navigational buoy, can also be used as a moorage post.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlasticBuoyItem",
			typeID = 0,
		},
		["Poke Bowl"] = {
			untranslated = "Poke Bowl",
			category = nil,
			group = "Food",
			description = "A basic yet filling meal with a bite.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1100,
			carbs = 21,
			protein = 10,
			fat = 11,
			vitamins = 7,
			density = 4.454545454545455,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PokeBowlItem",
			typeID = 0,
		},
		["Portable Steam Engine"] = {
			untranslated = "Portable Steam Engine",
			category = nil,
			group = "Items",
			description = "An engine that generates mechanical power through steam.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PortableSteamEngineItem",
			typeID = 0,
		},
		["Pottery Skill Book"] = {
			untranslated = "Pottery Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Pottery Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Pottery Skill BookItem",
			typeID = 0,
		},
		["Pottery Skill Scroll"] = {
			untranslated = "Pottery Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Pottery Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Pottery Skill ScrollItem",
			typeID = 0,
		},
		["Pottery Table"] = {
			untranslated = "Pottery Table",
			category = nil,
			group = "Work Stations",
			description = "A primitive table for shaping basic clay products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PotteryTableItem",
			typeID = 0,
		},
		["Pottery Upgrade"] = {
			untranslated = "Pottery Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PotteryUpgradeItem",
			typeID = 0,
		},
		["Power Hammer"] = {
			untranslated = "Power Hammer",
			category = nil,
			group = "Work Stations",
			description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x4x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PowerHammerItem",
			typeID = 0,
		},
		["Powered Cart"] = {
			untranslated = "Powered Cart",
			category = nil,
			group = "Crafted Objects",
			description = "Large cart for hauling sizable loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 15000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x5x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PoweredCartItem",
			typeID = 0,
		},
		["Powered Storage Silo"] = {
			untranslated = "Powered Storage Silo",
			category = nil,
			group = "Crafted Objects",
			description = "A powered silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x4x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PoweredStorageSiloItem",
			typeID = 0,
		},
		["Prairie Dog Carcass"] = {
			untranslated = "Prairie Dog Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead prairie dog.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrairieDogCarcassItem",
			typeID = 0,
		},
		["Prepared Meat"] = {
			untranslated = "Prepared Meat",
			category = nil,
			group = "Food",
			description = "Carefully butchered meat, ready to cook.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 600,
			carbs = 0,
			protein = 4,
			fat = 6,
			vitamins = 0,
			density = 1.6666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PreparedMeatItem",
			typeID = 0,
		},
		["Prickly Pear Fruit"] = {
			untranslated = "Prickly Pear Fruit",
			category = nil,
			group = "Food",
			description = "A succulent fruit coated in a rather terrifying array of spines.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 190,
			carbs = 2,
			protein = 1,
			fat = 1,
			vitamins = 4,
			density = 4.2105263157894735,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PricklyPearFruitItem",
			typeID = 0,
		},
		["Prickly Pear Seed"] = {
			untranslated = "Prickly Pear Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow prickly pear cacti.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PricklyPearSeedItem",
			typeID = 0,
		},
		["Prime Cut"] = {
			untranslated = "Prime Cut",
			category = nil,
			group = "Food",
			description = "A perfectly marbled piece of meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 600,
			carbs = 0,
			protein = 9,
			fat = 4,
			vitamins = 0,
			density = 2.166666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimeCutItem",
			typeID = 0,
		},
		["Primitive Canvas Boots"] = {
			untranslated = "Primitive Canvas Boots",
			category = nil,
			group = "Clothing",
			description = "A pair of crude canvas boots for your everyday use.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveCanvasBootsItem",
			typeID = 0,
		},
		["Primitive Canvas Pants"] = {
			untranslated = "Primitive Canvas Pants",
			category = nil,
			group = "Clothing",
			description = "Roughly stitched canvas pants.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveCanvasPantsItem",
			typeID = 0,
		},
		["Primitive Canvas Shorts"] = {
			untranslated = "Primitive Canvas Shorts",
			category = nil,
			group = "Clothing",
			description = "They're like the Primitive Canvas Pants, but shorter.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveCanvasShortsItem",
			typeID = 0,
		},
		["Primitive Fur Belt"] = {
			untranslated = "Primitive Fur Belt",
			category = nil,
			group = "Clothing",
			description = "You should probably still wear pants.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveFurBeltItem",
			typeID = 0,
		},
		["Primitive Leather Boots"] = {
			untranslated = "Primitive Leather Boots",
			category = nil,
			group = "Clothing",
			description = "A pair of crude leather boots for your everyday use.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveLeatherBootsItem",
			typeID = 0,
		},
		["Primitive Leather Pants"] = {
			untranslated = "Primitive Leather Pants",
			category = nil,
			group = "Clothing",
			description = "You ever tried cutting leather with a rock?",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveLeatherPantsItem",
			typeID = 0,
		},
		["Primitive Leather Shirt"] = {
			untranslated = "Primitive Leather Shirt",
			category = nil,
			group = "Clothing",
			description = "A Shirt made from roughly cut pieces of leather, should keep your shoulders warm.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveLeatherShirtItem",
			typeID = 0,
		},
		["Primitive Leather Shorts"] = {
			untranslated = "Primitive Leather Shorts",
			category = nil,
			group = "Clothing",
			description = "You may have enough leather left over to make a nice hat.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveLeatherShortsItem",
			typeID = 0,
		},
		["Printing Press"] = {
			untranslated = "Printing Press",
			category = nil,
			group = "Work Stations",
			description = "The world will never be the same.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrintingPressItem",
			typeID = 0,
		},
		["Printing Supplies"] = {
			untranslated = "Printing Supplies",
			category = nil,
			group = "Items",
			description = "A package of necessary items for copying art or other more elaborate designs.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrintingSuppliesItem",
			typeID = 0,
		},
		["Pulp Filler"] = {
			untranslated = "Pulp Filler",
			category = nil,
			group = "Items",
			description = "Wood pulp and dirt make a great filler for other fertilizers. ",
			tagGroups = {
				"Fertilizer",
				"Fertilizer Filler",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PulpFillerItem",
			typeID = 0,
		},
		["Pump Jack"] = {
			untranslated = "Pump Jack",
			category = nil,
			group = "Work Stations",
			description = "Drill, baby! Drill!",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x2x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PumpJackItem",
			typeID = 0,
		},
		Pumpkin = {
			untranslated = "Pumpkin",
			category = nil,
			group = "Food",
			description = "Round and large.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 125,
			calories = 340,
			carbs = 5,
			protein = 1,
			fat = 0,
			vitamins = 2,
			density = 2.3529411764705883,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PumpkinItem",
			typeID = 0,
		},
		["Pumpkin Seed"] = {
			untranslated = "Pumpkin Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a pumpkin.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PumpkinSeedItem",
			typeID = 0,
		},
		Pupusas = {
			untranslated = "Pupusas",
			category = nil,
			group = "Food",
			description = "Comforting, best served hot from the griddle.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 900,
			carbs = 6,
			protein = 11,
			fat = 9,
			vitamins = 14,
			density = 4.444444444444445,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PupusasItem",
			typeID = 0,
		},
		["Purple Vase"] = {
			untranslated = "Purple Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PurpleVaseItem",
			typeID = 0,
		},
		Quicklime = {
			untranslated = "Quicklime",
			category = nil,
			group = "Items",
			description = "A chemical compound used in steel production.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "QuicklimeItem",
			typeID = 0,
		},
		Radiator = {
			untranslated = "Radiator",
			category = nil,
			group = "Items",
			description = "A heat sink that uses liquid running through copper fins to disperse heat build-up.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RadiatorItem",
			typeID = 0,
		},
		["Raw Bacon"] = {
			untranslated = "Raw Bacon",
			category = nil,
			group = "Food",
			description = "A fatty cut of meat that happens to be inexplicably tastier than other cuts.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = 200,
			carbs = 0,
			protein = 3,
			fat = 9,
			vitamins = 0,
			density = 6.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawBaconItem",
			typeID = 0,
		},
		["Raw Fish"] = {
			untranslated = "Raw Fish",
			category = nil,
			group = "Food",
			description = "A fatty cut of raw fish.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 200,
			carbs = 0,
			protein = 7,
			fat = 3,
			vitamins = 0,
			density = 5.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawFishItem",
			typeID = 0,
		},
		["Raw Meat"] = {
			untranslated = "Raw Meat",
			category = nil,
			group = "Food",
			description = "Fresh raw meat from the hunt. It should probably be cooked before being consumed.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 250,
			carbs = 0,
			protein = 4,
			fat = 8,
			vitamins = 0,
			density = 4.8,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawMeatItem",
			typeID = 0,
		},
		["Raw Roast"] = {
			untranslated = "Raw Roast",
			category = nil,
			group = "Food",
			description = "A trussed roast tied and ready to be cooked.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 600,
			carbs = 0,
			protein = 6,
			fat = 5,
			vitamins = 0,
			density = 1.8333333333333333,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawRoastItem",
			typeID = 0,
		},
		["Raw Sausage"] = {
			untranslated = "Raw Sausage",
			category = nil,
			group = "Food",
			description = "Ground meat stuffed into an intestine casing.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 500,
			carbs = 0,
			protein = 4,
			fat = 8,
			vitamins = 0,
			density = 2.4,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawSausageItem",
			typeID = 0,
		},
		["Real Estate Desk"] = {
			untranslated = "Real Estate Desk",
			category = nil,
			group = "Work Stations",
			description = "A place to manage the sale and transfer of deeds and property.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RealEstateDeskItem",
			typeID = 0,
		},
		Rebar = {
			untranslated = "Rebar",
			category = nil,
			group = "Items",
			description = "Ribbed steel bars for reinforcing stuctures.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RebarItem",
			typeID = 0,
		},
		["Recurve Bow"] = {
			untranslated = "Recurve Bow",
			category = nil,
			group = "Items",
			description = "A recurve bow that shoots faster and more powerful than a traditional wooden bow. Requires arrows to fire.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RecurveBowItem",
			typeID = 0,
			ToolVariant = "Bow",
			ToolDurability = 1000.0,
			ToolDamage = 1.2,
			ToolDamageTalent = "HuntingPowerShotTalent",
			ToolRepairType = "Linen",
		},
		["Red Vase"] = {
			untranslated = "Red Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RedVaseItem",
			typeID = 0,
		},
		["Redwood Log"] = {
			untranslated = "Redwood Log",
			category = nil,
			group = "Natural Resources",
			description = "Redwood log is a type of softwood that can be easily identified by its distinct red bark.",
			tagGroups = {
				"Burnable Fuel",
				"Softwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RedwoodLogItem",
			typeID = 0,
		},
		["Redwood Seed"] = {
			untranslated = "Redwood Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a redwood tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RedwoodSeedItem",
			typeID = 0,
		},
		Refrigerator = {
			untranslated = "Refrigerator",
			category = nil,
			group = "Housing Objects",
			description = "An icebox from the future with significantly better cooling properties.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "5",
			roomCategory = "Kitchen",
			furnitureType = "Food Storage",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RefrigeratorItem",
			typeID = 0,
		},
		Registrar = {
			untranslated = "Registrar",
			category = nil,
			group = "Work Stations",
			description = "Allows the setting management of titles.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RegistrarItem",
			typeID = 0,
		},
		["Reinforced Concrete"] = {
			untranslated = "Reinforced Concrete",
			category = nil,
			group = "Blocks",
			description = "A sturdy construction material poured around a latice of rebar.",
			tagGroups = {
				"Concrete",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ReinforcedConcreteItem",
			typeID = 0,
		},
		["Research Table"] = {
			untranslated = "Research Table",
			category = nil,
			group = "Work Stations",
			description = "A basic table for researching new technologies and skills.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ResearchTableItem",
			typeID = 0,
		},
		Rice = {
			untranslated = "Rice",
			category = nil,
			group = "Food",
			description = "Plant to grow rice.",
			tagGroups = {
				"Crop",
				"Crop Seed",
				"Food",
				"Grain",
				"Raw Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 7,
			protein = 1,
			fat = 0,
			vitamins = 0,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RiceItem",
			typeID = 0,
		},
		["Rice Flour"] = {
			untranslated = "Rice Flour",
			category = nil,
			group = "Food",
			description = "Rice grounded into flour is as equally versatile as its golden cousin.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 50,
			carbs = 15,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 30.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RiceFlourItem",
			typeID = 0,
		},
		["Rice Noodles"] = {
			untranslated = "Rice Noodles",
			category = nil,
			group = "Food",
			description = "Noodles made from delicious milled white grains.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 200,
			carbs = 10,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 5.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RiceNoodlesItem",
			typeID = 0,
		},
		Rivet = {
			untranslated = "Rivet",
			category = nil,
			group = "Items",
			description = "An iron bolt used to hold together inventions.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RivetItem",
			typeID = 0,
		},
		["Roast Pumpkin"] = {
			untranslated = "Roast Pumpkin",
			category = nil,
			group = "Food",
			description = "Sweet but a suprising source of vitamins.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 900,
			calories = 1400,
			carbs = 23,
			protein = 2,
			fat = 2,
			vitamins = 7,
			density = 2.4285714285714284,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RoastPumpkinItem",
			typeID = 0,
		},
		["Robotic Assembly Line"] = {
			untranslated = "Robotic Assembly Line",
			category = nil,
			group = "Work Stations",
			description = "A complex set of machinery for creating equally complex things.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x4x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RoboticAssemblyLineItem",
			typeID = 0,
		},
		["Rocker Box"] = {
			untranslated = "Rocker Box",
			category = nil,
			group = "Work Stations",
			description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RockerBoxItem",
			typeID = 0,
		},
		["Rolling Mill"] = {
			untranslated = "Rolling Mill",
			category = nil,
			group = "Work Stations",
			description = "For rolling steel into more buildable materials.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RollingMillItem",
			typeID = 0,
		},
		["Root Campfire Salad"] = {
			untranslated = "Root Campfire Salad",
			category = nil,
			group = "Food",
			description = "A myriad of plants that make a healthy and odd blend.",
			tagGroups = {
				"Campfire Salad",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 950,
			carbs = 8,
			protein = 5,
			fat = 4,
			vitamins = 11,
			density = 2.9473684210526314,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RootCampfireSaladItem",
			typeID = 0,
		},
		["Root Campfire Stew"] = {
			untranslated = "Root Campfire Stew",
			category = nil,
			group = "Food",
			description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 8,
			protein = 5,
			fat = 12,
			vitamins = 5,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RootCampfireStewItem",
			typeID = 0,
		},
		["Round Pot"] = {
			untranslated = "Round Pot",
			category = nil,
			group = "Housing Objects",
			description = "Sometimes you just want to bring a little bit of nature into your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlanterPotRoundItem",
			typeID = 0,
		},
		["Rubber Wheel"] = {
			untranslated = "Rubber Wheel",
			category = nil,
			group = "Items",
			description = "Rubber wheels provide much better traction and allow the construction of more modern vehicles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RubberWheelItem",
			typeID = 0,
		},
		["Rug Large"] = {
			untranslated = "Rug Large",
			category = nil,
			group = "Housing Objects",
			description = "A large area rug to cover that weird stain.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Decoration",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RugLargeItem",
			typeID = 0,
		},
		["Rug Medium"] = {
			untranslated = "Rug Medium",
			category = nil,
			group = "Housing Objects",
			description = "A medium rug for medium uses.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RugMediumItem",
			typeID = 0,
		},
		["Rug Small"] = {
			untranslated = "Rug Small",
			category = nil,
			group = "Housing Objects",
			description = "A small rug for when you just didn't have enough materials to make a bigger one.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RugSmallItem",
			typeID = 0,
		},
		["Running Shoes"] = {
			untranslated = "Running Shoes",
			category = nil,
			group = "Clothing",
			description = "Light weight shoes designed to make you run faster.\\n\\n(Increases movement speed)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RunningShoesItem",
			typeID = 0,
		},
		["Saguaro Rib"] = {
			untranslated = "Saguaro Rib",
			category = nil,
			group = "Natural Resources",
			description = "Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.",
			tagGroups = {
				"Burnable Fuel",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SaguaroRibItem",
			typeID = 0,
		},
		["Saguaro Seed"] = {
			untranslated = "Saguaro Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a saguaro cactus.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SaguaroSeedItem",
			typeID = 0,
		},
		Salmon = {
			untranslated = "Salmon",
			category = nil,
			group = "Natural Resources",
			description = "A salmon.",
			tagGroups = {
				"Fish",
				"Medium Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SalmonItem",
			typeID = 0,
		},
		["Salt Basket"] = {
			untranslated = "Salt Basket",
			category = nil,
			group = "Housing Objects",
			description = "A basket of salt.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Kitchen",
			furnitureType = "Spices",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SaltBasketItem",
			typeID = 0,
		},
		Sandals = {
			untranslated = "Sandals",
			category = nil,
			group = "Clothing",
			description = "Basic footwear that helps reduce the strain of walking longer distances.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SandalsItem",
			typeID = 0,
		},
		Sandstone = {
			untranslated = "Sandstone",
			category = nil,
			group = "Natural Resources",
			description = "A rock of varying hardness, useful for construction and as a host for iron ore. Sandstone is a sedimentary rock that forms when sand is buried deeply enough to lithify. Sometimes the shapes of dunes and ripples from an ancient desert or beach are preserved!",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SandstoneItem",
			typeID = 0,
		},
		Sawmill = {
			untranslated = "Sawmill",
			category = nil,
			group = "Work Stations",
			description = "Used to saw wood into lumber.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SawmillItem",
			typeID = 0,
		},
		["Saxifrage Seed"] = {
			untranslated = "Saxifrage Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow saxifrage.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SaxifrageSeedItem",
			typeID = 0,
		},
		["Scrap Meat"] = {
			untranslated = "Scrap Meat",
			category = nil,
			group = "Food",
			description = "Chunks of extra meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 50,
			carbs = 0,
			protein = 5,
			fat = 5,
			vitamins = 0,
			density = 20.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ScrapMeatItem",
			typeID = 0,
		},
		["Screening Machine"] = {
			untranslated = "Screening Machine",
			category = nil,
			group = "Work Stations",
			description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ScreeningMachineItem",
			typeID = 0,
		},
		["Screw Press"] = {
			untranslated = "Screw Press",
			category = nil,
			group = "Work Stations",
			description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ScrewPressItem",
			typeID = 0,
		},
		Screws = {
			untranslated = "Screws",
			category = nil,
			group = "Items",
			description = "A pointed metal fastener used in crafting to attach pieces of material together.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ScrewsItem",
			typeID = 0,
		},
		["Seagrass Seed"] = {
			untranslated = "Seagrass Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow seagrass.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SeagrassSeedItem",
			typeID = 0,
		},
		["Seared Meat"] = {
			untranslated = "Seared Meat",
			category = nil,
			group = "Food",
			description = "A cut of perfectly seared steak.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 600,
			carbs = 4,
			protein = 19,
			fat = 17,
			vitamins = 7,
			density = 7.833333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SearedMeatItem",
			typeID = 0,
		},
		["Seeded Camas Roll"] = {
			untranslated = "Seeded Camas Roll",
			category = nil,
			group = "Food",
			description = "Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1400,
			carbs = 20,
			protein = 2,
			fat = 13,
			vitamins = 16,
			density = 3.642857142857143,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SeededCamasRollItem",
			typeID = 0,
		},
		["Sensor Based Belt Sorter"] = {
			untranslated = "Sensor Based Belt Sorter",
			category = nil,
			group = "Work Stations",
			description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SensorBasedBeltSorterItem",
			typeID = 0,
		},
		["Sensuous Sea Pizza"] = {
			untranslated = "Sensuous Sea Pizza",
			category = nil,
			group = "Food",
			description = "The chewyness is unreal.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1200,
			carbs = 28,
			protein = 11,
			fat = 7,
			vitamins = 4,
			density = 4.166666666666666,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SensuousSeaPizzaItem",
			typeID = 0,
		},
		Servo = {
			untranslated = "Servo",
			category = nil,
			group = "Items",
			description = "A rotary actuator that allows for control over angular position.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ServoItem",
			typeID = 0,
		},
		["Settlement Crafting Table"] = {
			untranslated = "Settlement Crafting Table",
			category = nil,
			group = "Work Stations",
			description = "A basic workspace for crafting all manner of settlement related objects.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SettlementCraftingTableItem",
			typeID = 0,
		},
		Shale = {
			untranslated = "Shale",
			category = nil,
			group = "Natural Resources",
			description = "A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShaleItem",
			typeID = 0,
		},
		Shaper = {
			untranslated = "Shaper",
			category = nil,
			group = "Work Stations",
			description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShaperItem",
			typeID = 0,
		},
		["Shark Fillet Soup"] = {
			untranslated = "Shark Fillet Soup",
			category = nil,
			group = "Food",
			description = "A texture all of its own.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 1400,
			carbs = 10,
			protein = 15,
			fat = 11,
			vitamins = 4,
			density = 2.857142857142857,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SharkFilletSoupItem",
			typeID = 0,
		},
		["Sheep Mount"] = {
			untranslated = "Sheep Mount",
			category = nil,
			group = "Housing Objects",
			description = "A hunting trophy for your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3.5",
			roomCategory = "Living Room",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SheepMountItem",
			typeID = 0,
		},
		["Shelf Cabinet"] = {
			untranslated = "Shelf Cabinet",
			category = nil,
			group = "Housing Objects",
			description = "When a shelf and a cabinet aren't enough individually.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Living Room",
			furnitureType = "Shelves",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShelfCabinetItem",
			typeID = 0,
		},
		["Shipwright Advanced Upgrade"] = {
			untranslated = "Shipwright Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightAdvancedUpgradeItem",
			typeID = 0,
		},
		["Shipwright Basic Upgrade"] = {
			untranslated = "Shipwright Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightBasicUpgradeItem",
			typeID = 0,
		},
		["Shipwright Hat"] = {
			untranslated = "Shipwright Hat",
			category = nil,
			group = "Clothing",
			description = "A simple sailor's cap, don?t lose it or you might be walking on a plank.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightHatItem",
			typeID = 0,
		},
		["Shipwright Overalls"] = {
			untranslated = "Shipwright Overalls",
			category = nil,
			group = "Clothing",
			description = "Denim overall for extra sturdy wearability.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightOverallsItem",
			typeID = 0,
		},
		["Shipwright Sandals"] = {
			untranslated = "Shipwright Sandals",
			category = nil,
			group = "Clothing",
			description = "Comfortable sandals with extra traction to avoid slipping.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightSandalsItem",
			typeID = 0,
		},
		["Shipwright Shirt"] = {
			untranslated = "Shipwright Shirt",
			category = nil,
			group = "Clothing",
			description = "A striped shirt symbolizing your affinity for traveling across the seas.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightShirtItem",
			typeID = 0,
		},
		["Shipwright Skill Book"] = {
			untranslated = "Shipwright Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Shipwright Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Shipwright Skill BookItem",
			typeID = 0,
		},
		["Shipwright Skill Scroll"] = {
			untranslated = "Shipwright Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Shipwright Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Shipwright Skill ScrollItem",
			typeID = 0,
		},
		["Shorn Wool"] = {
			untranslated = "Shorn Wool",
			category = nil,
			group = "Items",
			description = "Wool that has been shorn from an animal.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShornWoolItem",
			typeID = 0,
		},
		Shorts = {
			untranslated = "Shorts",
			category = nil,
			group = "Clothing",
			description = "Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShortsItem",
			typeID = 0,
		},
		["Simmered Meat"] = {
			untranslated = "Simmered Meat",
			category = nil,
			group = "Food",
			description = "Meat cooked in meat juices keeps the meat juicy.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = 900,
			carbs = 6,
			protein = 18,
			fat = 13,
			vitamins = 5,
			density = 4.666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SimmeredMeatItem",
			typeID = 0,
		},
		["Simple Syrup"] = {
			untranslated = "Simple Syrup",
			category = nil,
			group = "Food",
			description = "A simple water and suger combination heated until the sugar dissolves.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 400,
			carbs = 12,
			protein = 0,
			fat = 3,
			vitamins = 0,
			density = 3.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SimpleSyrupItem",
			typeID = 0,
		},
		Sink = {
			untranslated = "Sink",
			category = nil,
			group = "Housing Objects",
			description = "An industrial sink.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "5",
			roomCategory = "Bathroom",
			furnitureType = "Sink",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SinkItem",
			typeID = 0,
		},
		["Skid Steer"] = {
			untranslated = "Skid Steer",
			category = nil,
			group = "Crafted Objects",
			description = "Small scale bucket loader. Great for flat to low slope excavation.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SkidSteerItem",
			typeID = 0,
		},
		Slag = {
			untranslated = "Slag",
			category = nil,
			group = "Blocks",
			description = "A glass-like byproduct that is created when smelting ore. Crushed Slag is often used in the production of Concrete.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SlagItem",
			typeID = 0,
		},
		["Small Bath Mat"] = {
			untranslated = "Small Bath Mat",
			category = nil,
			group = "Housing Objects",
			description = "A small bath mat when a normal rug does not cover your bathroom needs.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Bathroom",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallBathMatItem",
			typeID = 0,
		},
		["Small Canoe"] = {
			untranslated = "Small Canoe",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x4x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallCanoeItem",
			typeID = 0,
		},
		["Small Cotton Bunting Red"] = {
			untranslated = "Small Cotton Bunting Red",
			category = nil,
			group = "Housing Objects",
			description = "A small celebratory piece of cotton fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallCottonBuntingRedItem",
			typeID = 0,
		},
		["Small Cotton Bunting Regal"] = {
			untranslated = "Small Cotton Bunting Regal",
			category = nil,
			group = "Housing Objects",
			description = "A small celebratory piece of cotton fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallCottonBuntingRegalItem",
			typeID = 0,
		},
		["Small Court"] = {
			untranslated = "Small Court",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of Law, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x6x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallCourtItem",
			typeID = 0,
		},
		["Small Hanging Ashlar Basalt Sign"] = {
			untranslated = "Small Hanging Ashlar Basalt Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingAshlarBasaltSignItem",
			typeID = 0,
		},
		["Small Hanging Ashlar Stone Sign"] = {
			untranslated = "Small Hanging Ashlar Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingAshlarStoneSignItem",
			typeID = 0,
		},
		["Small Hanging Birch Sign"] = {
			untranslated = "Small Hanging Birch Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingBirchSignItem",
			typeID = 0,
		},
		["Small Hanging Lumber Sign"] = {
			untranslated = "Small Hanging Lumber Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingLumberSignItem",
			typeID = 0,
		},
		["Small Hanging Mortared Granite Sign"] = {
			untranslated = "Small Hanging Mortared Granite Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingMortaredGraniteSignItem",
			typeID = 0,
		},
		["Small Hanging Mortared Stone Sign"] = {
			untranslated = "Small Hanging Mortared Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingMortaredStoneSignItem",
			typeID = 0,
		},
		["Small Hanging Saguaro Sign"] = {
			untranslated = "Small Hanging Saguaro Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingSaguaroSignItem",
			typeID = 0,
		},
		["Small Hanging Softwood Sign"] = {
			untranslated = "Small Hanging Softwood Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingSoftwoodSignItem",
			typeID = 0,
		},
		["Small Hanging Stone Sign"] = {
			untranslated = "Small Hanging Stone Sign",
			category = nil,
			group = "World Object",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingStoneSignItem",
			typeID = 0,
		},
		["Small Hanging Wood Sign"] = {
			untranslated = "Small Hanging Wood Sign",
			category = nil,
			group = "Item",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingWoodSignItem",
			typeID = 0,
		},
		["Small Nylon Bunting Green"] = {
			untranslated = "Small Nylon Bunting Green",
			category = nil,
			group = "Housing Objects",
			description = "A small celebratory piece of nylon fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallNylonBuntingGreenItem",
			typeID = 0,
		},
		["Small Nylon Bunting Purple"] = {
			untranslated = "Small Nylon Bunting Purple",
			category = nil,
			group = "Housing Objects",
			description = "A small celebratory piece of nylon fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallNylonBuntingPurpleItem",
			typeID = 0,
		},
		["Small Paper Lantern"] = {
			untranslated = "Small Paper Lantern",
			category = nil,
			group = "Housing Objects",
			description = "A small paper lantern.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallPaperLanternItem",
			typeID = 0,
		},
		["Small Paper Machine"] = {
			untranslated = "Small Paper Machine",
			category = nil,
			group = "Work Stations",
			description = "Laborous way of creating sheets of paper.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallPaperMachineItem",
			typeID = 0,
		},
		["Small Shipyard"] = {
			untranslated = "Small Shipyard",
			category = nil,
			group = "Work Stations",
			description = "A crude workspace for constructing smaller vehicles designed for use in a maritime environment.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallShipyardItem",
			typeID = 0,
		},
		["Small Sink"] = {
			untranslated = "Small Sink",
			category = nil,
			group = "Housing Objects",
			description = "A small household sink.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Bathroom",
			furnitureType = "Sink",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallSinkItem",
			typeID = 0,
		},
		["Small Standing Ashlar Basalt Sign"] = {
			untranslated = "Small Standing Ashlar Basalt Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingAshlarBasaltSignItem",
			typeID = 0,
		},
		["Small Standing Ashlar Stone Sign"] = {
			untranslated = "Small Standing Ashlar Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingAshlarStoneSignItem",
			typeID = 0,
		},
		["Small Standing Birch Sign"] = {
			untranslated = "Small Standing Birch Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingBirchSignItem",
			typeID = 0,
		},
		["Small Standing Lumber Sign"] = {
			untranslated = "Small Standing Lumber Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingLumberSignItem",
			typeID = 0,
		},
		["Small Standing Mortared Granite Sign"] = {
			untranslated = "Small Standing Mortared Granite Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingMortaredGraniteSignItem",
			typeID = 0,
		},
		["Small Standing Mortared Stone Sign"] = {
			untranslated = "Small Standing Mortared Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingMortaredStoneSignItem",
			typeID = 0,
		},
		["Small Standing Saguaro Sign"] = {
			untranslated = "Small Standing Saguaro Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingSaguaroSignItem",
			typeID = 0,
		},
		["Small Standing Softwood Sign"] = {
			untranslated = "Small Standing Softwood Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingSoftwoodSignItem",
			typeID = 0,
		},
		["Small Standing Stone Sign"] = {
			untranslated = "Small Standing Stone Sign",
			category = nil,
			group = "World Object",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingStoneSignItem",
			typeID = 0,
		},
		["Small Standing Wood Sign"] = {
			untranslated = "Small Standing Wood Sign",
			category = nil,
			group = "Item",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingWoodSignItem",
			typeID = 0,
		},
		["Small Stockpile"] = {
			untranslated = "Small Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "Designates a 3x3x3 area as storage for large items.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStockpileItem",
			typeID = 0,
		},
		["Small Wood Cart"] = {
			untranslated = "Small Wood Cart",
			category = nil,
			group = "Crafted Objects",
			description = "Small wood cart for hauling minimal loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallWoodCartItem",
			typeID = 0,
		},
		["Small Wooden Boat"] = {
			untranslated = "Small Wooden Boat",
			category = nil,
			group = "Crafted Objects",
			description = "A personal transport vessel capable of holding a suprising amount of goods.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x5x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallWoodenBoatItem",
			typeID = 0,
		},
		["Small Wooden Ship Frame"] = {
			untranslated = "Small Wooden Ship Frame",
			category = nil,
			group = "Items",
			description = "The basis for any wooden personal vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallWoodenShipFrameItem",
			typeID = 0,
		},
		["Smelting Basic Upgrade"] = {
			untranslated = "Smelting Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Smelting recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmeltingBasicUpgradeItem",
			typeID = 0,
		},
		["Smelting Skill Book"] = {
			untranslated = "Smelting Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Smelting Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Smelting Skill BookItem",
			typeID = 0,
		},
		["Smelting Skill Scroll"] = {
			untranslated = "Smelting Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Smelting Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Smelting Skill ScrollItem",
			typeID = 0,
		},
		["Smelting Upgrade"] = {
			untranslated = "Smelting Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmeltingUpgradeItem",
			typeID = 0,
		},
		["Smith Apron"] = {
			untranslated = "Smith Apron",
			category = nil,
			group = "Clothing",
			description = "A thick leather apron that provides protection from the ocassional chunk of flying metal when hammering on an anvil.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithApronItem",
			typeID = 0,
		},
		["Smith Bandana"] = {
			untranslated = "Smith Bandana",
			category = nil,
			group = "Clothing",
			description = "A cotton bandana that is great for keeping the hair out of your face and acts as a sweat band.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithBandanaItem",
			typeID = 0,
		},
		["Smith Boots"] = {
			untranslated = "Smith Boots",
			category = nil,
			group = "Clothing",
			description = "Heavy duty steel-toed boots.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithBootsItem",
			typeID = 0,
		},
		["Smith Gloves"] = {
			untranslated = "Smith Gloves",
			category = nil,
			group = "Clothing",
			description = "A reinforced wrist guard paired with a lone work glove.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithGlovesItem",
			typeID = 0,
		},
		["Smith Pants"] = {
			untranslated = "Smith Pants",
			category = nil,
			group = "Clothing",
			description = "Denim pants with knee patches.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithPantsItem",
			typeID = 0,
		},
		["Smith Shirt"] = {
			untranslated = "Smith Shirt",
			category = nil,
			group = "Clothing",
			description = "A simple cotton shirt helps reduce the strain of heat exposure.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithShirtItem",
			typeID = 0,
		},
		["Smooth Gut Noodle Roll"] = {
			untranslated = "Smooth Gut Noodle Roll",
			category = nil,
			group = "Food",
			description = "These noodle rolls look VERY smooth.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1200,
			carbs = 19,
			protein = 15,
			fat = 9,
			vitamins = 1,
			density = 3.6666666666666665,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmoothGutNoodleRollItem",
			typeID = 0,
		},
		["Snapping Turtle Carcass"] = {
			untranslated = "Snapping Turtle Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead snapping turtle.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SnappingTurtleCarcassItem",
			typeID = 0,
		},
		["Softwood Board"] = {
			untranslated = "Softwood Board",
			category = nil,
			group = "Items",
			description = "A higher quality softwood board used for long lasting furniture.",
			tagGroups = {
				"Burnable Fuel",
				"Wood Board",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 2000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodBoardItem",
			typeID = 0,
		},
		["Softwood Hewn Log"] = {
			untranslated = "Softwood Hewn Log",
			category = nil,
			group = "Blocks",
			description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Hewn Log",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodHewnLogItem",
			typeID = 0,
		},
		["Softwood Lumber"] = {
			untranslated = "Softwood Lumber",
			category = nil,
			group = "Blocks",
			description = "Can be fashioned into various usable equipment.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberItem",
			typeID = 0,
		},
		["Softwood Lumber Bench"] = {
			untranslated = "Softwood Lumber Bench",
			category = nil,
			group = "Housing Objects",
			description = "A lumber bench for when you need extra seating space than a traditional chair.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberBenchItem",
			typeID = 0,
		},
		["Softwood Lumber Chair"] = {
			untranslated = "Softwood Lumber Chair",
			category = nil,
			group = "Housing Objects",
			description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberChairItem",
			typeID = 0,
		},
		["Softwood Lumber Door"] = {
			untranslated = "Softwood Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A door made from finely cut lumber.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberDoorItem",
			typeID = 0,
		},
		["Softwood Lumber Dresser"] = {
			untranslated = "Softwood Lumber Dresser",
			category = nil,
			group = "Housing Objects",
			description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bedroom",
			furnitureType = "Dresser",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberDresserItem",
			typeID = 0,
		},
		["Softwood Lumber Table"] = {
			untranslated = "Softwood Lumber Table",
			category = nil,
			group = "Housing Objects",
			description = "A large lumber table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberTableItem",
			typeID = 0,
		},
		["Soil Sampler"] = {
			untranslated = "Soil Sampler",
			category = nil,
			group = "Items",
			description = "Checking the moisture levels, temperature, and nutrients of soil is important for farming.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoilSamplerItem",
			typeID = 0,
		},
		["Solar Generator"] = {
			untranslated = "Solar Generator",
			category = nil,
			group = "Crafted Objects",
			description = "Generates electrical power from the sun! Requires a clear view of the sky above the generator for full output. Internal batteries ensure generation during nighttime.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x7x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SolarGeneratorItem",
			typeID = 0,
		},
		["Spiky Roll"] = {
			untranslated = "Spiky Roll",
			category = nil,
			group = "Food",
			description = "Spikes are definitely removed before serving.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1300,
			carbs = 20,
			protein = 17,
			fat = 7,
			vitamins = 2,
			density = 3.5384615384615383,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpikyRollItem",
			typeID = 0,
		},
		["Spin Melter"] = {
			untranslated = "Spin Melter",
			category = nil,
			group = "Work Stations",
			description = "A device with a rotating drum that is used to shape molten synthetic materials into thin ribbons.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpinMelterItem",
			typeID = 0,
		},
		["Spoiled Food"] = {
			untranslated = "Spoiled Food",
			category = nil,
			group = "Items",
			description = "Food that has spoiled beyond the point of being suitable for human consumption. It can still be used for compost.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 20,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpoiledFoodItem",
			typeID = 0,
		},
		["Spruce Log"] = {
			untranslated = "Spruce Log",
			category = nil,
			group = "Natural Resources",
			description = "Spruce log is a type of softwood, sometimes referred to as whitewood.",
			tagGroups = {
				"Burnable Fuel",
				"Softwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpruceLogItem",
			typeID = 0,
		},
		["Spruce Seed"] = {
			untranslated = "Spruce Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a spruce tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpruceSeedItem",
			typeID = 0,
		},
		["Square Belt"] = {
			untranslated = "Square Belt",
			category = nil,
			group = "Clothing",
			description = "Belt with a square buckle.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SquareBeltItem",
			typeID = 0,
		},
		["Square Pot"] = {
			untranslated = "Square Pot",
			category = nil,
			group = "Housing Objects",
			description = "Sometimes you just want to bring a little bit of nature into your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlanterPotSquareItem",
			typeID = 0,
		},
		["Stamp Mill"] = {
			untranslated = "Stamp Mill",
			category = nil,
			group = "Work Stations",
			description = "A crushing machine that uses iron stamps to pound rocks into small pieces.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StampMillItem",
			typeID = 0,
		},
		["Standing Glass Sign"] = {
			untranslated = "Standing Glass Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign framed with a glass plate.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StandingGlassSignItem",
			typeID = 0,
		},
		["Standing Long Steel Sign"] = {
			untranslated = "Standing Long Steel Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A long steel plate with a wooden base.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StandingLongSteelSignItem",
			typeID = 0,
		},
		["Standing Steel Brick Sign"] = {
			untranslated = "Standing Steel Brick Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A solid steel plate supported by a brick base.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StandingSteelBrickSignItem",
			typeID = 0,
		},
		["Steam Engine"] = {
			untranslated = "Steam Engine",
			category = nil,
			group = "Crafted Objects",
			description = "A large steam engine for generating power.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamEngineItem",
			typeID = 0,
		},
		["Steam Tractor"] = {
			untranslated = "Steam Tractor",
			category = nil,
			group = "Crafted Objects",
			description = "A tractor powered through steam.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTractorItem",
			typeID = 0,
		},
		["Steam Tractor Harvester"] = {
			untranslated = "Steam Tractor Harvester",
			category = nil,
			group = "Items",
			description = "An attachment for the steam tractor that allows for quick harvesting of plants.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTractorHarvesterItem",
			typeID = 0,
			ToolDurability = 5000.0,
			ToolRepairType = "Mechanical",
		},
		["Steam Tractor Plow"] = {
			untranslated = "Steam Tractor Plow",
			category = nil,
			group = "Items",
			description = "An attachment for the steam tractor that allows for quick plowing.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTractorPlowItem",
			typeID = 0,
			ToolDurability = 5000.0,
			ToolRepairType = "Mechanical",
		},
		["Steam Tractor Sower"] = {
			untranslated = "Steam Tractor Sower",
			category = nil,
			group = "Items",
			description = "An attachment for the steam tractor that allows for quick planting of seeds.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTractorSowerItem",
			typeID = 0,
			ToolDurability = 5000.0,
			ToolRepairType = "Mechanical",
		},
		["Steam Truck"] = {
			untranslated = "Steam Truck",
			category = nil,
			group = "Crafted Objects",
			description = "A truck that runs on steam.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTruckItem",
			typeID = 0,
		},
		["Steel Abstract Fixture"] = {
			untranslated = "Steel Abstract Fixture",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelAbstractFixtureItem",
			typeID = 0,
		},
		["Steel Axe"] = {
			untranslated = "Steel Axe",
			category = nil,
			group = "Items",
			description = "A Steel axe made for cutting down trees.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelAxeItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 1250.0,
			ToolDamage = 2.0,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Steel",
		},
		["Steel Axle"] = {
			untranslated = "Steel Axle",
			category = nil,
			group = "Items",
			description = "A rotating steel rod that can be fixed to wheels for use in vehicles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelAxleItem",
			typeID = 0,
		},
		["Steel Bar"] = {
			untranslated = "Steel Bar",
			category = nil,
			group = "Blocks",
			description = "Refined bar of steel.",
			tagGroups = {
				"Metal",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelBarItem",
			typeID = 0,
		},
		["Steel Buoy"] = {
			untranslated = "Steel Buoy",
			category = nil,
			group = "Crafted Objects",
			description = "A steel navigational buoy, can also be used as a moorage post.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelBuoyItem",
			typeID = 0,
		},
		["Steel Ceiling Light"] = {
			untranslated = "Steel Ceiling Light",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelCeilingLightItem",
			typeID = 0,
		},
		["Steel Floor Lamp"] = {
			untranslated = "Steel Floor Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room. This time from the floor.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelFloorLampItem",
			typeID = 0,
		},
		["Steel Gear"] = {
			untranslated = "Steel Gear",
			category = nil,
			group = "Items",
			description = "A toothed machine part that interlocks with others.",
			tagGroups = {
				"Gear",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelGearItem",
			typeID = 0,
		},
		["Steel Gearbox"] = {
			untranslated = "Steel Gearbox",
			category = nil,
			group = "Items",
			description = "Provides speed and torque conversions from a rotating power source to another device.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelGearboxItem",
			typeID = 0,
		},
		["Steel Hammer"] = {
			untranslated = "Steel Hammer",
			category = nil,
			group = "Items",
			description = "A robust steel hammer useful for shaping blocks and deconstruction.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelHammerItem",
			typeID = 0,
			ToolVariant = "Hammer",
			ToolDurability = 1250.0,
			ToolRepairType = "Steel",
		},
		["Steel Hanging Fixture"] = {
			untranslated = "Steel Hanging Fixture",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelHangingFixtureItem",
			typeID = 0,
		},
		["Steel Hanging Lamp"] = {
			untranslated = "Steel Hanging Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelHangingLampItem",
			typeID = 0,
		},
		["Steel Hoe"] = {
			untranslated = "Steel Hoe",
			category = nil,
			group = "Items",
			description = "A steel hoe with improved range to help tilling larger areas.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelHoeItem",
			typeID = 0,
			ToolVariant = "Hoe",
			ToolDurability = 750.0,
			ToolRepairType = "Steel",
		},
		["Steel Kitchen Lamp"] = {
			untranslated = "Steel Kitchen Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.8",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelKitchenLampItem",
			typeID = 0,
		},
		["Steel Machete"] = {
			untranslated = "Steel Machete",
			category = nil,
			group = "Items",
			description = "A machete used to quickly clear plants.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelMacheteItem",
			typeID = 0,
			ToolVariant = "Machete",
			ToolDurability = 1000.0,
			ToolRepairType = "Steel",
		},
		["Steel Moorage Post"] = {
			untranslated = "Steel Moorage Post",
			category = nil,
			group = "Crafted Objects",
			description = "An iron moorage post that makes sure that even the largest of vessels stay still.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelMooragePostItem",
			typeID = 0,
		},
		["Steel Pickaxe"] = {
			untranslated = "Steel Pickaxe",
			category = nil,
			group = "Items",
			description = "A steel pickaxe used to break down stone and ore into usable rubble.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelPickaxeItem",
			typeID = 0,
			ToolVariant = "Pickaxe",
			ToolDurability = 1000.0,
			ToolDamage = 3.0,
			ToolDamageTalent = "MiningToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Steel",
		},
		["Steel Pipe"] = {
			untranslated = "Steel Pipe",
			category = nil,
			group = "Blocks",
			description = "A pipe for transporting liquids.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelPipeItem",
			typeID = 0,
		},
		["Steel Plate"] = {
			untranslated = "Steel Plate",
			category = nil,
			group = "Items",
			description = "A sturdy steel plate for use in various crafting recipes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelPlateItem",
			typeID = 0,
		},
		["Steel Saw Blade"] = {
			untranslated = "Steel Saw Blade",
			category = nil,
			group = "Items",
			description = "A disc shaped steel saw that can be attached to rotary machines to shape wood and masonry products.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelSawBladeItem",
			typeID = 0,
		},
		["Steel Searchlight"] = {
			untranslated = "Steel Searchlight",
			category = nil,
			group = "Housing Objects",
			description = "When your goal is to really light up the heaven!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelSearchlightItem",
			typeID = 0,
		},
		["Steel Shovel"] = {
			untranslated = "Steel Shovel",
			category = nil,
			group = "Items",
			description = "When an iron shovel is not enough and you need something more durable while terraforming.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelShovelItem",
			typeID = 0,
			ToolVariant = "Shovel",
			ToolDurability = 1000.0,
			ToolRepairType = "Steel",
			ToolCarryCapacity = 5.0,
		},
		["Steel Sickle"] = {
			untranslated = "Steel Sickle",
			category = nil,
			group = "Items",
			description = "A steel sickle used to harvest crops or cut grass. Has an AoE with each swing.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelSickleItem",
			typeID = 0,
			ToolVariant = "Sickle",
			ToolDurability = 1000.0,
			ToolRepairType = "Steel",
		},
		["Steel Square Fixture"] = {
			untranslated = "Steel Square Fixture",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelSquareFixtureItem",
			typeID = 0,
		},
		["Steel Table Lamp"] = {
			untranslated = "Steel Table Lamp",
			category = nil,
			group = "Housing Objects",
			description = "For late night studying. Or working. Or anything, really.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelTableLampItem",
			typeID = 0,
		},
		["Stenographers Table"] = {
			untranslated = "Stenographers Table",
			category = nil,
			group = "Work Stations",
			description = "Documenting a court case is of vital importance and a dedicated unique typewriter is required for this purpose and of course its own table to place it on.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StenographersTableItem",
			typeID = 0,
		},
		Stockpile = {
			untranslated = "Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "Designates a 5x5x5 area as storage for large items.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StockpileItem",
			typeID = 0,
		},
		Stone = {
			untranslated = "Stone",
			category = nil,
			group = "Block",
			description = "A pile of stones.",
			tagGroups = {
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneItem",
			typeID = 0,
		},
		["Stone Axe"] = {
			untranslated = "Stone Axe",
			category = nil,
			group = "Items",
			description = "A crude stone axe made for cutting down trees.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneAxeItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 250.0,
			ToolDamage = 1.0,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Stone",
		},
		["Stone Brazier"] = {
			untranslated = "Stone Brazier",
			category = nil,
			group = "Housing Objects",
			description = "A stone stand which can hold burning fuel to provide light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneBrazierItem",
			typeID = 0,
		},
		["Stone Hammer"] = {
			untranslated = "Stone Hammer",
			category = nil,
			group = "Items",
			description = "A crude stone hammer useful for shaping blocks and deconstruction.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneHammerItem",
			typeID = 0,
			ToolVariant = "Hammer",
			ToolDurability = 250.0,
			ToolRepairType = "Stone",
		},
		["Stone Machete"] = {
			untranslated = "Stone Machete",
			category = nil,
			group = "Items",
			description = "A machete used to quickly clear plants.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneMacheteItem",
			typeID = 0,
			ToolVariant = "Machete",
			ToolDurability = 200.0,
			ToolRepairType = "Stone",
		},
		["Stone Pickaxe"] = {
			untranslated = "Stone Pickaxe",
			category = nil,
			group = "Items",
			description = "A crude pickaxe used to break down stone and ore into usable rubble.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StonePickaxeItem",
			typeID = 0,
			ToolVariant = "Pickaxe",
			ToolDurability = 200.0,
			ToolDamage = 1.0,
			ToolDamageTalent = "MiningToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Stone",
		},
		["Stone Road"] = {
			untranslated = "Stone Road",
			category = nil,
			group = "Blocks",
			description = "A rocky surface formed from smoothed rubble. It's fairly durable and efficient for any wheeled vehicle.",
			tagGroups = {
				"Constructable",
				"Road",
				"Road Type",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneRoadItem",
			typeID = 0,
		},
		["Stone Road Tool"] = {
			untranslated = "Stone Road Tool",
			category = nil,
			group = "Items",
			description = "A tool for tamping dirt into roads.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneRoadToolItem",
			typeID = 0,
			ToolVariant = "RoadTool",
			ToolDurability = 200.0,
			ToolRepairType = "StoneRoadTool",
		},
		["Stone Sickle"] = {
			untranslated = "Stone Sickle",
			category = nil,
			group = "Items",
			description = "A stone sickle used to harvest crops or cut grass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneSickleItem",
			typeID = 0,
			ToolVariant = "Sickle",
			ToolDurability = 200.0,
			ToolRepairType = "Stone",
		},
		["Stop Sign"] = {
			untranslated = "Stop Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A traffic sign used to notify drivers to come to a complete stop and make sure the interesection is clear before proceeding.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StopSignItem",
			typeID = 0,
		},
		["Storage Chest"] = {
			untranslated = "Storage Chest",
			category = nil,
			group = "Crafted Objects",
			description = "A container you can store items in.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StorageChestItem",
			typeID = 0,
		},
		["Storage Silo"] = {
			untranslated = "Storage Silo",
			category = nil,
			group = "Crafted Objects",
			description = "A wooden silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StorageSiloItem",
			typeID = 0,
		},
		Store = {
			untranslated = "Store",
			category = nil,
			group = "Work Stations",
			description = "Allows the selling and trading of items.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoreItem",
			typeID = 0,
		},
		Stove = {
			untranslated = "Stove",
			category = nil,
			group = "Housing Objects",
			description = "A heavy stove for cooking more complex dishes.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Kitchen",
			furnitureType = "Cooking",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoveItem",
			typeID = 0,
		},
		["Strange Fuel"] = {
			untranslated = "Strange Fuel",
			category = nil,
			group = "Item",
			description = "CHEEEAAAAATER",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 10000000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StrangeFuelItem",
			typeID = 0,
		},
		["Street Sign"] = {
			untranslated = "Street Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A metal sign that is especially useful when placed alongside a road to provide information or give instructions to road users.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StreetSignItem",
			typeID = 0,
		},
		Streetlamp = {
			untranslated = "Streetlamp",
			category = nil,
			group = "Housing Objects",
			description = "A towering metal light post that requires electricity to run.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StreetlampItem",
			typeID = 0,
		},
		["Stuffed Alligator"] = {
			untranslated = "Stuffed Alligator",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedAlligatorItem",
			typeID = 0,
		},
		["Stuffed Bison"] = {
			untranslated = "Stuffed Bison",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedBisonItem",
			typeID = 0,
		},
		["Stuffed Elk"] = {
			untranslated = "Stuffed Elk",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedElkItem",
			typeID = 0,
		},
		["Stuffed Goat"] = {
			untranslated = "Stuffed Goat",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedGoatItem",
			typeID = 0,
		},
		["Stuffed Jaguar"] = {
			untranslated = "Stuffed Jaguar",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedJaguarItem",
			typeID = 0,
		},
		["Stuffed Turkey"] = {
			untranslated = "Stuffed Turkey",
			category = nil,
			group = "Food",
			description = "To give thanks for the fact that this food gives two extra nutrients than other food items of the same tier.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1600,
			carbs = 17,
			protein = 24,
			fat = 16,
			vitamins = 7,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedTurkeyItem",
			typeID = 0,
		},
		["Stuffed Wolf"] = {
			untranslated = "Stuffed Wolf",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedWolfItem",
			typeID = 0,
		},
		Substrate = {
			untranslated = "Substrate",
			category = nil,
			group = "Items",
			description = "The foundation material for complex electronics.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SubstrateItem",
			typeID = 0,
		},
		Sugar = {
			untranslated = "Sugar",
			category = nil,
			group = "Food",
			description = "Even sweet lovers don't eat sugar plain.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 50,
			carbs = 15,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 30.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SugarItem",
			typeID = 0,
		},
		Sugarcane = {
			untranslated = "Sugarcane",
			category = nil,
			group = "Food",
			description = "How did you even get this?",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 1,
			carbs = 0,
			protein = 0,
			fat = 1,
			vitamins = 0,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SugarcaneItem",
			typeID = 0,
		},
		["Sun Cheese"] = {
			untranslated = "Sun Cheese",
			category = nil,
			group = "Food",
			description = "Cheesy yet not made in a traditional way.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 250,
			carbs = 2,
			protein = 4,
			fat = 12,
			vitamins = 0,
			density = 7.199999999999999,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SunCheeseItem",
			typeID = 0,
		},
		Sunflower = {
			untranslated = "Sunflower",
			category = nil,
			group = "Food",
			description = "A plant whose seeds are quite versitile in their use further processed.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 50,
			carbs = 2,
			protein = 2,
			fat = 4,
			vitamins = 0,
			density = 16.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SunflowerItem",
			typeID = 0,
		},
		["Sunflower Seed"] = {
			untranslated = "Sunflower Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow sunflowers.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SunflowerSeedItem",
			typeID = 0,
		},
		["Sweet Deer Jerky"] = {
			untranslated = "Sweet Deer Jerky",
			category = nil,
			group = "Food",
			description = "Marinated in a mix of oil, herbs and some sweetener really increased the potential.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 600,
			carbs = 4,
			protein = 22,
			fat = 6,
			vitamins = 3,
			density = 5.833333333333333,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SweetDeerJerkyItem",
			typeID = 0,
		},
		["Sweet Salad"] = {
			untranslated = "Sweet Salad",
			category = nil,
			group = "Food",
			description = "The sweetness of the fruits happens to work well with the salad.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1200,
			carbs = 18,
			protein = 9,
			fat = 7,
			vitamins = 22,
			density = 4.666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SweetSaladItem",
			typeID = 0,
		},
		["Swirl Vase"] = {
			untranslated = "Swirl Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SwirlVaseItem",
			typeID = 0,
		},
		["Synthetic Rubber"] = {
			untranslated = "Synthetic Rubber",
			category = nil,
			group = "Items",
			description = "An extremely useful synthetic material derived from petrochemicals.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SyntheticRubberItem",
			typeID = 0,
		},
		["Tailor Bowler Hat"] = {
			untranslated = "Tailor Bowler Hat",
			category = nil,
			group = "Clothing",
			description = "A stylish bowler hat made of tighly spun fur felt.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailorBowlerHatItem",
			typeID = 0,
		},
		["Tailor Pants"] = {
			untranslated = "Tailor Pants",
			category = nil,
			group = "Clothing",
			description = "Tailored slacks that fit just right.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailorPantsItem",
			typeID = 0,
		},
		["Tailor Shirt"] = {
			untranslated = "Tailor Shirt",
			category = nil,
			group = "Clothing",
			description = "A form-fitting vest and tie ensemble which includes measuring tape.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailorShirtItem",
			typeID = 0,
		},
		["Tailor Shoes"] = {
			untranslated = "Tailor Shoes",
			category = nil,
			group = "Clothing",
			description = "Two-toned suede shoes.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailorShoesItem",
			typeID = 0,
		},
		["Tailoring Basic Upgrade"] = {
			untranslated = "Tailoring Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailoringUpgradeItem",
			typeID = 0,
		},
		["Tailoring Modern Upgrade"] = {
			untranslated = "Tailoring Modern Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailoringModernUpgradeItem",
			typeID = 0,
		},
		["Tailoring Skill Book"] = {
			untranslated = "Tailoring Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Tailoring Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Tailoring Skill BookItem",
			typeID = 0,
		},
		["Tailoring Skill Scroll"] = {
			untranslated = "Tailoring Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Tailoring Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Tailoring Skill ScrollItem",
			typeID = 0,
		},
		["Tailoring Table"] = {
			untranslated = "Tailoring Table",
			category = nil,
			group = "Work Stations",
			description = "Spearhead the fashion movement with the finest clothes and hair!",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailoringTableItem",
			typeID = 0,
		},
		["Tall Boots"] = {
			untranslated = "Tall Boots",
			category = nil,
			group = "Clothing",
			description = "Knee-high boots are boots that rise to the knee, or slightly thereunder. They are generally tighter around the leg shaft and ankle than at the top.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallBootsItem",
			typeID = 0,
		},
		Tallow = {
			untranslated = "Tallow",
			category = nil,
			group = "Food",
			description = "Rendered animal fat useful for more than just cooking.",
			tagGroups = {
				"Fat",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 200,
			carbs = 0,
			protein = 0,
			fat = 8,
			vitamins = 0,
			density = 4.0,
			fuel = 2000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallowItem",
			typeID = 0,
		},
		["Tallow Candle"] = {
			untranslated = "Tallow Candle",
			category = nil,
			group = "Housing Objects",
			description = "A candle which can burn tallow to produce a small amount of light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.8",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallowCandleItem",
			typeID = 0,
		},
		["Tallow Lamp"] = {
			untranslated = "Tallow Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A pottery lamp. Fuel with tallow.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallowLampItem",
			typeID = 0,
		},
		["Tallow Wall Lamp"] = {
			untranslated = "Tallow Wall Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallowWallLampItem",
			typeID = 0,
		},
		["Taro Fries"] = {
			untranslated = "Taro Fries",
			category = nil,
			group = "Food",
			description = "Crispy strips of taro that have been deep fried in oil.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 600,
			carbs = 10,
			protein = 2,
			fat = 20,
			vitamins = 0,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TaroFriesItem",
			typeID = 0,
		},
		["Taro Root"] = {
			untranslated = "Taro Root",
			category = nil,
			group = "Food",
			description = "Colocasia esculenta.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Root",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 250,
			carbs = 6,
			protein = 1,
			fat = 0,
			vitamins = 1,
			density = 3.2,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TaroRootItem",
			typeID = 0,
		},
		["Taro Seed"] = {
			untranslated = "Taro Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow taro.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TaroSeedItem",
			typeID = 0,
		},
		["Tasty Tropical Pizza"] = {
			untranslated = "Tasty Tropical Pizza",
			category = nil,
			group = "Food",
			description = "To some it is tasty. To others, unforgivable.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1200,
			carbs = 21,
			protein = 6,
			fat = 12,
			vitamins = 11,
			density = 4.166666666666666,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TastyTropicalPizzaItem",
			typeID = 0,
		},
		["Tiny Stockpile"] = {
			untranslated = "Tiny Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "Designates a 2x3x2 area as storage for large items.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TinyStockpileItem",
			typeID = 0,
		},
		Toilet = {
			untranslated = "Toilet",
			category = nil,
			group = "Housing Objects",
			description = "When you gotta go, you gotta go.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bathroom",
			furnitureType = "Toilet",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ToiletItem",
			typeID = 0,
		},
		Tomato = {
			untranslated = "Tomato",
			category = nil,
			group = "Food",
			description = "Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 240,
			carbs = 5,
			protein = 1,
			fat = 0,
			vitamins = 2,
			density = 3.3333333333333335,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TomatoItem",
			typeID = 0,
		},
		["Tomato Seed"] = {
			untranslated = "Tomato Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow tomato plants.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TomatoSeedItem",
			typeID = 0,
		},
		["Tool Bench"] = {
			untranslated = "Tool Bench",
			category = nil,
			group = "Work Stations",
			description = "A place to craft and fix up tools.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ToolBenchItem",
			typeID = 0,
		},
		["Topped Porridge"] = {
			untranslated = "Topped Porridge",
			category = nil,
			group = "Food",
			description = "A thick gruel of boiled grains with a dash of fruity flavor.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 10,
			protein = 4,
			fat = 0,
			vitamins = 10,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ToppedPorridgeItem",
			typeID = 0,
		},
		Torch = {
			untranslated = "Torch",
			category = nil,
			group = "Items",
			description = "A little bit of light to help beat back the night.",
			tagGroups = {
				"Torch",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 8000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TorchItem",
			typeID = 0,
		},
		["Torch Stand"] = {
			untranslated = "Torch Stand",
			category = nil,
			group = "Housing Objects",
			description = "A stand for a torch.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.8",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TorchStandItem",
			typeID = 0,
		},
		Tortilla = {
			untranslated = "Tortilla",
			category = nil,
			group = "Food",
			description = "A thin, unleavened flatbread.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 20,
			protein = 10,
			fat = 0,
			vitamins = 0,
			density = 8.571428571428571,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TortillaItem",
			typeID = 0,
		},
		["Towel Rack"] = {
			untranslated = "Towel Rack",
			category = nil,
			group = "Housing Objects",
			description = "A wooden hanging rack designed for towels.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Bathroom",
			furnitureType = "Hanger",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TowelRackItem",
			typeID = 0,
		},
		["Town Bell"] = {
			untranslated = "Town Bell",
			category = nil,
			group = "Housing Objects",
			description = "A large bell used to alert nearby citizens of dangers, meetings and other assorted activities.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TownBellItem",
			typeID = 0,
		},
		["Town Foundation"] = {
			untranslated = "Town Foundation",
			category = nil,
			group = "Work Stations",
			description = "The founding stone for civilization.",
			tagGroups = {
				"Government",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TownFoundationItem",
			typeID = 0,
		},
		["Trailer Truck"] = {
			untranslated = "Trailer Truck",
			category = nil,
			group = "Vehicle",
			description = "Modern truck for hauling sizable loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x7x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrailerTruckItem",
			typeID = 0,
		},
		["Transmission Pole"] = {
			untranslated = "Transmission Pole",
			category = nil,
			group = "Crafted Objects",
			description = "Can link energy.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TransmissionPoleItem",
			typeID = 0,
		},
		["Trapper Fur Hat"] = {
			untranslated = "Trapper Fur Hat",
			category = nil,
			group = "Clothing",
			description = "It sure is warm.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrapperFurHatItem",
			typeID = 0,
		},
		["Trapper Leather Hat"] = {
			untranslated = "Trapper Leather Hat",
			category = nil,
			group = "Clothing",
			description = "Helps keep the sun off your face... and neck... and also ears.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrapperLeatherHatItem",
			typeID = 0,
		},
		Treasury = {
			untranslated = "Treasury",
			category = nil,
			group = "Work Stations",
			description = "Allows the setting of taxes.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TreasuryItem",
			typeID = 0,
		},
		["Tree Debris"] = {
			untranslated = "Tree Debris",
			category = nil,
			group = "Blocks",
			description = "Clear cut debris that needs to be broken down to be more usable.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TreeDebrisItem",
			typeID = 0,
		},
		["Trillium Flower"] = {
			untranslated = "Trillium Flower",
			category = nil,
			group = "Food",
			description = "Placeholder Description.",
			tagGroups = {
				"Food",
				"Petals",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrilliumFlowerItem",
			typeID = 0,
		},
		["Trillium Seed"] = {
			untranslated = "Trillium Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow trillium.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrilliumSeedItem",
			typeID = 0,
		},
		["Tripod Camera"] = {
			untranslated = "Tripod Camera",
			category = nil,
			group = "Crafted Objects",
			description = "When you want to save the world but in a frame.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TripodCameraItem",
			typeID = 0,
		},
		Trousers = {
			untranslated = "Trousers",
			category = nil,
			group = "Clothing",
			description = "Sturdy pair of slim-fit pants. Trousers are an item of clothing worn from the waist to the ankles, covering both legs separately (rather than with cloth extending across both legs as in robes, skirts, and dresses).",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrousersItem",
			typeID = 0,
		},
		Trout = {
			untranslated = "Trout",
			category = nil,
			group = "Natural Resources",
			description = "A trout.",
			tagGroups = {
				"Fish",
				"Medium Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TroutItem",
			typeID = 0,
		},
		Truck = {
			untranslated = "Truck",
			category = nil,
			group = "Crafted Objects",
			description = "Modern truck for hauling sizable loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x5x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TruckItem",
			typeID = 0,
		},
		Tuna = {
			untranslated = "Tuna",
			category = nil,
			group = "Natural Resources",
			description = "A tuna.",
			tagGroups = {
				"Fish",
				"Large Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TunaItem",
			typeID = 0,
		},
		Tunic = {
			untranslated = "Tunic",
			category = nil,
			group = "Clothing",
			description = "A simply made canvas shirt. Does not have a pocket to put your pen in.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TunicItem",
			typeID = 0,
		},
		["Turkey Carcass"] = {
			untranslated = "Turkey Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead turkey.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TurkeyCarcassItem",
			typeID = 0,
		},
		["Upholstered Chair"] = {
			untranslated = "Upholstered Chair",
			category = nil,
			group = "Housing Objects",
			description = "Like a chair, but upholstered.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "UpholsteredChairItem",
			typeID = 0,
		},
		["Upholstered Couch"] = {
			untranslated = "Upholstered Couch",
			category = nil,
			group = "Housing Objects",
			description = "Like a couch, but upholstered.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "UpholsteredCouchItem",
			typeID = 0,
		},
		Urchin = {
			untranslated = "Urchin",
			category = nil,
			group = "Natural Resources",
			description = "An urchin.",
			tagGroups = {
				"Marine Life",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "UrchinItem",
			typeID = 0,
		},
		Valve = {
			untranslated = "Valve",
			category = nil,
			group = "Items",
			description = "A device that regulates, directs, or controls the flow of fluid.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ValveItem",
			typeID = 0,
		},
		["Vegetable Medley"] = {
			untranslated = "Vegetable Medley",
			category = nil,
			group = "Food",
			description = "An eclectic arrangement of vegetables.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 900,
			carbs = 8,
			protein = 4,
			fat = 7,
			vitamins = 17,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VegetableMedleyItem",
			typeID = 0,
		},
		["Vegetable Soup"] = {
			untranslated = "Vegetable Soup",
			category = nil,
			group = "Food",
			description = "Who knew plants in plant broth could be so tasty?",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 700,
			calories = 1200,
			carbs = 12,
			protein = 4,
			fat = 7,
			vitamins = 19,
			density = 3.5000000000000004,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VegetableSoupItem",
			typeID = 0,
		},
		["Vegetable Stock"] = {
			untranslated = "Vegetable Stock",
			category = nil,
			group = "Food",
			description = "A hearty stock full of assorted vegetables.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 700,
			carbs = 11,
			protein = 1,
			fat = 2,
			vitamins = 11,
			density = 3.571428571428571,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VegetableStockItem",
			typeID = 0,
		},
		["Villagers Cowl Lowered"] = {
			untranslated = "Villagers Cowl Lowered",
			category = nil,
			group = "Clothing",
			description = "A rough linen cowl lowered, showing your face.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VillagersCowlLoweredItem",
			typeID = 0,
		},
		["Villagers Cowl Raised"] = {
			untranslated = "Villagers Cowl Raised",
			category = nil,
			group = "Clothing",
			description = "A rough linen cowl raised, hiding your face partially.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VillagersCowlRaisedItem",
			typeID = 0,
		},
		["Wainwright Table"] = {
			untranslated = "Wainwright Table",
			category = nil,
			group = "Work Stations",
			description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WainwrightTableItem",
			typeID = 0,
		},
		["Wall Candle"] = {
			untranslated = "Wall Candle",
			category = nil,
			group = "Housing Objects",
			description = "A wall mounted candle.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WallCandleItem",
			typeID = 0,
		},
		["Wanderers Hood Lowered"] = {
			untranslated = "Wanderers Hood Lowered",
			category = nil,
			group = "Clothing",
			description = "A quality linen cowl lowered, showing your face.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WanderersHoodLoweredItem",
			typeID = 0,
		},
		["Wanderers Hood Raised"] = {
			untranslated = "Wanderers Hood Raised",
			category = nil,
			group = "Clothing",
			description = "A quality linen cowl raised, hiding your face partially.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WanderersHoodRaisedItem",
			typeID = 0,
		},
		Washboard = {
			untranslated = "Washboard",
			category = nil,
			group = "Housing Objects",
			description = "Sometimes it can be nice to have clean clothes.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Bathroom",
			furnitureType = "Washing",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WashboardItem",
			typeID = 0,
		},
		["Washing Machine"] = {
			untranslated = "Washing Machine",
			category = nil,
			group = "Housing Objects",
			description = "Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "5",
			roomCategory = "Bathroom",
			furnitureType = "Washing",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WashingMachineItem",
			typeID = 0,
		},
		["Waste Filter"] = {
			untranslated = "Waste Filter",
			category = nil,
			group = "Crafted Objects",
			description = "Treats raw sewage.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WasteFilterItem",
			typeID = 0,
		},
		["Waterweed Seed"] = {
			untranslated = "Waterweed Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow waterweed.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WaterweedSeedItem",
			typeID = 0,
		},
		Waterwheel = {
			untranslated = "Waterwheel",
			category = nil,
			group = "Crafted Objects",
			description = "Uses the power of flowing water to produce mechanical power. Must be placed in fresh water and produces double power when placed in both a river and waterfall.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WaterwheelItem",
			typeID = 0,
		},
		["Wet Brick"] = {
			untranslated = "Wet Brick",
			category = nil,
			group = "Items",
			description = "A simple wet brick ready to be processed into a construction block.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WetBrickItem",
			typeID = 0,
		},
		Wheat = {
			untranslated = "Wheat",
			category = nil,
			group = "Food",
			description = "A common grain that is significantly more useful processed.",
			tagGroups = {
				"Food",
				"Grain",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 6,
			protein = 2,
			fat = 0,
			vitamins = 0,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WheatItem",
			typeID = 0,
		},
		["Wheat Seed"] = {
			untranslated = "Wheat Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow wheat.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WheatSeedItem",
			typeID = 0,
		},
		Wheelbarrow = {
			untranslated = "Wheelbarrow",
			category = nil,
			group = "Crafted Objects",
			description = "Small wheelbarrow for hauling minimal loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WheelbarrowItem",
			typeID = 0,
		},
		["White Bursage Seed"] = {
			untranslated = "White Bursage Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a white bursage.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WhiteBursageSeedItem",
			typeID = 0,
		},
		["Wild Mix"] = {
			untranslated = "Wild Mix",
			category = nil,
			group = "Food",
			description = "A dressed salad that, with the added sweetness, it's pretty tasty.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 800,
			carbs = 15,
			protein = 6,
			fat = 4,
			vitamins = 21,
			density = 5.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WildMixItem",
			typeID = 0,
		},
		["Wild Stew"] = {
			untranslated = "Wild Stew",
			category = nil,
			group = "Food",
			description = "A thick stew made with a variety of vegetables.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 10,
			protein = 2,
			fat = 6,
			vitamins = 12,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WildStewItem",
			typeID = 0,
		},
		["Wilted Fiddleheads"] = {
			untranslated = "Wilted Fiddleheads",
			category = nil,
			group = "Food",
			description = "While a bunch of wilted fiddleheads may seem a bit sad, at least they're nutritious.",
			tagGroups = {
				"Charred Green",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 350,
			carbs = 4,
			protein = 1,
			fat = 0,
			vitamins = 7,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WiltedFiddleheadsItem",
			typeID = 0,
		},
		["Wind Turbine"] = {
			untranslated = "Wind Turbine",
			category = nil,
			group = "Crafted Objects",
			description = "Uses wind to produce electrical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x3x10",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WindTurbineItem",
			typeID = 0,
		},
		Windmill = {
			untranslated = "Windmill",
			category = nil,
			group = "Crafted Objects",
			description = "Uses wind to produce mechanical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x2x7",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WindmillItem",
			typeID = 0,
		},
		["Wolf Carcass"] = {
			untranslated = "Wolf Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead wolf.",
			tagGroups = {
				"Small Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WolfCarcassItem",
			typeID = 0,
		},
		["Wood Cart"] = {
			untranslated = "Wood Cart",
			category = nil,
			group = "Crafted Objects",
			description = "Small cart for hauling small loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodCartItem",
			typeID = 0,
		},
		["Wood Pulp"] = {
			untranslated = "Wood Pulp",
			category = nil,
			group = "Items",
			description = "A byproduct of processing lumber, wood pulp can be burned for Mortar or pressed into paper.",
			tagGroups = {
				"Burnable Fuel",
				"Natural Fiber",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 50,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodPulpItem",
			typeID = 0,
		},
		["Wood Shop Cart"] = {
			untranslated = "Wood Shop Cart",
			category = nil,
			group = "Crafted Objects",
			description = "A store in a wooden cart, very useful when your customers are far away.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodShopCartItem",
			typeID = 0,
		},
		["Wooden Barge"] = {
			untranslated = "Wooden Barge",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x9x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenBargeItem",
			typeID = 0,
		},
		["Wooden Bow"] = {
			untranslated = "Wooden Bow",
			category = nil,
			group = "Items",
			description = "A primitive ranged weapon for hunting. Requires arrows to fire.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenBowItem",
			typeID = 0,
			ToolVariant = "Bow",
			ToolDurability = 200.0,
			ToolDamage = 1.0,
			ToolDamageTalent = "HuntingPowerShotTalent",
			ToolRepairType = "Wood",
		},
		["Wooden Ceiling Light"] = {
			untranslated = "Wooden Ceiling Light",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenCeilingLightItem",
			typeID = 0,
		},
		["Wooden Elevator"] = {
			untranslated = "Wooden Elevator",
			category = nil,
			group = "Crafted Objects",
			description = "An elevator for transporting loads vertically.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x3x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenElevatorItem",
			typeID = 0,
		},
		["Wooden Fabric Bed"] = {
			untranslated = "Wooden Fabric Bed",
			category = nil,
			group = "Housing Objects",
			description = "A much more comfortable bed made with fabric.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenFabricBedItem",
			typeID = 0,
		},
		["Wooden Floor Lamp"] = {
			untranslated = "Wooden Floor Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room. This time from the floor.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenFloorLampItem",
			typeID = 0,
		},
		["Wooden Frame Landscape"] = {
			untranslated = "Wooden Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenFrameLandscapeItem",
			typeID = 0,
		},
		["Wooden Frame Wide"] = {
			untranslated = "Wooden Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenFrameWideItem",
			typeID = 0,
		},
		["Wooden Hoe"] = {
			untranslated = "Wooden Hoe",
			category = nil,
			group = "Items",
			description = "A crude wooden hoe made for tilling soil.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenHoeItem",
			typeID = 0,
			ToolVariant = "Hoe",
			ToolDurability = 150.0,
			ToolRepairType = "Wood",
		},
		["Wooden Hull Planks"] = {
			untranslated = "Wooden Hull Planks",
			category = nil,
			group = "Items",
			description = "Basic wooden boards specially made for ships.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenHullPlanksItem",
			typeID = 0,
		},
		["Wooden Keel"] = {
			untranslated = "Wooden Keel",
			category = nil,
			group = "Items",
			description = "The backbone of any wooden ships.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenKeelItem",
			typeID = 0,
		},
		["Wooden Kitchen Lamp"] = {
			untranslated = "Wooden Kitchen Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenKitchenLampItem",
			typeID = 0,
		},
		["Wooden Latrine"] = {
			untranslated = "Wooden Latrine",
			category = nil,
			group = "Housing Objects",
			description = "A wooden potty.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Bathroom",
			furnitureType = "Toilet",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LatrineItem",
			typeID = 0,
		},
		["Wooden Mold"] = {
			untranslated = "Wooden Mold",
			category = nil,
			group = "Items",
			description = "A useful material for hardening, curing, and other various uses.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenMoldItem",
			typeID = 0,
		},
		["Wooden Moorage Post"] = {
			untranslated = "Wooden Moorage Post",
			category = nil,
			group = "Crafted Objects",
			description = "A basic moorage post made from wood to anchor smaller vessels in place.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenMooragePostItem",
			typeID = 0,
		},
		["Wooden Oar"] = {
			untranslated = "Wooden Oar",
			category = nil,
			group = "Items",
			description = "An important piece of equipment used to give smaller wooden ships momentum.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenOarItem",
			typeID = 0,
		},
		["Wooden Rudder"] = {
			untranslated = "Wooden Rudder",
			category = nil,
			group = "Items",
			description = "If you dont have one of these, you have no control over your heading.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenRudderItem",
			typeID = 0,
		},
		["Wooden Shovel"] = {
			untranslated = "Wooden Shovel",
			category = nil,
			group = "Items",
			description = "A simple wooden shovel made for moving dirt.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenShovelItem",
			typeID = 0,
			ToolVariant = "Shovel",
			ToolDurability = 175.0,
			ToolRepairType = "Wood",
			ToolCarryCapacity = 1.0,
		},
		["Wooden Straw Bed"] = {
			untranslated = "Wooden Straw Bed",
			category = nil,
			group = "Housing Objects",
			description = "A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenStrawBedItem",
			typeID = 0,
		},
		["Wooden Table Lamp"] = {
			untranslated = "Wooden Table Lamp",
			category = nil,
			group = "Housing Objects",
			description = "For late night studying. Or working. Or anything, really.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenTableLampItem",
			typeID = 0,
		},
		["Wooden Transport Ship"] = {
			untranslated = "Wooden Transport Ship",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x8x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenTransportShipItem",
			typeID = 0,
		},
		["Wooden Wheel"] = {
			untranslated = "Wooden Wheel",
			category = nil,
			group = "Items",
			description = "A basic wheel for use in early wooden vehicles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenWheelItem",
			typeID = 0,
		},
		["Wool Carpet"] = {
			untranslated = "Wool Carpet",
			category = nil,
			group = "Blocks",
			description = "A woven wool floor covering attached to a lumber backing.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoolCarpetItem",
			typeID = 0,
		},
		["Wool Curtains"] = {
			untranslated = "Wool Curtains",
			category = nil,
			group = "Blocks",
			description = "Curtains woven using the finest wool. \\n\\n (Only cosmetic does not impact room value.)",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoolCurtainsItem",
			typeID = 0,
		},
		["Wool Fabric"] = {
			untranslated = "Wool Fabric",
			category = nil,
			group = "Items",
			description = "Wool fabric is warm and durable, but it can be slightly itchy.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoolFabricItem",
			typeID = 0,
		},
		["Wool Yarn"] = {
			untranslated = "Wool Yarn",
			category = nil,
			group = "Items",
			description = "Spun wool that can be used for knitting, weaving, or sewing.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 20,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoolYarnItem",
			typeID = 0,
		},
		["Work Backpack"] = {
			untranslated = "Work Backpack",
			category = nil,
			group = "Clothing",
			description = "Lighter pack that causes lower calorie consumption.\\n\\n(Decreases calories consumed when using tools by 10\\u0025 and increases max carry weight by 5 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WorkBackpackItem",
			typeID = 0,
		},
		["Work Boots"] = {
			untranslated = "Work Boots",
			category = nil,
			group = "Clothing",
			description = "Boots designed to be rugged and reduce muscle strain while working.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)\\n\\n(Increases movement speed)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WorkBootsItem",
			typeID = 0,
		},
		Workbench = {
			untranslated = "Workbench",
			category = nil,
			group = "Work Stations",
			description = "A bench for the basics and making even more benches.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WorkbenchItem",
			typeID = 0,
		},
		["Worldly Donut"] = {
			untranslated = "Worldly Donut",
			category = nil,
			group = "Food",
			description = "Understand this, and you will understand a lot.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 750,
			carbs = 15,
			protein = 2,
			fat = 17,
			vitamins = 2,
			density = 4.8,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WorldlyDonutItem",
			typeID = 0,
		},
		Yeast = {
			untranslated = "Yeast",
			category = nil,
			group = "Food",
			description = "A fungus that acts as an amazing leavening agent.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 60,
			carbs = 0,
			protein = 8,
			fat = 0,
			vitamins = 7,
			density = 25.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "YeastItem",
			typeID = 0,
		},
		["Zoning Office"] = {
			untranslated = "Zoning Office",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of District Maps, which define a set of districts.  Districts can then be specified in laws and other civic actions.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ZoningOfficeItem",
			typeID = 0,
		},
	},
	tags = {
		["Advanced Research"] = {
			"Agriculture Research Paper Advanced",
			"Culinary Research Paper Advanced",
			"Dendrology Research Paper Advanced",
			"Engineering Research Paper Advanced",
			"Geology Research Paper Advanced",
			"Metallurgy Research Paper Advanced",
		},
		["Advanced Upgrade"] = {
			"Advanced Upgrade 1",
			"Advanced Upgrade 2",
			"Advanced Upgrade 3",
			"Advanced Upgrade 4",
		},
		["Animal Skin"] = {
			"Fur Pelt",
			"Leather Hide",
		},
		["Ashlar Stone"] = {
			"Ashlar Basalt",
			"Ashlar Gneiss",
			"Ashlar Granite",
			"Ashlar Limestone",
			"Ashlar Sandstone",
			"Ashlar Shale",
		},
		["Baked Food"] = {
			"Baked Agave",
			"Baked Beet",
			"Baked Corn",
			"Baked Heart Of Palm",
			"Baked Roast",
			"Baked Taro",
			"Baked Tomato",
			"Camas Bulb Bake",
		},
		["Baked Vegetable"] = {
			"Baked Agave",
			"Baked Beet",
			"Baked Corn",
			"Baked Heart Of Palm",
			"Baked Taro",
			"Baked Tomato",
			"Camas Bulb Bake",
		},
		["Basic Research"] = {
			"Culinary Research Paper Basic",
			"Dendrology Research Paper Basic",
			"Gathering Research Paper Basic",
			"Geology Research Paper Basic",
			"Metallurgy Research Paper Basic",
		},
		["Basic Upgrade"] = {
			"Basic Upgrade 1",
			"Basic Upgrade 2",
			"Basic Upgrade 3",
			"Basic Upgrade 4",
		},
		Bread = {
			"Bread",
			"Camas Bread",
		},
		["Burnable Fuel"] = {
			"Arrow",
			"Birch Log",
			"Board",
			"Cedar Log",
			"Ceiba Log",
			"Charcoal",
			"Crushed Coal",
			"Fir Log",
			"Hardwood Board",
			"Hardwood Hewn Log",
			"Hardwood Lumber",
			"Hewn Log",
			"Joshua Log",
			"Lumber",
			"Oak Log",
			"Palm Log",
			"Paper",
			"Plant Fibers",
			"Redwood Log",
			"Saguaro Rib",
			"Softwood Board",
			"Softwood Hewn Log",
			"Softwood Lumber",
			"Spruce Log",
			"Wood Pulp",
		},
		["Campfire Salad"] = {
			"Beet Campfire Salad",
			"Fern Campfire Salad",
			"Jungle Campfire Salad",
			"Root Campfire Salad",
		},
		["Charred Fruit"] = {
			"Charred Cactus Fruit",
			"Charred Papaya",
			"Charred Pineapple",
		},
		["Charred Green"] = {
			"Charred Agave",
			"Charred Fireweed Shoots",
			"Wilted Fiddleheads",
		},
		["Charred Vegetable"] = {
			"Charred Beans",
			"Charred Beet",
			"Charred Camas Bulb",
			"Charred Corn",
			"Charred Heart Of Palm",
			"Charred Mushrooms",
			"Charred Taro",
			"Charred Tomato",
		},
		Clothes = {
			"Bandana",
			"Basic Backpack",
			"Bearpack",
			"Big Backpack",
			"Builder Boots",
			"Builder Gloves",
			"Builder Helmet",
			"Builder Overalls",
			"Builder Shirt",
			"Bycocket",
			"Camo Pants",
			"Camo Shirt",
			"Capris",
			"Carbide Helmet Lamp",
			"Chef Hat",
			"Chef Pants",
			"Chef Shirt",
			"Chef Shoes",
			"Cloth Belt",
			"Cloth Cape",
			"Derpy Hat",
			"Explorer Boots",
			"Explorer Gloves",
			"Explorer Hat",
			"Explorer Pants",
			"Explorer Shirt",
			"Farmer Boots",
			"Farmer Gloves",
			"Farmer Hat",
			"Farmer Overalls",
			"Farmer Shirt",
			"Garden Boots",
			"Gigot Sleeve Shirt",
			"Henley",
			"Light Backpack",
			"Low Top Shoes",
			"Muffin Hat",
			"Oil Head Lamp",
			"Primitive Canvas Boots",
			"Primitive Canvas Pants",
			"Primitive Canvas Shorts",
			"Primitive Fur Belt",
			"Primitive Leather Boots",
			"Primitive Leather Pants",
			"Primitive Leather Shirt",
			"Primitive Leather Shorts",
			"Running Shoes",
			"Sandals",
			"Shipwright Hat",
			"Shipwright Overalls",
			"Shipwright Sandals",
			"Shipwright Shirt",
			"Shorts",
			"Smith Apron",
			"Smith Bandana",
			"Smith Boots",
			"Smith Gloves",
			"Smith Pants",
			"Smith Shirt",
			"Square Belt",
			"Tailor Bowler Hat",
			"Tailor Pants",
			"Tailor Shirt",
			"Tailor Shoes",
			"Tall Boots",
			"Trapper Fur Hat",
			"Trapper Leather Hat",
			"Trousers",
			"Tunic",
			"Villagers Cowl Lowered",
			"Villagers Cowl Raised",
			"Wanderers Hood Lowered",
			"Wanderers Hood Raised",
			"Work Backpack",
			"Work Boots",
		},
		Coal = {
			"Charcoal",
			"Crushed Coal",
		},
		["Composite Lumber"] = {
			"Composite Birch Lumber",
			"Composite Cedar Lumber",
			"Composite Ceiba Lumber",
			"Composite Fir Lumber",
			"Composite Joshua Lumber",
			"Composite Lumber",
			"Composite Oak Lumber",
			"Composite Palm Lumber",
			"Composite Redwood Lumber",
			"Composite Saguaro Lumber",
			"Composite Spruce Lumber",
		},
		["Concentrated Ore"] = {
			"Copper Concentrate",
			"Gold Concentrate",
			"Iron Concentrate",
		},
		Concrete = {
			"Reinforced Concrete",
		},
		Constructable = {
			"Ashlar Basalt",
			"Ashlar Gneiss",
			"Ashlar Granite",
			"Ashlar Limestone",
			"Ashlar Sandstone",
			"Ashlar Shale",
			"Asphalt Concrete",
			"Brick",
			"Composite Birch Lumber",
			"Composite Cedar Lumber",
			"Composite Ceiba Lumber",
			"Composite Fir Lumber",
			"Composite Joshua Lumber",
			"Composite Lumber",
			"Composite Oak Lumber",
			"Composite Palm Lumber",
			"Composite Redwood Lumber",
			"Composite Saguaro Lumber",
			"Composite Spruce Lumber",
			"Corrugated Steel",
			"Cotton Carpet",
			"Cotton Curtains",
			"Dirt Ramp",
			"Flat Steel",
			"Framed Glass",
			"Glass",
			"Hardwood Hewn Log",
			"Hardwood Lumber",
			"Hewn Log",
			"Lumber",
			"Mortared Granite",
			"Mortared Limestone",
			"Mortared Sandstone",
			"Mortared Stone",
			"Nylon Carpet",
			"Nylon Curtains",
			"Reinforced Concrete",
			"Softwood Hewn Log",
			"Softwood Lumber",
			"Stone Road",
			"Wool Carpet",
			"Wool Curtains",
		},
		["Crafting Table"] = {
			"Advanced Carpentry Table",
			"Advanced Masonry Table",
			"Advanced Tailoring Table",
			"Anvil",
			"Arrastra",
			"Assembly Line",
			"Automatic Loom",
			"Bakery Oven",
			"Blacksmith Table",
			"Blast Furnace",
			"Bloomery",
			"Butchery Table",
			"Campfire",
			"Carpentry Table",
			"Cast Iron Stove",
			"Cement Kiln",
			"Computer Lab",
			"Electric Lathe",
			"Electric Machinist Table",
			"Electric Planer",
			"Electric Stamping Press",
			"Electronics Assembly",
			"Farmers Table",
			"Fiber Scutching Station",
			"Fish Rack",
			"Fishery",
			"Fletching Table",
			"Froth Floatation Cell",
			"Glassworks",
			"Grindstone",
			"Jaw Crusher",
			"Kiln",
			"Kitchen",
			"Laboratory",
			"Lathe",
			"Loom",
			"Machinist Table",
			"Masonry Table",
			"Medium Shipyard",
			"Mill",
			"Oil Refinery",
			"Pottery Table",
			"Power Hammer",
			"Pump Jack",
			"Robotic Assembly Line",
			"Rocker Box",
			"Rolling Mill",
			"Sawmill",
			"Screening Machine",
			"Screw Press",
			"Sensor Based Belt Sorter",
			"Shaper",
			"Small Paper Machine",
			"Small Shipyard",
			"Spin Melter",
			"Stamp Mill",
			"Stove",
			"Tailoring Table",
			"Tool Bench",
			"Wainwright Table",
			"Workbench",
		},
		Crop = {
			"Beans",
			"Camas Bulb",
			"Cotton Boll",
			"Flax Stem",
			"Kelp",
			"Plant Fibers",
			"Rice",
		},
		["Crop Seed"] = {
			"Agave Seed",
			"Amanita Mushroom Spores",
			"Beans",
			"Beet Seed",
			"Bolete Mushroom Spores",
			"Camas Bulb",
			"Cookeina Mushroom Spores",
			"Corn Seed",
			"Crimini Mushroom Spores",
			"Fern Spore",
			"Fireweed Seed",
			"Flax Seed",
			"Huckleberry Seed",
			"Papaya Seed",
			"Pineapple Seed",
			"Prickly Pear Seed",
			"Pumpkin Seed",
			"Rice",
			"Sunflower Seed",
			"Taro Seed",
			"Tomato Seed",
			"Wheat Seed",
		},
		["Crushed Rock"] = {
			"Crushed Basalt",
			"Crushed Gneiss",
			"Crushed Granite",
			"Crushed Limestone",
			"Crushed Mixed Rock",
			"Crushed Sandstone",
			"Crushed Shale",
			"Crushed Slag",
		},
		Excavatable = {
			"Basalt",
			"Clay",
			"Coal",
			"Copper Concentrate",
			"Copper Ore",
			"Crushed Basalt",
			"Crushed Coal",
			"Crushed Copper Ore",
			"Crushed Gneiss",
			"Crushed Gold Ore",
			"Crushed Granite",
			"Crushed Iron Ore",
			"Crushed Limestone",
			"Crushed Mixed Rock",
			"Crushed Sandstone",
			"Crushed Shale",
			"Crushed Slag",
			"Gneiss",
			"Gold Concentrate",
			"Gold Ore",
			"Granite",
			"Iron Concentrate",
			"Iron Ore",
			"Limestone",
			"Sandstone",
			"Shale",
			"Slag",
		},
		Fabric = {
			"Cloth",
			"Cotton Fabric",
			"Linen Fabric",
			"Nylon Fabric",
			"Wool Fabric",
		},
		Fat = {
			"Flaxseed Oil",
			"Oil",
			"Tallow",
		},
		Fertilizer = {
			"Berry Extract Fertilizer",
			"Blood Meal Fertilizer",
			"Camas Ash Fertilizer",
			"Composite Filler",
			"Compost Fertilizer",
			"Fiber Filler",
			"Hide Ash Fertilizer",
			"Pelt Fertilizer",
			"Phosphate Fertilizer",
			"Pulp Filler",
		},
		["Fertilizer Filler"] = {
			"Composite Filler",
			"Fiber Filler",
			"Pulp Filler",
		},
		Fish = {
			"Bass",
			"Blue Shark",
			"Cod",
			"Moon Jellyfish",
			"Pacific Sardine",
			"Salmon",
			"Trout",
			"Tuna",
		},
		Food = {
			"Acorn",
			"Acorn Powder",
			"Agave Leaves",
			"Agave Seed",
			"Agouti Enchiladas",
			"Amanita Mushroom Spores",
			"Amanita Mushrooms",
			"Arctic Willow Seed",
			"Autumn Stew",
			"Baked Agave",
			"Baked Beet",
			"Baked Corn",
			"Baked Heart Of Palm",
			"Baked Meat",
			"Baked Roast",
			"Baked Taro",
			"Baked Tomato",
			"Banh Xeo",
			"Bannock",
			"Barrel Cactus Seed",
			"Basic Salad",
			"Bean Paste",
			"Bean Sprout",
			"Beans",
			"Bear SUPREME",
			"Bearclaw",
			"Beet",
			"Beet Campfire Salad",
			"Beet Greens",
			"Beet Seed",
			"Big Bluestem Seed",
			"Birch Seed",
			"Bison Chow Fun",
			"Boiled Grains",
			"Boiled Rice",
			"Boiled Sausage",
			"Bolete Mushroom Spores",
			"Bolete Mushrooms",
			"Bread",
			"Bullrush Seed",
			"Bunchgrass Seed",
			"Camas Bread",
			"Camas Bulb",
			"Camas Bulb Bake",
			"Camas Paste",
			"Campfire Roast",
			"Cedar Seed",
			"Ceiba Seed",
			"Cereal Germ",
			"Charred Agave",
			"Charred Beans",
			"Charred Beet",
			"Charred Cactus Fruit",
			"Charred Camas Bulb",
			"Charred Corn",
			"Charred Fireweed Shoots",
			"Charred Fish",
			"Charred Heart Of Palm",
			"Charred Meat",
			"Charred Mushrooms",
			"Charred Papaya",
			"Charred Pineapple",
			"Charred Sausage",
			"Charred Taro",
			"Charred Tomato",
			"Clam Chowder",
			"Cookeina Mushroom Spores",
			"Cookeina Mushrooms",
			"Corn",
			"Corn Fritters",
			"Corn Seed",
			"Cornmeal",
			"Cotton Seed",
			"Creosote Bush Seed",
			"Creosote Flower",
			"Crimini Mushroom Spores",
			"Crimini Mushrooms",
			"Crimson Salad",
			"Crispy Bacon",
			"Dried Fish",
			"Dried Meat",
			"Dwarf Willow Seed",
			"Elk Taco",
			"Elk Wellington",
			"Fantastic Forest Pizza",
			"Fern Campfire Salad",
			"Fern Spore",
			"Fiddleheads",
			"Field Campfire Stew",
			"Filmy Fern Spore",
			"Fir Seed",
			"Fireweed Seed",
			"Fireweed Shoots",
			"Fish N Chips",
			"Flatbread",
			"Flax Seed",
			"Flaxseed Oil",
			"Flour",
			"Fried Camas",
			"Fried Fiddleheads",
			"Fried Hare Haunches",
			"Fried Hearts Of Palm",
			"Fried Taro",
			"Fried Tomatoes",
			"Fruit Muffin",
			"Fruit Salad",
			"Fruit Tart",
			"Giant Cactus Fruit",
			"Grass Seed",
			"Heart Of Palm",
			"Hearty Hometown Pizza",
			"Heliconia Seed",
			"Hosomaki",
			"Huckleberries",
			"Huckleberry Extract",
			"Huckleberry Fritter",
			"Huckleberry Pie",
			"Huckleberry Seed",
			"Infused Oil",
			"Jointfir Seed",
			"Joshua Seed",
			"Jungle Campfire Salad",
			"Jungle Campfire Stew",
			"Kelpy Crab Roll",
			"King Fern Spore",
			"Lattice Mushroom Spores",
			"Leavened Dough",
			"Loaded Taro Fries",
			"Lupine Seed",
			"Macarons",
			"Meat Pie",
			"Meat Stock",
			"Meaty Stew",
			"Millionaires Salad",
			"Mochi",
			"Ocean Spray Seed",
			"Oil",
			"Orchid",
			"Orchid Seed",
			"Palm Seed",
			"Papaya",
			"Papaya Seed",
			"Pastry Dough",
			"Phad Thai",
			"Pineapple",
			"Pineapple Friend Rice",
			"Pineapple Seed",
			"Pirozhok",
			"Poke Bowl",
			"Prepared Meat",
			"Prickly Pear Fruit",
			"Prickly Pear Seed",
			"Prime Cut",
			"Pumpkin",
			"Pumpkin Seed",
			"Pupusas",
			"Raw Bacon",
			"Raw Fish",
			"Raw Meat",
			"Raw Roast",
			"Raw Sausage",
			"Redwood Seed",
			"Rice",
			"Rice Flour",
			"Rice Noodles",
			"Roast Pumpkin",
			"Root Campfire Salad",
			"Root Campfire Stew",
			"Saguaro Seed",
			"Saxifrage Seed",
			"Scrap Meat",
			"Seagrass Seed",
			"Seared Meat",
			"Seeded Camas Roll",
			"Sensuous Sea Pizza",
			"Shark Fillet Soup",
			"Simmered Meat",
			"Simple Syrup",
			"Smooth Gut Noodle Roll",
			"Spiky Roll",
			"Spruce Seed",
			"Stuffed Turkey",
			"Sugar",
			"Sugarcane",
			"Sun Cheese",
			"Sunflower",
			"Sunflower Seed",
			"Sweet Deer Jerky",
			"Sweet Salad",
			"Tallow",
			"Taro Fries",
			"Taro Root",
			"Taro Seed",
			"Tasty Tropical Pizza",
			"Tomato",
			"Tomato Seed",
			"Topped Porridge",
			"Tortilla",
			"Trillium Flower",
			"Trillium Seed",
			"Vegetable Medley",
			"Vegetable Soup",
			"Vegetable Stock",
			"Waterweed Seed",
			"Wheat",
			"Wheat Seed",
			"White Bursage Seed",
			"Wild Mix",
			"Wild Stew",
			"Wilted Fiddleheads",
			"Worldly Donut",
			"Yeast",
		},
		["Fried Vegetable"] = {
			"Fried Camas",
			"Fried Fiddleheads",
			"Fried Hearts Of Palm",
			"Fried Taro",
			"Fried Tomatoes",
		},
		Fruit = {
			"Giant Cactus Fruit",
			"Huckleberries",
			"Papaya",
			"Pineapple",
			"Prickly Pear Fruit",
			"Pumpkin",
		},
		Fungus = {
			"Amanita Mushrooms",
			"Bolete Mushrooms",
			"Cookeina Mushrooms",
			"Crimini Mushrooms",
		},
		Gear = {
			"Iron Gear",
			"Steel Gear",
		},
		Government = {
			"Amendments",
			"Ballot Box",
			"Board Of Elections",
			"Capitol",
			"Census Bureau",
			"Country Foundation",
			"Court Table",
			"Embassy Desk",
			"Executive Office",
			"Federation Foundation",
			"Government Office",
			"Immigration Desk",
			"Large Court",
			"Outpost Table",
			"Printing Press",
			"Settlement Crafting Table",
			"Small Court",
			"Stenographers Table",
			"Town Foundation",
			"Treasury",
			"Zoning Office",
		},
		Grain = {
			"Rice",
			"Wheat",
		},
		Greens = {
			"Agave Leaves",
			"Beet Greens",
			"Fiddleheads",
			"Fireweed Shoots",
		},
		Hardwood = {
			"Birch Log",
			"Ceiba Log",
			"Oak Log",
		},
		["Hardwood Lumber"] = {
			"Composite Birch Lumber",
			"Composite Ceiba Lumber",
			"Composite Oak Lumber",
		},
		["Hewn Log"] = {
			"Hardwood Hewn Log",
			"Hewn Log",
			"Softwood Hewn Log",
		},
		Housing = {
			"Adorned Ashlar Basalt Bench",
			"Adorned Ashlar Basalt Chair",
			"Adorned Ashlar Basalt Table",
			"Adorned Ashlar Stone Bench",
			"Adorned Ashlar Stone Chair",
			"Adorned Ashlar Stone Table",
			"Ashlar Basalt Bench",
			"Ashlar Basalt Chair",
			"Ashlar Basalt Fireplace",
			"Ashlar Basalt Table",
			"Ashlar Large Basalt Fountain",
			"Ashlar Large Stone Fountain",
			"Ashlar Small Basalt Fountain",
			"Ashlar Small Stone Fountain",
			"Ashlar Stone Bench",
			"Ashlar Stone Chair",
			"Ashlar Stone Fireplace",
			"Ashlar Stone Table",
			"Bakery Oven",
			"Bathtub",
			"Bison Mount",
			"Bookshelf",
			"Brazier",
			"Brick Fireplace",
			"Butchery Table",
			"Candle Stand",
			"Carved Pumpkin",
			"Cast Iron Bed",
			"Cast Iron Bench",
			"Cast Iron Chair",
			"Cast Iron Royal Bed",
			"Cast Iron Stove",
			"Cast Iron Table",
			"Ceiling Candle",
			"Composite Birch Bench",
			"Composite Birch Chair",
			"Composite Birch Table",
			"Composite Hardwood Bench",
			"Composite Hardwood Chair",
			"Composite Hardwood Table",
			"Composite Lumber Bench",
			"Composite Lumber Chair",
			"Composite Lumber Table",
			"Copper Frame Landscape",
			"Copper Frame Wide",
			"Couch",
			"Country Foundation",
			"Decorative Anchor",
			"Decorative Glass Buoy Blue",
			"Decorative Glass Buoy Red",
			"Decorative Hanging Buoy",
			"Decorative Life Preserver",
			"Decorative Ship Wheel",
			"Electric Wall Lamp",
			"Elk Mount",
			"Federation Foundation",
			"Galaxy Vase",
			"Goat Mount",
			"Gold Frame Landscape",
			"Gold Frame Wide",
			"Hardwood Lumber Dresser",
			"Hewn Bench",
			"Hewn Chair",
			"Hewn Dresser",
			"Hewn Nightstand",
			"Hewn Softwood Bench",
			"Hewn Softwood Chair",
			"Hewn Softwood Table",
			"Hewn Table",
			"Icebox",
			"Iron Frame Landscape",
			"Iron Frame Wide",
			"Kitchen",
			"Large Bath Mat",
			"Large Cotton Bunting Red",
			"Large Cotton Bunting Regal",
			"Large Festive Paper Lantern",
			"Large Nylon Bunting Green",
			"Large Nylon Bunting Purple",
			"Large Paper Lantern",
			"Lighthouse Lamp",
			"Limestone Bison Statue",
			"Limestone Otter Statue",
			"Limestone Owl Statue",
			"Limestone Wolf Statue",
			"Lumber Bench",
			"Lumber Chair",
			"Lumber Dresser",
			"Lumber Table",
			"Mill",
			"Modern Double Street Light",
			"Modern Street Light",
			"Mortared Granite Bench",
			"Mortared Granite Chair",
			"Mortared Granite Fireplace",
			"Mortared Granite Table",
			"Mortared Stone Bench",
			"Mortared Stone Chair",
			"Mortared Stone Fireplace",
			"Mortared Stone Table",
			"Nylon Futon Bed",
			"Nylon Futon Couch",
			"Orange Vase",
			"Ornate Gold Frame Landscape",
			"Ornate Gold Frame Wide",
			"Ornate Iron Frame Landscape",
			"Ornate Iron Frame Wide",
			"Ornate Wooden Frame Landscape",
			"Ornate Wooden Frame Wide",
			"Padded Chair",
			"Plant Vase",
			"Purple Vase",
			"Red Vase",
			"Refrigerator",
			"Round Pot",
			"Rug Large",
			"Rug Medium",
			"Rug Small",
			"Salt Basket",
			"Sheep Mount",
			"Shelf Cabinet",
			"Sink",
			"Small Bath Mat",
			"Small Cotton Bunting Red",
			"Small Cotton Bunting Regal",
			"Small Nylon Bunting Green",
			"Small Nylon Bunting Purple",
			"Small Paper Lantern",
			"Small Sink",
			"Softwood Lumber Bench",
			"Softwood Lumber Chair",
			"Softwood Lumber Dresser",
			"Softwood Lumber Table",
			"Square Pot",
			"Steel Abstract Fixture",
			"Steel Ceiling Light",
			"Steel Floor Lamp",
			"Steel Hanging Fixture",
			"Steel Hanging Lamp",
			"Steel Kitchen Lamp",
			"Steel Searchlight",
			"Steel Square Fixture",
			"Steel Table Lamp",
			"Stone Brazier",
			"Stove",
			"Streetlamp",
			"Stuffed Alligator",
			"Stuffed Bison",
			"Stuffed Elk",
			"Stuffed Goat",
			"Stuffed Jaguar",
			"Stuffed Wolf",
			"Swirl Vase",
			"Tallow Candle",
			"Tallow Lamp",
			"Tallow Wall Lamp",
			"Toilet",
			"Torch Stand",
			"Towel Rack",
			"Town Bell",
			"Town Foundation",
			"Upholstered Chair",
			"Upholstered Couch",
			"Wall Candle",
			"Washboard",
			"Washing Machine",
			"Wooden Ceiling Light",
			"Wooden Fabric Bed",
			"Wooden Floor Lamp",
			"Wooden Frame Landscape",
			"Wooden Frame Wide",
			"Wooden Kitchen Lamp",
			"Wooden Latrine",
			"Wooden Straw Bed",
			"Wooden Table Lamp",
		},
		["Large Fish"] = {
			"Blue Shark",
			"Tuna",
		},
		["Liquid Fuel"] = {
			"Biodiesel",
			"Gasoline",
		},
		Lumber = {
			"Hardwood Lumber",
			"Lumber",
			"Softwood Lumber",
		},
		["Marine Life"] = {
			"Clam",
			"Urchin",
		},
		["Medium Carcass"] = {
			"Alligator Carcass",
			"Bighorn Carcass",
			"Deer Carcass",
			"Elk Carcass",
			"Jaguar Carcass",
			"Mountain Goat Carcass",
		},
		["Medium Fish"] = {
			"Bass",
			"Cod",
			"Salmon",
			"Trout",
		},
		["Medium Leather Carcass"] = {
			"Alligator Carcass",
			"Deer Carcass",
			"Elk Carcass",
			"Jaguar Carcass",
		},
		["Medium Wooly Carcass"] = {
			"Bighorn Carcass",
			"Mountain Goat Carcass",
		},
		Metal = {
			"Copper Bar",
			"Gold Bar",
			"Iron Bar",
			"Steel Bar",
		},
		["Modern Research"] = {
			"Agriculture Research Paper Modern",
			"Culinary Research Paper Modern",
			"Dendrology Research Paper Modern",
			"Engineering Research Paper Modern",
			"Geology Research Paper Modern",
			"Metallurgy Research Paper Modern",
		},
		["Modern Upgrade"] = {
			"Modern Upgrade 1",
			"Modern Upgrade 2",
			"Modern Upgrade 3",
			"Modern Upgrade 4",
		},
		["Mortared Stone"] = {
			"Mortared Granite",
			"Mortared Limestone",
			"Mortared Sandstone",
			"Mortared Stone",
		},
		["Natural Fiber"] = {
			"Kelp",
			"Plant Fibers",
			"Wood Pulp",
		},
		Oil = {
			"Flaxseed Oil",
			"Oil",
		},
		Ore = {
			"Coal",
			"Copper Ore",
			"Gold Ore",
			"Iron Ore",
		},
		Petals = {
			"Creosote Flower",
			"Orchid",
			"Trillium Flower",
		},
		["Raw Food"] = {
			"Agave Leaves",
			"Bean Sprout",
			"Beans",
			"Beet",
			"Beet Greens",
			"Bolete Mushrooms",
			"Camas Bulb",
			"Cookeina Mushrooms",
			"Corn",
			"Crimini Mushrooms",
			"Fiddleheads",
			"Fireweed Shoots",
			"Giant Cactus Fruit",
			"Heart Of Palm",
			"Huckleberries",
			"Papaya",
			"Pineapple",
			"Prickly Pear Fruit",
			"Pumpkin",
			"Rice",
			"Taro Root",
			"Tomato",
			"Wheat",
		},
		Research = {
			"Agriculture Research Paper Advanced",
			"Agriculture Research Paper Modern",
			"Culinary Research Paper Advanced",
			"Culinary Research Paper Basic",
			"Culinary Research Paper Modern",
			"Dendrology Research Paper Advanced",
			"Dendrology Research Paper Basic",
			"Dendrology Research Paper Modern",
			"Engineering Research Paper Advanced",
			"Engineering Research Paper Modern",
			"Gathering Research Paper Basic",
			"Geology Research Paper Advanced",
			"Geology Research Paper Basic",
			"Geology Research Paper Modern",
			"Metallurgy Research Paper Advanced",
			"Metallurgy Research Paper Basic",
			"Metallurgy Research Paper Modern",
		},
		Road = {
			"Asphalt Concrete",
			"Stone Road",
		},
		["Road Type"] = {
			"Asphalt Concrete",
			"Stone Road",
		},
		Rock = {
			"Basalt",
			"Gneiss",
			"Granite",
			"Limestone",
			"Sandstone",
			"Shale",
			"Stone",
		},
		Root = {
			"Beet",
			"Camas Bulb",
			"Taro Root",
		},
		Salad = {
			"Basic Salad",
			"Fruit Salad",
		},
		Seeds = {
			"Acorn",
			"Agave Seed",
			"Amanita Mushroom Spores",
			"Arctic Willow Seed",
			"Barrel Cactus Seed",
			"Beans",
			"Beet Seed",
			"Big Bluestem Seed",
			"Birch Seed",
			"Bolete Mushroom Spores",
			"Bullrush Seed",
			"Bunchgrass Seed",
			"Camas Bulb",
			"Cedar Seed",
			"Ceiba Seed",
			"Cookeina Mushroom Spores",
			"Corn Seed",
			"Cotton Seed",
			"Creosote Bush Seed",
			"Crimini Mushroom Spores",
			"Dwarf Willow Seed",
			"Fern Spore",
			"Filmy Fern Spore",
			"Fir Seed",
			"Fireweed Seed",
			"Flax Seed",
			"Grass Seed",
			"Heliconia Seed",
			"Huckleberry Seed",
			"Jointfir Seed",
			"Joshua Seed",
			"King Fern Spore",
			"Lattice Mushroom Spores",
			"Lupine Seed",
			"Ocean Spray Seed",
			"Orchid Seed",
			"Palm Seed",
			"Papaya Seed",
			"Pineapple Seed",
			"Prickly Pear Seed",
			"Pumpkin Seed",
			"Redwood Seed",
			"Rice",
			"Saguaro Seed",
			"Saxifrage Seed",
			"Seagrass Seed",
			"Spruce Seed",
			"Sugarcane",
			"Sunflower Seed",
			"Taro Seed",
			"Tomato Seed",
			"Trillium Seed",
			"Waterweed Seed",
			"Wheat Seed",
			"White Bursage Seed",
		},
		Silica = {
			"Crushed Granite",
			"Crushed Sandstone",
		},
		["Skill Books"] = {
			"Advanced Baking Skill Book",
			"Advanced Cooking Skill Book",
			"Advanced Masonry Skill Book",
			"Advanced Smelting Skill Book",
			"Baking Skill Book",
			"Basic Engineering Skill Book",
			"Blacksmith Skill Book",
			"Butchery Skill Book",
			"Carpentry Skill Book",
			"Composites Skill Book",
			"Cooking Skill Book",
			"Cutting Edge Cooking Skill Book",
			"Electronics Skill Book",
			"Farming Skill Book",
			"Fertilizers Skill Book",
			"Glassworking Skill Book",
			"Industry Skill Book",
			"Masonry Skill Book",
			"Mechanics Skill Book",
			"Milling Skill Book",
			"Oil Drilling Skill Book",
			"Paper Milling Skill Book",
			"Pottery Skill Book",
			"Shipwright Skill Book",
			"Smelting Skill Book",
			"Tailoring Skill Book",
		},
		["Skill Scrolls"] = {
			"Advanced Baking Skill Scroll",
			"Advanced Cooking Skill Scroll",
			"Advanced Masonry Skill Scroll",
			"Advanced Smelting Skill Scroll",
			"Baking Skill Scroll",
			"Basic Engineering Skill Scroll",
			"Blacksmith Skill Scroll",
			"Butchery Skill Scroll",
			"Carpentry Skill Scroll",
			"Composites Skill Scroll",
			"Cooking Skill Scroll",
			"Cutting Edge Cooking Skill Scroll",
			"Electronics Skill Scroll",
			"Farming Skill Scroll",
			"Fertilizers Skill Scroll",
			"Glassworking Skill Scroll",
			"Industry Skill Scroll",
			"Masonry Skill Scroll",
			"Mechanics Skill Scroll",
			"Milling Skill Scroll",
			"Oil Drilling Skill Scroll",
			"Paper Milling Skill Scroll",
			"Pottery Skill Scroll",
			"Shipwright Skill Scroll",
			"Smelting Skill Scroll",
			"Tailoring Skill Scroll",
		},
		["Small Carcass"] = {
			"Coyote Carcass",
			"Fox Carcass",
			"Wolf Carcass",
		},
		["Small Fish"] = {
			"Crab Carcass",
			"Moon Jellyfish",
		},
		Softwood = {
			"Cedar Log",
			"Fir Log",
			"Redwood Log",
			"Spruce Log",
		},
		["Softwood Lumber"] = {
			"Composite Cedar Lumber",
			"Composite Fir Lumber",
			"Composite Redwood Lumber",
		},
		["Tiny Carcass"] = {
			"Agouti Carcass",
			"Hare Carcass",
			"Otter Carcass",
			"Prairie Dog Carcass",
			"Snapping Turtle Carcass",
			"Turkey Carcass",
		},
		["Tiny Fur Carcass"] = {
			"Agouti Carcass",
			"Otter Carcass",
		},
		["Tiny Leather Carcass"] = {
			"Prairie Dog Carcass",
			"Snapping Turtle Carcass",
			"Turkey Carcass",
		},
		Tool = {
			"Chainsaw",
			"Claim Tool",
			"Composite Bow",
			"Fishing Pole",
			"Flax Trawler Net",
			"Handheld Camera",
			"Iron Axe",
			"Iron Hammer",
			"Iron Hoe",
			"Iron Machete",
			"Iron Pickaxe",
			"Iron Road Tool",
			"Iron Rock Drill",
			"Iron Shovel",
			"Iron Sickle",
			"Modern Axe",
			"Modern Hammer",
			"Modern Hoe",
			"Modern Machete",
			"Modern Pickaxe",
			"Modern Rock Drill",
			"Modern Scythe",
			"Modern Shovel",
			"Nylon Trawler Net",
			"Recurve Bow",
			"Steam Tractor Harvester",
			"Steam Tractor Plow",
			"Steam Tractor Sower",
			"Steel Axe",
			"Steel Hammer",
			"Steel Hoe",
			"Steel Machete",
			"Steel Pickaxe",
			"Steel Shovel",
			"Steel Sickle",
			"Stone Axe",
			"Stone Hammer",
			"Stone Machete",
			"Stone Pickaxe",
			"Stone Road Tool",
			"Stone Sickle",
			"Wooden Bow",
			"Wooden Hoe",
			"Wooden Shovel",
		},
		Torch = {
			"Torch",
		},
		Upgrade = {
			"Advanced Baking Upgrade",
			"Advanced Cooking Upgrade",
			"Advanced Masonry Upgrade",
			"Advanced Smelting Upgrade",
			"Advanced Upgrade 1",
			"Advanced Upgrade 2",
			"Advanced Upgrade 3",
			"Advanced Upgrade 4",
			"Baking Upgrade",
			"Basic Engineering Upgrade",
			"Basic Upgrade 1",
			"Basic Upgrade 2",
			"Basic Upgrade 3",
			"Basic Upgrade 4",
			"Blacksmith Advanced Upgrade",
			"Blacksmith Upgrade",
			"Butchery Upgrade",
			"Campfire Cooking Upgrade",
			"Carpentry Advanced Upgrade",
			"Carpentry Basic Upgrade",
			"Composites Upgrade",
			"Cooking Upgrade",
			"Cutting Edge Cooking Upgrade",
			"Electronics Upgrade",
			"Farming Upgrade",
			"Fertilizers Upgrade",
			"Gathering Advanced Upgrade",
			"Gathering Basic Upgrade",
			"Glassworking Advanced Upgrade",
			"Glassworking Modern Upgrade",
			"Hunting Upgrade",
			"Industry Upgrade",
			"Logging Advanced Upgrade",
			"Logging Basic Upgrade",
			"Masonry Advanced Upgrade",
			"Masonry Basic Upgrade",
			"Mechanics Advanced Upgrade",
			"Mechanics Modern Upgrade",
			"Milling Upgrade",
			"Mining Advanced Upgrade",
			"Mining Basic Upgrade",
			"Mining Modern Upgrade",
			"Modern Upgrade 1",
			"Modern Upgrade 2",
			"Modern Upgrade 3",
			"Modern Upgrade 4",
			"Oil Drilling Upgrade",
			"Paper Milling Upgrade",
			"Pottery Upgrade",
			"Shipwright Advanced Upgrade",
			"Shipwright Basic Upgrade",
			"Smelting Basic Upgrade",
			"Smelting Upgrade",
			"Tailoring Basic Upgrade",
			"Tailoring Modern Upgrade",
		},
		Vegetable = {
			"Beans",
			"Beet",
			"Camas Bulb",
			"Corn",
			"Heart Of Palm",
			"Taro Root",
			"Tomato",
		},
		Vehicles = {
			"Crane",
			"Excavator",
			"Hand Plow",
			"Industrial Barge",
			"Industrial Elevator",
			"Large Canoe",
			"Medium Fishing Trawler",
			"Powered Cart",
			"Skid Steer",
			"Small Canoe",
			"Small Wood Cart",
			"Small Wooden Boat",
			"Steam Tractor",
			"Steam Truck",
			"Trailer Truck",
			"Truck",
			"Wheelbarrow",
			"Wood Cart",
			"Wood Shop Cart",
			"Wooden Barge",
			"Wooden Elevator",
			"Wooden Transport Ship",
		},
		Wood = {
			"Birch Log",
			"Cedar Log",
			"Ceiba Log",
			"Fir Log",
			"Joshua Log",
			"Oak Log",
			"Palm Log",
			"Redwood Log",
			"Saguaro Rib",
			"Spruce Log",
		},
		["Wood Board"] = {
			"Board",
			"Hardwood Board",
			"Softwood Board",
		},
	},
}