Module:ItemData: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
No edit summary
(Update Item for version 0.10.2.3)
Line 1: Line 1:
-- Eco Version : 10.0.3
-- Eco Version : 0.10.2.3
-- Export Language: English
-- Export Language: English
return {
return {
items = {
items = {
Line 7: Line 6:
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 1,360: Line 1,359:
untranslated = "Agave Seed",
untranslated = "Agave Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow an agave plant.",
description = "Plant to grow an agave plant.",
tagGroups = {
tagGroups = {
Line 1,636: Line 1,635:
untranslated = "Amanita Mushroom Spores",
untranslated = "Amanita Mushroom Spores",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow amanita mushrooms. Not sure why you'd want these poisonous mushrooms, though.",
description = "Plant to grow amanita mushrooms. Not sure why you'd want these poisonous mushrooms, though.",
tagGroups = {
tagGroups = {
Line 1,819: Line 1,818:
untranslated = "Arctic Willow Seed",
untranslated = "Arctic Willow Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow arctic willow.",
description = "Plant to grow arctic willow.",
tagGroups = {
tagGroups = {
Line 3,902: Line 3,901:
untranslated = "Barrel Cactus Seed",
untranslated = "Barrel Cactus Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow barrel cactus.",
description = "Plant to grow barrel cactus.",
tagGroups = {
tagGroups = {
Line 4,629: Line 4,628:
untranslated = "Beans",
untranslated = "Beans",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "A good source of protein.",
description = "A good source of protein.",
tagGroups = {
tagGroups = {
Line 4,998: Line 4,997:
untranslated = "Beet Seed",
untranslated = "Beet Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow beets.",
description = "Plant to grow beets.",
tagGroups = {
tagGroups = {
Line 5,135: Line 5,134:
untranslated = "Big Bluestem Seed",
untranslated = "Big Bluestem Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a big bluestem plant.",
description = "Plant to grow a big bluestem plant.",
tagGroups = {
tagGroups = {
Line 5,319: Line 5,318:
untranslated = "Birch Seed",
untranslated = "Birch Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow into a birch sapling.",
description = "Plant to grow into a birch sapling.",
tagGroups = {
tagGroups = {
Line 5,495: Line 5,494:
typeID = 0,
typeID = 0,
},
},
["Blast Furnace"] = {
["Blacksmith Advanced Upgrade"] = {
untranslated = "Blast Furnace",
untranslated = "Blacksmith Advanced Upgrade",
category = nil,
category = nil,
group = "Work Stations",
group = "Upgrade Modules",
description = "A superior replacement for the bloomery that can produce steel.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,516: Line 5,515:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 5,537: Line 5,536:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BlastFurnaceItem",
type = "BlacksmithAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Blood Meal Fertilizer"] = {
["Blacksmith Skill Book"] = {
untranslated = "Blood Meal Fertilizer",
untranslated = "Blacksmith Skill Book",
category = nil,
category = nil,
group = "Items",
group = "Skill Books",
description = "Blood meal is a great source of nitrogen.",
description = "Blacksmith Skill Book",
tagGroups = {
tagGroups = {
"Fertilizer",
"Skill Books",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,582: Line 5,581:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BloodMealFertilizerItem",
type = "Blacksmith Skill BookItem",
typeID = 0,
typeID = 0,
},
},
Bloomery = {
["Blacksmith Skill Scroll"] = {
untranslated = "Bloomery",
untranslated = "Blacksmith Skill Scroll",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Scrolls",
description = "A chimney-shaped furnace for smelting ores.",
description = "Blacksmith Skill Scroll",
tagGroups = {
tagGroups = {
"Crafting Table",
"Skill Scrolls",
},
},
maxStack = 1,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,606: Line 5,605:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 5,627: Line 5,626:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BloomeryItem",
type = "Blacksmith Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Blue Shark"] = {
["Blacksmith Table"] = {
untranslated = "Blue Shark",
untranslated = "Blacksmith Table",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "A blue shark.",
description = "A simple workplace with assorted tools for creating both decorative pieces and necessary items.",
tagGroups = {
tagGroups = {
"Fish",
"Crafting Table",
"Large Fish",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 2000,
Line 5,652: Line 5,650:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 5,673: Line 5,671:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BlueSharkItem",
type = "BlacksmithTableItem",
typeID = 0,
typeID = 0,
},
},
Board = {
["Blacksmith Upgrade"] = {
untranslated = "Board",
untranslated = "Blacksmith Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A higher quality board used for long lasting furniture.",
description = "Basic Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Upgrade",
"Wood Board",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,694: Line 5,691:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 2000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,719: Line 5,716:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoardItem",
type = "BlacksmithUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Board Of Elections"] = {
["Blast Furnace"] = {
untranslated = "Board Of Elections",
untranslated = "Blast Furnace",
category = nil,
category = nil,
group = "Work Stations",
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).",
description = "A superior replacement for the bloomery that can produce steel.",
tagGroups = {
tagGroups = {
"Government",
"Crafting Table",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,743: Line 5,740:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 5,764: Line 5,761:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoardOfElectionsItem",
type = "BlastFurnaceItem",
typeID = 0,
typeID = 0,
},
},
["Boiled Grains"] = {
["Blood Meal Fertilizer"] = {
untranslated = "Boiled Grains",
untranslated = "Blood Meal Fertilizer",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.",
description = "Blood meal is a great source of nitrogen.",
tagGroups = {
tagGroups = {
"Food",
"Fertilizer",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
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,809: Line 5,806:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoiledGrainsItem",
type = "BloodMealFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Boiled Rice"] = {
Bloomery = {
untranslated = "Boiled Rice",
untranslated = "Bloomery",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Soft and fluffy.",
description = "A chimney-shaped furnace for smelting ores.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = 210,
calories = nil,
carbs = 13,
carbs = nil,
protein = 2,
protein = nil,
fat = 0,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 7.142857142857142,
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,854: Line 5,851:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoiledRiceItem",
type = "BloomeryItem",
typeID = 0,
typeID = 0,
},
},
["Boiled Sausage"] = {
["Blue Shark"] = {
untranslated = "Boiled Sausage",
untranslated = "Blue Shark",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "Boiled sausages might not be as pretty as grilled ones, but they're still tasty.",
description = "A blue shark.",
tagGroups = {
tagGroups = {
"Food",
"Fish",
"Large Fish",
},
},
maxStack = 100,
maxStack = 100,
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,
Line 5,899: Line 5,897:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoiledSausageItem",
type = "BlueSharkItem",
typeID = 0,
typeID = 0,
},
},
Boiler = {
Board = {
untranslated = "Boiler",
untranslated = "Board",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A vessel used for heating fluids.",
description = "A higher quality board used for long lasting furniture.",
tagGroups = {},
tagGroups = {
"Burnable Fuel",
"Wood Board",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
Line 5,917: Line 5,918:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 2000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,942: Line 5,943:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoilerItem",
type = "BoardItem",
typeID = 0,
typeID = 0,
},
},
["Bolete Mushroom Spores"] = {
["Board Of Elections"] = {
untranslated = "Bolete Mushroom Spores",
untranslated = "Board Of Elections",
category = nil,
category = nil,
group = "Seed",
group = "Work Stations",
description = "Plant to grow bolete mushrooms.",
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 = {
"Crop Seed",
"Government",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
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 5,989: Line 5,988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoleteMushroomSporesItem",
type = "BoardOfElectionsItem",
typeID = 0,
typeID = 0,
},
},
["Bolete Mushrooms"] = {
["Boiled Grains"] = {
untranslated = "Bolete Mushrooms",
untranslated = "Boiled Grains",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Boletus edulis.",
description = "A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Fungus",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 100,
calories = 200,
calories = 350,
carbs = 2,
carbs = 9,
protein = 4,
protein = 2,
fat = 1,
fat = 0,
vitamins = 1,
vitamins = 1,
density = 4.0,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,036: Line 6,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoleteMushroomsItem",
type = "BoiledGrainsItem",
typeID = 0,
typeID = 0,
},
},
Bookshelf = {
["Boiled Rice"] = {
untranslated = "Bookshelf",
untranslated = "Boiled Rice",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A place to store knowledge and information; leads to the town hall.",
description = "Soft and fluffy.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
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,
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 6,072: Line 6,069:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,081: Line 6,078:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BookshelfItem",
type = "BoiledRiceItem",
typeID = 0,
typeID = 0,
},
},
Brazier = {
["Boiled Sausage"] = {
untranslated = "Brazier",
untranslated = "Boiled Sausage",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A metal stand which can hold burning fuel to provide light.",
description = "Boiled sausages might not be as pretty as grilled ones, but they're still tasty.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 300,
calories = nil,
calories = 600,
carbs = nil,
carbs = 0,
protein = nil,
protein = 27,
fat = nil,
fat = 22,
vitamins = nil,
vitamins = 0,
density = nil,
density = 8.166666666666666,
fuel = nil,
fuel = nil,
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 6,117: Line 6,114:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,126: Line 6,123:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BrazierItem",
type = "BoiledSausageItem",
typeID = 0,
typeID = 0,
},
},
Bread = {
Boiler = {
untranslated = "Bread",
untranslated = "Boiler",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A delicious, crispy crust hides the soft interior.",
description = "A vessel used for heating fluids.",
tagGroups = {
tagGroups = {},
"Bread",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 500,
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,
Line 6,172: Line 6,166:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BreadItem",
type = "BoilerItem",
typeID = 0,
typeID = 0,
},
},
Brick = {
["Bolete Mushroom Spores"] = {
untranslated = "Brick",
untranslated = "Bolete Mushroom Spores",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Durable building material made from fired blocks and mortar.",
description = "Plant to grow bolete mushrooms.",
tagGroups = {
tagGroups = {
"Constructable",
"Crop Seed",
"Food",
"Seeds",
},
},
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 6,199: Line 6,195:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,217: Line 6,213:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BrickItem",
type = "BoleteMushroomSporesItem",
typeID = 0,
typeID = 0,
},
},
["Brick Fireplace"] = {
["Bolete Mushrooms"] = {
untranslated = "Brick Fireplace",
untranslated = "Bolete Mushrooms",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.",
description = "Boletus edulis.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
"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 = "2",
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 6,253: Line 6,251:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,262: Line 6,260:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BrickFireplaceItem",
type = "BoleteMushroomsItem",
typeID = 0,
typeID = 0,
},
},
["Builder Boots"] = {
Bookshelf = {
untranslated = "Builder Boots",
untranslated = "Bookshelf",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Snug work boots with side zippers.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
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,285: Line 6,283:
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,298: Line 6,296:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,307: Line 6,305:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderBootsItem",
type = "BookshelfItem",
typeID = 0,
typeID = 0,
},
},
["Builder Gloves"] = {
Brazier = {
untranslated = "Builder Gloves",
untranslated = "Brazier",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Leather construction gloves with durable palms and fabric backs for breathability.",
description = "A metal stand which can hold burning fuel to provide light.",
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 6,330: Line 6,328:
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,343: Line 6,341:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,352: Line 6,350:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderGlovesItem",
type = "BrazierItem",
typeID = 0,
typeID = 0,
},
},
["Builder Helmet"] = {
Bread = {
untranslated = "Builder Helmet",
untranslated = "Bread",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A plastic hard hat that protects from falling objects and other hazards found in construction sites.",
description = "A delicious, crispy crust hides the soft interior.",
tagGroups = {
tagGroups = {
"Clothes",
"Bread",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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,397: Line 6,396:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderHelmetItem",
type = "BreadItem",
typeID = 0,
typeID = 0,
},
},
["Builder Overalls"] = {
Brick = {
untranslated = "Builder Overalls",
untranslated = "Brick",
category = nil,
category = nil,
group = "Clothing",
group = "Blocks",
description = "Durable overalls with cargo pockets and hammer loops.",
description = "Durable building material made from fired blocks and mortar.",
tagGroups = {
tagGroups = {
"Clothes",
"Constructable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,424: Line 6,423:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,442: Line 6,441:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderOverallsItem",
type = "BrickItem",
typeID = 0,
typeID = 0,
},
},
["Builder Shirt"] = {
["Brick Fireplace"] = {
untranslated = "Builder Shirt",
untranslated = "Brick Fireplace",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "A short sleeved work shirt made from a blend of cotton and synthetic materials. ",
description = "A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.",
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 6,465: Line 6,464:
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,478: Line 6,477:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,487: Line 6,486:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderShirtItem",
type = "BrickFireplaceItem",
typeID = 0,
typeID = 0,
},
},
["Bullrush Seed"] = {
["Builder Boots"] = {
untranslated = "Bullrush Seed",
untranslated = "Builder Boots",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow bullrush.",
description = "Snug work boots with side zippers.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
"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 6,533: Line 6,531:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BullrushSeedItem",
type = "BuilderBootsItem",
typeID = 0,
typeID = 0,
},
},
["Bunchgrass Seed"] = {
["Builder Gloves"] = {
untranslated = "Bunchgrass Seed",
untranslated = "Builder Gloves",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow bunchgrass.",
description = "Leather construction gloves with durable palms and fabric backs for breathability.",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
"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 6,579: Line 6,576:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BunchgrassSeedItem",
type = "BuilderGlovesItem",
typeID = 0,
typeID = 0,
},
},
["Butchery Skill Book"] = {
["Builder Helmet"] = {
untranslated = "Butchery Skill Book",
untranslated = "Builder Helmet",
category = nil,
category = nil,
group = "Skill Books",
group = "Clothing",
description = "Butchery Skill Book",
description = "A plastic hard hat that protects from falling objects and other hazards found in construction sites.",
tagGroups = {
tagGroups = {
"Skill Books",
"Clothes",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
Line 6,624: Line 6,621:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Butchery Skill BookItem",
type = "BuilderHelmetItem",
typeID = 0,
typeID = 0,
},
},
["Butchery Skill Scroll"] = {
["Builder Overalls"] = {
untranslated = "Butchery Skill Scroll",
untranslated = "Builder Overalls",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Clothing",
description = "Butchery Skill Scroll",
description = "Durable overalls with cargo pockets and hammer loops.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Clothes",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,669: Line 6,666:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Butchery Skill ScrollItem",
type = "BuilderOverallsItem",
typeID = 0,
typeID = 0,
},
},
["Butchery Table"] = {
["Builder Shirt"] = {
untranslated = "Butchery Table",
untranslated = "Builder Shirt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A block and cleaver to process raw meat into fancier dishes.",
description = "A short sleeved work shirt made from a blend of cotton and synthetic materials. ",
tagGroups = {
tagGroups = {
"Crafting Table",
"Clothes",
"Housing",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,693: Line 6,689:
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,706: Line 6,702:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "18",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,715: Line 6,711:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ButcheryTableItem",
type = "BuilderShirtItem",
typeID = 0,
typeID = 0,
},
},
["Butchery Upgrade"] = {
["Bullrush Seed"] = {
untranslated = "Butchery Upgrade",
untranslated = "Bullrush Seed",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.",
description = "Plant to grow bullrush.",
tagGroups = {
tagGroups = {
"Upgrade",
"Food",
"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 6,760: Line 6,757:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ButcheryUpgradeItem",
type = "BullrushSeedItem",
typeID = 0,
typeID = 0,
},
},
Bycocket = {
["Bunchgrass Seed"] = {
untranslated = "Bycocket",
untranslated = "Bunchgrass Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Also called chapeau … bec, or Billed Hat in france due to it's bird-beak like appearance.",
description = "Plant to grow bunchgrass.",
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,805: Line 6,803:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BycocketItem",
type = "BunchgrassSeedItem",
typeID = 0,
typeID = 0,
},
},
["CO2 Canister"] = {
["Butchery Skill Book"] = {
untranslated = "CO2 Canister",
untranslated = "Butchery Skill Book",
category = nil,
category = nil,
group = "Item",
group = "Skill Books",
description = "For creating fancy foams!",
description = "Butchery Skill Book",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Skill Books",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = nil,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,848: Line 6,848:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CO2CanisterItem",
type = "Butchery Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Camas Ash Fertilizer"] = {
["Butchery Skill Scroll"] = {
untranslated = "Camas Ash Fertilizer",
untranslated = "Butchery Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "Camas ash fertilizer, though not very potent, is a great source of potassium.",
description = "Butchery Skill Scroll",
tagGroups = {
tagGroups = {
"Fertilizer",
"Skill Scrolls",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,893: Line 6,893:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasAshFertilizerItem",
type = "Butchery Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Camas Bread"] = {
["Butchery Table"] = {
untranslated = "Camas Bread",
untranslated = "Butchery Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A bread with a camas twist for a bit of flavor and fun. ",
description = "A block and cleaver to process raw meat into fancier dishes.",
tagGroups = {
tagGroups = {
"Bread",
"Crafting Table",
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
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,
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,930: Line 6,930:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "18",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,939: Line 6,939:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasBreadItem",
type = "ButcheryTableItem",
typeID = 0,
typeID = 0,
},
},
["Camas Bulb"] = {
["Butchery Upgrade"] = {
untranslated = "Camas Bulb",
untranslated = "Butchery Upgrade",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow a camas plant.",
description = "Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.",
tagGroups = {
tagGroups = {
"Crop",
"Upgrade",
"Crop Seed",
"Food",
"Raw Food",
"Root",
"Seeds",
"Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 1,
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,
Line 6,990: Line 6,984:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasBulbItem",
type = "ButcheryUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Camas Bulb Bake"] = {
Bycocket = {
untranslated = "Camas Bulb Bake",
untranslated = "Bycocket",
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 = "Also called chapeau a bec, or Billed Hat in france due to it's bird-beak like appearance.",
tagGroups = {
tagGroups = {
"Baked Food",
"Clothes",
"Baked Vegetable",
"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 7,037: Line 7,029:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasBulbBakeItem",
type = "BycocketItem",
typeID = 0,
typeID = 0,
},
},
["Camas Paste"] = {
["CO2 Canister"] = {
untranslated = "Camas Paste",
untranslated = "CO2 Canister",
category = nil,
category = nil,
group = "Food",
group = "Item",
description = "Pulverized camas works as an excellent thickener or flavour enhancer.",
description = "For creating fancy foams!",
tagGroups = {
tagGroups = {},
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = nil,
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 7,082: Line 7,072:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasPasteItem",
type = "CO2CanisterItem",
typeID = 0,
typeID = 0,
},
},
Camera = {
["Camas Ash Fertilizer"] = {
untranslated = "Camera",
untranslated = "Camas Ash Fertilizer",
category = nil,
category = nil,
group = "Item",
group = "Items",
description = "",
description = "Camas ash fertilizer, though not very potent, is a great source of potassium.",
tagGroups = {},
tagGroups = {
"Fertilizer",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 3000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,125: Line 7,117:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CameraItem",
type = "CamasAshFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Camera Film"] = {
["Camas Bread"] = {
untranslated = "Camera Film",
untranslated = "Camas Bread",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A film used inside a camera.",
description = "A bread with a camas twist for a bit of flavor and fun. ",
tagGroups = {},
tagGroups = {
"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,168: Line 7,163:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CameraFilmItem",
type = "CamasBreadItem",
typeID = 0,
typeID = 0,
},
},
["Camo Pants"] = {
["Camas Bulb"] = {
untranslated = "Camo Pants",
untranslated = "Camas Bulb",
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 a camas plant.",
tagGroups = {
tagGroups = {
"Clothes",
"Crop",
"Crop Seed",
"Food",
"Raw Food",
"Root",
"Seeds",
"Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 75,
calories = nil,
calories = 150,
carbs = nil,
carbs = 1,
protein = nil,
protein = 2,
fat = nil,
fat = 5,
vitamins = nil,
vitamins = 0,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 7,213: Line 7,214:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamoPantsItem",
type = "CamasBulbItem",
typeID = 0,
typeID = 0,
},
},
["Camo Shirt"] = {
["Camas Bulb Bake"] = {
untranslated = "Camo Shirt",
untranslated = "Camas Bulb Bake",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
description = "A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.",
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 = 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,258: Line 7,261:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamoShirtItem",
type = "CamasBulbBakeItem",
typeID = 0,
typeID = 0,
},
},
Campfire = {
["Camas Paste"] = {
untranslated = "Campfire",
untranslated = "Camas Paste",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Cook like a caveman on an uneven fire.",
description = "Pulverized camas works as an excellent thickener or flavour enhancer.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Food",
},
},
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,
Line 7,303: Line 7,306:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireItem",
type = "CamasPasteItem",
typeID = 0,
typeID = 0,
},
},
["Campfire Cooking Upgrade"] = {
Camera = {
untranslated = "Campfire Cooking Upgrade",
untranslated = "Camera",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Item",
description = "Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.",
description = "",
tagGroups = {
tagGroups = {},
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,348: Line 7,349:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireCookingUpgradeItem",
type = "CameraItem",
typeID = 0,
typeID = 0,
},
},
["Campfire Roast"] = {
["Camera Film"] = {
untranslated = "Campfire Roast",
untranslated = "Camera Film",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
description = "A film used inside a camera.",
tagGroups = {
tagGroups = {},
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 100,
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 7,393: Line 7,392:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireRoastItem",
type = "CameraFilmItem",
typeID = 0,
typeID = 0,
},
},
Campsite = {
["Camo Pants"] = {
untranslated = "Campsite",
untranslated = "Camo Pants",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A campsite.",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Clothes",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,436: Line 7,437:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampsiteItem",
type = "CamoPantsItem",
typeID = 0,
typeID = 0,
},
},
["Candle Stand"] = {
["Camo Shirt"] = {
untranslated = "Candle Stand",
untranslated = "Camo Shirt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A fancy candelabra for providing small amounts of light.",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
tagGroups = {
tagGroups = {
"Housing",
"Clothes",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,459: Line 7,460:
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,472: Line 7,473:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,481: Line 7,482:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CandleStandItem",
type = "CamoShirtItem",
typeID = 0,
typeID = 0,
},
},
Canvas = {
Campfire = {
untranslated = "Canvas",
untranslated = "Campfire",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A canvas used for painting on, made by either cotton or linen.",
description = "Cook like a caveman on an uneven fire.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Crafting Table",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,524: Line 7,527:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CanvasItem",
type = "CampfireItem",
typeID = 0,
typeID = 0,
},
},
Capitol = {
["Campfire Cooking Upgrade"] = {
untranslated = "Capitol",
untranslated = "Campfire Cooking Upgrade",
category = nil,
category = nil,
group = "Work Stations",
group = "Upgrade Modules",
description = "Allows the creation of the government, allowing all other civic objects to be created.",
description = "Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.",
tagGroups = {
tagGroups = {
"Government",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,569: Line 7,572:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CapitolItem",
type = "CampfireCookingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Capris = {
["Campfire Roast"] = {
untranslated = "Capris",
untranslated = "Campfire Roast",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
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 = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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 = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 7,614: Line 7,617:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CaprisItem",
type = "CampfireRoastItem",
typeID = 0,
typeID = 0,
},
},
["Carbide Helmet Lamp"] = {
Campsite = {
untranslated = "Carbide Helmet Lamp",
untranslated = "Campsite",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "A steel hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
description = "A campsite.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,659: Line 7,660:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarbideHelmetLampItem",
type = "CampsiteItem",
typeID = 0,
typeID = 0,
},
},
["Carpentry Advanced Upgrade"] = {
["Candle Stand"] = {
untranslated = "Carpentry Advanced Upgrade",
untranslated = "Candle Stand",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
description = "A fancy candelabra for providing small amounts of light.",
tagGroups = {
tagGroups = {
"Upgrade",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,682: Line 7,683:
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 7,695: Line 7,696:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,704: Line 7,705:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarpentryAdvancedUpgradeItem",
type = "CandleStandItem",
typeID = 0,
typeID = 0,
},
},
["Carpentry Basic Upgrade"] = {
Canvas = {
untranslated = "Carpentry Basic Upgrade",
untranslated = "Canvas",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
description = "A canvas used for painting on, made by either cotton or linen.",
tagGroups = {
tagGroups = {},
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,749: Line 7,748:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarpentryBasicUpgradeItem",
type = "CanvasItem",
typeID = 0,
typeID = 0,
},
},
["Carpentry Skill Book"] = {
Capitol = {
untranslated = "Carpentry Skill Book",
untranslated = "Capitol",
category = nil,
category = nil,
group = "Skill Books",
group = "Work Stations",
description = "Carpentry Skill Book",
description = "Allows the creation of the government, allowing all other civic objects to be created.",
tagGroups = {
tagGroups = {
"Skill Books",
"Government",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,794: Line 7,793:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Carpentry Skill BookItem",
type = "CapitolItem",
typeID = 0,
typeID = 0,
},
},
["Carpentry Skill Scroll"] = {
Capris = {
untranslated = "Carpentry Skill Scroll",
untranslated = "Capris",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Clothing",
description = "Carpentry Skill Scroll",
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 = {
"Skill Scrolls",
"Clothes",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,839: Line 7,838:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Carpentry Skill ScrollItem",
type = "CaprisItem",
typeID = 0,
typeID = 0,
},
},
["Carpentry Table"] = {
["Carbide Helmet Lamp"] = {
untranslated = "Carpentry Table",
untranslated = "Carbide Helmet Lamp",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A table for basic wooden crafts for home improvement and progress.",
description = "A steel hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
tagGroups = {
tagGroups = {
"Crafting Table",
"Clothes",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,863: Line 7,862:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 7,884: Line 7,883:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarpentryTableItem",
type = "CarbideHelmetLampItem",
typeID = 0,
typeID = 0,
},
},
["Carved Pumpkin"] = {
["Carpentry Advanced Upgrade"] = {
untranslated = "Carved Pumpkin",
untranslated = "Carpentry Advanced Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "Spooky pumpkin that emits a mystical light.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
tagGroups = {
tagGroups = {
"Housing",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,907: Line 7,906:
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,920: Line 7,919:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,929: Line 7,928:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarvedPumpkinItem",
type = "CarpentryAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Cast Iron Bed"] = {
["Carpentry Basic Upgrade"] = {
untranslated = "Cast Iron Bed",
untranslated = "Carpentry Basic Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A solid bed made slightly more comfortable by adding cotton.",
description = "Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
tagGroups = {
tagGroups = {
"Housing",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,952: Line 7,951:
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,965: Line 7,964:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "18",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,974: Line 7,973:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronBedItem",
type = "CarpentryBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Cast Iron Royal Bed"] = {
["Carpentry Skill Book"] = {
untranslated = "Cast Iron Royal Bed",
untranslated = "Carpentry Skill Book",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Books",
description = "A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.",
description = "Carpentry Skill Book",
tagGroups = {
tagGroups = {
"Housing",
"Skill Books",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,997: Line 7,996:
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 8,010: Line 8,009:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "24",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,019: Line 8,018:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronRoyalBedItem",
type = "Carpentry Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Cast Iron Stove"] = {
["Carpentry Skill Scroll"] = {
untranslated = "Cast Iron Stove",
untranslated = "Carpentry Skill Scroll",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Scrolls",
description = "The perfect stove for the fledgling chef.",
description = "Carpentry Skill Scroll",
tagGroups = {
tagGroups = {
"Crafting Table",
"Skill Scrolls",
"Housing",
},
},
maxStack = 1,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,043: Line 8,041:
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 8,056: Line 8,054:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "24",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,065: Line 8,063:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronStoveItem",
type = "Carpentry Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Cedar Log"] = {
["Carpentry Table"] = {
untranslated = "Cedar Log",
untranslated = "Carpentry Table",
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 = "A table for basic wooden crafts for home improvement and progress.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Crafting Table",
"Softwood",
"Wood",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,087: Line 8,083:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
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,112: Line 8,108:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CedarLogItem",
type = "CarpentryTableItem",
typeID = 0,
typeID = 0,
},
},
["Cedar Seed"] = {
["Carved Pumpkin"] = {
untranslated = "Cedar Seed",
untranslated = "Carved Pumpkin",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow a cedar sapling.",
description = "Spooky pumpkin that emits a mystical light.",
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 = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,149: Line 8,144:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,158: Line 8,153:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CedarSeedItem",
type = "CarvedPumpkinItem",
typeID = 0,
typeID = 0,
},
},
["Ceiba Log"] = {
["Cast Iron Bed"] = {
untranslated = "Ceiba Log",
untranslated = "Cast Iron Bed",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
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 = "A solid bed made slightly more comfortable by adding cotton.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Housing",
"Hardwood",
"Wood",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,180: Line 8,173:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
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,196: Line 8,189:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "18",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,205: Line 8,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CeibaLogItem",
type = "CastIronBedItem",
typeID = 0,
typeID = 0,
},
},
["Ceiba Seed"] = {
["Cast Iron Bench"] = {
untranslated = "Ceiba Seed",
untranslated = "Cast Iron Bench",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow a ceiba sapling.",
description = "Does not look very comfortable.",
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 = "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,242: Line 8,234:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,251: Line 8,243:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CeibaSeedItem",
type = "CastIronBenchItem",
typeID = 0,
typeID = 0,
},
},
["Ceiling Candle"] = {
["Cast Iron Chair"] = {
untranslated = "Ceiling Candle",
untranslated = "Cast Iron Chair",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A fancy hanging candelabra.",
description = "It is very stable.",
tagGroups = {
tagGroups = {
"Housing",
"Housing",
Line 8,264: Line 8,256:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,274: Line 8,266:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.4",
skillValue = "1",
roomCategory = "Lighting",
roomCategory = "Seating",
furnitureType = "Lights",
furnitureType = "Chair",
repeatsDepreciation = "0.7",
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
Line 8,287: Line 8,279:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,296: Line 8,288:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CeilingCandleItem",
type = "CastIronChairItem",
typeID = 0,
typeID = 0,
},
},
["Cellulose Fiber"] = {
["Cast Iron Royal Bed"] = {
untranslated = "Cellulose Fiber",
untranslated = "Cast Iron Royal Bed",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Created by taking pulped plants and extruding them similarly to synthetic fibers.",
description = "A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,317: Line 8,311:
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,330: Line 8,324:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "24",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,339: Line 8,333:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CelluloseFiberItem",
type = "CastIronRoyalBedItem",
typeID = 0,
typeID = 0,
},
},
Cement = {
["Cast Iron Stove"] = {
untranslated = "Cement",
untranslated = "Cast Iron Stove",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "In order to be usable it needs to be reinforced.",
description = "The perfect stove for the fledgling chef.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Crafting Table",
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,360: Line 8,357:
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,373: Line 8,370:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "24",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,382: Line 8,379:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CementItem",
type = "CastIronStoveItem",
typeID = 0,
typeID = 0,
},
},
["Cement Kiln"] = {
["Cast Iron Table"] = {
untranslated = "Cement Kiln",
untranslated = "Cast Iron Table",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A rotary kiln that produces cement and concrete products.",
description = "A simple yet ornate table made from cast iron.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,405: Line 8,402:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = "Industrial",
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 8,418: Line 8,415:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,427: Line 8,424:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CementKilnItem",
type = "CastIronTableItem",
typeID = 0,
typeID = 0,
},
},
["Census Bureau"] = {
["Cedar Log"] = {
untranslated = "Census Bureau",
untranslated = "Cedar Log",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.",
description = "Cedar log is a type of softwood. Cedar wood is a natural repellent to moths.",
tagGroups = {
tagGroups = {
"Government",
"Burnable Fuel",
"Softwood",
"Wood",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,447: Line 8,446:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,472: Line 8,471:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CensusBureauItem",
type = "CedarLogItem",
typeID = 0,
typeID = 0,
},
},
["Cereal Germ"] = {
["Cedar Seed"] = {
untranslated = "Cereal Germ",
untranslated = "Cedar Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A by-product of milling, the germ is the reproductive part of the cereal that germinates.",
description = "Plant to grow a cedar sapling.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 50,
calories = 20,
calories = 0,
carbs = 5,
carbs = 0,
protein = 0,
protein = 0,
fat = 7,
fat = 0,
vitamins = 3,
vitamins = 0,
density = 75.0,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 8,517: Line 8,517:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CerealGermItem",
type = "CedarSeedItem",
typeID = 0,
typeID = 0,
},
},
Chainsaw = {
["Ceiba Log"] = {
untranslated = "Chainsaw",
untranslated = "Ceiba Log",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "A gasoline-powered alternative to cutting trees.",
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 = {
"Tool",
"Burnable Fuel",
"Hardwood",
"Wood",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,537: Line 8,539:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,544: Line 8,546:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,562: Line 8,564:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChainsawItem",
type = "CeibaLogItem",
typeID = 0,
typeID = 0,
},
},
Charcoal = {
["Ceiba Seed"] = {
untranslated = "Charcoal",
untranslated = "Ceiba Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A black residue, consisting of carbon and any remaining ash.",
description = "Plant to grow a ceiba sapling.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Food",
"Coal",
"Seeds",
},
},
maxStack = 100,
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 = 20000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,608: Line 8,610:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharcoalItem",
type = "CeibaSeedItem",
typeID = 0,
typeID = 0,
},
},
["Charred Agave"] = {
["Ceiling Candle"] = {
untranslated = "Charred Agave",
untranslated = "Ceiling Candle",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Agave leaves that have been charred over a campfire.",
description = "A fancy hanging candelabra.",
tagGroups = {
tagGroups = {
"Charred Green",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
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,
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,645: Line 8,646:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,654: Line 8,655:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredAgaveItem",
type = "CeilingCandleItem",
typeID = 0,
typeID = 0,
},
},
["Charred Beans"] = {
["Cellulose Fiber"] = {
untranslated = "Charred Beans",
untranslated = "Cellulose Fiber",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.",
description = "Created by taking pulped plants and extruding them similarly to synthetic fibers.",
tagGroups = {
tagGroups = {},
"Charred Vegetable",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
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,700: Line 8,698:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredBeansItem",
type = "CelluloseFiberItem",
typeID = 0,
typeID = 0,
},
},
["Charred Beet"] = {
Cement = {
untranslated = "Charred Beet",
untranslated = "Cement",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.",
description = "In order to be usable it needs to be reinforced.",
tagGroups = {
tagGroups = {},
"Charred Vegetable",
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10000,
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,
Line 8,746: Line 8,741:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredBeetItem",
type = "CementItem",
typeID = 0,
typeID = 0,
},
},
["Charred Cactus Fruit"] = {
["Cement Kiln"] = {
untranslated = "Charred Cactus Fruit",
untranslated = "Cement Kiln",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Blackened cactus fruit. A favorite of early desert settlers.",
description = "A rotary kiln that produces cement and concrete products.",
tagGroups = {
tagGroups = {
"Charred Fruit",
"Crafting Table",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
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 = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 8,792: Line 8,786:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredCactusFruitItem",
type = "CementKilnItem",
typeID = 0,
typeID = 0,
},
},
["Charred Camas Bulb"] = {
["Census Bureau"] = {
untranslated = "Charred Camas Bulb",
untranslated = "Census Bureau",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.",
description = "Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.",
tagGroups = {
tagGroups = {
"Charred Vegetable",
"Government",
"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,
Line 8,838: Line 8,831:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredCamasBulbItem",
type = "CensusBureauItem",
typeID = 0,
typeID = 0,
},
},
["Charred Corn"] = {
["Ceramic Mold"] = {
untranslated = "Charred Corn",
untranslated = "Ceramic Mold",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "This piece of corn needs a good slathering of butter to curb that burnt taste.",
description = "A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.",
tagGroups = {
tagGroups = {},
"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,884: Line 8,874:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredCornItem",
type = "CeramicMoldItem",
typeID = 0,
typeID = 0,
},
},
["Charred Fireweed Shoots"] = {
["Cereal Germ"] = {
untranslated = "Charred Fireweed Shoots",
untranslated = "Cereal Germ",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "It tastes somewhat burnt but at least the fire has removed the bitter taste.",
description = "A by-product of milling, the germ is the reproductive part of the cereal that germinates.",
tagGroups = {
tagGroups = {
"Charred Green",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 50,
calories = 350,
calories = 20,
carbs = 5,
carbs = 5,
protein = 1,
protein = 0,
fat = 0,
fat = 7,
vitamins = 6,
vitamins = 3,
density = 3.428571428571429,
density = 75.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 8,930: Line 8,919:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredFireweedShootsItem",
type = "CerealGermItem",
typeID = 0,
typeID = 0,
},
},
["Charred Fish"] = {
Chainsaw = {
untranslated = "Charred Fish",
untranslated = "Chainsaw",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "At least it doesn't have any scales any more.",
description = "A gasoline-powered alternative to cutting trees.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 1000,
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,
Line 8,957: Line 8,946:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,975: Line 8,964:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredFishItem",
type = "ChainsawItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 400.0,
ToolDamage = 15.0,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Gasoline",
},
},
["Charred Heart Of Palm"] = {
Charcoal = {
untranslated = "Charred Heart Of Palm",
untranslated = "Charcoal",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.",
description = "A black residue, consisting of carbon and any remaining ash.",
tagGroups = {
tagGroups = {
"Charred Vegetable",
"Burnable Fuel",
"Food",
"Coal",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
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 = 20000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,021: Line 9,016:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredHeartOfPalmItem",
type = "CharcoalItem",
typeID = 0,
typeID = 0,
},
},
["Charred Meat"] = {
["Charred Agave"] = {
untranslated = "Charred Meat",
untranslated = "Charred Agave",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "The blackened surface of this unrecognizable meat is 'golden brown'.",
description = "Agave leaves that have been charred over a campfire.",
tagGroups = {
tagGroups = {
"Charred Green",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 100,
calories = 400,
calories = 350,
carbs = 0,
carbs = 5,
protein = 5,
protein = 1,
fat = 10,
fat = 3,
vitamins = 0,
vitamins = 3,
density = 3.75,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,066: Line 9,062:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredMeatItem",
type = "CharredAgaveItem",
typeID = 0,
typeID = 0,
},
},
["Charred Mushrooms"] = {
["Charred Beans"] = {
untranslated = "Charred Mushrooms",
untranslated = "Charred Beans",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.",
description = "A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.",
tagGroups = {
tagGroups = {
"Charred Vegetable",
"Charred Vegetable",
Line 9,082: Line 9,078:
weight = 100,
weight = 100,
calories = 350,
calories = 350,
carbs = 3,
carbs = 1,
protein = 6,
protein = 8,
fat = 2,
fat = 3,
vitamins = 1,
vitamins = 0,
density = 3.428571428571429,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
Line 9,112: Line 9,108:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredMushroomsItem",
type = "CharredBeansItem",
typeID = 0,
typeID = 0,
},
},
["Charred Papaya"] = {
["Charred Beet"] = {
untranslated = "Charred Papaya",
untranslated = "Charred Beet",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Papaya fruit that has been charred over a basic campfire.",
description = "Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.",
tagGroups = {
tagGroups = {
"Charred Fruit",
"Charred Vegetable",
"Food",
"Food",
},
},
Line 9,129: Line 9,125:
calories = 350,
calories = 350,
carbs = 3,
carbs = 3,
protein = 1,
protein = 0,
fat = 0,
fat = 3,
vitamins = 8,
vitamins = 6,
density = 3.428571428571429,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
Line 9,158: Line 9,154:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredPapayaItem",
type = "CharredBeetItem",
typeID = 0,
typeID = 0,
},
},
["Charred Pineapple"] = {
["Charred Cactus Fruit"] = {
untranslated = "Charred Pineapple",
untranslated = "Charred Cactus Fruit",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Pineapple that has been charred over a basic campfire.",
description = "Blackened cactus fruit. A favorite of early desert settlers.",
tagGroups = {
tagGroups = {
"Charred Fruit",
"Charred Fruit",
Line 9,173: Line 9,169:
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
calories = 350,
calories = 200,
carbs = 8,
carbs = 4,
protein = 1,
protein = 0,
fat = 0,
fat = 2,
vitamins = 3,
vitamins = 6,
density = 3.428571428571429,
density = 6.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,204: Line 9,200:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredPineappleItem",
type = "CharredCactusFruitItem",
typeID = 0,
typeID = 0,
},
},
["Charred Sausage"] = {
["Charred Camas Bulb"] = {
untranslated = "Charred Sausage",
untranslated = "Charred Camas Bulb",
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 = "A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.",
tagGroups = {
tagGroups = {
"Charred Vegetable",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 350,
weight = 100,
calories = 700,
calories = 350,
carbs = 0,
carbs = 2,
protein = 10,
protein = 3,
fat = 14,
fat = 6,
vitamins = 0,
vitamins = 1,
density = 3.428571428571429,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
Line 9,249: Line 9,246:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredSausageItem",
type = "CharredCamasBulbItem",
typeID = 0,
typeID = 0,
},
},
["Charred Taro"] = {
["Charred Corn"] = {
untranslated = "Charred Taro",
untranslated = "Charred Corn",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.",
description = "This piece of corn needs a good slathering of butter to curb that burnt taste.",
tagGroups = {
tagGroups = {
"Charred Vegetable",
"Charred Vegetable",
Line 9,265: Line 9,262:
weight = 100,
weight = 100,
calories = 350,
calories = 350,
carbs = 10,
carbs = 7,
protein = 1,
protein = 1,
fat = 0,
fat = 0,
vitamins = 1,
vitamins = 4,
density = 3.428571428571429,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
Line 9,295: Line 9,292:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredTaroItem",
type = "CharredCornItem",
typeID = 0,
typeID = 0,
},
},
["Charred Tomato"] = {
["Charred Fireweed Shoots"] = {
untranslated = "Charred Tomato",
untranslated = "Charred Fireweed Shoots",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.",
description = "It tastes somewhat burnt but at least the fire has removed the bitter taste.",
tagGroups = {
tagGroups = {
"Charred Vegetable",
"Charred Green",
"Food",
"Food",
},
},
Line 9,311: Line 9,308:
weight = 100,
weight = 100,
calories = 350,
calories = 350,
carbs = 7,
carbs = 5,
protein = 1,
protein = 1,
fat = 0,
fat = 0,
vitamins = 4,
vitamins = 6,
density = 3.428571428571429,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
Line 9,341: Line 9,338:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredTomatoItem",
type = "CharredFireweedShootsItem",
typeID = 0,
typeID = 0,
},
},
["Chef Hat"] = {
["Charred Fish"] = {
untranslated = "Chef Hat",
untranslated = "Charred Fish",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "To keep your hair in one place while stirring the pots.",
description = "At least it doesn't have any scales any more.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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,386: Line 9,383:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefHatItem",
type = "CharredFishItem",
typeID = 0,
typeID = 0,
},
},
["Chef Pants"] = {
["Charred Heart Of Palm"] = {
untranslated = "Chef Pants",
untranslated = "Charred Heart Of Palm",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Checkered style pants for hiding the truths of working in a kitchen.",
description = "Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.",
tagGroups = {
tagGroups = {
"Clothes",
"Charred Vegetable",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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,
Line 9,431: Line 9,429:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefPantsItem",
type = "CharredHeartOfPalmItem",
typeID = 0,
typeID = 0,
},
},
["Chef Shirt"] = {
["Charred Meat"] = {
untranslated = "Chef Shirt",
untranslated = "Charred Meat",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A clean Chef's shirt to spot all the spots.",
description = "The blackened surface of this unrecognizable meat is 'golden brown'.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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,
Line 9,476: Line 9,474:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefShirtItem",
type = "CharredMeatItem",
typeID = 0,
typeID = 0,
},
},
["Chef Shoes"] = {
["Charred Mushrooms"] = {
untranslated = "Chef Shoes",
untranslated = "Charred Mushrooms",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
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 collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.",
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 = 6,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,521: Line 9,520:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefShoesItem",
type = "CharredMushroomsItem",
typeID = 0,
typeID = 0,
},
},
["Claim Tool"] = {
["Charred Papaya"] = {
untranslated = "Claim Tool",
untranslated = "Charred Papaya",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Used to claim, unclaim and examine property.",
description = "Papaya fruit that has been charred over a basic campfire.",
tagGroups = {
tagGroups = {
"Tool",
"Charred Fruit",
"Food",
},
},
maxStack = 100,
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,566: Line 9,566:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClaimToolItem",
type = "CharredPapayaItem",
typeID = 0,
typeID = 0,
},
},
Clam = {
["Charred Pineapple"] = {
untranslated = "Clam",
untranslated = "Charred Pineapple",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A clam.",
description = "Pineapple that has been charred over a basic campfire.",
tagGroups = {
tagGroups = {
"Marine Life",
"Charred Fruit",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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,611: Line 9,612:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClamItem",
type = "CharredPineappleItem",
typeID = 0,
typeID = 0,
},
},
["Clam Chowder"] = {
["Charred Sausage"] = {
untranslated = "Clam Chowder",
untranslated = "Charred Sausage",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A thick stew loaded with clams and taro root.",
description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
tagGroups = {
tagGroups = {
"Food",
"Food",
Line 9,624: Line 9,625:
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 350,
calories = 800,
calories = 700,
carbs = 16,
carbs = 0,
protein = 15,
protein = 10,
fat = 3,
fat = 14,
vitamins = 11,
vitamins = 0,
density = 5.625,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,656: Line 9,657:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClamChowderItem",
type = "CharredSausageItem",
typeID = 0,
typeID = 0,
},
},
Clay = {
["Charred Taro"] = {
untranslated = "Clay",
untranslated = "Charred Taro",
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 = "Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.",
tagGroups = {
tagGroups = {
"Excavatable",
"Charred Vegetable",
"Food",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 22000,
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,701: Line 9,703:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClayItem",
type = "CharredTaroItem",
typeID = 0,
typeID = 0,
},
},
Cloth = {
["Charred Tomato"] = {
untranslated = "Cloth",
untranslated = "Charred Tomato",
category = nil,
category = nil,
group = "Item",
group = "Food",
description = "A piece of rough cloth made by weaving fibers together.",
description = "The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.",
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 = 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,746: Line 9,749:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClothItem",
type = "CharredTomatoItem",
typeID = 0,
typeID = 0,
},
},
["Cloth Belt"] = {
["Chef Hat"] = {
untranslated = "Cloth Belt",
untranslated = "Chef Hat",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "A fashionable cloth belt that drapes across the waist.",
description = "To keep your hair in one place while stirring the pots.",
tagGroups = {
tagGroups = {
"Clothes",
"Clothes",
Line 9,791: Line 9,794:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClothBeltItem",
type = "ChefHatItem",
typeID = 0,
typeID = 0,
},
},
["Cloth Cape"] = {
["Chef Pants"] = {
untranslated = "Cloth Cape",
untranslated = "Chef Pants",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "It just looks cool.",
description = "Checkered style pants for hiding the truths of working in a kitchen.",
tagGroups = {
tagGroups = {
"Clothes",
"Clothes",
Line 9,836: Line 9,839:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClothCapeItem",
type = "ChefPantsItem",
typeID = 0,
typeID = 0,
},
},
Coal = {
["Chef Shirt"] = {
untranslated = "Coal",
untranslated = "Chef Shirt",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "A combustible mineral which needs to be crushed into usable fuel.",
description = "A clean Chef's shirt to spot all the spots.",
tagGroups = {
tagGroups = {
"Excavatable",
"Clothes",
"Ore",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 4000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 9,882: Line 9,884:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CoalItem",
type = "ChefShirtItem",
typeID = 0,
typeID = 0,
},
},
Cod = {
["Chef Shoes"] = {
untranslated = "Cod",
untranslated = "Chef Shoes",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "A cod.",
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 = {
"Fish",
"Clothes",
"Medium Fish",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 9,928: Line 9,929:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CodItem",
type = "ChefShoesItem",
typeID = 0,
typeID = 0,
},
},
["Colored Powder"] = {
["Claim Tool"] = {
untranslated = "Colored Powder",
untranslated = "Claim Tool",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A bag of crushed flower petals.",
description = "Used to claim, unclaim and examine property.",
tagGroups = {},
tagGroups = {
"Tool",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 9,971: Line 9,974:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ColoredPowderItem",
type = "ClaimToolItem",
typeID = 0,
typeID = 0,
},
},
["Combustion Engine"] = {
Clam = {
untranslated = "Combustion Engine",
untranslated = "Clam",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "An engine that generates power by combustion of fuel.",
description = "A clam.",
tagGroups = {},
tagGroups = {
"Marine Life",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,014: Line 10,019:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CombustionEngineItem",
type = "ClamItem",
typeID = 0,
typeID = 0,
},
},
["Combustion Generator"] = {
["Clam Chowder"] = {
untranslated = "Combustion Generator",
untranslated = "Clam Chowder",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "Consumes most fuels to produce energy.",
description = "A thick stew loaded with clams and taro root.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 10,057: Line 10,064:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CombustionGeneratorItem",
type = "ClamChowderItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Bench"] = {
Clay = {
untranslated = "Composite Birch Bench",
untranslated = "Clay",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A composite bench built to last.",
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 = {
"Housing",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 22000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,080: Line 10,087:
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,093: Line 10,100:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,102: Line 10,109:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchBenchItem",
type = "ClayItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Chair"] = {
["Clay Mold"] = {
untranslated = "Composite Birch Chair",
untranslated = "Clay Mold",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A composite chair 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",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,125: Line 10,130:
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,138: Line 10,143:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,147: Line 10,152:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchChairItem",
type = "ClayMoldItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Door"] = {
Cloth = {
untranslated = "Composite Birch Door",
untranslated = "Cloth",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "A beautiful composite door built by an expert carpenter.",
description = "A piece of rough cloth made by weaving fibers together.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Fabric",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,172: Line 10,179:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,190: Line 10,197:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchDoorItem",
type = "ClothItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Lumber"] = {
["Cloth Belt"] = {
untranslated = "Composite Birch Lumber",
untranslated = "Cloth Belt",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A fashionable cloth belt that drapes across the waist.",
tagGroups = {
tagGroups = {
"Composite Lumber",
"Clothes",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,219: Line 10,224:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,237: Line 10,242:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchLumberItem",
type = "ClothBeltItem",
typeID = 0,
typeID = 0,
},
},
["Composite Birch Table"] = {
["Cloth Cape"] = {
untranslated = "Composite Birch 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",
"Clothes",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,260: Line 10,265:
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,273: Line 10,278:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,282: Line 10,287:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchTableItem",
type = "ClothCapeItem",
typeID = 0,
typeID = 0,
},
},
["Composite Bow"] = {
Coal = {
untranslated = "Composite Bow",
untranslated = "Coal",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "A modern composite bow made with fiberglass that makes hunting a breeze. Requires arrows to fire.",
description = "A combustible mineral which needs to be crushed into usable fuel.",
tagGroups = {
tagGroups = {
"Tool",
"Excavatable",
"Ore",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 4000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,309: Line 10,315:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,327: Line 10,333:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBowItem",
type = "CoalItem",
typeID = 0,
typeID = 0,
},
},
["Composite Cedar Lumber"] = {
Cod = {
untranslated = "Composite Cedar 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 = {
"Composite Lumber",
"Fish",
"Constructable",
"Medium Fish",
"Softwood Lumber",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,356: Line 10,361:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,374: Line 10,379:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeCedarLumberItem",
type = "CodItem",
typeID = 0,
typeID = 0,
},
},
["Composite Ceiba Lumber"] = {
["Colored Powder"] = {
untranslated = "Composite Ceiba 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 = {},
"Composite Lumber",
maxStack = 100,
"Constructable",
carried = "Backpack",
"Hardwood Lumber",
weight = 50,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,403: Line 10,404:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,421: Line 10,422:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeCeibaLumberItem",
type = "ColoredPowderItem",
typeID = 0,
typeID = 0,
},
},
["Composite Filler"] = {
["Combustion Engine"] = {
untranslated = "Composite Filler",
untranslated = "Combustion Engine",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A multipurpose filler that is made from what you have available.",
description = "An engine that generates power by combustion of fuel.",
tagGroups = {
tagGroups = {},
"Fertilizer",
"Fertilizer Filler",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,467: Line 10,465:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeFillerItem",
type = "CombustionEngineItem",
typeID = 0,
typeID = 0,
},
},
["Composite Fir Lumber"] = {
["Combustion Generator"] = {
untranslated = "Composite Fir 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 = {},
"Composite Lumber",
maxStack = 1,
"Constructable",
carried = "Backpack",
"Softwood Lumber",
weight = 5000,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,493: Line 10,487:
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,514: Line 10,508:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeFirLumberItem",
type = "CombustionGeneratorItem",
typeID = 0,
typeID = 0,
},
},
["Composite Hardwood Bench"] = {
["Composite Birch Bench"] = {
untranslated = "Composite Hardwood Bench",
untranslated = "Composite Birch Bench",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
Line 10,559: Line 10,553:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodBenchItem",
type = "CompositeBirchBenchItem",
typeID = 0,
typeID = 0,
},
},
["Composite Hardwood Chair"] = {
["Composite Birch Chair"] = {
untranslated = "Composite Hardwood Chair",
untranslated = "Composite Birch Chair",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
Line 10,604: Line 10,598:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodChairItem",
type = "CompositeBirchChairItem",
typeID = 0,
typeID = 0,
},
},
["Composite Hardwood Door"] = {
["Composite Birch Door"] = {
untranslated = "Composite Hardwood Door",
untranslated = "Composite Birch Door",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
Line 10,647: Line 10,641:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodDoorItem",
type = "CompositeBirchDoorItem",
typeID = 0,
typeID = 0,
},
},
["Composite Hardwood Table"] = {
["Composite Birch Lumber"] = {
untranslated = "Composite Hardwood Table",
untranslated = "Composite Birch Lumber",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A nice composite table for eating meals or getting some work done.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Housing",
"Composite Lumber",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,670: Line 10,666:
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 = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,683: Line 10,679:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,692: Line 10,688:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodTableItem",
type = "CompositeBirchLumberItem",
typeID = 0,
typeID = 0,
},
},
["Composite Joshua Lumber"] = {
["Composite Birch Table"] = {
untranslated = "Composite Joshua Lumber",
untranslated = "Composite Birch Table",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A large composite table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Composite Lumber",
"Housing",
"Constructable",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,716: Line 10,711:
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 = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,729: Line 10,724:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,738: Line 10,733:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeJoshuaLumberItem",
type = "CompositeBirchTableItem",
typeID = 0,
typeID = 0,
},
},
["Composite Lumber"] = {
["Composite Bow"] = {
untranslated = "Composite Lumber",
untranslated = "Composite Bow",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A modern composite bow made with fiberglass that makes hunting a breeze. Requires arrows to fire.",
tagGroups = {
tagGroups = {
"Composite Lumber",
"Tool",
"Constructable",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,784: Line 10,778:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberItem",
type = "CompositeBowItem",
typeID = 0,
typeID = 0,
ToolVariant = "Bow",
ToolDurability = 2000.0,
ToolDamage = 1.5,
ToolDamageTalent = "HuntingPowerShotTalent",
ToolRepairType = "Nylon",
},
},
["Composite Lumber Bench"] = {
["Composite Cedar Lumber"] = {
untranslated = "Composite Lumber Bench",
untranslated = "Composite Cedar Lumber",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A composite bench built to last.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Housing",
"Composite Lumber",
"Constructable",
"Softwood Lumber",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,807: Line 10,808:
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 10,820: Line 10,821:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,829: Line 10,830:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberBenchItem",
type = "CompositeCedarLumberItem",
typeID = 0,
typeID = 0,
},
},
["Composite Lumber Chair"] = {
["Composite Ceiba Lumber"] = {
untranslated = "Composite Lumber Chair",
untranslated = "Composite Ceiba Lumber",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A composite chair built to last.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Housing",
"Composite Lumber",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,852: Line 10,855:
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 10,865: Line 10,868:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,874: Line 10,877:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberChairItem",
type = "CompositeCeibaLumberItem",
typeID = 0,
typeID = 0,
},
},
["Composite Lumber Door"] = {
["Composite Filler"] = {
untranslated = "Composite Lumber Door",
untranslated = "Composite Filler",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A beautiful composite door built by an expert carpenter.",
description = "A multipurpose filler that is made from what you have available.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Fertilizer",
"Fertilizer Filler",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,899: Line 10,905:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,917: Line 10,923:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberDoorItem",
type = "CompositeFillerItem",
typeID = 0,
typeID = 0,
},
},
["Composite Lumber Table"] = {
["Composite Fir Lumber"] = {
untranslated = "Composite Lumber Table",
untranslated = "Composite Fir Lumber",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A large composite table for eating meals or getting some work done.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Housing",
"Composite Lumber",
"Constructable",
"Softwood Lumber",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,940: Line 10,948:
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 = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,953: Line 10,961:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,962: Line 10,970:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberTableItem",
type = "CompositeFirLumberItem",
typeID = 0,
typeID = 0,
},
},
["Composite Oak Lumber"] = {
["Composite Hardwood Bench"] = {
untranslated = "Composite Oak Lumber",
untranslated = "Composite Hardwood Bench",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A composite bench built to last.",
tagGroups = {
tagGroups = {
"Composite Lumber",
"Housing",
"Constructable",
"Hardwood Lumber",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,987: Line 10,993:
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 = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,000: Line 11,006:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,009: Line 11,015:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeOakLumberItem",
type = "CompositeHardwoodBenchItem",
typeID = 0,
typeID = 0,
},
},
["Composite Palm Lumber"] = {
["Composite Hardwood Chair"] = {
untranslated = "Composite Palm Lumber",
untranslated = "Composite Hardwood Chair",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A composite chair built to last.",
tagGroups = {
tagGroups = {
"Composite Lumber",
"Housing",
"Constructable",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,033: Line 11,038:
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 = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,046: Line 11,051:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,055: Line 11,060:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositePalmLumberItem",
type = "CompositeHardwoodChairItem",
typeID = 0,
typeID = 0,
},
},
["Composite Redwood Lumber"] = {
["Composite Hardwood Door"] = {
untranslated = "Composite Redwood Lumber",
untranslated = "Composite Hardwood Door",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A beautiful composite door built by an expert carpenter.",
tagGroups = {
tagGroups = {},
"Composite Lumber",
maxStack = 1,
"Constructable",
carried = "Backpack",
"Softwood Lumber",
weight = 1000,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,102: Line 11,103:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeRedwoodLumberItem",
type = "CompositeHardwoodDoorItem",
typeID = 0,
typeID = 0,
},
},
["Composite Saguaro Lumber"] = {
["Composite Hardwood Table"] = {
untranslated = "Composite Saguaro Lumber",
untranslated = "Composite Hardwood Table",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A nice composite table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Composite Lumber",
"Housing",
"Constructable",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,126: Line 11,126:
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 = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,139: Line 11,139:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,148: Line 11,148:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeSaguaroLumberItem",
type = "CompositeHardwoodTableItem",
typeID = 0,
typeID = 0,
},
},
["Composite Spruce Lumber"] = {
["Composite Joshua Lumber"] = {
untranslated = "Composite Spruce Lumber",
untranslated = "Composite Joshua Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
Line 11,194: Line 11,194:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeSpruceLumberItem",
type = "CompositeJoshuaLumberItem",
typeID = 0,
typeID = 0,
},
},
["Composites Skill Book"] = {
["Composite Lumber"] = {
untranslated = "Composites Skill Book",
untranslated = "Composite Lumber",
category = nil,
category = nil,
group = "Skill Books",
group = "Blocks",
description = "Composites Skill Book",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Skill Books",
"Composite Lumber",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,221: Line 11,222:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,239: Line 11,240:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Composites Skill BookItem",
type = "CompositeLumberItem",
typeID = 0,
typeID = 0,
},
},
["Composites Skill Scroll"] = {
["Composite Lumber Bench"] = {
untranslated = "Composites Skill Scroll",
untranslated = "Composite Lumber Bench",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Housing Objects",
description = "Composites Skill Scroll",
description = "A composite bench built to last.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Housing",
},
},
maxStack = 10,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,262: Line 11,263:
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,275: Line 11,276:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,284: Line 11,285:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Composites Skill ScrollItem",
type = "CompositeLumberBenchItem",
typeID = 0,
typeID = 0,
},
},
["Composites Upgrade"] = {
["Composite Lumber Chair"] = {
untranslated = "Composites Upgrade",
untranslated = "Composite Lumber Chair",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Modern Upgrade that greatly increases efficiency when crafting Composites recipes.",
description = "A composite chair built to last.",
tagGroups = {
tagGroups = {
"Upgrade",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,307: Line 11,308:
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,320: Line 11,321:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,329: Line 11,330:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositesUpgradeItem",
type = "CompositeLumberChairItem",
typeID = 0,
typeID = 0,
},
},
["Compost Fertilizer"] = {
["Composite Lumber Door"] = {
untranslated = "Compost Fertilizer",
untranslated = "Composite Lumber Door",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Compost fertilizer is a classic, low effort fertilizer.",
description = "A beautiful composite door built by an expert carpenter.",
tagGroups = {
tagGroups = {},
"Fertilizer",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,356: Line 11,355:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,374: Line 11,373:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompostFertilizerItem",
type = "CompositeLumberDoorItem",
typeID = 0,
typeID = 0,
},
},
["Computer Lab"] = {
["Composite Lumber Table"] = {
untranslated = "Computer Lab",
untranslated = "Composite Lumber Table",
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 large composite table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,397: Line 11,396:
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,410: Line 11,409:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,419: Line 11,418:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ComputerLabItem",
type = "CompositeLumberTableItem",
typeID = 0,
typeID = 0,
},
},
["Construction Post"] = {
["Composite Oak Lumber"] = {
untranslated = "Construction Post",
untranslated = "Composite Oak 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 = {
maxStack = 1,
"Composite Lumber",
carried = "Backpack",
"Constructable",
weight = 250,
"Hardwood Lumber",
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,444: Line 11,447:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,462: Line 11,465:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ConstructionPostItem",
type = "CompositeOakLumberItem",
typeID = 0,
typeID = 0,
},
},
["Contract Board"] = {
["Composite Palm Lumber"] = {
untranslated = "Contract Board",
untranslated = "Composite Palm Lumber",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A board to post contracts.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Composite Lumber",
carried = "Backpack",
"Constructable",
weight = 2000,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,487: Line 11,493:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,505: Line 11,511:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ContractBoardItem",
type = "CompositePalmLumberItem",
typeID = 0,
typeID = 0,
},
},
["Cookeina Mushroom Spores"] = {
["Composite Redwood Lumber"] = {
untranslated = "Cookeina Mushroom Spores",
untranslated = "Composite Redwood Lumber",
category = nil,
category = nil,
group = "Seed",
group = "Blocks",
description = "Plant to grow cookeina mushrooms.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Composite Lumber",
"Food",
"Constructable",
"Seeds",
"Softwood Lumber",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
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 11,534: Line 11,540:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,552: Line 11,558:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CookeinaMushroomSporesItem",
type = "CompositeRedwoodLumberItem",
typeID = 0,
typeID = 0,
},
},
["Cookeina Mushrooms"] = {
["Composite Saguaro Lumber"] = {
untranslated = "Cookeina Mushrooms",
untranslated = "Composite Saguaro 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",
"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 11,581: Line 11,586:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,599: Line 11,604:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CookeinaMushroomsItem",
type = "CompositeSaguaroLumberItem",
typeID = 0,
typeID = 0,
},
},
["Cooking Skill Book"] = {
["Composite Spruce Lumber"] = {
untranslated = "Cooking Skill Book",
untranslated = "Composite Spruce Lumber",
category = nil,
category = nil,
group = "Skill Books",
group = "Blocks",
description = "Cooking Skill Book",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Skill Books",
"Composite Lumber",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,626: Line 11,632:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,644: Line 11,650:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Cooking Skill BookItem",
type = "CompositeSpruceLumberItem",
typeID = 0,
typeID = 0,
},
},
["Cooking Skill Scroll"] = {
["Composites Skill Book"] = {
untranslated = "Cooking Skill Scroll",
untranslated = "Composites Skill Book",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Skill Books",
description = "Cooking Skill Scroll",
description = "Composites Skill Book",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Skill Books",
},
},
maxStack = 10,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,689: Line 11,695:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Cooking Skill ScrollItem",
type = "Composites Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Cooking Upgrade"] = {
["Composites Skill Scroll"] = {
untranslated = "Cooking Upgrade",
untranslated = "Composites Skill Scroll",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Scrolls",
description = "Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.",
description = "Composites Skill Scroll",
tagGroups = {
tagGroups = {
"Upgrade",
"Skill Scrolls",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,734: Line 11,740:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CookingUpgradeItem",
type = "Composites Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Copper Bar"] = {
["Composites Upgrade"] = {
untranslated = "Copper Bar",
untranslated = "Composites Upgrade",
category = nil,
category = nil,
group = "Blocks",
group = "Upgrade Modules",
description = "Refined bar of copper.",
description = "Modern Upgrade that greatly increases efficiency when crafting Composites recipes.",
tagGroups = {
tagGroups = {
"Metal",
"Upgrade",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 18000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,779: Line 11,785:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperBarItem",
type = "CompositesUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Copper Concentrate"] = {
["Compost Fertilizer"] = {
untranslated = "Copper Concentrate",
untranslated = "Compost Fertilizer",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
description = "Compost fertilizer is a classic, low effort fertilizer.",
tagGroups = {
tagGroups = {
"Concentrated Ore",
"Fertilizer",
"Excavatable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 20000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,825: Line 11,830:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperConcentrateItem",
type = "CompostFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Copper Frame Landscape"] = {
["Computer Lab"] = {
untranslated = "Copper Frame Landscape",
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 = {
"Housing",
"Crafting Table",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,848: Line 11,853:
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 11,861: Line 11,866:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,870: Line 11,875:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperFrameLandscapeItem",
type = "ComputerLabItem",
typeID = 0,
typeID = 0,
},
},
["Copper Frame Wide"] = {
["Construction Post"] = {
untranslated = "Copper Frame Wide",
untranslated = "Construction Post",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "",
description = "For construction contracts.",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,893: Line 11,896:
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 11,906: Line 11,909:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,915: Line 11,918:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperFrameWideItem",
type = "ConstructionPostItem",
typeID = 0,
typeID = 0,
},
},
["Copper Ore"] = {
["Contract Board"] = {
untranslated = "Copper Ore",
untranslated = "Contract Board",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "Unrefined ore with traces of copper.",
description = "A board to post contracts.",
tagGroups = {
tagGroups = {},
"Excavatable",
maxStack = 1,
"Ore",
carried = "Backpack",
},
weight = 2000,
maxStack = 20,
carried = "Hands",
weight = 7500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,961: Line 11,961:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperOreItem",
type = "ContractBoardItem",
typeID = 0,
typeID = 0,
},
},
["Copper Pipe"] = {
["Cookeina Mushroom Spores"] = {
untranslated = "Copper Pipe",
untranslated = "Cookeina Mushroom Spores",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A pipe for transporting liquids.",
description = "Plant to grow cookeina mushrooms.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Crop Seed",
carried = "Hands",
"Food",
weight = 2000,
"Seeds",
calories = nil,
},
carbs = nil,
maxStack = 100,
protein = nil,
carried = "Backpack",
fat = nil,
weight = 50,
vitamins = nil,
calories = 0,
density = nil,
carbs = 0,
protein = 0,
fat = 0,
vitamins = 0,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 11,986: Line 11,990:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,004: Line 12,008:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperPipeItem",
type = "CookeinaMushroomSporesItem",
typeID = 0,
typeID = 0,
},
},
["Copper Plate"] = {
["Cookeina Mushrooms"] = {
untranslated = "Copper Plate",
untranslated = "Cookeina Mushrooms",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A solid copper plate giving higher grades of protection against erosion and improves conductivity.",
description = "Tiny Cup Mushrooms.",
tagGroups = {},
tagGroups = {
"Food",
"Fungus",
"Raw Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
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 12,047: Line 12,055:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperPlateItem",
type = "CookeinaMushroomsItem",
typeID = 0,
typeID = 0,
},
},
["Copper Wiring"] = {
["Cooking Skill Book"] = {
untranslated = "Copper Wiring",
untranslated = "Cooking Skill Book",
category = nil,
category = nil,
group = "Items",
group = "Skill Books",
description = "A length of copper conductive wire useful for a variety of purposes.",
description = "Cooking Skill Book",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Skill Books",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,090: Line 12,100:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperWiringItem",
type = "Cooking Skill BookItem",
typeID = 0,
typeID = 0,
},
},
Corn = {
["Cooking Skill Scroll"] = {
untranslated = "Corn",
untranslated = "Cooking Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "A warmly colored kernel studded vegetable.",
description = "Cooking Skill Scroll",
tagGroups = {
tagGroups = {
"Food",
"Skill Scrolls",
"Raw Food",
"Vegetable",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 125,
weight = 10,
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,
Line 12,137: Line 12,145:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornItem",
type = "Cooking Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Corn Fritters"] = {
["Cooking Upgrade"] = {
untranslated = "Corn Fritters",
untranslated = "Cooking Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "These deep fried corn treats are both crispy and delicious.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1,
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,
Line 12,182: Line 12,190:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornFrittersItem",
type = "CookingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Corn Seed"] = {
["Copper Bar"] = {
untranslated = "Corn Seed",
untranslated = "Copper Bar",
category = nil,
category = nil,
group = "Seed",
group = "Blocks",
description = "Plant to grow corn.",
description = "Refined bar of copper.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Metal",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 50,
weight = 18000,
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,229: Line 12,235:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornSeedItem",
type = "CopperBarItem",
typeID = 0,
typeID = 0,
},
},
Cornmeal = {
["Copper Concentrate"] = {
untranslated = "Cornmeal",
untranslated = "Copper Concentrate",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Dried and ground corn; it's like a courser flour.",
description = "Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
tagGroups = {
tagGroups = {
"Food",
"Concentrated Ore",
"Excavatable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 20000,
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,
Line 12,274: Line 12,281:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornmealItem",
type = "CopperConcentrateItem",
typeID = 0,
typeID = 0,
},
},
["Corrugated Steel"] = {
["Copper Frame Landscape"] = {
untranslated = "Corrugated Steel",
untranslated = "Copper Frame Landscape",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Especially useful for industrial buildings.",
description = "",
tagGroups = {
tagGroups = {
"Constructable",
"Housing",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,297: Line 12,304:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,310: Line 12,317:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,319: Line 12,326:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CorrugatedSteelItem",
type = "CopperFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Corrugated Steel Door"] = {
["Copper Frame Wide"] = {
untranslated = "Corrugated Steel Door",
untranslated = "Copper Frame Wide",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A secure door made of hard corrugated steel.",
description = "",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 12,340: Line 12,349:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,353: Line 12,362:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,362: Line 12,371:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CorrugatedSteelDoorItem",
type = "CopperFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Corrugated Steel Fence Door"] = {
["Copper Ore"] = {
untranslated = "Corrugated Steel Fence Door",
untranslated = "Copper Ore",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A corrugated steel door with fence-like viewing slots. ",
description = "Unrefined ore with traces of copper.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Excavatable",
carried = "Backpack",
"Ore",
weight = 1000,
},
maxStack = 20,
carried = "Hands",
weight = 7500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,387: Line 12,399:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,405: Line 12,417:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CorrugatedSteelFenceDoorItem",
type = "CopperOreItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Boll"] = {
["Copper Pipe"] = {
untranslated = "Cotton Boll",
untranslated = "Copper Pipe",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A fluffy round boll harvested from a cotton plant.",
description = "A pipe for transporting liquids.",
tagGroups = {
tagGroups = {},
"Crop",
maxStack = 20,
},
carried = "Hands",
maxStack = 100,
weight = 2000,
carried = "Backpack",
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,432: Line 12,442:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,450: Line 12,460:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonBollItem",
type = "CopperPipeItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Carpet"] = {
["Copper Plate"] = {
untranslated = "Cotton Carpet",
untranslated = "Copper Plate",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A woven cotton floor covering attached to a lumber backing.",
description = "A solid copper plate giving higher grades of protection against erosion and improves conductivity.",
tagGroups = {
tagGroups = {},
"Constructable",
maxStack = 100,
},
carried = "Backpack",
maxStack = 20,
weight = 500,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,477: Line 12,485:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,495: Line 12,503:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonCarpetItem",
type = "CopperPlateItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Curtains"] = {
["Copper Wiring"] = {
untranslated = "Cotton Curtains",
untranslated = "Copper Wiring",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Curtains woven using the finest cotton. \\n\\n (Only cosmetic does not impact room value.)",
description = "A length of copper conductive wire useful for a variety of purposes.",
tagGroups = {
tagGroups = {},
"Constructable",
maxStack = 100,
},
carried = "Backpack",
maxStack = 20,
weight = 200,
carried = "Hands",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,540: Line 12,546:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonCurtainsItem",
type = "CopperWiringItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Fabric"] = {
Corn = {
untranslated = "Cotton Fabric",
untranslated = "Corn",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Cotton fabric is valued for its light weight, breathability, and softness.",
description = "A warmly colored kernel studded vegetable.",
tagGroups = {
tagGroups = {
"Fabric",
"Food",
"Raw Food",
"Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 125,
calories = nil,
calories = 230,
carbs = nil,
carbs = 4,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 3,
density = nil,
density = 3.4782608695652173,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 12,585: Line 12,593:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonFabricItem",
type = "CornItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Lint"] = {
["Corn Fritters"] = {
untranslated = "Cotton Lint",
untranslated = "Corn Fritters",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A bundle of cotton used as stuffing or further tailoring processing.",
description = "These deep fried corn treats are both crispy and delicious.",
tagGroups = {},
tagGroups = {
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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,628: Line 12,638:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonLintItem",
type = "CornFrittersItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Seed"] = {
["Corn Seed"] = {
untranslated = "Cotton Seed",
untranslated = "Corn Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow cotton.",
description = "Plant to grow corn.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Seeds",
"Seeds",
Line 12,674: Line 12,685:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonSeedItem",
type = "CornSeedItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Streamer Stars"] = {
Cornmeal = {
untranslated = "Cotton Streamer Stars",
untranslated = "Cornmeal",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "",
description = "Dried and ground corn; it's like a courser flour.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
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,717: Line 12,730:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonStreamerStarsItem",
type = "CornmealItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Streamer Stripes"] = {
["Corrugated Steel"] = {
untranslated = "Cotton Streamer Stripes",
untranslated = "Corrugated Steel",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "",
description = "Especially useful for industrial buildings.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Constructable",
carried = "Backpack",
},
weight = 500,
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,742: Line 12,757:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,760: Line 12,775:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonStreamerStripesItem",
type = "CorrugatedSteelItem",
typeID = 0,
typeID = 0,
},
},
["Cotton Thread"] = {
["Corrugated Steel Door"] = {
untranslated = "Cotton Thread",
untranslated = "Corrugated Steel Door",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Cotton fiber that has been processed at a cotton gin and is ready to be used for textiles.",
description = "A secure door made of hard corrugated steel.",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,785: Line 12,800:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,803: Line 12,818:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonThreadItem",
type = "CorrugatedSteelDoorItem",
typeID = 0,
typeID = 0,
},
},
Couch = {
["Corrugated Steel Fence Door"] = {
untranslated = "Couch",
untranslated = "Corrugated Steel Fence Door",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A sweet couch to lounge on. Now with room for your friends!",
description = "A corrugated steel door with fence-like viewing slots. ",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,826: Line 12,839:
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 = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,839: Line 12,852:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,848: Line 12,861:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CouchItem",
type = "CorrugatedSteelFenceDoorItem",
typeID = 0,
typeID = 0,
},
},
["Country Foundation"] = {
["Cotton Boll"] = {
untranslated = "Country Foundation",
untranslated = "Cotton Boll",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "When a town simply cannot contain your ambition.",
description = "A fluffy round boll harvested from a cotton plant.",
tagGroups = {
tagGroups = {
"Government",
"Crop",
"Housing",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,872: Line 12,884:
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,885: Line 12,897:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "45",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,894: Line 12,906:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CountryFoundationItem",
type = "CottonBollItem",
typeID = 0,
typeID = 0,
},
},
["Court Chair"] = {
["Cotton Carpet"] = {
untranslated = "Court Chair",
untranslated = "Cotton Carpet",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A chair for legal sittings.",
description = "A woven cotton floor covering attached to a lumber backing.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Constructable",
carried = "Backpack",
},
weight = 1000,
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,919: Line 12,933:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,937: Line 12,951:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CourtChairItem",
type = "CottonCarpetItem",
typeID = 0,
typeID = 0,
},
},
["Court Table"] = {
["Cotton Curtains"] = {
untranslated = "Court Table",
untranslated = "Cotton Curtains",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A vital part of the courtroom.",
description = "Curtains woven using the finest cotton. \\n\\n (Only cosmetic does not impact room value.)",
tagGroups = {
tagGroups = {
"Government",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,982: Line 12,996:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CourtTableItem",
type = "CottonCurtainsItem",
typeID = 0,
typeID = 0,
},
},
["Coyote Carcass"] = {
["Cotton Fabric"] = {
untranslated = "Coyote Carcass",
untranslated = "Cotton Fabric",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A dead coyote.",
description = "Cotton fabric is valued for its light weight, breathability, and softness.",
tagGroups = {
tagGroups = {
"Small Carcass",
"Fabric",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,027: Line 13,041:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CoyoteCarcassItem",
type = "CottonFabricItem",
typeID = 0,
typeID = 0,
},
},
["Crab Carcass"] = {
["Cotton Lint"] = {
untranslated = "Crab Carcass",
untranslated = "Cotton Lint",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A crustacean that loves the ocean, just don't get caught in its pinch!",
description = "A bundle of cotton used as stuffing or further tailoring processing.",
tagGroups = {
tagGroups = {},
"Small Fish",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,072: Line 13,084:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrabCarcassItem",
type = "CottonLintItem",
typeID = 0,
typeID = 0,
},
},
["Crab Pot"] = {
["Cotton Seed"] = {
untranslated = "Crab Pot",
untranslated = "Cotton Seed",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A contraption to catch unsuspecting crabs in search of prey.",
description = "Plant to grow cotton.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
"Seeds",
},
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 13,115: Line 13,130:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrabPotItem",
type = "CottonSeedItem",
typeID = 0,
typeID = 0,
},
},
Crane = {
["Cotton Streamer Stars"] = {
untranslated = "Crane",
untranslated = "Cotton Streamer Stars",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "Allows the placement and transport of materials in an area.",
description = "",
tagGroups = {
tagGroups = {},
"Vehicles",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,160: Line 13,173:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CraneItem",
type = "CottonStreamerStarsItem",
typeID = 0,
typeID = 0,
},
},
["Creosote Bush Seed"] = {
["Cotton Streamer Stripes"] = {
untranslated = "Creosote Bush Seed",
untranslated = "Cotton Streamer Stripes",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow creosote bushes.",
description = "",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"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 13,206: Line 13,216:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CreosoteBushSeedItem",
type = "CottonStreamerStripesItem",
typeID = 0,
typeID = 0,
},
},
["Creosote Flower"] = {
["Cotton Thread"] = {
untranslated = "Creosote Flower",
untranslated = "Cotton Thread",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Placeholder Description.",
description = "Cotton fiber that has been processed at a cotton gin and is ready to be used for textiles.",
tagGroups = {
tagGroups = {},
"Food",
"Petals",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 25,
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 13,252: Line 13,259:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CreosoteFlowerItem",
type = "CottonThreadItem",
typeID = 0,
typeID = 0,
},
},
["Crimini Mushroom Spores"] = {
Couch = {
untranslated = "Crimini Mushroom Spores",
untranslated = "Couch",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow crimini mushrooms.",
description = "A sweet couch to lounge on. Now with room for your friends!",
tagGroups = {
tagGroups = {
"Crop Seed",
"Housing",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
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,
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,290: Line 13,295:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,299: Line 13,304:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CriminiMushroomSporesItem",
type = "CouchItem",
typeID = 0,
typeID = 0,
},
},
["Crimini Mushrooms"] = {
["Country Foundation"] = {
untranslated = "Crimini Mushrooms",
untranslated = "Country Foundation",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Edible mushrooms that are quite tasty.",
description = "When a town simply cannot contain your ambition.",
tagGroups = {
tagGroups = {
"Food",
"Government",
"Fungus",
"Housing",
"Raw Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 5000,
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,
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,337: Line 13,341:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "45",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,346: Line 13,350:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CriminiMushroomsItem",
type = "CountryFoundationItem",
typeID = 0,
typeID = 0,
},
},
["Crimson Salad"] = {
["Court Chair"] = {
untranslated = "Crimson Salad",
untranslated = "Court Chair",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Just in case you want to eat red things without eating meat.",
description = "A chair for legal sittings.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 1000,
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 13,391: Line 13,393:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrimsonSaladItem",
type = "CourtChairItem",
typeID = 0,
typeID = 0,
},
},
["Crispy Bacon"] = {
["Court Table"] = {
untranslated = "Crispy Bacon",
untranslated = "Court Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Give me all the bacon and eggs you have.",
description = "A vital part of the courtroom.",
tagGroups = {
tagGroups = {
"Food",
"Government",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 2000,
calories = 800,
calories = nil,
carbs = 0,
carbs = nil,
protein = 18,
protein = nil,
fat = 26,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 5.5,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 13,436: Line 13,438:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrispyBaconItem",
type = "CourtTableItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Basalt"] = {
["Coyote Carcass"] = {
untranslated = "Crushed Basalt",
untranslated = "Coyote Carcass",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "Basalt rocks that have been crushed into a fine gravel.",
description = "A dead coyote.",
tagGroups = {
tagGroups = {
"Crushed Rock",
"Small Carcass",
"Excavatable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 30000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,482: Line 13,483:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedBasaltItem",
type = "CoyoteCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Coal"] = {
["Crab Carcass"] = {
untranslated = "Crushed Coal",
untranslated = "Crab Carcass",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "Coal that have been crushed into a usable size.",
description = "A crustacean that loves the ocean, just don't get caught in its pinch!",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Small Fish",
"Coal",
"Excavatable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 22000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,504: Line 13,503:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 80000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,529: Line 13,528:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedCoalItem",
type = "CrabCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Copper Ore"] = {
["Crab Pot"] = {
untranslated = "Crushed Copper Ore",
untranslated = "Crab Pot",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "Crushed copper ore that is ready to be concentrated.",
description = "A contraption to catch unsuspecting crabs in search of prey.",
tagGroups = {
tagGroups = {},
"Excavatable",
maxStack = 1,
},
carried = "Backpack",
maxStack = 20,
weight = 500,
carried = "Hands",
weight = 28000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,574: Line 13,571:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedCopperOreItem",
type = "CrabPotItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Gneiss"] = {
Crane = {
untranslated = "Crushed Gneiss",
untranslated = "Crane",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "Gneiss rocks that have been crushed into a fine gravel.",
description = "Allows the placement and transport of materials in an area.",
tagGroups = {
tagGroups = {
"Crushed Rock",
"Vehicles",
"Excavatable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 28000,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,620: Line 13,616:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedGneissItem",
type = "CraneItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Gold Ore"] = {
["Creosote Bush Seed"] = {
untranslated = "Crushed Gold Ore",
untranslated = "Creosote Bush Seed",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Crushed gold ore that is ready to be concentrated.",
description = "Plant to grow creosote bushes.",
tagGroups = {
tagGroups = {
"Excavatable",
"Food",
"Seeds",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 28000,
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,665: Line 13,662:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedGoldOreItem",
type = "CreosoteBushSeedItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Granite"] = {
["Creosote Flower"] = {
untranslated = "Crushed Granite",
untranslated = "Creosote Flower",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Granite rocks that have been crushed into a fine gravel.",
description = "Placeholder Description.",
tagGroups = {
tagGroups = {
"Crushed Rock",
"Food",
"Excavatable",
"Petals",
"Silica",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 26000,
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,712: Line 13,708:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedGraniteItem",
type = "CreosoteFlowerItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Iron Ore"] = {
["Crimini Mushroom Spores"] = {
untranslated = "Crushed Iron Ore",
untranslated = "Crimini Mushroom Spores",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Crushed iron ore that is ready to be concentrated.",
description = "Plant to grow crimini mushrooms.",
tagGroups = {
tagGroups = {
"Excavatable",
"Crop Seed",
"Food",
"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 13,757: Line 13,755:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedIronOreItem",
type = "CriminiMushroomSporesItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Limestone"] = {
["Crimini Mushrooms"] = {
untranslated = "Crushed Limestone",
untranslated = "Crimini Mushrooms",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Limestone rocks that have been crushed into a fine gravel.",
description = "Edible mushrooms that are quite tasty.",
tagGroups = {
tagGroups = {
"Crushed Rock",
"Food",
"Excavatable",
"Fungus",
"Raw Food",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 26000,
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 13,803: Line 13,802:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedLimestoneItem",
type = "CriminiMushroomsItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Mixed Rock"] = {
["Crimson Salad"] = {
untranslated = "Crushed Mixed Rock",
untranslated = "Crimson Salad",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A mixture of rocks that can be used in a variety of recipes or simply as landfill.",
description = "Just in case you want to eat red things without eating meat.",
tagGroups = {
tagGroups = {
"Crushed Rock",
"Food",
"Excavatable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 26000,
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 13,849: Line 13,847:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedMixedRockItem",
type = "CrimsonSaladItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Oil Shale"] = {
["Crispy Bacon"] = {
untranslated = "Crushed Oil Shale",
untranslated = "Crispy Bacon",
category = nil,
category = nil,
group = "Block",
group = "Food",
description = "",
description = "Give me all the bacon and eggs you have.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Food",
carried = "Hands",
},
weight = 20000,
maxStack = 100,
calories = nil,
carried = "Backpack",
carbs = nil,
weight = 400,
protein = nil,
calories = 800,
fat = nil,
carbs = 0,
vitamins = nil,
protein = 18,
density = nil,
fat = 26,
vitamins = 0,
density = 5.5,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 13,892: Line 13,892:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedOilShaleItem",
type = "CrispyBaconItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Sandstone"] = {
["Crushed Basalt"] = {
untranslated = "Crushed Sandstone",
untranslated = "Crushed Basalt",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Sandstone rocks that have been crushed into a fine gravel.",
description = "Basalt rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Crushed Rock",
"Crushed Rock",
"Excavatable",
"Excavatable",
"Silica",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 24000,
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,939: Line 13,938:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedSandstoneItem",
type = "CrushedBasaltItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Shale"] = {
["Crushed Coal"] = {
untranslated = "Crushed Shale",
untranslated = "Crushed Coal",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Shale rocks that have been crushed into a fine gravel.",
description = "Coal that have been crushed into a usable size.",
tagGroups = {
tagGroups = {
"Crushed Rock",
"Burnable Fuel",
"Coal",
"Excavatable",
"Excavatable",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 24000,
weight = 22000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,960: Line 13,960:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 80000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,985: Line 13,985:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedShaleItem",
type = "CrushedCoalItem",
typeID = 0,
typeID = 0,
},
},
["Crushed Slag"] = {
["Crushed Copper Ore"] = {
untranslated = "Crushed Slag",
untranslated = "Crushed Copper Ore",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Slag that has been crushed into a fine gravel.",
description = "Crushed copper ore that is ready to be concentrated.",
tagGroups = {
tagGroups = {
"Crushed Rock",
"Excavatable",
"Excavatable",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 24000,
weight = 28000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,031: Line 14,030:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedSlagItem",
type = "CrushedCopperOreItem",
typeID = 0,
typeID = 0,
},
},
["Culinary Research Paper Advanced"] = {
["Crushed Gneiss"] = {
untranslated = "Culinary Research Paper Advanced",
untranslated = "Crushed Gneiss",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Gneiss rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Advanced Research",
"Crushed Rock",
"Research",
"Excavatable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10,
weight = 28000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,077: Line 14,076:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CulinaryResearchPaperAdvancedItem",
type = "CrushedGneissItem",
typeID = 0,
typeID = 0,
},
},
["Culinary Research Paper Basic"] = {
["Crushed Gold Ore"] = {
untranslated = "Culinary Research Paper Basic",
untranslated = "Crushed Gold Ore",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Crushed gold ore that is ready to be concentrated.",
tagGroups = {
tagGroups = {
"Basic Research",
"Excavatable",
"Research",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10,
weight = 28000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,123: Line 14,121:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CulinaryResearchPaperBasicItem",
type = "CrushedGoldOreItem",
typeID = 0,
typeID = 0,
},
},
["Culinary Research Paper Modern"] = {
["Crushed Granite"] = {
untranslated = "Culinary Research Paper Modern",
untranslated = "Crushed Granite",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Granite rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Modern Research",
"Crushed Rock",
"Research",
"Excavatable",
"Silica",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10,
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,169: Line 14,168:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CulinaryResearchPaperModernItem",
type = "CrushedGraniteItem",
typeID = 0,
typeID = 0,
},
},
["Currency Exchange"] = {
["Crushed Iron Ore"] = {
untranslated = "Currency Exchange",
untranslated = "Crushed Iron Ore",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "Allows players to exchange currency.",
description = "Crushed iron ore that is ready to be concentrated.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Excavatable",
carried = "Backpack",
},
weight = 2000,
maxStack = 20,
carried = "Hands",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,212: Line 14,213:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CurrencyExchangeItem",
type = "CrushedIronOreItem",
typeID = 0,
typeID = 0,
},
},
["Cutting Edge Cooking Skill Book"] = {
["Crushed Limestone"] = {
untranslated = "Cutting Edge Cooking Skill Book",
untranslated = "Crushed Limestone",
category = nil,
category = nil,
group = "Skill Books",
group = "Blocks",
description = "Cutting Edge Cooking Skill Book",
description = "Limestone rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Skill Books",
"Crushed Rock",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,257: Line 14,259:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Cutting Edge Cooking Skill BookItem",
type = "CrushedLimestoneItem",
typeID = 0,
typeID = 0,
},
},
["Cutting Edge Cooking Skill Scroll"] = {
["Crushed Mixed Rock"] = {
untranslated = "Cutting Edge Cooking Skill Scroll",
untranslated = "Crushed Mixed Rock",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Blocks",
description = "Cutting Edge Cooking Skill Scroll",
description = "A mixture of rocks that can be used in a variety of recipes or simply as landfill.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Crushed Rock",
"Excavatable",
},
},
maxStack = 10,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10,
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,302: Line 14,305:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Cutting Edge Cooking Skill ScrollItem",
type = "CrushedMixedRockItem",
typeID = 0,
typeID = 0,
},
},
["Cutting Edge Cooking Upgrade"] = {
["Crushed Oil Shale"] = {
untranslated = "Cutting Edge Cooking Upgrade",
untranslated = "Crushed Oil Shale",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Block",
description = "Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.",
description = "",
tagGroups = {
tagGroups = {},
"Upgrade",
maxStack = 20,
},
carried = "Hands",
maxStack = 100,
weight = 20000,
carried = "Backpack",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,347: Line 14,348:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CuttingEdgeCookingUpgradeItem",
type = "CrushedOilShaleItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Anchor"] = {
["Crushed Sandstone"] = {
untranslated = "Decorative Anchor",
untranslated = "Crushed Sandstone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "The ship this anchor belonged to no longer needed it.",
description = "Sandstone rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Housing",
"Crushed Rock",
"Excavatable",
"Silica",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,370: Line 14,373:
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 14,383: Line 14,386:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,392: Line 14,395:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeAnchorItem",
type = "CrushedSandstoneItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Glass Buoy Blue"] = {
["Crushed Shale"] = {
untranslated = "Decorative Glass Buoy Blue",
untranslated = "Crushed Shale",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
description = "Shale rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Housing",
"Crushed Rock",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 250,
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,415: Line 14,419:
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 14,428: Line 14,432:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,437: Line 14,441:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeGlassBuoyBlueItem",
type = "CrushedShaleItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Glass Buoy Red"] = {
["Crushed Slag"] = {
untranslated = "Decorative Glass Buoy Red",
untranslated = "Crushed Slag",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
description = "Slag that has been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Housing",
"Crushed Rock",
"Excavatable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 250,
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,460: Line 14,465:
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 14,473: Line 14,478:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,482: Line 14,487:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeGlassBuoyRedItem",
type = "CrushedSlagItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Hanging Buoy"] = {
["Culinary Research Paper Advanced"] = {
untranslated = "Decorative Hanging Buoy",
untranslated = "Culinary Research Paper Advanced",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Housing",
"Advanced Research",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,505: Line 14,511:
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 14,518: Line 14,524:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,527: Line 14,533:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeHangingBuoyItem",
type = "CulinaryResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Life Preserver"] = {
["Culinary Research Paper Basic"] = {
untranslated = "Decorative Life Preserver",
untranslated = "Culinary Research Paper Basic",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "It has retired from its previously life-critical role, but great for nautical decor.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Housing",
"Basic Research",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,550: Line 14,557:
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 14,563: Line 14,570:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,572: Line 14,579:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeLifePreserverItem",
type = "CulinaryResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
["Decorative Ship Wheel"] = {
["Culinary Research Paper Modern"] = {
untranslated = "Decorative Ship Wheel",
untranslated = "Culinary Research Paper Modern",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "Somewhere a ship is no longer going straight.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Housing",
"Modern Research",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,595: Line 14,603:
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 14,608: Line 14,616:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,617: Line 14,625:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeShipWheelItem",
type = "CulinaryResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Deer Carcass"] = {
["Currency Exchange"] = {
untranslated = "Deer Carcass",
untranslated = "Currency Exchange",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "A dead deer.",
description = "Allows players to exchange currency.",
tagGroups = {
tagGroups = {},
"Medium Carcass",
maxStack = 1,
"Medium Leather Carcass",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 3000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,663: Line 14,668:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DeerCarcassItem",
type = "CurrencyExchangeItem",
typeID = 0,
typeID = 0,
},
},
["Dendrology Research Paper Advanced"] = {
["Cutting Edge Cooking Skill Book"] = {
untranslated = "Dendrology Research Paper Advanced",
untranslated = "Cutting Edge Cooking Skill Book",
category = nil,
category = nil,
group = "Items",
group = "Skill Books",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Cutting Edge Cooking Skill Book",
tagGroups = {
tagGroups = {
"Advanced Research",
"Skill Books",
"Research",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,709: Line 14,713:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DendrologyResearchPaperAdvancedItem",
type = "Cutting Edge Cooking Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Dendrology Research Paper Basic"] = {
["Cutting Edge Cooking Skill Scroll"] = {
untranslated = "Dendrology Research Paper Basic",
untranslated = "Cutting Edge Cooking Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Cutting Edge Cooking Skill Scroll",
tagGroups = {
tagGroups = {
"Basic Research",
"Skill Scrolls",
"Research",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 10,
Line 14,755: Line 14,758:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DendrologyResearchPaperBasicItem",
type = "Cutting Edge Cooking Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Dendrology Research Paper Modern"] = {
["Cutting Edge Cooking Upgrade"] = {
untranslated = "Dendrology Research Paper Modern",
untranslated = "Cutting Edge Cooking Upgrade",
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 = "Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.",
tagGroups = {
tagGroups = {
"Modern Research",
"Upgrade",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,801: Line 14,803:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DendrologyResearchPaperModernItem",
type = "CuttingEdgeCookingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Derpy Hat"] = {
["Decorative Anchor"] = {
untranslated = "Derpy Hat",
untranslated = "Decorative Anchor",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Dorky sombrero that doesn't fit anyone. You feel embarrassed to wear it.",
description = "The ship this anchor belonged to no longer needed it.",
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 14,824: Line 14,826:
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 14,837: Line 14,839:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,846: Line 14,848:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DerpyHatItem",
type = "DecorativeAnchorItem",
typeID = 0,
typeID = 0,
},
},
["Dirt Ramp"] = {
["Decorative Glass Buoy Blue"] = {
untranslated = "Dirt Ramp",
untranslated = "Decorative Glass Buoy Blue",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A dusty ramp formed from tamped earth. It's servicable for any wheeled vehicle.",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
tagGroups = {
tagGroups = {
"Constructable",
"Housing",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 30000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,869: Line 14,871:
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 14,882: Line 14,884:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,891: Line 14,893:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DirtRampItem",
type = "DecorativeGlassBuoyBlueItem",
typeID = 0,
typeID = 0,
},
},
["Distribution Station"] = {
["Decorative Glass Buoy Red"] = {
untranslated = "Distribution Station",
untranslated = "Decorative Glass Buoy Red",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing 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.",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,912: Line 14,916:
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 14,925: Line 14,929:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,934: Line 14,938:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DistributionStationItem",
type = "DecorativeGlassBuoyRedItem",
typeID = 0,
typeID = 0,
},
},
["Dried Fish"] = {
["Decorative Hanging Buoy"] = {
untranslated = "Dried Fish",
untranslated = "Decorative Hanging Buoy",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Leaving it outdoors somehow made it more digestible.",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 250,
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,
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 14,970: Line 14,974:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 14,979: Line 14,983:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DriedFishItem",
type = "DecorativeHangingBuoyItem",
typeID = 0,
typeID = 0,
},
},
["Dried Meat"] = {
["Decorative Life Preserver"] = {
untranslated = "Dried Meat",
untranslated = "Decorative Life Preserver",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Leaving it outdoors somehow made it more digestible.",
description = "It has retired from its previously life-critical role, but great for nautical decor.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 500,
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,
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,015: Line 15,019:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,024: Line 15,028:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DriedMeatItem",
type = "DecorativeLifePreserverItem",
typeID = 0,
typeID = 0,
},
},
["Dwarf Willow Seed"] = {
["Decorative Ship Wheel"] = {
untranslated = "Dwarf Willow Seed",
untranslated = "Decorative Ship Wheel",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow dwarf willow.",
description = "Somewhere a ship is no longer going straight.",
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 = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 15,061: Line 15,064:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,070: Line 15,073:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DwarfWillowSeedItem",
type = "DecorativeShipWheelItem",
typeID = 0,
typeID = 0,
},
},
Easel = {
["Deer Carcass"] = {
untranslated = "Easel",
untranslated = "Deer Carcass",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "An interactive stand allowing paintings to be created using art supplies.",
description = "A dead deer.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Medium Carcass",
"Medium Leather Carcass",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,113: Line 15,119:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EaselItem",
type = "DeerCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Ecko The Dolphin"] = {
["Dendrology Research Paper Advanced"] = {
untranslated = "Ecko The Dolphin",
untranslated = "Dendrology Research Paper Advanced",
category = nil,
category = nil,
group = "Item",
group = "Items",
description = "Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {},
tagGroups = {
"Advanced Research",
"Research",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 0,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,156: Line 15,165:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EckoTheDolphinItem",
type = "DendrologyResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Electric Lathe"] = {
["Dendrology Research Paper Basic"] = {
untranslated = "Electric Lathe",
untranslated = "Dendrology Research Paper Basic",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "An electric powered machine that has a spinning blade to craft a variety of metal products.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Basic Research",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,180: Line 15,190:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,201: Line 15,211:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricLatheItem",
type = "DendrologyResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
["Electric Machinist Table"] = {
["Dendrology Research Paper Modern"] = {
untranslated = "Electric Machinist Table",
untranslated = "Dendrology Research Paper Modern",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A fancy toolbench that creates equally fancy toys.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Modern Research",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,225: Line 15,236:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,246: Line 15,257:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricMachinistTableItem",
type = "DendrologyResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Electric Motor"] = {
["Derpy Hat"] = {
untranslated = "Electric Motor",
untranslated = "Derpy Hat",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A motor.",
description = "Dorky sombrero that doesn't fit anyone. You feel embarrassed to wear it.",
tagGroups = {},
tagGroups = {
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,289: Line 15,302:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricMotorItem",
type = "DerpyHatItem",
typeID = 0,
typeID = 0,
},
},
["Electric Planer"] = {
["Dirt Ramp"] = {
untranslated = "Electric Planer",
untranslated = "Dirt Ramp",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A sander and a jointer rolled into one.",
description = "A dusty ramp formed from tamped earth. It's servicable for any wheeled vehicle.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10000,
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,313: Line 15,326:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,334: Line 15,347:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricPlanerItem",
type = "DirtRampItem",
typeID = 0,
typeID = 0,
},
},
["Electric Stamping Press"] = {
["Distribution Station"] = {
untranslated = "Electric Stamping Press",
untranslated = "Distribution Station",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A tool for shaping or cutting metal by deforming it with a die.",
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 = {},
"Crafting Table",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,358: Line 15,369:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,379: Line 15,390:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricStampingPressItem",
type = "DistributionStationItem",
typeID = 0,
typeID = 0,
},
},
["Electric Wall Lamp"] = {
["Dried Fish"] = {
untranslated = "Electric Wall Lamp",
untranslated = "Dried Fish",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A wall mounted lamp that requires electricity to turn on.",
description = "Leaving it outdoors somehow made it more digestible.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 250,
calories = nil,
calories = 450,
carbs = nil,
carbs = 1,
protein = nil,
protein = 16,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 0,
density = nil,
density = 4.222222222222222,
fuel = nil,
fuel = nil,
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 15,415: Line 15,426:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,424: Line 15,435:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricWallLampItem",
type = "DriedFishItem",
typeID = 0,
typeID = 0,
},
},
["Electric Water Pump"] = {
["Dried Meat"] = {
untranslated = "Electric Water Pump",
untranslated = "Dried Meat",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "Pumps water from a source into a pipe network.",
description = "Leaving it outdoors somehow made it more digestible.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
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,467: Line 15,480:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricWaterPumpItem",
type = "DriedMeatItem",
typeID = 0,
typeID = 0,
},
},
["Electronics Assembly"] = {
["Dwarf Willow Seed"] = {
untranslated = "Electronics Assembly",
untranslated = "Dwarf Willow Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A set of machinery to create electronics.",
description = "Plant to grow dwarf willow.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Food",
"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 = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,512: Line 15,526:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectronicsAssemblyItem",
type = "DwarfWillowSeedItem",
typeID = 0,
typeID = 0,
},
},
["Electronics Skill Book"] = {
Easel = {
untranslated = "Electronics Skill Book",
untranslated = "Easel",
category = nil,
category = nil,
group = "Skill Books",
group = "Crafted Objects",
description = "Electronics Skill Book",
description = "An interactive stand allowing paintings to be created using art supplies.",
tagGroups = {
tagGroups = {},
"Skill Books",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,557: Line 15,569:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Electronics Skill BookItem",
type = "EaselItem",
typeID = 0,
typeID = 0,
},
},
["Electronics Skill Scroll"] = {
["Ecko The Dolphin"] = {
untranslated = "Electronics Skill Scroll",
untranslated = "Ecko The Dolphin",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Item",
description = "Electronics Skill Scroll",
description = "Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.",
tagGroups = {
tagGroups = {},
"Skill Scrolls",
maxStack = 100,
},
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 0,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,602: Line 15,612:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Electronics Skill ScrollItem",
type = "EckoTheDolphinItem",
typeID = 0,
typeID = 0,
},
},
["Electronics Upgrade"] = {
["Electric Lathe"] = {
untranslated = "Electronics Upgrade",
untranslated = "Electric Lathe",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.",
description = "An electric powered machine that has a spinning blade to craft a variety of metal products.",
tagGroups = {
tagGroups = {
"Upgrade",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,626: Line 15,636:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,647: Line 15,657:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectronicsUpgradeItem",
type = "ElectricLatheItem",
typeID = 0,
typeID = 0,
},
},
["Elevator Call Post"] = {
["Electric Machinist Table"] = {
untranslated = "Elevator Call Post",
untranslated = "Electric Machinist Table",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "Used to call a nearby elevator.",
description = "A fancy toolbench that creates equally fancy toys.",
tagGroups = {},
tagGroups = {
"Crafting Table",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,669: Line 15,681:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,690: Line 15,702:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElevatorCallPostItem",
type = "ElectricMachinistTableItem",
typeID = 0,
typeID = 0,
},
},
["Elk Carcass"] = {
["Electric Motor"] = {
untranslated = "Elk Carcass",
untranslated = "Electric Motor",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A dead elk.",
description = "A motor.",
tagGroups = {
tagGroups = {},
"Medium Carcass",
"Medium Leather Carcass",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 3000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,736: Line 15,745:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkCarcassItem",
type = "ElectricMotorItem",
typeID = 0,
typeID = 0,
},
},
["Elk Mount"] = {
["Electric Planer"] = {
untranslated = "Elk Mount",
untranslated = "Electric Planer",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A hunting trophy for your house.",
description = "A sander and a jointer rolled into one.",
tagGroups = {
tagGroups = {
"Housing",
"Crafting Table",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,759: Line 15,768:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "4.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 15,772: Line 15,781:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,781: Line 15,790:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkMountItem",
type = "ElectricPlanerItem",
typeID = 0,
typeID = 0,
},
},
["Elk Taco"] = {
["Electric Stamping Press"] = {
untranslated = "Elk Taco",
untranslated = "Electric Stamping Press",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A tasty treat made from corn tortillas and meat.",
description = "A tool for shaping or cutting metal by deforming it with a die.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 10000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,826: Line 15,835:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkTacoItem",
type = "ElectricStampingPressItem",
typeID = 0,
typeID = 0,
},
},
["Elk Wellington"] = {
["Electric Wall Lamp"] = {
untranslated = "Elk Wellington",
untranslated = "Electric Wall Lamp",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A prime cut of meat surrounded by pastry.",
description = "A wall mounted lamp that requires electricity to turn on.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 500,
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 = "2.5",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 15,862: Line 15,871:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,871: Line 15,880:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkWellingtonItem",
type = "ElectricWallLampItem",
typeID = 0,
typeID = 0,
},
},
["Embassy Desk"] = {
["Electric Water Pump"] = {
untranslated = "Embassy Desk",
untranslated = "Electric Water Pump",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)",
description = "Pumps water from a source into a pipe network.",
tagGroups = {
tagGroups = {},
"Government",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 15,916: Line 15,923:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EmbassyDeskItem",
type = "ElectricWaterPumpItem",
typeID = 0,
typeID = 0,
},
},
["Engineering Research Paper Advanced"] = {
["Electronics Assembly"] = {
untranslated = "Engineering Research Paper Advanced",
untranslated = "Electronics Assembly",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A set of machinery to create electronics.",
tagGroups = {
tagGroups = {
"Advanced Research",
"Crafting Table",
"Research",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,941: Line 15,947:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 15,962: Line 15,968:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EngineeringResearchPaperAdvancedItem",
type = "ElectronicsAssemblyItem",
typeID = 0,
typeID = 0,
},
},
["Engineering Research Paper Modern"] = {
["Electronics Skill Book"] = {
untranslated = "Engineering Research Paper Modern",
untranslated = "Electronics Skill Book",
category = nil,
category = nil,
group = "Items",
group = "Skill Books",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Electronics Skill Book",
tagGroups = {
tagGroups = {
"Modern Research",
"Skill Books",
"Research",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,008: Line 16,013:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EngineeringResearchPaperModernItem",
type = "Electronics Skill BookItem",
typeID = 0,
typeID = 0,
},
},
Epoxy = {
["Electronics Skill Scroll"] = {
untranslated = "Epoxy",
untranslated = "Electronics Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "A useful material for hardening, curing, and other various uses.",
description = "Electronics Skill Scroll",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Skill Scrolls",
},
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,051: Line 16,058:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EpoxyItem",
type = "Electronics Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
Ethanol = {
["Electronics Upgrade"] = {
untranslated = "Ethanol",
untranslated = "Electronics Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A material used to make biodiesel. Not suitable for food.",
description = "Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.",
tagGroups = {},
tagGroups = {
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,094: Line 16,103:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EthanolItem",
type = "ElectronicsUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Excavator = {
["Elevator Call Post"] = {
untranslated = "Excavator",
untranslated = "Elevator Call Post",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "Like a Skid Steer but more versatile. Great for high slope excavation.",
description = "Used to call a nearby elevator.",
tagGroups = {
tagGroups = {},
"Vehicles",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 30000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,139: Line 16,146:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExcavatorItem",
type = "ElevatorCallPostItem",
typeID = 0,
typeID = 0,
},
},
["Executive Office"] = {
["Elk Carcass"] = {
untranslated = "Executive Office",
untranslated = "Elk Carcass",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "Elected officials can perform one-time executive actions here.",
description = "A dead elk.",
tagGroups = {
tagGroups = {
"Government",
"Medium Carcass",
"Medium Leather Carcass",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,184: Line 16,192:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExecutiveOfficeItem",
type = "ElkCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Boots"] = {
["Elk Mount"] = {
untranslated = "Explorer Boots",
untranslated = "Elk Mount",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
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 hunting trophy for your house.",
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 16,207: Line 16,215:
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,220: Line 16,228:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,229: Line 16,237:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerBootsItem",
type = "ElkMountItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Gloves"] = {
["Elk Taco"] = {
untranslated = "Explorer Gloves",
untranslated = "Elk Taco",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Sturdy gloves comfortably lined with cotton for extra insulation against the elements.",
description = "A tasty treat made from corn tortillas and meat.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 200,
calories = nil,
calories = 700,
carbs = nil,
carbs = 15,
protein = nil,
protein = 8,
fat = nil,
fat = 22,
vitamins = nil,
vitamins = 6,
density = nil,
density = 7.285714285714286,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,274: Line 16,282:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerGlovesItem",
type = "ElkTacoItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Hat"] = {
["Elk Wellington"] = {
untranslated = "Explorer Hat",
untranslated = "Elk Wellington",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A classic adventuring hat protecting you from the unknown.",
description = "A prime cut of meat surrounded by pastry.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = 1450,
carbs = nil,
carbs = 10,
protein = nil,
protein = 26,
fat = nil,
fat = 22,
vitamins = nil,
vitamins = 4,
density = nil,
density = 4.275862068965517,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,319: Line 16,327:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerHatItem",
type = "ElkWellingtonItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Pants"] = {
["Embassy Desk"] = {
untranslated = "Explorer Pants",
untranslated = "Embassy Desk",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "Reinforced pants for exploring but still be fashionable.",
description = "Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)",
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 16,364: Line 16,372:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerPantsItem",
type = "EmbassyDeskItem",
typeID = 0,
typeID = 0,
},
},
["Explorer Shirt"] = {
["Engineering Research Paper Advanced"] = {
untranslated = "Explorer Shirt",
untranslated = "Engineering Research Paper Advanced",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A simple white shirt with a tie and a colorable vest.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Clothes",
"Advanced Research",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,409: Line 16,418:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerShirtItem",
type = "EngineeringResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Fantastic Forest Pizza"] = {
["Engineering Research Paper Modern"] = {
untranslated = "Fantastic Forest Pizza",
untranslated = "Engineering Research Paper Modern",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Leaves you full and lively.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Food",
"Modern Research",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 10,
calories = 1250,
calories = nil,
carbs = 23,
carbs = nil,
protein = 4,
protein = nil,
fat = 10,
fat = nil,
vitamins = 17,
vitamins = nil,
density = 4.32,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 16,454: Line 16,464:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FantasticForestPizzaItem",
type = "EngineeringResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Boots"] = {
Epoxy = {
untranslated = "Farmer Boots",
untranslated = "Epoxy",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
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 = "A useful material for hardening, curing, and other various uses.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,499: Line 16,507:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerBootsItem",
type = "EpoxyItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Gloves"] = {
Ethanol = {
untranslated = "Farmer Gloves",
untranslated = "Ethanol",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Water-resistant nylon gloves with textured palms for increased grip.",
description = "A material used to make biodiesel. Not suitable for food.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,544: Line 16,550:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerGlovesItem",
type = "EthanolItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Hat"] = {
Excavator = {
untranslated = "Farmer Hat",
untranslated = "Excavator",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = " A wide-brimmed straw hat designed to provide protection from the sun.",
description = "Like a Skid Steer but more versatile. Great for high slope excavation.",
tagGroups = {
tagGroups = {
"Clothes",
"Vehicles",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,589: Line 16,595:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerHatItem",
type = "ExcavatorItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Overalls"] = {
["Executive Office"] = {
untranslated = "Farmer Overalls",
untranslated = "Executive Office",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "Comfortable denim overalls to help with the frequent bending over that comes with farm work.",
description = "Elected officials can perform one-time executive actions here.",
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 16,634: Line 16,640:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerOverallsItem",
type = "ExecutiveOfficeItem",
typeID = 0,
typeID = 0,
},
},
["Farmer Shirt"] = {
["Explorer Boots"] = {
untranslated = "Farmer Shirt",
untranslated = "Explorer Boots",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = " A long-sleeved flannel shirt that is often worn when working outdoors.",
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 = {
"Clothes",
"Clothes",
Line 16,679: Line 16,685:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerShirtItem",
type = "ExplorerBootsItem",
typeID = 0,
typeID = 0,
},
},
["Farmers Table"] = {
["Explorer Gloves"] = {
untranslated = "Farmers Table",
untranslated = "Explorer Gloves",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A basic workspace for crafting fertilizer and extracting seeds from crops.",
description = "Sturdy gloves comfortably lined with cotton for extra insulation against the elements.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Clothes",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,703: Line 16,709:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 16,724: Line 16,730:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmersTableItem",
type = "ExplorerGlovesItem",
typeID = 0,
typeID = 0,
},
},
["Farming Skill Book"] = {
["Explorer Hat"] = {
untranslated = "Farming Skill Book",
untranslated = "Explorer Hat",
category = nil,
category = nil,
group = "Skill Books",
group = "Clothing",
description = "Farming Skill Book",
description = "A classic adventuring hat protecting you from the unknown.",
tagGroups = {
tagGroups = {
"Skill Books",
"Clothes",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
Line 16,769: Line 16,775:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Farming Skill BookItem",
type = "ExplorerHatItem",
typeID = 0,
typeID = 0,
},
},
["Farming Skill Scroll"] = {
["Explorer Pants"] = {
untranslated = "Farming Skill Scroll",
untranslated = "Explorer Pants",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Clothing",
description = "Farming Skill Scroll",
description = "Reinforced pants for exploring but still be fashionable.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Clothes",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,814: Line 16,820:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Farming Skill ScrollItem",
type = "ExplorerPantsItem",
typeID = 0,
typeID = 0,
},
},
["Farming Upgrade"] = {
["Explorer Shirt"] = {
untranslated = "Farming Upgrade",
untranslated = "Explorer Shirt",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Basic Upgrade that greatly increases efficiency when crafting Farming recipes.",
description = "A simple white shirt with a tie and a colorable vest.",
tagGroups = {
tagGroups = {
"Upgrade",
"Clothes",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,859: Line 16,865:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmingUpgradeItem",
type = "ExplorerShirtItem",
typeID = 0,
typeID = 0,
},
},
["Federation Foundation"] = {
["Fantastic Forest Pizza"] = {
untranslated = "Federation Foundation",
untranslated = "Fantastic Forest Pizza",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A leap into globalization and a united federation.",
description = "Leaves you full and lively.",
tagGroups = {
tagGroups = {
"Government",
"Food",
"Housing",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
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,
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 16,896: Line 16,901:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "45",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,905: Line 16,910:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FederationFoundationItem",
type = "FantasticForestPizzaItem",
typeID = 0,
typeID = 0,
},
},
["Fern Campfire Salad"] = {
["Farmer Boots"] = {
untranslated = "Fern Campfire Salad",
untranslated = "Farmer Boots",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A myriad of plants that make a healthy and odd blend.",
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 = {
"Campfire Salad",
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
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,
Line 16,951: Line 16,955:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FernCampfireSaladItem",
type = "FarmerBootsItem",
typeID = 0,
typeID = 0,
},
},
["Fern Spore"] = {
["Farmer Gloves"] = {
untranslated = "Fern Spore",
untranslated = "Farmer Gloves",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow ferns.",
description = "Water-resistant nylon gloves with textured palms for increased grip.",
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 16,998: Line 17,000:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FernSporeItem",
type = "FarmerGlovesItem",
typeID = 0,
typeID = 0,
},
},
["Fertilizers Skill Book"] = {
["Farmer Hat"] = {
untranslated = "Fertilizers Skill Book",
untranslated = "Farmer Hat",
category = nil,
category = nil,
group = "Skill Books",
group = "Clothing",
description = "Fertilizers Skill Book",
description = " A wide-brimmed straw hat designed to provide protection from the sun.",
tagGroups = {
tagGroups = {
"Skill Books",
"Clothes",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
Line 17,043: Line 17,045:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Fertilizers Skill BookItem",
type = "FarmerHatItem",
typeID = 0,
typeID = 0,
},
},
["Fertilizers Skill Scroll"] = {
["Farmer Overalls"] = {
untranslated = "Fertilizers Skill Scroll",
untranslated = "Farmer Overalls",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Clothing",
description = "Fertilizers Skill Scroll",
description = "Comfortable denim overalls to help with the frequent bending over that comes with farm work.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Clothes",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,088: Line 17,090:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Fertilizers Skill ScrollItem",
type = "FarmerOverallsItem",
typeID = 0,
typeID = 0,
},
},
["Fertilizers Upgrade"] = {
["Farmer Shirt"] = {
untranslated = "Fertilizers Upgrade",
untranslated = "Farmer Shirt",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.",
description = " A long-sleeved flannel shirt that is often worn when working outdoors.",
tagGroups = {
tagGroups = {
"Upgrade",
"Clothes",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,133: Line 17,135:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FertilizersUpgradeItem",
type = "FarmerShirtItem",
typeID = 0,
typeID = 0,
},
},
["Fiber Filler"] = {
["Farmers Table"] = {
untranslated = "Fiber Filler",
untranslated = "Farmers Table",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A filler ingredient used in a variety of fertilizers.",
description = "A basic workspace for crafting fertilizer and extracting seeds from crops.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Crafting Table",
"Fertilizer Filler",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,158: Line 17,159:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 17,179: Line 17,180:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiberFillerItem",
type = "FarmersTableItem",
typeID = 0,
typeID = 0,
},
},
["Fiber Scutching Station"] = {
["Farming Skill Book"] = {
untranslated = "Fiber Scutching Station",
untranslated = "Farming 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 = "Farming Skill Book",
tagGroups = {
tagGroups = {
"Crafting Table",
"Skill Books",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,203: Line 17,204:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 17,224: Line 17,225:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiberScutchingStationItem",
type = "Farming Skill BookItem",
typeID = 0,
typeID = 0,
},
},
Fiberglass = {
["Farming Skill Scroll"] = {
untranslated = "Fiberglass",
untranslated = "Farming Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "Plastic reinforced with glass fiber strands.",
description = "Farming Skill Scroll",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Skill Scrolls",
},
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,267: Line 17,270:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiberglassItem",
type = "Farming Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
Fiddleheads = {
["Farming Upgrade"] = {
untranslated = "Fiddleheads",
untranslated = "Farming 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 = "Basic Upgrade that greatly increases efficiency when crafting Farming recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Greens",
"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 17,314: Line 17,315:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiddleheadsItem",
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 = "45",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "FederationFoundationItem",
typeID = 0,
typeID = 0,
},
},
["Field Campfire Stew"] = {
["Fern Campfire Salad"] = {
untranslated = "Field Campfire Stew",
untranslated = "Fern Campfire Salad",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Campfire Salad",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 200,
calories = 1100,
calories = 900,
carbs = 14,
carbs = 9,
protein = 4,
protein = 5,
fat = 8,
fat = 1,
vitamins = 4,
vitamins = 13,
density = 2.727272727272727,
density = 3.111111111111111,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,359: Line 17,407:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FieldCampfireStewItem",
type = "FernCampfireSaladItem",
typeID = 0,
typeID = 0,
},
},
["Filmy Fern Spore"] = {
["Fern Spore"] = {
untranslated = "Filmy Fern Spore",
untranslated = "Fern Spore",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a filmy fern.",
description = "Plant to grow ferns.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Seeds",
"Seeds",
Line 17,405: Line 17,454:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FilmyFernSporeItem",
type = "FernSporeItem",
typeID = 0,
typeID = 0,
},
},
["Fir Log"] = {
["Fertilizers Skill Book"] = {
untranslated = "Fir Log",
untranslated = "Fertilizers Skill Book",
category = nil,
category = nil,
group = "Natural Resources",
group = "Skill Books",
description = "Fir log is a type of softwood with a nice piney smell.",
description = "Fertilizers Skill Book",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Skill Books",
"Softwood",
"Wood",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,427: Line 17,474:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,452: Line 17,499:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FirLogItem",
type = "Fertilizers Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Fir Seed"] = {
["Fertilizers Skill Scroll"] = {
untranslated = "Fir Seed",
untranslated = "Fertilizers Skill Scroll",
category = nil,
category = nil,
group = "Seed",
group = "Skill Scrolls",
description = "Plant to grow a fir tree.",
description = "Fertilizers Skill Scroll",
tagGroups = {
tagGroups = {
"Food",
"Skill Scrolls",
"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 17,498: Line 17,544:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FirSeedItem",
type = "Fertilizers Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Fireweed Seed"] = {
["Fertilizers Upgrade"] = {
untranslated = "Fireweed Seed",
untranslated = "Fertilizers Upgrade",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow fireweed.",
description = "Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Upgrade",
"Food",
"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 17,545: Line 17,589:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FireweedSeedItem",
type = "FertilizersUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Fireweed Shoots"] = {
["Fiber Filler"] = {
untranslated = "Fireweed Shoots",
untranslated = "Fiber Filler",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A bitter, brightly colored shoot similar to asparagus.",
description = "A filler ingredient used in a variety of fertilizers.",
tagGroups = {
tagGroups = {
"Food",
"Fertilizer",
"Greens",
"Fertilizer Filler",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 80,
weight = 500,
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 17,592: Line 17,635:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FireweedShootsItem",
type = "FiberFillerItem",
typeID = 0,
typeID = 0,
},
},
["Fish N Chips"] = {
["Fiber Scutching Station"] = {
untranslated = "Fish N Chips",
untranslated = "Fiber Scutching Station",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Deep-fried fish served with a side of taro chips.",
description = "A group of different tools used in the processing of plant based cloth products. Excellent for a renaissance fair display.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 5000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 17,637: Line 17,680:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishNChipsItem",
type = "FiberScutchingStationItem",
typeID = 0,
typeID = 0,
},
},
["Fish Rack"] = {
Fiberglass = {
untranslated = "Fish Rack",
untranslated = "Fiberglass",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A simple display of today's catch.",
description = "Plastic reinforced with glass fiber strands.",
tagGroups = {
tagGroups = {},
"Crafting Table",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1000,
Line 17,661: Line 17,702:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 17,682: Line 17,723:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishRackItem",
type = "FiberglassItem",
typeID = 0,
typeID = 0,
},
},
["Fish Trap"] = {
Fiddleheads = {
untranslated = "Fish Trap",
untranslated = "Fiddleheads",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
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 collection of the furled fronds of young ferns; a unique addition to a meal.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
"Greens",
"Raw Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
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 = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,725: Line 17,770:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishTrapItem",
type = "FiddleheadsItem",
typeID = 0,
typeID = 0,
},
},
Fishery = {
["Field Campfire Stew"] = {
untranslated = "Fishery",
untranslated = "Field Campfire Stew",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A place to create fishing poles, traps and prepare seafood.",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 17,770: Line 17,815:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FisheryItem",
type = "FieldCampfireStewItem",
typeID = 0,
typeID = 0,
},
},
["Fishing Pole"] = {
["Filmy Fern Spore"] = {
untranslated = "Fishing Pole",
untranslated = "Filmy Fern Spore",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Fishing, the most extreme sport.",
description = "Plant to grow a filmy fern.",
tagGroups = {
tagGroups = {
"Tool",
"Food",
"Seeds",
},
},
maxStack = 100,
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 17,815: Line 17,861:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishingPoleItem",
type = "FilmyFernSporeItem",
typeID = 0,
typeID = 0,
},
},
["Flat Steel"] = {
["Fir Log"] = {
untranslated = "Flat Steel",
untranslated = "Fir Log",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "Coated with a layer of epoxy, this steel refuses to rust.",
description = "Fir log is a type of softwood with a nice piney smell.",
tagGroups = {
tagGroups = {
"Constructable",
"Burnable Fuel",
"Softwood",
"Wood",
},
},
maxStack = 20,
maxStack = 20,
Line 17,835: Line 17,883:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,842: Line 17,890:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,860: Line 17,908:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlatSteelItem",
type = "FirLogItem",
typeID = 0,
typeID = 0,
},
},
["Flat Steel Door"] = {
["Fir Seed"] = {
untranslated = "Flat Steel Door",
untranslated = "Fir Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A beautiful modern flat steel door with a large viewing window.",
description = "Plant to grow a fir tree.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
"Seeds",
},
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 17,885: Line 17,936:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,903: Line 17,954:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlatSteelDoorItem",
type = "FirSeedItem",
typeID = 0,
typeID = 0,
},
},
Flatbread = {
["Fireweed Seed"] = {
untranslated = "Flatbread",
untranslated = "Fireweed Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Without any leavening the flatbread isn't very puffy. But it's still tasty.",
description = "Plant to grow fireweed.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 50,
calories = 500,
calories = 0,
carbs = 17,
carbs = 0,
protein = 8,
protein = 0,
fat = 3,
fat = 0,
vitamins = 2,
vitamins = 0,
density = 6.0,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 17,948: Line 18,001:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlatbreadItem",
type = "FireweedSeedItem",
typeID = 0,
typeID = 0,
},
},
["Flax Fiber"] = {
["Fireweed Shoots"] = {
untranslated = "Flax Fiber",
untranslated = "Fireweed Shoots",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Processed fibers of flax ready to be spun into yarn.",
description = "A bitter, brightly colored shoot similar to asparagus.",
tagGroups = {},
tagGroups = {
"Food",
"Greens",
"Raw Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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 17,991: Line 18,048:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxFiberItem",
type = "FireweedShootsItem",
typeID = 0,
typeID = 0,
},
},
["Flax Seed"] = {
["Fish N Chips"] = {
untranslated = "Flax Seed",
untranslated = "Fish N Chips",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow flax. ",
description = "Deep-fried fish served with a side of taro chips.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 200,
calories = 0,
calories = 1000,
carbs = 0,
carbs = 20,
protein = 0,
protein = 10,
fat = 0,
fat = 20,
vitamins = 0,
vitamins = 0,
density = 0,
density = 5.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,038: Line 18,093:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxSeedItem",
type = "FishNChipsItem",
typeID = 0,
typeID = 0,
},
},
["Flax Stem"] = {
["Fish Rack"] = {
untranslated = "Flax Stem",
untranslated = "Fish Rack",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A bundle of harvested flax that can be processed into fabric.",
description = "A simple display of today's catch.",
tagGroups = {
tagGroups = {
"Crop",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,062: Line 18,117:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 18,083: Line 18,138:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxStemItem",
type = "FishRackItem",
typeID = 0,
typeID = 0,
},
},
["Flax Trawler Net"] = {
["Fish Trap"] = {
untranslated = "Flax Trawler Net",
untranslated = "Fish Trap",
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 = "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 = {},
"Tool",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,128: Line 18,181:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxTrawlerNetItem",
type = "FishTrapItem",
typeID = 0,
typeID = 0,
},
},
["Flaxseed Oil"] = {
Fishery = {
untranslated = "Flaxseed Oil",
untranslated = "Fishery",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "An oil primarily used for woodworking and paint supplies but can surprisingly also be drizzled on a salad.",
description = "A place to create fishing poles, traps and prepare seafood.",
tagGroups = {
tagGroups = {
"Fat",
"Crafting Table",
"Food",
"Oil",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
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,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = 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,
},
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,
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 18,220: Line 18,226:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlourItem",
type = "FisheryItem",
typeID = 0,
typeID = 0,
},
},
["Fox Carcass"] = {
["Fishing Pole"] = {
untranslated = "Fox Carcass",
untranslated = "Fishing Pole",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A dead fox.",
description = "Fishing, the most extreme sport.",
tagGroups = {
tagGroups = {
"Small Carcass",
"Tool",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,265: Line 18,271:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FoxCarcassItem",
type = "FishingPoleItem",
typeID = 0,
typeID = 0,
},
},
["Framed Glass"] = {
["Flat Steel"] = {
untranslated = "Framed Glass",
untranslated = "Flat Steel",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Glass which was reinforced by a steel frame.",
description = "Coated with a layer of epoxy, this steel refuses to rust.",
tagGroups = {
tagGroups = {
"Constructable",
"Constructable",
Line 18,310: Line 18,316:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FramedGlassItem",
type = "FlatSteelItem",
typeID = 0,
typeID = 0,
},
},
["Framed Glass Door"] = {
["Flat Steel Door"] = {
untranslated = "Framed Glass Door",
untranslated = "Flat Steel Door",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A beautiful glass door made of steel and glass.",
description = "A beautiful modern flat steel door with a large viewing window.",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 1,
Line 18,353: Line 18,359:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FramedGlassDoorItem",
type = "FlatSteelDoorItem",
typeID = 0,
typeID = 0,
},
},
["Fried Camas"] = {
Flatbread = {
untranslated = "Fried Camas",
untranslated = "Flatbread",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Deep fried Camas. Bit greasy.",
description = "Without any leavening the flatbread isn't very puffy. But it's still tasty.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 200,
calories = 700,
calories = 500,
carbs = 9,
carbs = 17,
protein = 3,
protein = 8,
fat = 10,
fat = 3,
vitamins = 2,
vitamins = 2,
density = 3.428571428571429,
density = 6.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,399: Line 18,404:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedCamasItem",
type = "FlatbreadItem",
typeID = 0,
typeID = 0,
},
},
["Fried Fiddleheads"] = {
["Flax Fiber"] = {
untranslated = "Fried Fiddleheads",
untranslated = "Flax Fiber",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Secret's in the sauce.",
description = "Processed fibers of flax ready to be spun into yarn.",
tagGroups = {
tagGroups = {},
"Food",
"Fried Vegetable",
},
maxStack = 100,
maxStack = 100,
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 18,445: Line 18,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedFiddleheadsItem",
type = "FlaxFiberItem",
typeID = 0,
typeID = 0,
},
},
["Fried Hare Haunches"] = {
["Flax Seed"] = {
untranslated = "Fried Hare Haunches",
untranslated = "Flax Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Everything is better deep fried.",
description = "Plant to grow flax. ",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 50,
calories = 750,
calories = 0,
carbs = 6,
carbs = 0,
protein = 15,
protein = 0,
fat = 27,
fat = 0,
vitamins = 4,
vitamins = 0,
density = 6.933333333333333,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,490: Line 18,494:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedHareHaunchesItem",
type = "FlaxSeedItem",
typeID = 0,
typeID = 0,
},
},
["Fried Hearts Of Palm"] = {
["Flax Stem"] = {
untranslated = "Fried Hearts Of Palm",
untranslated = "Flax Stem",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Secret's in the sauce.",
description = "A bundle of harvested flax that can be processed into fabric.",
tagGroups = {
tagGroups = {
"Food",
"Crop",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 50,
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 18,536: Line 18,539:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedHeartsOfPalmItem",
type = "FlaxStemItem",
typeID = 0,
typeID = 0,
},
},
["Fried Taro"] = {
["Flax Trawler Net"] = {
untranslated = "Fried Taro",
untranslated = "Flax Trawler Net",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Secret's in the sauce.",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 5000,
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,
Line 18,582: Line 18,584:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedTaroItem",
type = "FlaxTrawlerNetItem",
typeID = 0,
typeID = 0,
ToolDurability = 500.0,
ToolRepairType = "Cloth",
},
},
["Fried Tomatoes"] = {
["Flaxseed Oil"] = {
untranslated = "Fried Tomatoes",
untranslated = "Flaxseed Oil",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Secret's in the sauce.",
description = "An oil primarily used for woodworking and paint supplies but can surprisingly also be drizzled on a salad.",
tagGroups = {
tagGroups = {
"Fat",
"Food",
"Food",
"Fried Vegetable",
"Oil",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
calories = 700,
calories = 120,
carbs = 11,
carbs = 0,
protein = 3,
protein = 0,
fat = 8,
fat = 15,
vitamins = 2,
vitamins = 0,
density = 3.428571428571429,
density = 12.5,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,628: Line 18,633:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedTomatoesItem",
type = "FlaxseedOilItem",
typeID = 0,
typeID = 0,
},
},
["Froth Floatation Cell"] = {
["Fletching Table"] = {
untranslated = "Froth Floatation Cell",
untranslated = "Fletching Table",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
description = "A table for the capable hunter to improve their tools.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Crafting Table",
Line 18,641: Line 18,646:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,673: Line 18,678:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FrothFloatationCellItem",
type = "FletchingTableItem",
typeID = 0,
typeID = 0,
},
},
["Fruit Muffin"] = {
Flour = {
untranslated = "Fruit Muffin",
untranslated = "Flour",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A soft, slightly sweet bread studded with juicy fruits.",
description = "A fine, milled wheat product that's useful for all baking.",
tagGroups = {
tagGroups = {
"Food",
"Food",
Line 18,687: Line 18,692:
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 200,
calories = 800,
calories = 50,
carbs = 10,
carbs = 15,
protein = 5,
protein = 0,
fat = 4,
fat = 0,
vitamins = 16,
vitamins = 0,
density = 4.375,
density = 30.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 18,718: Line 18,723:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FruitMuffinItem",
type = "FlourItem",
typeID = 0,
typeID = 0,
},
},
["Fruit Salad"] = {
["Fox Carcass"] = {
untranslated = "Fruit Salad",
untranslated = "Fox Carcass",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "While tomatoes are fruits, you don't usually put them in fruit salads.",
description = "A dead fox.",
tagGroups = {
tagGroups = {
"Food",
"Small Carcass",
"Salad",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 2000,
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 18,764: Line 18,768:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FruitSaladItem",
type = "FoxCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Fruit Tart"] = {
["Framed Glass"] = {
untranslated = "Fruit Tart",
untranslated = "Framed Glass",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A sweet pastry that is great for breakfast or anytime you need a quick boost of energy.",
description = "Glass which was reinforced by a steel frame.",
tagGroups = {
tagGroups = {
"Food",
"Constructable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 400,
weight = 10000,
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 18,791: Line 18,795:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,809: Line 18,813:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FruitTartItem",
type = "FramedGlassItem",
typeID = 0,
typeID = 0,
},
},
["Fur Pelt"] = {
["Framed Glass Door"] = {
untranslated = "Fur Pelt",
untranslated = "Framed Glass Door",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A soft, furry pelt.",
description = "A beautiful glass door made of steel and glass.",
tagGroups = {
tagGroups = {},
"Animal Skin",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,836: Line 18,838:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,854: Line 18,856:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FurPeltItem",
type = "FramedGlassDoorItem",
typeID = 0,
typeID = 0,
},
},
["Galaxy Vase"] = {
["Fried Camas"] = {
untranslated = "Galaxy Vase",
untranslated = "Fried Camas",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A  vase made with glass to brighten up your home.",
description = "Deep fried Camas. Bit greasy.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
"Fried Vegetable",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 200,
calories = nil,
calories = 700,
carbs = nil,
carbs = 9,
protein = nil,
protein = 3,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 2,
density = nil,
density = 3.428571428571429,
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 18,890: Line 18,893:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,899: Line 18,902:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GalaxyVaseItem",
type = "FriedCamasItem",
typeID = 0,
typeID = 0,
},
},
["Garden Boots"] = {
["Fried Fiddleheads"] = {
untranslated = "Garden Boots",
untranslated = "Fried Fiddleheads",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
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 = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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 18,944: Line 18,948:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GardenBootsItem",
type = "FriedFiddleheadsItem",
typeID = 0,
typeID = 0,
},
},
Gasoline = {
["Fried Hare Haunches"] = {
untranslated = "Gasoline",
untranslated = "Fried Hare Haunches",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Refined petroleum useful for fueling machines and generators.",
description = "Everything is better deep fried.",
tagGroups = {
tagGroups = {
"Liquid Fuel",
"Food",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 30000,
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 = 80000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,989: Line 18,993:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GasolineItem",
type = "FriedHareHaunchesItem",
typeID = 0,
typeID = 0,
},
},
["Gathering Basic Upgrade"] = {
["Fried Hearts Of Palm"] = {
untranslated = "Gathering Basic Upgrade",
untranslated = "Fried Hearts Of Palm",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.",
description = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Upgrade",
"Food",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
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,034: Line 19,039:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GatheringBasicUpgradeItem",
type = "FriedHeartsOfPalmItem",
typeID = 0,
typeID = 0,
},
},
["Gathering Research Paper Basic"] = {
["Fried Taro"] = {
untranslated = "Gathering Research Paper Basic",
untranslated = "Fried Taro",
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 = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Basic Research",
"Food",
"Research",
"Fried Vegetable",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
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,080: Line 19,085:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GatheringResearchPaperBasicItem",
type = "FriedTaroItem",
typeID = 0,
typeID = 0,
},
},
Gearbox = {
["Fried Tomatoes"] = {
untranslated = "Gearbox",
untranslated = "Fried Tomatoes",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Provides speed and torque conversions from a rotating power source to another device.",
description = "Secret's in the sauce.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Food",
"Fried Vegetable",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
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,123: Line 19,131:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GearboxItem",
type = "FriedTomatoesItem",
typeID = 0,
typeID = 0,
},
},
["Geology Research Paper Advanced"] = {
["Froth Floatation Cell"] = {
untranslated = "Geology Research Paper Advanced",
untranslated = "Froth Floatation Cell",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
tagGroups = {
tagGroups = {
"Advanced Research",
"Crafting Table",
"Research",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,148: Line 19,155:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 19,169: Line 19,176:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GeologyResearchPaperAdvancedItem",
type = "FrothFloatationCellItem",
typeID = 0,
typeID = 0,
},
},
["Geology Research Paper Basic"] = {
["Fruit Muffin"] = {
untranslated = "Geology Research Paper Basic",
untranslated = "Fruit Muffin",
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 soft, slightly sweet bread studded with juicy fruits.",
tagGroups = {
tagGroups = {
"Basic Research",
"Food",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
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 = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,215: Line 19,221:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GeologyResearchPaperBasicItem",
type = "FruitMuffinItem",
typeID = 0,
typeID = 0,
},
},
["Geology Research Paper Modern"] = {
["Fruit Salad"] = {
untranslated = "Geology Research Paper Modern",
untranslated = "Fruit 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 = "While tomatoes are fruits, you don't usually put them in fruit salads.",
tagGroups = {
tagGroups = {
"Modern Research",
"Food",
"Research",
"Salad",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
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 = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,261: Line 19,267:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GeologyResearchPaperModernItem",
type = "FruitSaladItem",
typeID = 0,
typeID = 0,
},
},
["Giant Cactus Fruit"] = {
["Fruit Tart"] = {
untranslated = "Giant Cactus Fruit",
untranslated = "Fruit Tart",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A bulbous fruit that used to top Saguaro cacti.",
description = "A sweet pastry that is great for breakfast or anytime you need a quick boost of energy.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Fruit",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 400,
calories = 100,
calories = 800,
carbs = 2,
carbs = 22,
protein = 0,
protein = 3,
fat = 2,
fat = 9,
vitamins = 4,
vitamins = 14,
density = 8.0,
density = 6.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,308: Line 19,312:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GiantCactusFruitItem",
type = "FruitTartItem",
typeID = 0,
typeID = 0,
},
},
["Gigot Sleeve Shirt"] = {
["Fur Pelt"] = {
untranslated = "Gigot Sleeve Shirt",
untranslated = "Fur Pelt",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Cool piratey shirt that makes your biceps look bigger than they really are.",
description = "A soft, furry pelt.",
tagGroups = {
tagGroups = {
"Clothes",
"Animal Skin",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,353: Line 19,357:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GigotSleeveShirtItem",
type = "FurPeltItem",
typeID = 0,
typeID = 0,
},
},
Glass = {
["Galaxy Vase"] = {
untranslated = "Glass",
untranslated = "Galaxy Vase",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A transparent, solid material useful for more than just windows.",
description = "A vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Constructable",
"Housing",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,376: Line 19,380:
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 19,389: Line 19,393:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,398: Line 19,402:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassItem",
type = "GalaxyVaseItem",
typeID = 0,
typeID = 0,
},
},
["Glass Lens"] = {
["Garden Boots"] = {
untranslated = "Glass Lens",
untranslated = "Garden Boots",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A thin shaped piece of glass very useful for devices used to interact with light.",
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 = {
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,441: Line 19,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassLensItem",
type = "GardenBootsItem",
typeID = 0,
typeID = 0,
},
},
["Glassworking Advanced Upgrade"] = {
Gasoline = {
untranslated = "Glassworking Advanced Upgrade",
untranslated = "Gasoline",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Blocks",
description = "Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
description = "Refined petroleum useful for fueling machines and generators.",
tagGroups = {
tagGroups = {
"Upgrade",
"Liquid Fuel",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1,
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,461: Line 19,467:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 80000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,486: Line 19,492:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassworkingAdvancedUpgradeItem",
type = "GasolineItem",
typeID = 0,
typeID = 0,
},
},
["Glassworking Modern Upgrade"] = {
["Gathering Advanced Upgrade"] = {
untranslated = "Glassworking Modern Upgrade",
untranslated = "Gathering Advanced Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Gathering recipes.",
tagGroups = {
tagGroups = {
"Upgrade",
"Upgrade",
Line 19,531: Line 19,537:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassworkingModernUpgradeItem",
type = "GatheringAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Glassworking Skill Book"] = {
["Gathering Basic Upgrade"] = {
untranslated = "Glassworking Skill Book",
untranslated = "Gathering Basic Upgrade",
category = nil,
category = nil,
group = "Skill Books",
group = "Upgrade Modules",
description = "Glassworking Skill Book",
description = "Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.",
tagGroups = {
tagGroups = {
"Skill Books",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,576: Line 19,582:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Glassworking Skill BookItem",
type = "GatheringBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Glassworking Skill Scroll"] = {
["Gathering Research Paper Basic"] = {
untranslated = "Glassworking Skill Scroll",
untranslated = "Gathering Research Paper Basic",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Items",
description = "Glassworking Skill Scroll",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Basic Research",
"Research",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 10,
Line 19,621: Line 19,628:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Glassworking Skill ScrollItem",
type = "GatheringResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
Glassworks = {
Gearbox = {
untranslated = "Glassworks",
untranslated = "Gearbox",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A specialized kiln used to transform sand into buildable blocks and decorations.",
description = "Provides speed and torque conversions from a rotating power source to another device.",
tagGroups = {
tagGroups = {},
"Crafting Table",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,645: Line 19,650:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 19,666: Line 19,671:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassworksItem",
type = "GearboxItem",
typeID = 0,
typeID = 0,
},
},
Gneiss = {
["Geology Research Paper Advanced"] = {
untranslated = "Gneiss",
untranslated = "Geology Research Paper Advanced",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
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 = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Excavatable",
"Advanced Research",
"Rock",
"Research",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 7000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,712: Line 19,717:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GneissItem",
type = "GeologyResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Goat Mount"] = {
["Geology Research Paper Basic"] = {
untranslated = "Goat Mount",
untranslated = "Geology Research Paper Basic",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A hunting trophy for your house.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Housing",
"Basic Research",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,735: Line 19,741:
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 19,748: Line 19,754:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,757: Line 19,763:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoatMountItem",
type = "GeologyResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
["Gold Bar"] = {
["Geology Research Paper Modern"] = {
untranslated = "Gold Bar",
untranslated = "Geology Research Paper Modern",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Refined bar of gold.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Metal",
"Modern Research",
"Research",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 30000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,802: Line 19,809:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldBarItem",
type = "GeologyResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Gold Concentrate"] = {
["Giant Cactus Fruit"] = {
untranslated = "Gold Concentrate",
untranslated = "Giant Cactus Fruit",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
description = "A bulbous fruit that used to top Saguaro cacti.",
tagGroups = {
tagGroups = {
"Concentrated Ore",
"Food",
"Excavatable",
"Fruit",
"Raw Food",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 20000,
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,
Line 19,848: Line 19,856:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldConcentrateItem",
type = "GiantCactusFruitItem",
typeID = 0,
typeID = 0,
},
},
["Gold Flakes"] = {
["Gigot Sleeve Shirt"] = {
untranslated = "Gold Flakes",
untranslated = "Gigot Sleeve Shirt",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A highly efficient conductor for delicate electronics.",
description = "Cool piratey shirt that makes your biceps look bigger than they really are.",
tagGroups = {},
tagGroups = {
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,891: Line 19,901:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldFlakesItem",
type = "GigotSleeveShirtItem",
typeID = 0,
typeID = 0,
},
},
["Gold Frame Landscape"] = {
Glass = {
untranslated = "Gold Frame Landscape",
untranslated = "Glass",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "",
description = "A transparent, solid material useful for more than just windows.",
tagGroups = {
tagGroups = {
"Housing",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,914: Line 19,924:
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 = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,927: Line 19,937:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,936: Line 19,946:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldFrameLandscapeItem",
type = "GlassItem",
typeID = 0,
typeID = 0,
},
},
["Gold Frame Wide"] = {
["Glass Lens"] = {
untranslated = "Gold Frame Wide",
untranslated = "Glass Lens",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "",
description = "A thin shaped piece of glass very useful for devices used to interact with light.",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 75,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,959: Line 19,967:
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,972: Line 19,980:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,981: Line 19,989:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldFrameWideItem",
type = "GlassLensItem",
typeID = 0,
typeID = 0,
},
},
["Gold Ore"] = {
["Glassworking Advanced Upgrade"] = {
untranslated = "Gold Ore",
untranslated = "Glassworking Advanced Upgrade",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "Unrefined ore with traces of gold.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
tagGroups = {
tagGroups = {
"Excavatable",
"Upgrade",
"Ore",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 7500,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,027: Line 20,034:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldOreItem",
type = "GlassworkingAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Gold Wiring"] = {
["Glassworking Modern Upgrade"] = {
untranslated = "Gold Wiring",
untranslated = "Glassworking Modern Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A length of gold conductive wire useful for a variety of purposes.",
description = "Modern Upgrade that greatly increases efficiency when crafting Glassworking 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 20,070: Line 20,079:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldWiringItem",
type = "GlassworkingModernUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Government Office"] = {
["Glassworking Skill Book"] = {
untranslated = "Government Office",
untranslated = "Glassworking Skill Book",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Books",
description = "Allows the creation of Elected Titles, which can be given special privileges.",
description = "Glassworking Skill Book",
tagGroups = {
tagGroups = {
"Government",
"Skill Books",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,115: Line 20,124:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GovernmentOfficeItem",
type = "Glassworking Skill BookItem",
typeID = 0,
typeID = 0,
},
},
Granite = {
["Glassworking Skill Scroll"] = {
untranslated = "Granite",
untranslated = "Glassworking Skill Scroll",
category = nil,
category = nil,
group = "Natural Resources",
group = "Skill Scrolls",
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 = "Glassworking Skill Scroll",
tagGroups = {
tagGroups = {
"Excavatable",
"Skill Scrolls",
"Rock",
},
},
maxStack = 20,
maxStack = 10,
carried = "Hands",
carried = "Backpack",
weight = 6500,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,161: Line 20,169:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GraniteItem",
type = "Glassworking Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Grass Seed"] = {
Glassworks = {
untranslated = "Grass Seed",
untranslated = "Glassworks",
category = nil,
category = nil,
group = "Seed",
group = "Work Stations",
description = "Plant to grow grass.",
description = "A specialized kiln used to transform sand into buildable blocks and decorations.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 20,207: Line 20,214:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GrassSeedItem",
type = "GlassworksItem",
typeID = 0,
typeID = 0,
},
},
["Hand Plow"] = {
Gneiss = {
untranslated = "Hand Plow",
untranslated = "Gneiss",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "A tool that tills the field for farming.",
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 = {
"Vehicles",
"Excavatable",
"Rock",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 5000,
weight = 7000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,252: Line 20,260:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HandPlowItem",
type = "GneissItem",
typeID = 0,
typeID = 0,
},
},
["Handheld Camera"] = {
["Goat Mount"] = {
untranslated = "Handheld Camera",
untranslated = "Goat Mount",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A modern piece of marvel that allows a more detailed way of saving landscape.",
description = "A hunting trophy for your house.",
tagGroups = {
tagGroups = {
"Tool",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,275: Line 20,283:
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 = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,288: Line 20,296:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,297: Line 20,305:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HandheldCameraItem",
type = "GoatMountItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Long Steel Sign"] = {
["Gold Bar"] = {
untranslated = "Hanging Long Steel Sign",
untranslated = "Gold Bar",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A long steel plate for when you need to display extra large text.",
description = "Refined bar of gold.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Metal",
carried = "Backpack",
},
weight = 1000,
maxStack = 20,
carried = "Hands",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,340: Line 20,350:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingLongSteelSignItem",
type = "GoldBarItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Steel Framed Sign"] = {
["Gold Concentrate"] = {
untranslated = "Hanging Steel Framed Sign",
untranslated = "Gold Concentrate",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A large wooden sign framed with steel.",
description = "Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Concentrated Ore",
carried = "Backpack",
"Excavatable",
weight = 1000,
},
maxStack = 20,
carried = "Hands",
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,383: Line 20,396:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelFramedSignItem",
type = "GoldConcentrateItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Steel Mine Sign"] = {
["Gold Flakes"] = {
untranslated = "Hanging Steel Mine Sign",
untranslated = "Gold Flakes",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A hanging sign made of steel plates.",
description = "A highly efficient conductor for delicate electronics.",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,426: Line 20,439:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelMineSignItem",
type = "GoldFlakesItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Steel Plain Sign"] = {
["Gold Frame Landscape"] = {
untranslated = "Hanging Steel Plain Sign",
untranslated = "Gold Frame Landscape",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A large hanging steel sign attached to a wooden frame.",
description = "",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 20,447: Line 20,462:
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,460: Line 20,475:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,469: Line 20,484:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelPlainSignItem",
type = "GoldFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Hanging Steel Shop Sign"] = {
["Gold Frame Wide"] = {
untranslated = "Hanging Steel Shop Sign",
untranslated = "Gold Frame Wide",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A decorative wooden sign framed with steel. Great for advertising shops.",
description = "",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 20,490: Line 20,507:
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,503: Line 20,520:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,512: Line 20,529:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelShopSignItem",
type = "GoldFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Hardwood Board"] = {
["Gold Ore"] = {
untranslated = "Hardwood Board",
untranslated = "Gold Ore",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "A higher quality hardwood board used for long lasting furniture.",
description = "Unrefined ore with traces of gold.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Excavatable",
"Wood Board",
"Ore",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 500,
weight = 7500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,533: Line 20,550:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 2000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,558: Line 20,575:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodBoardItem",
type = "GoldOreItem",
typeID = 0,
typeID = 0,
},
},
["Hardwood Hewn Log"] = {
["Gold Wiring"] = {
untranslated = "Hardwood Hewn Log",
untranslated = "Gold Wiring",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
description = "A length of gold conductive wire useful for a variety of purposes.",
tagGroups = {
tagGroups = {},
"Burnable Fuel",
maxStack = 100,
"Constructable",
carried = "Backpack",
"Hewn Log",
weight = 50,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,580: Line 20,593:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,587: Line 20,600:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,605: Line 20,618:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodHewnLogItem",
type = "GoldWiringItem",
typeID = 0,
typeID = 0,
},
},
["Hardwood Lumber"] = {
["Government Office"] = {
untranslated = "Hardwood Lumber",
untranslated = "Government Office",
category = nil,
category = nil,
group = "Blocks",
group = "Work Stations",
description = "Can be fashioned into various usable equipment.",
description = "Allows the creation of Elected Titles, which can be given special privileges.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Government",
"Constructable",
"Lumber",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,627: Line 20,638:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,634: Line 20,645:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,652: Line 20,663:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodLumberItem",
type = "GovernmentOfficeItem",
typeID = 0,
typeID = 0,
},
},
["Hardwood Lumber Dresser"] = {
Granite = {
untranslated = "Hardwood Lumber Dresser",
untranslated = "Granite",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
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 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 = {
"Housing",
"Excavatable",
"Rock",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 6500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,675: Line 20,687:
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 20,688: Line 20,700:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,697: Line 20,709:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodLumberDresserItem",
type = "GraniteItem",
typeID = 0,
typeID = 0,
},
},
["Hare Carcass"] = {
["Grass Seed"] = {
untranslated = "Hare Carcass",
untranslated = "Grass Seed",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead hare.",
description = "Plant to grow grass.",
tagGroups = {
tagGroups = {
"Tiny Carcass",
"Food",
"Seeds",
},
},
maxStack = 100,
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 20,742: Line 20,755:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HareCarcassItem",
type = "GrassSeedItem",
typeID = 0,
typeID = 0,
},
},
["Heart Of Palm"] = {
Grindstone = {
untranslated = "Heart Of Palm",
untranslated = "Grindstone",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Collected from the inner core and growing bud of a palm tree.",
description = "A workstation for repairing tools and crafting new ones.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
"Raw Food",
"Vegetable",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 150,
weight = 2000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 20,789: Line 20,800:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeartOfPalmItem",
type = "GrindstoneItem",
typeID = 0,
typeID = 0,
},
},
["Hearty Hometown Pizza"] = {
["Hand Plow"] = {
untranslated = "Hearty Hometown Pizza",
untranslated = "Hand Plow",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "When you feel nostalgic and miss that cozy hometown feeling.",
description = "A tool that tills the field for farming.",
tagGroups = {
tagGroups = {
"Food",
"Vehicles",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 5000,
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 = nil,
yield = nil,
yield = nil,
Line 20,834: Line 20,845:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeartyHometownPizzaItem",
type = "HandPlowItem",
typeID = 0,
typeID = 0,
},
},
["Heat Sink"] = {
["Handheld Camera"] = {
untranslated = "Heat Sink",
untranslated = "Handheld Camera",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A copper plate to draw and disperse heat.",
description = "A modern piece of marvel that allows a more detailed way of saving landscape.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Tool",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,859: Line 20,872:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,877: Line 20,890:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeatSinkItem",
type = "HandheldCameraItem",
typeID = 0,
typeID = 0,
ToolVariant = "Camera",
ToolDurability = 25.0,
ToolRepairType = "Electronical",
},
},
["Heliconia Seed"] = {
["Hanging Long Steel Sign"] = {
untranslated = "Heliconia Seed",
untranslated = "Hanging Long Steel Sign",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "Plant to grow heliconia.",
description = "A long steel plate for when you need to display extra large text.",
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 20,923: Line 20,936:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeliconiaSeedItem",
type = "HangingLongSteelSignItem",
typeID = 0,
typeID = 0,
},
},
["Hemp Mooring Rope"] = {
["Hanging Steel Framed Sign"] = {
untranslated = "Hemp Mooring Rope",
untranslated = "Hanging Steel Framed Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "Strong ropes used to hold down and prevent ships from moving around.",
description = "A large wooden sign framed with steel.",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,966: Line 20,979:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HempMooringRopeItem",
type = "HangingSteelFramedSignItem",
typeID = 0,
typeID = 0,
},
},
Henley = {
["Hanging Steel Mine Sign"] = {
untranslated = "Henley",
untranslated = "Hanging Steel Mine Sign",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
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 = "A hanging sign made of steel plates.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,011: Line 21,022:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HenleyItem",
type = "HangingSteelMineSignItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Bench"] = {
["Hanging Steel Plain Sign"] = {
untranslated = "Hewn Bench",
untranslated = "Hanging Steel Plain Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A basic wooden bench.",
description = "A large hanging steel sign attached to a wooden frame.",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 21,034: Line 21,043:
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 21,047: Line 21,056:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,056: Line 21,065:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnBenchItem",
type = "HangingSteelPlainSignItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Chair"] = {
["Hanging Steel Shop Sign"] = {
untranslated = "Hewn Chair",
untranslated = "Hanging Steel Shop Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
description = "A decorative wooden sign framed with steel. Great for advertising shops.",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 21,079: Line 21,086:
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 21,092: Line 21,099:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,101: Line 21,108:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnChairItem",
type = "HangingSteelShopSignItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Door"] = {
["Hardwood Board"] = {
untranslated = "Hewn Door",
untranslated = "Hardwood Board",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A door made from roughly hewn logs.",
description = "A higher quality hardwood board used for long lasting furniture.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Burnable Fuel",
"Wood Board",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,119: Line 21,129:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 2000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 21,126: Line 21,136:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,144: Line 21,154:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnDoorItem",
type = "HardwoodBoardItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Dresser"] = {
["Hardwood Hewn Log"] = {
untranslated = "Hewn Dresser",
untranslated = "Hardwood Hewn Log",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
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 log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
tagGroups = {
tagGroups = {
"Housing",
"Burnable Fuel",
"Constructable",
"Hewn Log",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,164: Line 21,176:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
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 = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,180: Line 21,192:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,189: Line 21,201:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnDresserItem",
type = "HardwoodHewnLogItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Log"] = {
["Hardwood Lumber"] = {
untranslated = "Hewn Log",
untranslated = "Hardwood Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
description = "Can be fashioned into various usable equipment.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Burnable Fuel",
"Constructable",
"Constructable",
"Hewn Log",
"Lumber",
},
},
maxStack = 20,
maxStack = 20,
Line 21,218: Line 21,230:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,236: Line 21,248:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnLogItem",
type = "HardwoodLumberItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Nightstand"] = {
["Hardwood Lumber Dresser"] = {
untranslated = "Hewn Nightstand",
untranslated = "Hardwood Lumber Dresser",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A simple hewn wooden nightstand you can pile unread books on.",
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",
"Housing",
Line 21,249: Line 21,261:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,259: Line 21,271:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = "3",
roomCategory = "Bedroom",
roomCategory = "Bedroom",
furnitureType = "Nightstand",
furnitureType = "Dresser",
repeatsDepreciation = "0.6",
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 21,272: Line 21,284:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "12",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,281: Line 21,293:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnNightstandItem",
type = "HardwoodLumberDresserItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Softwood Bench"] = {
["Hare Carcass"] = {
untranslated = "Hewn Softwood Bench",
untranslated = "Hare Carcass",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A basic wooden bench.",
description = "A dead hare.",
tagGroups = {
tagGroups = {
"Housing",
"Tiny Carcass",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1000,
Line 21,304: Line 21,316:
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 21,317: Line 21,329:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,326: Line 21,338:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodBenchItem",
type = "HareCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Softwood Chair"] = {
["Heart Of Palm"] = {
untranslated = "Hewn Softwood Chair",
untranslated = "Heart Of Palm",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
description = "Collected from the inner core and growing bud of a palm tree.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
"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.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 21,362: Line 21,376:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,371: Line 21,385:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodChairItem",
type = "HeartOfPalmItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Softwood Door"] = {
["Hearty Hometown Pizza"] = {
untranslated = "Hewn Softwood Door",
untranslated = "Hearty Hometown Pizza",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A door made from roughly hewn logs.",
description = "When you feel nostalgic and miss that cozy hometown feeling.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
},
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,
Line 21,396: Line 21,412:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,414: Line 21,430:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodDoorItem",
type = "HeartyHometownPizzaItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Softwood Table"] = {
["Heat Sink"] = {
untranslated = "Hewn Softwood Table",
untranslated = "Heat Sink",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A large table for placing things on.",
description = "A copper plate to draw and disperse heat.",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,437: Line 21,451:
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 21,450: Line 21,464:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,459: Line 21,473:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodTableItem",
type = "HeatSinkItem",
typeID = 0,
typeID = 0,
},
},
["Hewn Table"] = {
["Heliconia Seed"] = {
untranslated = "Hewn Table",
untranslated = "Heliconia Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A large table for placing things on.",
description = "Plant to grow heliconia.",
tagGroups = {
tagGroups = {
"Housing",
"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 = "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 21,495: Line 21,510:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,504: Line 21,519:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnTableItem",
type = "HeliconiaSeedItem",
typeID = 0,
typeID = 0,
},
},
["Hide Ash Fertilizer"] = {
["Hemp Mooring Rope"] = {
untranslated = "Hide Ash Fertilizer",
untranslated = "Hemp Mooring Rope",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A fertilizer made from hide ash and fillers.",
description = "Strong ropes used to hold down and prevent ships from moving around.",
tagGroups = {
tagGroups = {},
"Fertilizer",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
Line 21,549: Line 21,562:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HideAshFertilizerItem",
type = "HempMooringRopeItem",
typeID = 0,
typeID = 0,
},
},
Hosomaki = {
Henley = {
untranslated = "Hosomaki",
untranslated = "Henley",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ",
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 = {
"Food",
"Clothes",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
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 21,594: Line 21,607:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HosomakiItem",
type = "HenleyItem",
typeID = 0,
typeID = 0,
},
},
Huckleberries = {
["Hewn Bench"] = {
untranslated = "Huckleberries",
untranslated = "Hewn Bench",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A handfull of small wild berries. I'm your huckleberry.",
description = "A basic wooden bench.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Fruit",
"Raw Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 1000,
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 = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 21,632: Line 21,643:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,641: Line 21,652:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberriesItem",
type = "HewnBenchItem",
typeID = 0,
typeID = 0,
},
},
["Huckleberry Extract"] = {
["Hewn Chair"] = {
untranslated = "Huckleberry Extract",
untranslated = "Hewn Chair",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A concentrated blast of huckleberry goodness.",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 1000,
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,
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 21,677: Line 21,688:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,686: Line 21,697:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberryExtractItem",
type = "HewnChairItem",
typeID = 0,
typeID = 0,
},
},
["Huckleberry Fritter"] = {
["Hewn Door"] = {
untranslated = "Huckleberry Fritter",
untranslated = "Hewn Door",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Fried and sweet.",
description = "A door made from roughly hewn logs.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 1000,
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 21,713: Line 21,722:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,731: Line 21,740:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberryFritterItem",
type = "HewnDoorItem",
typeID = 0,
typeID = 0,
},
},
["Huckleberry Pie"] = {
["Hewn Dresser"] = {
untranslated = "Huckleberry Pie",
untranslated = "Hewn Dresser",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A fantastic combination of flaky crust and scrumptious berries.",
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 = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 600,
weight = 2000,
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,
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 21,767: Line 21,776:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,776: Line 21,785:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberryPieItem",
type = "HewnDresserItem",
typeID = 0,
typeID = 0,
},
},
["Huckleberry Seed"] = {
["Hewn Log"] = {
untranslated = "Huckleberry Seed",
untranslated = "Hewn Log",
category = nil,
category = nil,
group = "Seed",
group = "Blocks",
description = "Plant to grow a huckleberry bush.",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Burnable Fuel",
"Food",
"Constructable",
"Seeds",
"Hewn Log",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
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 = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 21,805: Line 21,814:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,823: Line 21,832:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberrySeedItem",
type = "HewnLogItem",
typeID = 0,
typeID = 0,
},
},
["Huge Banner Sign"] = {
["Hewn Nightstand"] = {
untranslated = "Huge Banner Sign",
untranslated = "Hewn Nightstand",
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 = "A simple hewn wooden nightstand you can pile unread books on.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,844: Line 21,855:
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 21,857: Line 21,868:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,866: Line 21,877:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeBannerSignItem",
type = "HewnNightstandItem",
typeID = 0,
typeID = 0,
},
},
["Huge Iron Banner Sign"] = {
["Hewn Softwood Bench"] = {
untranslated = "Huge Iron Banner Sign",
untranslated = "Hewn Softwood Bench",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A very large iron banner placed between two iron pillars. ",
description = "A basic wooden bench.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,887: Line 21,900:
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 21,900: Line 21,913:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,909: Line 21,922:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeIronBannerSignItem",
type = "HewnSoftwoodBenchItem",
typeID = 0,
typeID = 0,
},
},
["Huge Iron Sign"] = {
["Hewn Softwood Chair"] = {
untranslated = "Huge Iron Sign",
untranslated = "Hewn Softwood Chair",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A very large iron sign.",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,930: Line 21,945:
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 21,943: Line 21,958:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,952: Line 21,967:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeIronSignItem",
type = "HewnSoftwoodChairItem",
typeID = 0,
typeID = 0,
},
},
["Huge Steel Banner Sign"] = {
["Hewn Softwood Door"] = {
untranslated = "Huge Steel Banner Sign",
untranslated = "Hewn Softwood Door",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A large illuminated banner mounted on a steel frame portal.",
description = "A door made from roughly hewn logs.",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,977: Line 21,992:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,995: Line 22,010:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeSteelBannerSignItem",
type = "HewnSoftwoodDoorItem",
typeID = 0,
typeID = 0,
},
},
["Huge Steel Sign"] = {
["Hewn Softwood Table"] = {
untranslated = "Huge Steel Sign",
untranslated = "Hewn Softwood Table",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "An illuminated large steel sign.",
description = "A large table for placing things on.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 22,016: Line 22,033:
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,029: Line 22,046:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,038: Line 22,055:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeSteelSignItem",
type = "HewnSoftwoodTableItem",
typeID = 0,
typeID = 0,
},
},
["Huge Wooden Banner Sign"] = {
["Hewn Table"] = {
untranslated = "Huge Wooden Banner Sign",
untranslated = "Hewn Table",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A banner made out of fabric held up by ropes held up between wooden pillars.",
description = "A large table for placing things on.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 22,059: Line 22,078:
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,072: Line 22,091:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,081: Line 22,100:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeWoodenBannerSignItem",
type = "HewnTableItem",
typeID = 0,
typeID = 0,
},
},
["Hunting Upgrade"] = {
["Hide Ash Fertilizer"] = {
untranslated = "Hunting Upgrade",
untranslated = "Hide Ash Fertilizer",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.",
description = "A fertilizer made from hide ash and fillers.",
tagGroups = {
tagGroups = {
"Upgrade",
"Fertilizer",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,126: Line 22,145:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuntingUpgradeItem",
type = "HideAshFertilizerItem",
typeID = 0,
typeID = 0,
},
},
Icebox = {
Hosomaki = {
untranslated = "Icebox",
untranslated = "Hosomaki",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A box of ice. It's in the name!",
description = "A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ",
tagGroups = {
tagGroups = {
"Housing",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
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 = "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 22,162: Line 22,181:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,171: Line 22,190:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IceboxItem",
type = "HosomakiItem",
typeID = 0,
typeID = 0,
},
},
["Immigration Desk"] = {
Huckleberries = {
untranslated = "Immigration Desk",
untranslated = "Huckleberries",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Immigration requirements and decisions needs to pass an immigration desk before approval.",
description = "A handfull of small wild berries. I'm your huckleberry.",
tagGroups = {
tagGroups = {
"Government",
"Food",
"Fruit",
"Raw Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 50,
calories = nil,
calories = 150,
carbs = nil,
carbs = 2,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 6,
density = nil,
density = 5.333333333333334,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 22,216: Line 22,237:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ImmigrationDeskItem",
type = "HuckleberriesItem",
typeID = 0,
typeID = 0,
},
},
["Industrial Barge"] = {
["Huckleberry Extract"] = {
untranslated = "Industrial Barge",
untranslated = "Huckleberry Extract",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "",
description = "A concentrated blast of huckleberry goodness.",
tagGroups = {
tagGroups = {
"Vehicles",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 30000,
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,
Line 22,261: Line 22,282:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialBargeItem",
type = "HuckleberryExtractItem",
typeID = 0,
typeID = 0,
},
},
["Industrial Elevator"] = {
["Huckleberry Fritter"] = {
untranslated = "Industrial Elevator",
untranslated = "Huckleberry Fritter",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.",
description = "Fried and sweet.",
tagGroups = {
tagGroups = {
"Vehicles",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
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,306: Line 22,327:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialElevatorItem",
type = "HuckleberryFritterItem",
typeID = 0,
typeID = 0,
},
},
["Industrial Generator"] = {
["Huckleberry Pie"] = {
untranslated = "Industrial Generator",
untranslated = "Huckleberry Pie",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A large modern generator consuming liquid fuel to generate high volumes of electricity.",
description = "A fantastic combination of flaky crust and scrumptious berries.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
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 = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 22,349: Line 22,372:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialGeneratorItem",
type = "HuckleberryPieItem",
typeID = 0,
typeID = 0,
},
},
["Industrial Refrigerator"] = {
["Huckleberry Seed"] = {
untranslated = "Industrial Refrigerator",
untranslated = "Huckleberry Seed",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A larger food storage solution for when you want to keep it fresh!",
description = "Plant to grow a huckleberry bush.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Crop Seed",
"Food",
"Seeds",
},
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,
Line 22,392: Line 22,419:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialRefrigeratorItem",
type = "HuckleberrySeedItem",
typeID = 0,
typeID = 0,
},
},
["Industry Skill Book"] = {
["Huge Banner Sign"] = {
untranslated = "Industry Skill Book",
untranslated = "Huge Banner Sign",
category = nil,
category = nil,
group = "Skill Books",
group = "Crafted Objects",
description = "Industry Skill Book",
description = "A banner made out of fabric held up by ropes and some pieces of wood.",
tagGroups = {
tagGroups = {},
"Skill Books",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,437: Line 22,462:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Industry Skill BookItem",
type = "HugeBannerSignItem",
typeID = 0,
typeID = 0,
},
},
["Industry Skill Scroll"] = {
["Huge Iron Banner Sign"] = {
untranslated = "Industry Skill Scroll",
untranslated = "Huge Iron Banner Sign",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Crafted Objects",
description = "Industry Skill Scroll",
description = "A very large iron banner placed between two iron pillars. ",
tagGroups = {
tagGroups = {},
"Skill Scrolls",
maxStack = 1,
},
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,482: Line 22,505:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Industry Skill ScrollItem",
type = "HugeIronBannerSignItem",
typeID = 0,
typeID = 0,
},
},
["Industry Upgrade"] = {
["Huge Iron Sign"] = {
untranslated = "Industry Upgrade",
untranslated = "Huge Iron Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Modern Upgrade that greatly increases efficiency when crafting Industry recipes.",
description = "A very large iron sign.",
tagGroups = {
tagGroups = {},
"Upgrade",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,527: Line 22,548:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustryUpgradeItem",
type = "HugeIronSignItem",
typeID = 0,
typeID = 0,
},
},
["Infused Oil"] = {
["Huge Steel Banner Sign"] = {
untranslated = "Infused Oil",
untranslated = "Huge Steel Banner Sign",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Oil infused with flavor to enhance it.",
description = "A large illuminated banner mounted on a steel frame portal.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
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 = nil,
yield = nil,
yield = nil,
Line 22,572: Line 22,591:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "InfusedOilItem",
type = "HugeSteelBannerSignItem",
typeID = 0,
typeID = 0,
},
},
["Iron Anchor"] = {
["Huge Steel Sign"] = {
untranslated = "Iron Anchor",
untranslated = "Huge Steel Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A solid iron anchor used to park your vessel.",
description = "An illuminated large steel sign.",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,615: Line 22,634:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronAnchorItem",
type = "HugeSteelSignItem",
typeID = 0,
typeID = 0,
},
},
["Iron Axe"] = {
["Huge Wooden Banner Sign"] = {
untranslated = "Iron Axe",
untranslated = "Huge Wooden Banner Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A sturdy iron axe made for cutting down trees.",
description = "A banner made out of fabric held up by ropes held up between wooden pillars.",
tagGroups = {
tagGroups = {},
"Tool",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,642: Line 22,659:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,660: Line 22,677:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronAxeItem",
type = "HugeWoodenBannerSignItem",
typeID = 0,
typeID = 0,
},
},
["Iron Axle"] = {
["Hunting Upgrade"] = {
untranslated = "Iron Axle",
untranslated = "Hunting Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A rotating iron rod that can be fixed to wheels for use in vehicles.",
description = "Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.",
tagGroups = {},
tagGroups = {
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,703: Line 22,722:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronAxleItem",
type = "HuntingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Iron Bar"] = {
Icebox = {
untranslated = "Iron Bar",
untranslated = "Icebox",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Refined bar of iron.",
description = "A box of ice. It's in the name!",
tagGroups = {
tagGroups = {
"Metal",
"Housing",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 15000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,726: Line 22,745:
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 22,739: Line 22,758:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,748: Line 22,767:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronBarItem",
type = "IceboxItem",
typeID = 0,
typeID = 0,
},
},
["Iron Concentrate"] = {
["Immigration Desk"] = {
untranslated = "Iron Concentrate",
untranslated = "Immigration Desk",
category = nil,
category = nil,
group = "Blocks",
group = "Work Stations",
description = "Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
description = "Immigration requirements and decisions needs to pass an immigration desk before approval.",
tagGroups = {
tagGroups = {
"Concentrated Ore",
"Government",
"Excavatable",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 20000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,794: Line 22,812:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronConcentrateItem",
type = "ImmigrationDeskItem",
typeID = 0,
typeID = 0,
},
},
["Iron Frame Landscape"] = {
["Industrial Barge"] = {
untranslated = "Iron Frame Landscape",
untranslated = "Industrial Barge",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "",
description = "",
tagGroups = {
tagGroups = {
"Housing",
"Vehicles",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,817: Line 22,835:
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 22,830: Line 22,848:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,839: Line 22,857:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronFrameLandscapeItem",
type = "IndustrialBargeItem",
typeID = 0,
typeID = 0,
},
},
["Iron Frame Wide"] = {
["Industrial Elevator"] = {
untranslated = "Iron Frame Wide",
untranslated = "Industrial Elevator",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "",
description = "An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.",
tagGroups = {
tagGroups = {
"Housing",
"Vehicles",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,862: Line 22,880:
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 22,875: Line 22,893:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,884: Line 22,902:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronFrameWideItem",
type = "IndustrialElevatorItem",
typeID = 0,
typeID = 0,
},
},
["Iron Gear"] = {
["Industrial Generator"] = {
untranslated = "Iron Gear",
untranslated = "Industrial Generator",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A toothed machine part that interlocks with others.",
description = "A large modern generator consuming liquid fuel to generate high volumes of electricity.",
tagGroups = {
tagGroups = {},
"Gear",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,908: Line 22,924:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 22,929: Line 22,945:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronGearItem",
type = "IndustrialGeneratorItem",
typeID = 0,
typeID = 0,
},
},
["Iron Hammer"] = {
["Industrial Refrigerator"] = {
untranslated = "Iron Hammer",
untranslated = "Industrial Refrigerator",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "An iron hammer allows for more sophisticated building.",
description = "A larger food storage solution for when you want to keep it fresh!",
tagGroups = {
tagGroups = {},
"Tool",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,956: Line 22,970:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,974: Line 22,988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronHammerItem",
type = "IndustrialRefrigeratorItem",
typeID = 0,
typeID = 0,
},
},
["Iron Hoe"] = {
["Industry Skill Book"] = {
untranslated = "Iron Hoe",
untranslated = "Industry Skill Book",
category = nil,
category = nil,
group = "Items",
group = "Skill Books",
description = "A sturdy iron hoe made for tilling the soil.",
description = "Industry Skill Book",
tagGroups = {
tagGroups = {
"Tool",
"Skill Books",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,001: Line 23,015:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,019: Line 23,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronHoeItem",
type = "Industry Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Iron Hull Sheet"] = {
["Industry Skill Scroll"] = {
untranslated = "Iron Hull Sheet",
untranslated = "Industry Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "Thin iron plates for use in various crafting recipes.",
description = "Industry Skill Scroll",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Skill Scrolls",
},
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,062: Line 23,078:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronHullSheetItem",
type = "Industry Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Iron Machete"] = {
["Industry Upgrade"] = {
untranslated = "Iron Machete",
untranslated = "Industry Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A machete used to quickly clear plants.",
description = "Modern Upgrade that greatly increases efficiency when crafting Industry recipes.",
tagGroups = {
tagGroups = {
"Tool",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,089: Line 23,105:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,107: Line 23,123:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronMacheteItem",
type = "IndustryUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Iron Ore"] = {
["Infused Oil"] = {
untranslated = "Iron Ore",
untranslated = "Infused Oil",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "Unrefined ore with traces of iron.",
description = "Oil infused with flavor to enhance it.",
tagGroups = {
tagGroups = {
"Excavatable",
"Food",
"Ore",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
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,153: Line 23,168:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronOreItem",
type = "InfusedOilItem",
typeID = 0,
typeID = 0,
},
},
["Iron Pickaxe"] = {
Ink = {
untranslated = "Iron Pickaxe",
untranslated = "Ink",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A sturdy iron pickaxe used to break down stone and ore into usable rubble.",
description = "A vial of ink used in more sophisticated processing of paper into documents.",
tagGroups = {
tagGroups = {},
"Tool",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,180: Line 23,193:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,198: Line 23,211:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronPickaxeItem",
type = "InkItem",
typeID = 0,
typeID = 0,
},
},
["Iron Pipe"] = {
["Iron Anchor"] = {
untranslated = "Iron Pipe",
untranslated = "Iron Anchor",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A pipe for transporting liquids.",
description = "A solid iron anchor used to park your vessel.",
tagGroups = {},
tagGroups = {},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,223: Line 23,236:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,241: Line 23,254:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronPipeItem",
type = "IronAnchorItem",
typeID = 0,
typeID = 0,
},
},
["Iron Plate"] = {
["Iron Axe"] = {
untranslated = "Iron Plate",
untranslated = "Iron Axe",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A solid iron plate for use in various crafting recipes.",
description = "A sturdy iron axe made for cutting down trees.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Tool",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,266: Line 23,281:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,284: Line 23,299:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronPlateItem",
type = "IronAxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 750.0,
ToolDamage = 1.5,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Iron",
},
},
["Iron Road Tool"] = {
["Iron Axle"] = {
untranslated = "Iron Road Tool",
untranslated = "Iron Axle",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A tool for tamping dirt into roads.",
description = "A rotating iron rod that can be fixed to wheels for use in vehicles.",
tagGroups = {
tagGroups = {},
"Tool",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,311: Line 23,330:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,329: Line 23,348:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronRoadToolItem",
type = "IronAxleItem",
typeID = 0,
typeID = 0,
},
},
["Iron Rock Drill"] = {
["Iron Bar"] = {
untranslated = "Iron Rock Drill",
untranslated = "Iron Bar",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A drill used to retreive geological samples and discover what treasures can be found underground.",
description = "Refined bar of iron.",
tagGroups = {
tagGroups = {
"Tool",
"Metal",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 15000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,356: Line 23,375:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,374: Line 23,393:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronRockDrillItem",
type = "IronBarItem",
typeID = 0,
typeID = 0,
},
},
["Iron Saw Blade"] = {
["Iron Concentrate"] = {
untranslated = "Iron Saw Blade",
untranslated = "Iron Concentrate",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A disc shaped iron saw that can be attached to rotary machines to shape wood products.",
description = "Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Concentrated Ore",
carried = "Backpack",
"Excavatable",
weight = 100,
},
maxStack = 20,
carried = "Hands",
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,417: Line 23,439:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronSawBladeItem",
type = "IronConcentrateItem",
typeID = 0,
typeID = 0,
},
},
["Iron Shovel"] = {
["Iron Frame Landscape"] = {
untranslated = "Iron Shovel",
untranslated = "Iron Frame Landscape",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A sturdy shovel that breaks less than its wooden counterpart.",
description = "",
tagGroups = {
tagGroups = {
"Tool",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
Line 23,440: Line 23,462:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,453: Line 23,475:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,462: Line 23,484:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronShovelItem",
type = "IronFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Iron Sickle"] = {
["Iron Frame Wide"] = {
untranslated = "Iron Sickle",
untranslated = "Iron Frame Wide",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "An iron sickle used to harvest crops or cut grass.",
description = "",
tagGroups = {
tagGroups = {
"Tool",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
Line 23,485: Line 23,507:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,498: Line 23,520:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,507: Line 23,529:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronSickleItem",
type = "IronFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Iron Wheel"] = {
["Iron Gear"] = {
untranslated = "Iron Wheel",
untranslated = "Iron Gear",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A sturdy iron wheel that can support heavier vehicles than early wooden wheels.",
description = "A toothed machine part that interlocks with others.",
tagGroups = {},
tagGroups = {
"Gear",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
Line 23,550: Line 23,574:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronWheelItem",
type = "IronGearItem",
typeID = 0,
typeID = 0,
},
},
["Jaguar Carcass"] = {
["Iron Hammer"] = {
untranslated = "Jaguar Carcass",
untranslated = "Iron Hammer",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A dead Jaguar.",
description = "An iron hammer allows for more sophisticated building.",
tagGroups = {
tagGroups = {
"Medium Carcass",
"Tool",
"Medium Leather Carcass",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,578: Line 23,601:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,596: Line 23,619:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JaguarCarcassItem",
type = "IronHammerItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 750.0,
ToolRepairType = "Iron",
},
},
["Jaw Crusher"] = {
["Iron Hoe"] = {
untranslated = "Jaw Crusher",
untranslated = "Iron Hoe",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A heavy duty machine that uses compressive force to crush rocks into a fine gravel.",
description = "A sturdy iron hoe made for tilling the soil.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Tool",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,620: Line 23,646:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,641: Line 23,667:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JawCrusherItem",
type = "IronHoeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 300.0,
ToolRepairType = "Iron",
},
},
["Jointfir Seed"] = {
["Iron Hull Sheet"] = {
untranslated = "Jointfir Seed",
untranslated = "Iron Hull Sheet",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow a jointfir.",
description = "Thin iron plates for use in various crafting recipes.",
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 23,687: Line 23,713:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JointfirSeedItem",
type = "IronHullSheetItem",
typeID = 0,
typeID = 0,
},
},
["Joshua Log"] = {
["Iron Machete"] = {
untranslated = "Joshua Log",
untranslated = "Iron Machete",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
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 machete used to quickly clear plants.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Tool",
"Wood",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,708: Line 23,733:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,715: Line 23,740:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,733: Line 23,758:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JoshuaLogItem",
type = "IronMacheteItem",
typeID = 0,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 500.0,
ToolRepairType = "Iron",
},
},
["Joshua Seed"] = {
["Iron Ore"] = {
untranslated = "Joshua Seed",
untranslated = "Iron Ore",
category = nil,
category = nil,
group = "Seed",
group = "Natural Resources",
description = "Plant to grow a joshua tree.",
description = "Unrefined ore with traces of iron.",
tagGroups = {
tagGroups = {
"Food",
"Excavatable",
"Seeds",
"Ore",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
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 23,779: Line 23,807:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JoshuaSeedItem",
type = "IronOreItem",
typeID = 0,
typeID = 0,
},
},
["Jungle Campfire Salad"] = {
["Iron Pickaxe"] = {
untranslated = "Jungle Campfire Salad",
untranslated = "Iron Pickaxe",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A myriad of plants that make a healthy and odd blend.",
description = "A sturdy iron pickaxe used to break down stone and ore into usable rubble.",
tagGroups = {
tagGroups = {
"Campfire Salad",
"Tool",
"Food",
},
},
maxStack = 100,
maxStack = 1,
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 23,807: Line 23,834:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,825: Line 23,852:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JungleCampfireSaladItem",
type = "IronPickaxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 500.0,
ToolDamage = 2.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Iron",
},
},
["Jungle Campfire Stew"] = {
["Iron Pipe"] = {
untranslated = "Jungle Campfire Stew",
untranslated = "Iron Pipe",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
description = "A pipe for transporting liquids.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 20,
},
carried = "Hands",
maxStack = 100,
weight = 2000,
carried = "Backpack",
calories = nil,
weight = 500,
carbs = nil,
calories = 1100,
protein = nil,
carbs = 8,
fat = nil,
protein = 8,
vitamins = nil,
fat = 11,
density = nil,
vitamins = 3,
density = 2.727272727272727,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 23,852: Line 23,883:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,870: Line 23,901:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JungleCampfireStewItem",
type = "IronPipeItem",
typeID = 0,
typeID = 0,
},
},
Kelp = {
["Iron Plate"] = {
untranslated = "Kelp",
untranslated = "Iron Plate",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Some creepy kelp.",
description = "A solid iron plate for use in various crafting recipes.",
tagGroups = {
tagGroups = {},
"Crop",
"Natural Fiber",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,916: Line 23,944:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KelpItem",
type = "IronPlateItem",
typeID = 0,
typeID = 0,
},
},
["Kelpy Crab Roll"] = {
["Iron Road Tool"] = {
untranslated = "Kelpy Crab Roll",
untranslated = "Iron Road Tool",
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 tool for tamping dirt into roads.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 1000,
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 23,943: Line 23,971:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,961: Line 23,989:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KelpyCrabRollItem",
type = "IronRoadToolItem",
typeID = 0,
typeID = 0,
ToolVariant = "RoadTool",
ToolDurability = 1000.0,
ToolRepairType = "IronRoadTool",
},
},
Kiln = {
["Iron Rock Drill"] = {
untranslated = "Kiln",
untranslated = "Iron Rock Drill",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "Useful for baking bricks and finishing pottery.",
description = "A drill used to retreive geological samples and discover what treasures can be found underground.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Tool",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,985: Line 24,016:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,006: Line 24,037:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KilnItem",
type = "IronRockDrillItem",
typeID = 0,
typeID = 0,
ToolVariant = "Drill",
ToolDurability = 1000.0,
ToolRepairType = "Iron",
},
},
["King Fern Spore"] = {
["Iron Saw Blade"] = {
untranslated = "King Fern Spore",
untranslated = "Iron Saw Blade",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow king fern.",
description = "A disc shaped iron saw that can be attached to rotary machines to shape wood products.",
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 24,052: Line 24,083:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KingFernSporeItem",
type = "IronSawBladeItem",
typeID = 0,
typeID = 0,
},
},
Kitchen = {
["Iron Shovel"] = {
untranslated = "Kitchen",
untranslated = "Iron Shovel",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A prep area for food which allows for more complex dishes.",
description = "A sturdy shovel that breaks less than its wooden counterpart.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Tool",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,076: Line 24,106:
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 = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,089: Line 24,119:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "18",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,098: Line 24,128:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KitchenItem",
type = "IronShovelItem",
typeID = 0,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 500.0,
ToolRepairType = "Iron",
ToolCarryCapacity = 3.0,
},
},
Laboratory = {
["Iron Sickle"] = {
untranslated = "Laboratory",
untranslated = "Iron Sickle",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "For more advanced research and manufacturing. Science rules!",
description = "An iron sickle used to harvest crops or cut grass.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Tool",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,125: Line 24,159:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,143: Line 24,177:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LaboratoryItem",
type = "IronSickleItem",
typeID = 0,
typeID = 0,
ToolVariant = "Sickle",
ToolDurability = 500.0,
ToolRepairType = "Iron",
},
},
["Large Bath Mat"] = {
["Iron Wheel"] = {
untranslated = "Large Bath Mat",
untranslated = "Iron Wheel",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A large bath mat reduces risks of slipping on wet floors in the bathroom.",
description = "A sturdy iron wheel that can support heavier vehicles than early wooden wheels.",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,166: Line 24,201:
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 24,179: Line 24,214:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,188: Line 24,223:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeBathMatItem",
type = "IronWheelItem",
typeID = 0,
typeID = 0,
},
},
["Large Canoe"] = {
["Jaguar Carcass"] = {
untranslated = "Large Canoe",
untranslated = "Jaguar Carcass",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "",
description = "A dead Jaguar.",
tagGroups = {
tagGroups = {
"Vehicles",
"Medium Carcass",
"Medium Leather Carcass",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 8000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,233: Line 24,269:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCanoeItem",
type = "JaguarCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Large Corrugated Steel Door"] = {
["Jaw Crusher"] = {
untranslated = "Large Corrugated Steel Door",
untranslated = "Jaw Crusher",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A large corrugated steel door.",
description = "A heavy duty machine that uses compressive force to crush rocks into a fine gravel.",
tagGroups = {},
tagGroups = {
"Crafting Table",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,255: Line 24,293:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,276: Line 24,314:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCorrugatedSteelDoorItem",
type = "JawCrusherItem",
typeID = 0,
typeID = 0,
},
},
["Large Cotton Bunting Red"] = {
["Jointfir Seed"] = {
untranslated = "Large Cotton Bunting Red",
untranslated = "Jointfir Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
description = "Plant to grow a jointfir.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
"Seeds",
},
},
maxStack = 1,
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,
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 24,312: Line 24,351:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,321: Line 24,360:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCottonBuntingRedItem",
type = "JointfirSeedItem",
typeID = 0,
typeID = 0,
},
},
["Large Cotton Bunting Regal"] = {
["Joshua Log"] = {
untranslated = "Large Cotton Bunting Regal",
untranslated = "Joshua Log",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
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 = {
"Housing",
"Burnable Fuel",
"Wood",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 250,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,341: Line 24,381:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
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 24,357: Line 24,397:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,366: Line 24,406:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCottonBuntingRegalItem",
type = "JoshuaLogItem",
typeID = 0,
typeID = 0,
},
},
["Large Court"] = {
["Joshua Seed"] = {
untranslated = "Large Court",
untranslated = "Joshua Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Allows the creation of multiple Laws, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
description = "Plant to grow a joshua tree.",
tagGroups = {
tagGroups = {
"Government",
"Food",
"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,
Line 24,411: Line 24,452:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCourtItem",
type = "JoshuaSeedItem",
typeID = 0,
typeID = 0,
},
},
["Large Festive Paper Lantern"] = {
["Jungle Campfire Salad"] = {
untranslated = "Large Festive Paper Lantern",
untranslated = "Jungle Campfire Salad",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A large festive paper lantern.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Housing",
"Campfire Salad",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
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,
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 24,447: Line 24,489:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,456: Line 24,498:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeFestivePaperLanternItem",
type = "JungleCampfireSaladItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Ashlar Basalt Sign"] = {
["Jungle Campfire Stew"] = {
untranslated = "Large Hanging Ashlar Basalt Sign",
untranslated = "Jungle Campfire Stew",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A large sign for all your large text needs!",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
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 24,499: Line 24,543:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingAshlarBasaltSignItem",
type = "JungleCampfireStewItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Ashlar Stone Sign"] = {
Kelp = {
untranslated = "Large Hanging Ashlar Stone Sign",
untranslated = "Kelp",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all your large text needs!",
description = "Some creepy kelp.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Crop",
"Natural Fiber",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,542: Line 24,589:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingAshlarStoneSignItem",
type = "KelpItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Birch Sign"] = {
["Kelpy Crab Roll"] = {
untranslated = "Large Hanging Birch Sign",
untranslated = "Kelpy Crab Roll",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A large sign for all of your larger text needs!",
description = "Pieces of crab on a bed of rice rolled up and covered in kelp.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 300,
calories = nil,
calories = 1350,
carbs = nil,
carbs = 22,
protein = nil,
protein = 13,
fat = nil,
fat = 11,
vitamins = nil,
vitamins = 5,
density = nil,
density = 3.7777777777777777,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 24,585: Line 24,634:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingBirchSignItem",
type = "KelpyCrabRollItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Lumber Sign"] = {
Kiln = {
untranslated = "Large Hanging Lumber Sign",
untranslated = "Kiln",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A large sign for all your large text needs!",
description = "Useful for baking bricks and finishing pottery.",
tagGroups = {},
tagGroups = {
"Crafting Table",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,607: Line 24,658:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 24,628: Line 24,679:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingLumberSignItem",
type = "KilnItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Mortared Granite Sign"] = {
["King Fern Spore"] = {
untranslated = "Large Hanging Mortared Granite Sign",
untranslated = "King Fern Spore",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A large sign for all your large text needs!",
description = "Plant to grow king fern.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Food",
"Seeds",
},
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 24,671: Line 24,725:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingMortaredGraniteSignItem",
type = "KingFernSporeItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Mortared Stone Sign"] = {
Kitchen = {
untranslated = "Large Hanging Mortared Stone Sign",
untranslated = "Kitchen",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A large sign for all your large text needs!",
description = "A prep area for food which allows for more complex dishes.",
tagGroups = {},
tagGroups = {
"Crafting Table",
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,692: Line 24,749:
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 24,705: Line 24,762:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "18",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,714: Line 24,771:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingMortaredStoneSignItem",
type = "KitchenItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Saguaro Sign"] = {
Laboratory = {
untranslated = "Large Hanging Saguaro Sign",
untranslated = "Laboratory",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A large sign for all of your larger text needs!",
description = "For more advanced research and manufacturing. Science rules!",
tagGroups = {},
tagGroups = {
"Crafting Table",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 24,757: Line 24,816:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingSaguaroSignItem",
type = "LaboratoryItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Softwood Sign"] = {
["Large Bath Mat"] = {
untranslated = "Large Hanging Softwood Sign",
untranslated = "Large Bath Mat",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A large sign for all of your larger text needs!",
description = "A large bath mat reduces risks of slipping on wet floors in the bathroom.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,778: Line 24,839:
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 = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 24,791: Line 24,852:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,800: Line 24,861:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingSoftwoodSignItem",
type = "LargeBathMatItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Stone Sign"] = {
["Large Canoe"] = {
untranslated = "Large Hanging Stone Sign",
untranslated = "Large Canoe",
category = nil,
category = nil,
group = "World Object",
group = "Crafted Objects",
description = "A large sign for all your large text needs!",
description = "",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Vehicles",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 8000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,843: Line 24,906:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingStoneSignItem",
type = "LargeCanoeItem",
typeID = 0,
typeID = 0,
},
},
["Large Hanging Wood Sign"] = {
["Large Corrugated Steel Door"] = {
untranslated = "Large Hanging Wood Sign",
untranslated = "Large Corrugated Steel Door",
category = nil,
category = nil,
group = "Item",
group = "Housing Objects",
description = "A large sign for all of your larger text needs!",
description = "A large corrugated steel door.",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = nil,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,868: Line 24,931:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,886: Line 24,949:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingWoodSignItem",
type = "LargeCorrugatedSteelDoorItem",
typeID = 0,
typeID = 0,
},
},
["Large Lumber Door"] = {
["Large Cotton Bunting Red"] = {
untranslated = "Large Lumber Door",
untranslated = "Large Cotton Bunting Red",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A large lumber door allowing moderate sized vehicles through..",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,907: Line 24,972:
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 24,920: Line 24,985:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,929: Line 24,994:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeLumberDoorItem",
type = "LargeCottonBuntingRedItem",
typeID = 0,
typeID = 0,
},
},
["Large Lumber Stockpile"] = {
["Large Cotton Bunting Regal"] = {
untranslated = "Large Lumber Stockpile",
untranslated = "Large Cotton Bunting Regal",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "An extra large lumber platform that has been reinforced to allow mass storage of items. ",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,950: Line 25,017:
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 24,963: Line 25,030:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,972: Line 25,039:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeLumberStockpileItem",
type = "LargeCottonBuntingRegalItem",
typeID = 0,
typeID = 0,
},
},
["Large Metal Ship Frame"] = {
["Large Court"] = {
untranslated = "Large Metal Ship Frame",
untranslated = "Large Court",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A large metal frame for constructing a larger naval vessel.",
description = "Allows the creation of multiple Laws, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Government",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,015: Line 25,084:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeMetalShipFrameItem",
type = "LargeCourtItem",
typeID = 0,
typeID = 0,
},
},
["Large Nylon Bunting Green"] = {
["Large Festive Paper Lantern"] = {
untranslated = "Large Nylon Bunting Green",
untranslated = "Large Festive Paper Lantern",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
description = "A large festive paper lantern.",
tagGroups = {
tagGroups = {
"Housing",
"Housing",
Line 25,028: Line 25,097:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,038: Line 25,107:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = "2",
roomCategory = "Decoration",
roomCategory = "Lighting",
furnitureType = "Decoration",
furnitureType = "Lights",
repeatsDepreciation = "0.4",
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 25,060: Line 25,129:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeNylonBuntingGreenItem",
type = "LargeFestivePaperLanternItem",
typeID = 0,
typeID = 0,
},
},
["Large Nylon Bunting Purple"] = {
["Large Hanging Ashlar Basalt Sign"] = {
untranslated = "Large Nylon Bunting Purple",
untranslated = "Large Hanging Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,083: Line 25,150:
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 25,096: Line 25,163:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,105: Line 25,172:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeNylonBuntingPurpleItem",
type = "LargeHangingAshlarBasaltSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Paper Lantern"] = {
["Large Hanging Ashlar Stone Sign"] = {
untranslated = "Large Paper Lantern",
untranslated = "Large Hanging Ashlar Stone Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A large paper lantern.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,128: Line 25,193:
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 25,141: Line 25,206:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,150: Line 25,215:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargePaperLanternItem",
type = "LargeHangingAshlarStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Ashlar Basalt Sign"] = {
["Large Hanging Birch Sign"] = {
untranslated = "Large Standing Ashlar Basalt Sign",
untranslated = "Large Hanging Birch Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large sign for all your large text needs!",
description = "A large sign for all of your larger text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 1,
Line 25,193: Line 25,258:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingAshlarBasaltSignItem",
type = "LargeHangingBirchSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Ashlar Stone Sign"] = {
["Large Hanging Lumber Sign"] = {
untranslated = "Large Standing Ashlar Stone Sign",
untranslated = "Large Hanging Lumber Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 25,236: Line 25,301:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingAshlarStoneSignItem",
type = "LargeHangingLumberSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Birch Sign"] = {
["Large Hanging Mortared Granite Sign"] = {
untranslated = "Large Standing Birch Sign",
untranslated = "Large Hanging Mortared Granite Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large sign for all of your larger text needs!",
description = "A large sign for all your large text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 1,
Line 25,279: Line 25,344:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingBirchSignItem",
type = "LargeHangingMortaredGraniteSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Lumber Sign"] = {
["Large Hanging Mortared Stone Sign"] = {
untranslated = "Large Standing Lumber Sign",
untranslated = "Large Hanging Mortared Stone Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 25,322: Line 25,387:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingLumberSignItem",
type = "LargeHangingMortaredStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Mortared Granite Sign"] = {
["Large Hanging Saguaro Sign"] = {
untranslated = "Large Standing Mortared Granite Sign",
untranslated = "Large Hanging Saguaro Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large sign for all your large text needs!",
description = "A large sign for all of your larger text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 1,
Line 25,365: Line 25,430:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingMortaredGraniteSignItem",
type = "LargeHangingSaguaroSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Mortared Stone Sign"] = {
["Large Hanging Softwood Sign"] = {
untranslated = "Large Standing Mortared Stone Sign",
untranslated = "Large Hanging Softwood Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A large sign for all your large text needs!",
description = "A large sign for all of your larger text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 1,
Line 25,408: Line 25,473:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingMortaredStoneSignItem",
type = "LargeHangingSoftwoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Saguaro Sign"] = {
["Large Hanging Stone Sign"] = {
untranslated = "Large Standing Saguaro Sign",
untranslated = "Large Hanging Stone Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "World Object",
description = "A large sign for all of your larger text needs!",
description = "A large sign for all your large text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 1,
Line 25,451: Line 25,516:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingSaguaroSignItem",
type = "LargeHangingStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Softwood Sign"] = {
["Large Hanging Wood Sign"] = {
untranslated = "Large Standing Softwood Sign",
untranslated = "Large Hanging Wood Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Item",
description = "A large sign for all of your larger text needs!",
description = "A large sign for all of your larger text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,494: Line 25,559:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingSoftwoodSignItem",
type = "LargeHangingWoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Stone Sign"] = {
["Large Lumber Door"] = {
untranslated = "Large Standing Stone Sign",
untranslated = "Large Lumber Door",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "A large sign for all your large text needs!",
description = "A large lumber door allowing moderate sized vehicles through..",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 1,
Line 25,519: Line 25,584:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,537: Line 25,602:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingStoneSignItem",
type = "LargeLumberDoorItem",
typeID = 0,
typeID = 0,
},
},
["Large Standing Wood Sign"] = {
["Large Lumber Stockpile"] = {
untranslated = "Large Standing Wood Sign",
untranslated = "Large Lumber Stockpile",
category = nil,
category = nil,
group = "Item",
group = "Crafted Objects",
description = "A large sign for all of your larger text needs!",
description = "An extra large lumber platform that has been reinforced to allow mass storage of items. ",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = nil,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,580: Line 25,645:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingWoodSignItem",
type = "LargeLumberStockpileItem",
typeID = 0,
typeID = 0,
},
},
["Large Windowed Lumber Door"] = {
["Large Metal Ship Frame"] = {
untranslated = "Large Windowed Lumber Door",
untranslated = "Large Metal Ship Frame",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A large lumber door with windows allowing moderate sized vehicles through..",
description = "A large metal frame for constructing a larger naval vessel.",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,605: Line 25,670:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,623: Line 25,688:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeWindowedLumberDoorItem",
type = "LargeMetalShipFrameItem",
typeID = 0,
typeID = 0,
},
},
["Large Wooden Ship Frame"] = {
["Large Nylon Bunting Green"] = {
untranslated = "Large Wooden Ship Frame",
untranslated = "Large Nylon Bunting Green",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A large wooden frame for constructing a larger naval vessel.",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 20000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,644: Line 25,711:
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 25,657: Line 25,724:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,666: Line 25,733:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeWoodenShipFrameItem",
type = "LargeNylonBuntingGreenItem",
typeID = 0,
typeID = 0,
},
},
Laser = {
["Large Nylon Bunting Purple"] = {
untranslated = "Laser",
untranslated = "Large Nylon Bunting Purple",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "AVOID DIRECT EYE EXPOSURE",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,687: Line 25,756:
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 25,700: Line 25,769:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,709: Line 25,778:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LaserItem",
type = "LargeNylonBuntingPurpleItem",
typeID = 0,
typeID = 0,
},
},
Lathe = {
["Large Paper Lantern"] = {
untranslated = "Lathe",
untranslated = "Large Paper Lantern",
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 large paper lantern.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,732: Line 25,801:
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 25,745: Line 25,814:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,754: Line 25,823:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LatheItem",
type = "LargePaperLanternItem",
typeID = 0,
typeID = 0,
},
},
["Lattice Mushroom Spores"] = {
["Large Standing Ashlar Basalt Sign"] = {
untranslated = "Lattice Mushroom Spores",
untranslated = "Large Standing Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "Plant to grow lattice mushrooms.",
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,800: Line 25,866:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LatticeMushroomSporesItem",
type = "LargeStandingAshlarBasaltSignItem",
typeID = 0,
typeID = 0,
},
},
["Leather Hide"] = {
["Large Standing Ashlar Stone Sign"] = {
untranslated = "Leather Hide",
untranslated = "Large Standing Ashlar Stone Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A thick hide.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Animal Skin",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,845: Line 25,909:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LeatherHideItem",
type = "LargeStandingAshlarStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Leavened Dough"] = {
["Large Standing Birch Sign"] = {
untranslated = "Leavened Dough",
untranslated = "Large Standing Birch Sign",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Leavened dough with added yeast that rises when baked.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 2000,
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 25,890: Line 25,952:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LeavenedDoughItem",
type = "LargeStandingBirchSignItem",
typeID = 0,
typeID = 0,
},
},
["Light Backpack"] = {
["Large Standing Lumber Sign"] = {
untranslated = "Light Backpack",
untranslated = "Large Standing Lumber Sign",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
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 = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,935: Line 25,995:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LightBackpackItem",
type = "LargeStandingLumberSignItem",
typeID = 0,
typeID = 0,
},
},
["Light Bulb"] = {
["Large Standing Mortared Granite Sign"] = {
untranslated = "Light Bulb",
untranslated = "Large Standing Mortared Granite Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "An electric light with a wire filament.",
description = "A large sign for all your large text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,978: Line 26,038:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LightBulbItem",
type = "LargeStandingMortaredGraniteSignItem",
typeID = 0,
typeID = 0,
},
},
Limestone = {
["Large Standing Mortared Stone Sign"] = {
untranslated = "Limestone",
untranslated = "Large Standing Mortared Stone Sign",
category = nil,
category = nil,
group = "Natural Resources",
group = "Crafted Objects",
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 large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Excavatable",
maxStack = 1,
"Rock",
carried = "Backpack",
},
weight = 2000,
maxStack = 20,
carried = "Hands",
weight = 6500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,024: Line 26,081:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneItem",
type = "LargeStandingMortaredStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Limestone Bison Statue"] = {
["Large Standing Saguaro Sign"] = {
untranslated = "Limestone Bison Statue",
untranslated = "Large Standing Saguaro Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A bison statue carved from limestone.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,047: Line 26,102:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = nil,
roomCategory = "Decoration",
roomCategory = nil,
furnitureType = "Statue",
furnitureType = nil,
repeatsDepreciation = "0.3",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 26,060: Line 26,115:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "30",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,069: Line 26,124:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneBisonStatueItem",
type = "LargeStandingSaguaroSignItem",
typeID = 0,
typeID = 0,
},
},
["Limestone Otter Statue"] = {
["Large Standing Softwood Sign"] = {
untranslated = "Limestone Otter Statue",
untranslated = "Large Standing Softwood Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "An otter statue carved from limestone.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,092: Line 26,145:
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 26,105: Line 26,158:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,114: Line 26,167:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneOtterStatueItem",
type = "LargeStandingSoftwoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Limestone Owl Statue"] = {
["Large Standing Stone Sign"] = {
untranslated = "Limestone Owl Statue",
untranslated = "Large Standing Stone Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "World Object",
description = "An owl statue carved from limestone.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,137: Line 26,188:
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 26,150: Line 26,201:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,159: Line 26,210:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneOwlStatueItem",
type = "LargeStandingStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Limestone Wolf Statue"] = {
["Large Standing Wood Sign"] = {
untranslated = "Limestone Wolf Statue",
untranslated = "Large Standing Wood Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "A wolf statue carved from limestone.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,182: Line 26,231:
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 26,195: Line 26,244:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,204: Line 26,253:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneWolfStatueItem",
type = "LargeStandingWoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Linen Fabric"] = {
["Large Windowed Lumber Door"] = {
untranslated = "Linen Fabric",
untranslated = "Large Windowed Lumber Door",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A rough linen fabric that covers your basic needs.",
description = "A large lumber door with windows allowing moderate sized vehicles through..",
tagGroups = {
tagGroups = {},
"Fabric",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,231: Line 26,278:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,249: Line 26,296:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LinenFabricItem",
type = "LargeWindowedLumberDoorItem",
typeID = 0,
typeID = 0,
},
},
["Linen Yarn"] = {
["Large Wooden Ship Frame"] = {
untranslated = "Linen Yarn",
untranslated = "Large Wooden Ship Frame",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Flax fibers spun into a usable string commonly known as linen yarn.",
description = "A large wooden frame for constructing a larger naval vessel.",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25,
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,292: Line 26,339:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LinenYarnItem",
type = "LargeWoodenShipFrameItem",
typeID = 0,
typeID = 0,
},
},
["Loaded Taro Fries"] = {
Laser = {
untranslated = "Loaded Taro Fries",
untranslated = "Laser",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Taro Fries with extra everything.",
description = "AVOID DIRECT EYE EXPOSURE",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 10000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 26,337: Line 26,382:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoadedTaroFriesItem",
type = "LaserItem",
typeID = 0,
typeID = 0,
},
},
Log = {
Lathe = {
untranslated = "Log",
untranslated = "Lathe",
category = nil,
category = nil,
group = "Block",
group = "Work Stations",
description = "A stack of logs.",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Crafting Table",
carried = "Hands",
},
weight = 10000,
maxStack = 1,
carried = "Backpack",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,355: Line 26,402:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
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 26,380: Line 26,427:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LogItem",
type = "LatheItem",
typeID = 0,
typeID = 0,
},
},
["Logging Advanced Upgrade"] = {
["Lattice Mushroom Spores"] = {
untranslated = "Logging Advanced Upgrade",
untranslated = "Lattice Mushroom Spores",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.",
description = "Plant to grow lattice mushrooms.",
tagGroups = {
tagGroups = {
"Upgrade",
"Food",
"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 26,425: Line 26,473:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoggingAdvancedUpgradeItem",
type = "LatticeMushroomSporesItem",
typeID = 0,
typeID = 0,
},
},
["Logging Basic Upgrade"] = {
["Leather Hide"] = {
untranslated = "Logging Basic Upgrade",
untranslated = "Leather Hide",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Basic Upgrade that greatly increases efficiency when crafting Logging recipes.",
description = "A thick hide.",
tagGroups = {
tagGroups = {
"Upgrade",
"Animal Skin",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,470: Line 26,518:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoggingBasicUpgradeItem",
type = "LeatherHideItem",
typeID = 0,
typeID = 0,
},
},
Loom = {
["Leavened Dough"] = {
untranslated = "Loom",
untranslated = "Leavened Dough",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A device for making fabric by weaving yarn or thread.",
description = "Leavened dough with added yeast that rises when baked.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 26,515: Line 26,563:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoomItem",
type = "LeavenedDoughItem",
typeID = 0,
typeID = 0,
},
},
["Low Top Shoes"] = {
["Light Backpack"] = {
untranslated = "Low Top Shoes",
untranslated = "Light Backpack",
category = nil,
category = nil,
group = "Clothing",
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)",
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 = {
"Clothes",
"Clothes",
Line 26,560: Line 26,608:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LowTopShoesItem",
type = "LightBackpackItem",
typeID = 0,
typeID = 0,
},
},
Lumber = {
["Light Bulb"] = {
untranslated = "Lumber",
untranslated = "Light Bulb",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Can be fashioned into various usable equipment.",
description = "An electric light with a wire filament.",
tagGroups = {
tagGroups = {},
"Burnable Fuel",
maxStack = 100,
"Constructable",
carried = "Backpack",
"Lumber",
weight = 50,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,582: Line 26,626:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 26,589: Line 26,633:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,607: Line 26,651:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberItem",
type = "LightBulbItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Bench"] = {
["Lighthouse Lamp"] = {
untranslated = "Lumber Bench",
untranslated = "Lighthouse Lamp",
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 light, but a very large one and it's also spinning around and around.",
tagGroups = {
tagGroups = {
"Housing",
"Housing",
Line 26,620: Line 26,664:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,630: Line 26,674:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1.5",
skillValue = "0",
roomCategory = "Seating",
roomCategory = "Cultural",
furnitureType = "Chair",
furnitureType = "Civics",
repeatsDepreciation = "0.5",
repeatsDepreciation = "1",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 26,643: Line 26,687:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = "",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,652: Line 26,696:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberBenchItem",
type = "LighthouseLampItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Chair"] = {
Limestone = {
untranslated = "Lumber Chair",
untranslated = "Limestone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
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 = {
"Housing",
"Excavatable",
"Rock",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 6500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,675: Line 26,720:
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 26,688: Line 26,733:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,697: Line 26,742:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberChairItem",
type = "LimestoneItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Door"] = {
["Limestone Bison Statue"] = {
untranslated = "Lumber Door",
untranslated = "Limestone Bison Statue",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A door made from finely cut lumber.",
description = "A bison statue carved from limestone.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,718: Line 26,765:
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 = 2,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,731: Line 26,778:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "30",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,740: Line 26,787:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberDoorItem",
type = "LimestoneBisonStatueItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Dresser"] = {
["Limestone Otter Statue"] = {
untranslated = "Lumber Dresser",
untranslated = "Limestone Otter Statue",
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 = "An otter statue carved from limestone.",
tagGroups = {
tagGroups = {
"Housing",
"Housing",
Line 26,753: Line 26,800:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,763: Line 26,810:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "3",
skillValue = "0.2",
roomCategory = "Bedroom",
roomCategory = "Decoration",
furnitureType = "Dresser",
furnitureType = "Statue",
repeatsDepreciation = "0.5",
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 26,776: Line 26,823:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,785: Line 26,832:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberDresserItem",
type = "LimestoneOtterStatueItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Stockpile"] = {
["Limestone Owl Statue"] = {
untranslated = "Lumber Stockpile",
untranslated = "Limestone Owl Statue",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ",
description = "An owl statue carved from limestone.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,806: Line 26,855:
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 26,819: Line 26,868:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,828: Line 26,877:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberStockpileItem",
type = "LimestoneOwlStatueItem",
typeID = 0,
typeID = 0,
},
},
["Lumber Table"] = {
["Limestone Wolf Statue"] = {
untranslated = "Lumber Table",
untranslated = "Limestone Wolf Statue",
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 wolf statue carved from limestone.",
tagGroups = {
tagGroups = {
"Housing",
"Housing",
Line 26,841: Line 26,890:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,851: Line 26,900:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2",
skillValue = "0.5",
roomCategory = "Seating",
roomCategory = "Decoration",
furnitureType = "Table",
furnitureType = "Statue",
repeatsDepreciation = "0.6",
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 26,873: Line 26,922:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberTableItem",
type = "LimestoneWolfStatueItem",
typeID = 0,
typeID = 0,
},
},
["Lupine Seed"] = {
["Linen Fabric"] = {
untranslated = "Lupine Seed",
untranslated = "Linen Fabric",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow lupine.",
description = "A rough linen fabric that covers your basic needs.",
tagGroups = {
tagGroups = {
"Food",
"Fabric",
"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 26,919: Line 26,967:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LupineSeedItem",
type = "LinenFabricItem",
typeID = 0,
typeID = 0,
},
},
Macarons = {
["Linen Yarn"] = {
untranslated = "Macarons",
untranslated = "Linen Yarn",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A small circular biscuit with a sweet huckleberry filling.",
description = "Flax fibers spun into a usable string commonly known as linen yarn.",
tagGroups = {
tagGroups = {},
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 25,
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 26,964: Line 27,010:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MacaronsItem",
type = "LinenYarnItem",
typeID = 0,
typeID = 0,
},
},
["Machinist Table"] = {
["Loaded Taro Fries"] = {
untranslated = "Machinist Table",
untranslated = "Loaded Taro Fries",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A fancy tool bench that creates equally fancy toys.",
description = "Taro Fries with extra everything.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 27,009: Line 27,055:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MachinistTableItem",
type = "LoadedTaroFriesItem",
typeID = 0,
typeID = 0,
},
},
["Marmot Carcass"] = {
Log = {
untranslated = "Marmot Carcass",
untranslated = "Log",
category = nil,
category = nil,
group = "Item",
group = "Block",
description = "A dead marmot.",
description = "A stack of logs.",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,027: Line 27,073:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 27,052: Line 27,098:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MarmotCarcassItem",
type = "LogItem",
typeID = 0,
typeID = 0,
},
},
["Masonry Advanced Upgrade"] = {
["Logging Advanced Upgrade"] = {
untranslated = "Masonry Advanced Upgrade",
untranslated = "Logging Advanced Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.",
tagGroups = {
tagGroups = {
"Upgrade",
"Upgrade",
Line 27,097: Line 27,143:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasonryAdvancedUpgradeItem",
type = "LoggingAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Masonry Basic Upgrade"] = {
["Logging Basic Upgrade"] = {
untranslated = "Masonry Basic Upgrade",
untranslated = "Logging Basic Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.",
description = "Basic Upgrade that greatly increases efficiency when crafting Logging recipes.",
tagGroups = {
tagGroups = {
"Upgrade",
"Upgrade",
Line 27,142: Line 27,188:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasonryBasicUpgradeItem",
type = "LoggingBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Masonry Skill Book"] = {
Loom = {
untranslated = "Masonry Skill Book",
untranslated = "Loom",
category = nil,
category = nil,
group = "Skill Books",
group = "Work Stations",
description = "Masonry Skill Book",
description = "A device for making fabric by weaving yarn or thread.",
tagGroups = {
tagGroups = {
"Skill Books",
"Crafting Table",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,166: Line 27,212:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 27,187: Line 27,233:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Masonry Skill BookItem",
type = "LoomItem",
typeID = 0,
typeID = 0,
},
},
["Masonry Skill Scroll"] = {
["Low Top Shoes"] = {
untranslated = "Masonry Skill Scroll",
untranslated = "Low Top Shoes",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Clothing",
description = "Masonry Skill Scroll",
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 = {
"Skill Scrolls",
"Clothes",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,232: Line 27,278:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Masonry Skill ScrollItem",
type = "LowTopShoesItem",
typeID = 0,
typeID = 0,
},
},
["Masonry Table"] = {
Lumber = {
untranslated = "Masonry Table",
untranslated = "Lumber",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A workstation for hewing and shaping stone into usable objects.",
description = "Can be fashioned into various usable equipment.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Burnable Fuel",
"Constructable",
"Lumber",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,252: Line 27,300:
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 = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,277: Line 27,325:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasonryTableItem",
type = "LumberItem",
typeID = 0,
typeID = 0,
},
},
["Meat Pie"] = {
["Lumber Bench"] = {
untranslated = "Meat Pie",
untranslated = "Lumber Bench",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Much like a huckleberry pie, but filled to the brim with succulent meat.",
description = "A lumber bench for when you need extra seating space than a traditional chair.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 600,
weight = 1000,
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,
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 27,313: Line 27,361:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,322: Line 27,370:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MeatPieItem",
type = "LumberBenchItem",
typeID = 0,
typeID = 0,
},
},
["Meat Stock"] = {
["Lumber Chair"] = {
untranslated = "Meat Stock",
untranslated = "Lumber Chair",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A meaty stock made from the flesh of animals.",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 800,
weight = 1000,
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,
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 27,358: Line 27,406:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,367: Line 27,415:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MeatStockItem",
type = "LumberChairItem",
typeID = 0,
typeID = 0,
},
},
["Meaty Stew"] = {
["Lumber Door"] = {
untranslated = "Meaty Stew",
untranslated = "Lumber Door",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A thick meaty stew. A great source of protein.",
description = "A door made from finely cut lumber.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
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 27,394: Line 27,440:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,412: Line 27,458:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MeatyStewItem",
type = "LumberDoorItem",
typeID = 0,
typeID = 0,
},
},
["Mechanical Water Pump"] = {
["Lumber Dresser"] = {
untranslated = "Mechanical Water Pump",
untranslated = "Lumber Dresser",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "Pumps water from a source into a pipe network.",
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",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 27,433: Line 27,481:
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 27,446: Line 27,494:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,455: Line 27,503:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MechanicalWaterPumpItem",
type = "LumberDresserItem",
typeID = 0,
typeID = 0,
},
},
["Mechanics Advanced Upgrade"] = {
["Lumber Stockpile"] = {
untranslated = "Mechanics Advanced Upgrade",
untranslated = "Lumber Stockpile",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
description = "A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ",
tagGroups = {
tagGroups = {},
"Upgrade",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,500: Line 27,546:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MechanicsAdvancedUpgradeItem",
type = "LumberStockpileItem",
typeID = 0,
typeID = 0,
},
},
["Mechanics Modern Upgrade"] = {
["Lumber Table"] = {
untranslated = "Mechanics Modern Upgrade",
untranslated = "Lumber Table",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
description = "A large lumber table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Upgrade",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,523: Line 27,569:
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 27,536: Line 27,582:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,545: Line 27,591:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MechanicsModernUpgradeItem",
type = "LumberTableItem",
typeID = 0,
typeID = 0,
},
},
["Mechanics Skill Book"] = {
["Lupine Seed"] = {
untranslated = "Mechanics Skill Book",
untranslated = "Lupine Seed",
category = nil,
category = nil,
group = "Skill Books",
group = "Food",
description = "Mechanics Skill Book",
description = "Plant to grow lupine.",
tagGroups = {
tagGroups = {
"Skill Books",
"Food",
"Seeds",
},
},
maxStack = 1,
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 27,590: Line 27,637:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Mechanics Skill BookItem",
type = "LupineSeedItem",
typeID = 0,
typeID = 0,
},
},
["Mechanics Skill Scroll"] = {
Macarons = {
untranslated = "Mechanics Skill Scroll",
untranslated = "Macarons",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Food",
description = "Mechanics Skill Scroll",
description = "A small circular biscuit with a sweet huckleberry filling.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Food",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
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 27,635: Line 27,682:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Mechanics Skill ScrollItem",
type = "MacaronsItem",
typeID = 0,
typeID = 0,
},
},
["Medium Fishing Trawler"] = {
["Machinist Table"] = {
untranslated = "Medium Fishing Trawler",
untranslated = "Machinist Table",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "",
description = "A fancy tool bench that creates equally fancy toys.",
tagGroups = {
tagGroups = {
"Vehicles",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,659: Line 27,706:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 27,680: Line 27,727:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumFishingTrawlerItem",
type = "MachinistTableItem",
typeID = 0,
typeID = 0,
},
},
["Medium Metal Ship Frame"] = {
["Marmot Carcass"] = {
untranslated = "Medium Metal Ship Frame",
untranslated = "Marmot Carcass",
category = nil,
category = nil,
group = "Items",
group = "Item",
description = "A medium metal frame for constructing a naval vessel.",
description = "A dead marmot.",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 15000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,723: Line 27,770:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumMetalShipFrameItem",
type = "MarmotCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Medium Shipyard"] = {
["Masonry Advanced Upgrade"] = {
untranslated = "Medium Shipyard",
untranslated = "Masonry Advanced Upgrade",
category = nil,
category = nil,
group = "Work Stations",
group = "Upgrade Modules",
description = "A bigger more suitable place to build larger vessels with more extensive functionalities.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,747: Line 27,794:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 27,768: Line 27,815:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumShipyardItem",
type = "MasonryAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Medium Wooden Ship Frame"] = {
["Masonry Basic Upgrade"] = {
untranslated = "Medium Wooden Ship Frame",
untranslated = "Masonry Basic Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A medium wooden frame for constructing a larger naval vessel.",
description = "Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.",
tagGroups = {},
tagGroups = {
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 15000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,811: Line 27,860:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumWoodenShipFrameItem",
type = "MasonryBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Metal Keel"] = {
["Masonry Skill Book"] = {
untranslated = "Metal Keel",
untranslated = "Masonry Skill Book",
category = nil,
category = nil,
group = "Items",
group = "Skill Books",
description = "The backbone of any metal ship.",
description = "Masonry Skill Book",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Skill Books",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,854: Line 27,905:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetalKeelItem",
type = "Masonry Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Metal Rudder"] = {
["Masonry Skill Scroll"] = {
untranslated = "Metal Rudder",
untranslated = "Masonry Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "If you dont have one of these, you have no control over your heading.",
description = "Masonry Skill Scroll",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Skill Scrolls",
},
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,897: Line 27,950:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetalRudderItem",
type = "Masonry Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Metallurgy Research Paper Advanced"] = {
["Masonry Table"] = {
untranslated = "Metallurgy Research Paper Advanced",
untranslated = "Masonry Table",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A workstation for hewing and shaping stone into usable objects.",
tagGroups = {
tagGroups = {
"Advanced Research",
"Crafting Table",
"Research",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,922: Line 27,974:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 27,943: Line 27,995:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetallurgyResearchPaperAdvancedItem",
type = "MasonryTableItem",
typeID = 0,
typeID = 0,
},
},
["Metallurgy Research Paper Basic"] = {
["Meat Pie"] = {
untranslated = "Metallurgy Research Paper Basic",
untranslated = "Meat Pie",
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 = "Much like a huckleberry pie, but filled to the brim with succulent meat.",
tagGroups = {
tagGroups = {
"Basic Research",
"Food",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
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,
Line 27,989: Line 28,040:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetallurgyResearchPaperBasicItem",
type = "MeatPieItem",
typeID = 0,
typeID = 0,
},
},
["Metallurgy Research Paper Modern"] = {
["Meat Stock"] = {
untranslated = "Metallurgy Research Paper Modern",
untranslated = "Meat Stock",
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 meaty stock made from the flesh of animals.",
tagGroups = {
tagGroups = {
"Modern Research",
"Food",
"Research",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
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,035: Line 28,085:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetallurgyResearchPaperModernItem",
type = "MeatStockItem",
typeID = 0,
typeID = 0,
},
},
Mill = {
["Meaty Stew"] = {
untranslated = "Mill",
untranslated = "Meaty Stew",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "Refines food resources by crushing them under a stone millstone.",
description = "A thick meaty stew. A great source of protein.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Food",
"Housing",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
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,
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 28,072: Line 28,121:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "18",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,081: Line 28,130:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MillItem",
type = "MeatyStewItem",
typeID = 0,
typeID = 0,
},
},
["Milling Skill Book"] = {
["Mechanical Water Pump"] = {
untranslated = "Milling Skill Book",
untranslated = "Mechanical Water Pump",
category = nil,
category = nil,
group = "Skill Books",
group = "Crafted Objects",
description = "Milling Skill Book",
description = "Pumps water from a source into a pipe network.",
tagGroups = {
tagGroups = {},
"Skill Books",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,126: Line 28,173:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Milling Skill BookItem",
type = "MechanicalWaterPumpItem",
typeID = 0,
typeID = 0,
},
},
["Milling Skill Scroll"] = {
["Mechanics Advanced Upgrade"] = {
untranslated = "Milling Skill Scroll",
untranslated = "Mechanics Advanced Upgrade",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Upgrade Modules",
description = "Milling Skill Scroll",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Upgrade",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,171: Line 28,218:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Milling Skill ScrollItem",
type = "MechanicsAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Milling Upgrade"] = {
["Mechanics Modern Upgrade"] = {
untranslated = "Milling Upgrade",
untranslated = "Mechanics Modern Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Basic Upgrade that greatly increases efficiency when crafting Milling recipes.",
description = "Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
tagGroups = {
tagGroups = {
"Upgrade",
"Upgrade",
Line 28,216: Line 28,263:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MillingUpgradeItem",
type = "MechanicsModernUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Millionaires Salad"] = {
["Mechanics Skill Book"] = {
untranslated = "Millionaires Salad",
untranslated = "Mechanics Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "A decadent yet healthy assemblage.",
description = "Mechanics Skill Book",
tagGroups = {
tagGroups = {
"Food",
"Skill Books",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 100,
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 28,261: Line 28,308:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MillionairesSaladItem",
type = "Mechanics Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Mining Advanced Upgrade"] = {
["Mechanics Skill Scroll"] = {
untranslated = "Mining Advanced Upgrade",
untranslated = "Mechanics Skill Scroll",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Scrolls",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.",
description = "Mechanics Skill Scroll",
tagGroups = {
tagGroups = {
"Upgrade",
"Skill Scrolls",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,306: Line 28,353:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MiningAdvancedUpgradeItem",
type = "Mechanics Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Mining Basic Upgrade"] = {
["Medium Fishing Trawler"] = {
untranslated = "Mining Basic Upgrade",
untranslated = "Medium Fishing Trawler",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Mining recipes.",
description = "",
tagGroups = {
tagGroups = {
"Upgrade",
"Vehicles",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,351: Line 28,398:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MiningBasicUpgradeItem",
type = "MediumFishingTrawlerItem",
typeID = 0,
typeID = 0,
},
},
["Mining Modern Upgrade"] = {
["Medium Metal Ship Frame"] = {
untranslated = "Mining Modern Upgrade",
untranslated = "Medium Metal Ship Frame",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Modern Upgrade that greatly increases efficiency when crafting Mining recipes.",
description = "A medium metal frame for constructing a naval vessel.",
tagGroups = {
tagGroups = {},
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 15000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,396: Line 28,441:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MiningModernUpgradeItem",
type = "MediumMetalShipFrameItem",
typeID = 0,
typeID = 0,
},
},
Mint = {
["Medium Shipyard"] = {
untranslated = "Mint",
untranslated = "Medium Shipyard",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "Allows for the creation of currency.",
description = "A bigger more suitable place to build larger vessels with more extensive functionalities.",
tagGroups = {},
tagGroups = {
"Crafting Table",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,418: Line 28,465:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 28,439: Line 28,486:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MintItem",
type = "MediumShipyardItem",
typeID = 0,
typeID = 0,
},
},
Mochi = {
["Medium Wooden Ship Frame"] = {
untranslated = "Mochi",
untranslated = "Medium Wooden Ship Frame",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Watch your hands!",
description = "A medium wooden frame for constructing a larger naval vessel.",
tagGroups = {
tagGroups = {},
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 15000,
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,
Line 28,484: Line 28,529:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MochiItem",
type = "MediumWoodenShipFrameItem",
typeID = 0,
typeID = 0,
},
},
["Modern Axe"] = {
["Metal Keel"] = {
untranslated = "Modern Axe",
untranslated = "Metal Keel",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A modern axe with a non-slip handle made using fiberglass.",
description = "The backbone of any metal ship.",
tagGroups = {
tagGroups = {},
"Tool",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,511: Line 28,554:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,529: Line 28,572:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernAxeItem",
type = "MetalKeelItem",
typeID = 0,
typeID = 0,
},
},
["Modern Double Street Light"] = {
["Metal Rudder"] = {
untranslated = "Modern Double Street Light",
untranslated = "Metal Rudder",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A towering metal light post that requires electricity to run.",
description = "If you dont have one of these, you have no control over your heading.",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,552: Line 28,593:
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 28,565: Line 28,606:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,574: Line 28,615:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernDoubleStreetLightItem",
type = "MetalRudderItem",
typeID = 0,
typeID = 0,
},
},
["Modern Hammer"] = {
["Metallurgy Research Paper Advanced"] = {
untranslated = "Modern Hammer",
untranslated = "Metallurgy Research Paper Advanced",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A modern hammer with a non-slip handle made using fiberglass.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Tool",
"Advanced Research",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,601: Line 28,643:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,619: Line 28,661:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernHammerItem",
type = "MetallurgyResearchPaperAdvancedItem",
typeID = 0,
typeID = 0,
},
},
["Modern Hoe"] = {
["Metallurgy Research Paper Basic"] = {
untranslated = "Modern Hoe",
untranslated = "Metallurgy Research Paper Basic",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A modern hoe with increased range.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Tool",
"Basic Research",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,646: Line 28,689:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,664: Line 28,707:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernHoeItem",
type = "MetallurgyResearchPaperBasicItem",
typeID = 0,
typeID = 0,
},
},
["Modern Machete"] = {
["Metallurgy Research Paper Modern"] = {
untranslated = "Modern Machete",
untranslated = "Metallurgy Research Paper Modern",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A machete used to quickly clear plants. Has a large AoE with each swing.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Tool",
"Modern Research",
"Research",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,691: Line 28,735:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,709: Line 28,753:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernMacheteItem",
type = "MetallurgyResearchPaperModernItem",
typeID = 0,
typeID = 0,
},
},
["Modern Pickaxe"] = {
Mill = {
untranslated = "Modern Pickaxe",
untranslated = "Mill",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A modern pickaxe with a non-slip handle made using fiberglass.",
description = "Refines food resources by crushing them under a stone millstone.",
tagGroups = {
tagGroups = {
"Tool",
"Crafting Table",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,732: Line 28,777:
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 = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,745: Line 28,790:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "18",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,754: Line 28,799:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernPickaxeItem",
type = "MillItem",
typeID = 0,
typeID = 0,
},
},
["Modern Rock Drill"] = {
["Milling Skill Book"] = {
untranslated = "Modern Rock Drill",
untranslated = "Milling Skill Book",
category = nil,
category = nil,
group = "Items",
group = "Skill Books",
description = "A gasoline-powered alternative for faster geological sampling.",
description = "Milling Skill Book",
tagGroups = {
tagGroups = {
"Tool",
"Skill Books",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,781: Line 28,826:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,799: Line 28,844:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernRockDrillItem",
type = "Milling Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Modern Scythe"] = {
["Milling Skill Scroll"] = {
untranslated = "Modern Scythe",
untranslated = "Milling Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "A modern scythe used to harvest crops or cut grass. Has a large AoE with each swing.",
description = "Milling Skill Scroll",
tagGroups = {
tagGroups = {
"Tool",
"Skill Scrolls",
},
},
maxStack = 1,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,826: Line 28,871:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,844: Line 28,889:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernScytheItem",
type = "Milling Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Modern Shovel"] = {
["Milling Upgrade"] = {
untranslated = "Modern Shovel",
untranslated = "Milling Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "Terraforming is the first step towards a flourishing civilization and now you can do it with style and less repairs.",
description = "Basic Upgrade that greatly increases efficiency when crafting Milling recipes.",
tagGroups = {
tagGroups = {
"Tool",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,871: Line 28,916:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,889: Line 28,934:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernShovelItem",
type = "MillingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Modern Street Light"] = {
["Millionaires Salad"] = {
untranslated = "Modern Street Light",
untranslated = "Millionaires Salad",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A towering metal light post that requires electricity to run.",
description = "A decadent yet healthy assemblage.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
},
},
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,
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 28,925: Line 28,970:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,934: Line 28,979:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernStreetLightItem",
type = "MillionairesSaladItem",
typeID = 0,
typeID = 0,
},
},
["Modern Upgrade 1"] = {
["Mining Advanced Upgrade"] = {
untranslated = "Modern Upgrade 1",
untranslated = "Mining Advanced Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Modern Upgrade with great efficiency increase.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.",
tagGroups = {
tagGroups = {
"Modern Upgrade",
"Upgrade",
"Upgrade",
},
},
Line 28,980: Line 29,024:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl1Item",
type = "MiningAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Modern Upgrade 2"] = {
["Mining Basic Upgrade"] = {
untranslated = "Modern Upgrade 2",
untranslated = "Mining Basic Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Modern Upgrade with great efficiency increase.",
description = "Basic Upgrade that greatly increases efficiency when crafting Mining recipes.",
tagGroups = {
tagGroups = {
"Modern Upgrade",
"Upgrade",
"Upgrade",
},
},
Line 29,026: Line 29,069:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl2Item",
type = "MiningBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Modern Upgrade 3"] = {
["Mining Modern Upgrade"] = {
untranslated = "Modern Upgrade 3",
untranslated = "Mining Modern Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Modern Upgrade with great efficiency increase.",
description = "Modern Upgrade that greatly increases efficiency when crafting Mining recipes.",
tagGroups = {
tagGroups = {
"Modern Upgrade",
"Upgrade",
"Upgrade",
},
},
Line 29,072: Line 29,114:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl3Item",
type = "MiningModernUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Modern Upgrade 4"] = {
Mint = {
untranslated = "Modern Upgrade 4",
untranslated = "Mint",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Modern Upgrade with great efficiency increase.",
description = "Allows for the creation of currency.",
tagGroups = {
tagGroups = {},
"Modern Upgrade",
maxStack = 1,
"Upgrade",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,118: Line 29,157:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl4Item",
type = "MintItem",
typeID = 0,
typeID = 0,
},
},
["Moon Jellyfish"] = {
Mochi = {
untranslated = "Moon Jellyfish",
untranslated = "Mochi",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A moon jellyfish.",
description = "Watch your hands!",
tagGroups = {
tagGroups = {
"Fish",
"Food",
"Small Fish",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 100,
calories = nil,
calories = 750,
carbs = nil,
carbs = 25,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 5,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 29,164: Line 29,202:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MoonJellyfishItem",
type = "MochiItem",
typeID = 0,
typeID = 0,
},
},
Mortar = {
["Modern Axe"] = {
untranslated = "Mortar",
untranslated = "Modern Axe",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A binding pitch useful as a mortar.",
description = "A modern axe with a non-slip handle made using fiberglass.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Tool",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,189: Line 29,229:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,207: Line 29,247:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortarItem",
type = "ModernAxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 2500.0,
ToolDamage = 2.5,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Modern",
},
},
["Mortared Basalt"] = {
["Modern Double Street Light"] = {
untranslated = "Mortared Basalt",
untranslated = "Modern Double Street Light",
category = nil,
category = nil,
group = "Block",
group = "Housing Objects",
description = "Used to create tough but rudimentary buildings.",
description = "A towering metal light post that requires electricity to run.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Housing",
carried = "Hands",
},
weight = 10000,
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,228: Line 29,276:
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 29,241: Line 29,289:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,250: Line 29,298:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredBasaltItem",
type = "ModernDoubleStreetLightItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Gneiss"] = {
["Modern Hammer"] = {
untranslated = "Mortared Gneiss",
untranslated = "Modern Hammer",
category = nil,
category = nil,
group = "Block",
group = "Items",
description = "Used to create tough but rudimentary buildings.",
description = "A modern hammer with a non-slip handle made using fiberglass.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Tool",
carried = "Hands",
},
weight = 10000,
maxStack = 1,
carried = "Backpack",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,275: Line 29,325:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,293: Line 29,343:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGneissItem",
type = "ModernHammerItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 2500.0,
ToolRepairType = "Modern",
},
},
["Mortared Granite"] = {
["Modern Hoe"] = {
untranslated = "Mortared Granite",
untranslated = "Modern Hoe",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Used to create tough but rudimentary buildings.",
description = "A modern hoe with increased range.",
tagGroups = {
tagGroups = {
"Constructable",
"Tool",
"Mortared Stone",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,321: Line 29,373:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,339: Line 29,391:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteItem",
type = "ModernHoeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 1500.0,
ToolRepairType = "Modern",
},
},
["Mortared Granite Bench"] = {
["Modern Machete"] = {
untranslated = "Mortared Granite Bench",
untranslated = "Modern Machete",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A basic stone bench for sitting.",
description = "A machete used to quickly clear plants. Has a large AoE with each swing.",
tagGroups = {
tagGroups = {
"Housing",
"Tool",
},
},
maxStack = 1,
maxStack = 1,
Line 29,362: Line 29,417:
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 = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,375: Line 29,430:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,384: Line 29,439:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteBenchItem",
type = "ModernMacheteItem",
typeID = 0,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 2000.0,
ToolRepairType = "Modern",
},
},
["Mortared Granite Chair"] = {
["Modern Pickaxe"] = {
untranslated = "Mortared Granite Chair",
untranslated = "Modern Pickaxe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "An early stone chair. Not too comfy but it does the job.",
description = "A modern pickaxe with a non-slip handle made using fiberglass.",
tagGroups = {
tagGroups = {
"Housing",
"Tool",
},
},
maxStack = 1,
maxStack = 1,
Line 29,407: Line 29,465:
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 = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,420: Line 29,478:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,429: Line 29,487:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteChairItem",
type = "ModernPickaxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 2000.0,
ToolDamage = 4.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Modern",
},
},
["Mortared Granite Door"] = {
["Modern Rock Drill"] = {
untranslated = "Mortared Granite Door",
untranslated = "Modern Rock Drill",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A heavy mortared stone door.",
description = "A gasoline-powered alternative for faster geological sampling.",
tagGroups = {},
tagGroups = {
"Tool",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 29,454: Line 29,520:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,472: Line 29,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteDoorItem",
type = "ModernRockDrillItem",
typeID = 0,
typeID = 0,
ToolVariant = "Drill",
ToolDurability = 1000.0,
ToolRepairType = "Gasoline",
},
},
["Mortared Granite Fireplace"] = {
["Modern Scythe"] = {
untranslated = "Mortared Granite Fireplace",
untranslated = "Modern Scythe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
description = "A modern scythe used to harvest crops or cut grass. Has a large AoE with each swing.",
tagGroups = {
tagGroups = {
"Housing",
"Tool",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,495: Line 29,564:
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 = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,508: Line 29,577:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,517: Line 29,586:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteFireplaceItem",
type = "ModernScytheItem",
typeID = 0,
typeID = 0,
ToolVariant = "Scythe",
ToolDurability = 2000.0,
ToolRepairType = "Modern",
},
},
["Mortared Granite Table"] = {
["Modern Shovel"] = {
untranslated = "Mortared Granite Table",
untranslated = "Modern Shovel",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "An early stone table. Not much to look at but it does the job.",
description = "Terraforming is the first step towards a flourishing civilization and now you can do it with style and less repairs.",
tagGroups = {
tagGroups = {
"Housing",
"Tool",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,540: Line 29,612:
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 = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,553: Line 29,625:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,562: Line 29,634:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteTableItem",
type = "ModernShovelItem",
typeID = 0,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 2000.0,
ToolRepairType = "Modern",
ToolCarryCapacity = 10.0,
},
},
["Mortared Limestone"] = {
["Modern Street Light"] = {
untranslated = "Mortared Limestone",
untranslated = "Modern Street Light",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Used to create tough but rudimentary buildings.",
description = "A towering metal light post that requires electricity to run.",
tagGroups = {
tagGroups = {
"Constructable",
"Housing",
"Mortared Stone",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,586: Line 29,661:
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 = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,599: Line 29,674:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,608: Line 29,683:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredLimestoneItem",
type = "ModernStreetLightItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Sandstone"] = {
["Modern Upgrade 1"] = {
untranslated = "Mortared Sandstone",
untranslated = "Modern Upgrade 1",
category = nil,
category = nil,
group = "Blocks",
group = "Upgrade Modules",
description = "Used to create tough but rudimentary buildings.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Constructable",
"Modern Upgrade",
"Mortared Stone",
"Upgrade",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,636: Line 29,711:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,654: Line 29,729:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredSandstoneItem",
type = "ModernUpgradeLvl1Item",
typeID = 0,
typeID = 0,
},
},
["Mortared Shale"] = {
["Modern Upgrade 2"] = {
untranslated = "Mortared Shale",
untranslated = "Modern Upgrade 2",
category = nil,
category = nil,
group = "Block",
group = "Upgrade Modules",
description = "Used to create tough but rudimentary buildings.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Modern Upgrade",
carried = "Hands",
"Upgrade",
weight = 10000,
},
maxStack = 100,
carried = "Backpack",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,697: Line 29,775:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredShaleItem",
type = "ModernUpgradeLvl2Item",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone"] = {
["Modern Upgrade 3"] = {
untranslated = "Mortared Stone",
untranslated = "Modern Upgrade 3",
category = nil,
category = nil,
group = "Blocks",
group = "Upgrade Modules",
description = "Old stone",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Constructable",
"Modern Upgrade",
"Mortared Stone",
"Upgrade",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,725: Line 29,803:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,743: Line 29,821:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneItem",
type = "ModernUpgradeLvl3Item",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Bench"] = {
["Modern Upgrade 4"] = {
untranslated = "Mortared Stone Bench",
untranslated = "Modern Upgrade 4",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A basic stone bench for sitting.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Housing",
"Modern Upgrade",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,766: Line 29,845:
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 29,779: Line 29,858:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,788: Line 29,867:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneBenchItem",
type = "ModernUpgradeLvl4Item",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Chair"] = {
["Moon Jellyfish"] = {
untranslated = "Mortared Stone Chair",
untranslated = "Moon Jellyfish",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "An early stone chair. Not too comfy but it does the job.",
description = "A moon jellyfish.",
tagGroups = {
tagGroups = {
"Housing",
"Fish",
"Small Fish",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 200,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,811: Line 29,891:
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 29,824: Line 29,904:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,833: Line 29,913:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneChairItem",
type = "MoonJellyfishItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Door"] = {
Mortar = {
untranslated = "Mortared Stone Door",
untranslated = "Mortar",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A heavy mortared stone door.",
description = "A binding pitch useful as a mortar.",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,858: Line 29,938:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 1,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,876: Line 29,956:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneDoorItem",
type = "MortarItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Fireplace"] = {
["Mortared Basalt"] = {
untranslated = "Mortared Stone Fireplace",
untranslated = "Mortared Basalt",
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 = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 20,
},
carried = "Hands",
maxStack = 1,
weight = 10000,
carried = "Backpack",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,899: Line 29,977:
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 29,912: Line 29,990:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,921: Line 29,999:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneFireplaceItem",
type = "MortaredBasaltItem",
typeID = 0,
typeID = 0,
},
},
["Mortared Stone Table"] = {
["Mortared Gneiss"] = {
untranslated = "Mortared Stone Table",
untranslated = "Mortared Gneiss",
category = nil,
category = nil,
group = "Housing Objects",
group = "Block",
description = "An early stone table. Not much to look at but it does the job.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 20,
},
carried = "Hands",
maxStack = 1,
weight = 10000,
carried = "Backpack",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,944: Line 30,020:
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 29,957: Line 30,033:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,966: Line 30,042:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneTableItem",
type = "MortaredGneissItem",
typeID = 0,
typeID = 0,
},
},
["Mountain Goat Carcass"] = {
["Mortared Granite"] = {
untranslated = "Mountain Goat Carcass",
untranslated = "Mortared Granite",
category = nil,
category = nil,
group = "Natural Resources",
group = "Blocks",
description = "A dead mountain goat.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {
"Medium Carcass",
"Constructable",
"Medium Wooly Carcass",
"Mortared Stone",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 3000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,994: Line 30,070:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,012: Line 30,088:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MountainGoatCarcassItem",
type = "MortaredGraniteItem",
typeID = 0,
typeID = 0,
},
},
["Muffin Hat"] = {
["Mortared Granite Bench"] = {
untranslated = "Muffin Hat",
untranslated = "Mortared Granite Bench",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "I have no idea why it's called that but it's not edible.",
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 30,035: Line 30,111:
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,048: Line 30,124:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,057: Line 30,133:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MuffinHatItem",
type = "MortaredGraniteBenchItem",
typeID = 0,
typeID = 0,
},
},
Nail = {
["Mortared Granite Chair"] = {
untranslated = "Nail",
untranslated = "Mortared Granite Chair",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Nails used for construction.",
description = "An early stone chair. Not too comfy but it does the job.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,078: Line 30,156:
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,091: Line 30,169:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,100: Line 30,178:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NailItem",
type = "MortaredGraniteChairItem",
typeID = 0,
typeID = 0,
},
},
["Nuclear Fuel"] = {
["Mortared Granite Door"] = {
untranslated = "Nuclear Fuel",
untranslated = "Mortared Granite Door",
category = nil,
category = nil,
group = "Item",
group = "Housing Objects",
description = "Unstable nuclear fuel.",
description = "A heavy mortared stone door.",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,125: Line 30,203:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,143: Line 30,221:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NuclearFuelItem",
type = "MortaredGraniteDoorItem",
typeID = 0,
typeID = 0,
},
},
Nylon = {
["Mortared Granite Fireplace"] = {
untranslated = "Nylon",
untranslated = "Mortared Granite Fireplace",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Nylon is a synthetic polymer that can be used as a cheap alternative to more natural textiles. ",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,164: Line 30,244:
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,177: Line 30,257:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,186: Line 30,266:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonItem",
type = "MortaredGraniteFireplaceItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Carpet"] = {
["Mortared Granite Table"] = {
untranslated = "Nylon Carpet",
untranslated = "Mortared Granite Table",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A woven nylon floor covering attached to a lumber backing.",
description = "An early stone table. Not much to look at but it does the job.",
tagGroups = {
tagGroups = {
"Constructable",
"Housing",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,209: Line 30,289:
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 = 4,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,222: Line 30,302:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,231: Line 30,311:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonCarpetItem",
type = "MortaredGraniteTableItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Chips"] = {
["Mortared Limestone"] = {
untranslated = "Nylon Chips",
untranslated = "Mortared Limestone",
category = nil,
category = nil,
group = "Item",
group = "Blocks",
description = "",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Constructable",
carried = "Backpack",
"Mortared Stone",
weight = 50,
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,256: Line 30,339:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,274: Line 30,357:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonChipsItem",
type = "MortaredLimestoneItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Curtains"] = {
["Mortared Sandstone"] = {
untranslated = "Nylon Curtains",
untranslated = "Mortared Sandstone",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Curtains made out of plastic? \\n\\n (Only cosmetic does not impact room value.)",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {
"Constructable",
"Constructable",
"Mortared Stone",
},
},
maxStack = 20,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = 5000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,301: Line 30,385:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,319: Line 30,403:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonCurtainsItem",
type = "MortaredSandstoneItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Fabric"] = {
["Mortared Shale"] = {
untranslated = "Nylon Fabric",
untranslated = "Mortared Shale",
category = nil,
category = nil,
group = "Items",
group = "Block",
description = "A synthetic fabric that is desired for its durability and cheap cost to produce.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {},
"Fabric",
maxStack = 20,
},
carried = "Hands",
maxStack = 100,
weight = 10000,
carried = "Backpack",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,364: Line 30,446:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonFabricItem",
type = "MortaredShaleItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Futon Bed"] = {
["Mortared Stone"] = {
untranslated = "Nylon Futon Bed",
untranslated = "Mortared Stone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A classic futon for when regular beds are too soft.",
description = "Old stone",
tagGroups = {
tagGroups = {
"Housing",
"Constructable",
"Mortared Stone",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 2000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,387: Line 30,470:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "5",
skillValue = nil,
roomCategory = "Bedroom",
roomCategory = nil,
furnitureType = "Bed",
furnitureType = nil,
repeatsDepreciation = "0.2",
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,400: Line 30,483:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,409: Line 30,492:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonFutonBedItem",
type = "MortaredStoneItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Futon Couch"] = {
["Mortared Stone Bench"] = {
untranslated = "Nylon Futon Couch",
untranslated = "Mortared Stone Bench",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A modern styled couch with a classic touch.",
description = "A basic stone bench for sitting.",
tagGroups = {
tagGroups = {
"Housing",
"Housing",
Line 30,422: Line 30,505:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,432: Line 30,515:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "2.5",
skillValue = "1",
roomCategory = "Living Room",
roomCategory = "Seating",
furnitureType = "Chair",
furnitureType = "Chair",
repeatsDepreciation = "0.6",
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 30,454: Line 30,537:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonFutonCouchItem",
type = "MortaredStoneBenchItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Mooring Rope"] = {
["Mortared Stone Chair"] = {
untranslated = "Nylon Mooring Rope",
untranslated = "Mortared Stone Chair",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A strong synthetic rope used to make sure a ship does not drift away.",
description = "An early stone chair. Not too comfy but it does the job.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1000,
Line 30,475: Line 30,560:
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,488: Line 30,573:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,497: Line 30,582:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonMooringRopeItem",
type = "MortaredStoneChairItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Thread"] = {
["Mortared Stone Door"] = {
untranslated = "Nylon Thread",
untranslated = "Mortared Stone Door",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Synthetic thread that has more resistance to abrasion than more natural threads.",
description = "A heavy mortared stone door.",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,522: Line 30,607:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,540: Line 30,625:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonThreadItem",
type = "MortaredStoneDoorItem",
typeID = 0,
typeID = 0,
},
},
["Nylon Trawler Net"] = {
["Mortared Stone Fireplace"] = {
untranslated = "Nylon Trawler Net",
untranslated = "Mortared Stone Fireplace",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
tagGroups = {
tagGroups = {
"Tool",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 5000,
Line 30,563: Line 30,648:
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,576: Line 30,661:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,585: Line 30,670:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonTrawlerNetItem",
type = "MortaredStoneFireplaceItem",
typeID = 0,
typeID = 0,
},
},
["Oak Log"] = {
["Mortared Stone Table"] = {
untranslated = "Oak Log",
untranslated = "Mortared Stone Table",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "Oak log is a type of hardwood. With its great strength and hardness, oak is commonly used for furniture and building materials.",
description = "An early stone table. Not much to look at but it does the job.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Housing",
"Hardwood",
"Wood",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,607: Line 30,690:
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 = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 30,623: Line 30,706:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,632: Line 30,715:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OakLogItem",
type = "MortaredStoneTableItem",
typeID = 0,
typeID = 0,
},
},
["Ocean Spray Seed"] = {
["Mountain Goat Carcass"] = {
untranslated = "Ocean Spray Seed",
untranslated = "Mountain Goat Carcass",
category = nil,
category = nil,
group = "Seed",
group = "Natural Resources",
description = "Plant to grow ocean spray.",
description = "A dead mountain goat.",
tagGroups = {
tagGroups = {
"Food",
"Medium Carcass",
"Seeds",
"Medium Wooly 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 30,678: Line 30,761:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OceanSpraySeedItem",
type = "MountainGoatCarcassItem",
typeID = 0,
typeID = 0,
},
},
Oil = {
["Muffin Hat"] = {
untranslated = "Oil",
untranslated = "Muffin Hat",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A plant fat extracted for use in cooking.",
description = "I have no idea why it's called that but it's not edible.",
tagGroups = {
tagGroups = {
"Fat",
"Clothes",
"Food",
"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 30,725: Line 30,806:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilItem",
type = "MuffinHatItem",
typeID = 0,
typeID = 0,
},
},
["Oil Drilling Skill Book"] = {
Nail = {
untranslated = "Oil Drilling Skill Book",
untranslated = "Nail",
category = nil,
category = nil,
group = "Skill Books",
group = "Items",
description = "Oil Drilling Skill Book",
description = "Nails used for construction.",
tagGroups = {
tagGroups = {},
"Skill Books",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
Line 30,770: Line 30,849:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Oil Drilling Skill BookItem",
type = "NailItem",
typeID = 0,
typeID = 0,
},
},
["Oil Drilling Skill Scroll"] = {
["Nuclear Fuel"] = {
untranslated = "Oil Drilling Skill Scroll",
untranslated = "Nuclear Fuel",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Item",
description = "Oil Drilling Skill Scroll",
description = "Unstable nuclear fuel.",
tagGroups = {
tagGroups = {},
"Skill Scrolls",
maxStack = 100,
},
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,815: Line 30,892:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Oil Drilling Skill ScrollItem",
type = "NuclearFuelItem",
typeID = 0,
typeID = 0,
},
},
["Oil Drilling Upgrade"] = {
Nylon = {
untranslated = "Oil Drilling Upgrade",
untranslated = "Nylon",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.",
description = "Nylon is a synthetic polymer that can be used as a cheap alternative to more natural textiles. ",
tagGroups = {
tagGroups = {},
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,860: Line 30,935:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilDrillingUpgradeItem",
type = "NylonItem",
typeID = 0,
typeID = 0,
},
},
["Oil Head Lamp"] = {
["Nylon Carpet"] = {
untranslated = "Oil Head Lamp",
untranslated = "Nylon Carpet",
category = nil,
category = nil,
group = "Clothing",
group = "Blocks",
description = "An iron hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
description = "A woven nylon floor covering attached to a lumber backing.",
tagGroups = {
tagGroups = {
"Clothes",
"Constructable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 100,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,887: Line 30,962:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,905: Line 30,980:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilHeadLampItem",
type = "NylonCarpetItem",
typeID = 0,
typeID = 0,
},
},
["Oil Paint"] = {
["Nylon Chips"] = {
untranslated = "Oil Paint",
untranslated = "Nylon Chips",
category = nil,
category = nil,
group = "Items",
group = "Item",
description = "A collection of paint variations used for art supplies.",
description = "",
tagGroups = {},
tagGroups = {},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,948: Line 31,023:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilPaintItem",
type = "NylonChipsItem",
typeID = 0,
typeID = 0,
},
},
["Oil Refinery"] = {
["Nylon Curtains"] = {
untranslated = "Oil Refinery",
untranslated = "Nylon Curtains",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "Sets of pipes and tanks which refine crude petroleum into usable products.",
description = "Curtains made out of plastic? \\n\\n (Only cosmetic does not impact room value.)",
tagGroups = {
tagGroups = {
"Crafting Table",
"Constructable",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,972: Line 31,047:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 30,993: Line 31,068:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilRefineryItem",
type = "NylonCurtainsItem",
typeID = 0,
typeID = 0,
},
},
["Orange Vase"] = {
["Nylon Fabric"] = {
untranslated = "Orange Vase",
untranslated = "Nylon Fabric",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A vase made with glass to brighten up your home.",
description = "A synthetic fabric that is desired for its durability and cheap cost to produce.",
tagGroups = {
tagGroups = {
"Housing",
"Fabric",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,016: Line 31,091:
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 31,029: Line 31,104:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,038: Line 31,113:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrangeVaseItem",
type = "NylonFabricItem",
typeID = 0,
typeID = 0,
},
},
Orchid = {
["Nylon Futon Bed"] = {
untranslated = "Orchid",
untranslated = "Nylon Futon Bed",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Placeholder Description.",
description = "A classic futon for when regular beds are too soft.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Petals",
},
},
maxStack = 100,
maxStack = 1,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "5",
roomCategory = nil,
roomCategory = "Bedroom",
furnitureType = nil,
furnitureType = "Bed",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 31,075: Line 31,149:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,084: Line 31,158:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrchidItem",
type = "NylonFutonBedItem",
typeID = 0,
typeID = 0,
},
},
["Orchid Seed"] = {
["Nylon Futon Couch"] = {
untranslated = "Orchid Seed",
untranslated = "Nylon Futon Couch",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow an orchid.",
description = "A modern styled couch with a classic touch.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
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,
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,121: Line 31,194:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,130: Line 31,203:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrchidSeedItem",
type = "NylonFutonCouchItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Gold Frame Landscape"] = {
["Nylon Mooring Rope"] = {
untranslated = "Ornate Gold Frame Landscape",
untranslated = "Nylon Mooring Rope",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "",
description = "A strong synthetic rope used to make sure a ship does not drift away.",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 1000,
Line 31,153: Line 31,224:
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 31,166: Line 31,237:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,175: Line 31,246:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateGoldFrameLandscapeItem",
type = "NylonMooringRopeItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Gold Frame Wide"] = {
["Nylon Thread"] = {
untranslated = "Ornate Gold Frame Wide",
untranslated = "Nylon Thread",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "",
description = "Synthetic thread that has more resistance to abrasion than more natural threads.",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 25,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,198: Line 31,267:
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 31,211: Line 31,280:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,220: Line 31,289:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateGoldFrameWideItem",
type = "NylonThreadItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Iron Frame Landscape"] = {
["Nylon Trawler Net"] = {
untranslated = "Ornate Iron Frame Landscape",
untranslated = "Nylon Trawler Net",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
tagGroups = {
tagGroups = {
"Housing",
"Tool",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,243: Line 31,312:
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 31,256: Line 31,325:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,265: Line 31,334:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateIronFrameLandscapeItem",
type = "NylonTrawlerNetItem",
typeID = 0,
typeID = 0,
ToolDurability = 2000.0,
ToolRepairType = "Nylon",
},
},
["Ornate Iron Frame Wide"] = {
["Oak Log"] = {
untranslated = "Ornate Iron Frame Wide",
untranslated = "Oak Log",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "",
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 = {
"Housing",
"Burnable Fuel",
"Hardwood",
"Wood",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,285: Line 31,358:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
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 31,301: Line 31,374:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,310: Line 31,383:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateIronFrameWideItem",
type = "OakLogItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Wooden Frame Landscape"] = {
["Ocean Spray Seed"] = {
untranslated = "Ornate Wooden Frame Landscape",
untranslated = "Ocean Spray Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "",
description = "Plant to grow ocean spray.",
tagGroups = {
tagGroups = {
"Housing",
"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,
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 31,346: Line 31,420:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,355: Line 31,429:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateWoodenFrameLandscapeItem",
type = "OceanSpraySeedItem",
typeID = 0,
typeID = 0,
},
},
["Ornate Wooden Frame Wide"] = {
Oil = {
untranslated = "Ornate Wooden Frame Wide",
untranslated = "Oil",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "",
description = "A plant fat extracted for use in cooking.",
tagGroups = {
tagGroups = {
"Housing",
"Fat",
"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 31,391: Line 31,467:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,400: Line 31,476:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateWoodenFrameWideItem",
type = "OilItem",
typeID = 0,
typeID = 0,
},
},
["Otter Carcass"] = {
["Oil Drilling Skill Book"] = {
untranslated = "Otter Carcass",
untranslated = "Oil Drilling Skill Book",
category = nil,
category = nil,
group = "Natural Resources",
group = "Skill Books",
description = "A dead otter.",
description = "Oil Drilling Skill Book",
tagGroups = {
tagGroups = {
"Tiny Carcass",
"Skill Books",
"Tiny Fur Carcass",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,446: Line 31,521:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OtterCarcassItem",
type = "Oil Drilling Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Outpost Netting"] = {
["Oil Drilling Skill Scroll"] = {
untranslated = "Outpost Netting",
untranslated = "Oil Drilling Skill Scroll",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Skill Scrolls",
description = "A way to store your items when you run out of floor space.",
description = "Oil Drilling Skill Scroll",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Skill Scrolls",
},
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,489: Line 31,566:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OutpostNettingItem",
type = "Oil Drilling Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Outpost Table"] = {
["Oil Drilling Upgrade"] = {
untranslated = "Outpost Table",
untranslated = "Oil Drilling Upgrade",
category = nil,
category = nil,
group = "Work Stations",
group = "Upgrade Modules",
description = "An explorers best collection of information is stored here.",
description = "Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.",
tagGroups = {
tagGroups = {
"Government",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,534: Line 31,611:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OutpostTableItem",
type = "OilDrillingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Pacific Sardine"] = {
["Oil Head Lamp"] = {
untranslated = "Pacific Sardine",
untranslated = "Oil Head Lamp",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "A pacific sardine.",
description = "An iron hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
tagGroups = {
tagGroups = {
"Fish",
"Clothes",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 150,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,579: Line 31,656:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PacificSardineItem",
type = "OilHeadLampItem",
typeID = 0,
typeID = 0,
},
},
["Padded Chair"] = {
["Oil Paint"] = {
untranslated = "Padded Chair",
untranslated = "Oil Paint",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A comfy chair to rest in.",
description = "A collection of paint variations used for art supplies.",
tagGroups = {
tagGroups = {},
"Housing",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,602: Line 31,677:
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 31,615: Line 31,690:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,624: Line 31,699:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaddedChairItem",
type = "OilPaintItem",
typeID = 0,
typeID = 0,
},
},
["Palm Log"] = {
["Oil Refinery"] = {
untranslated = "Palm Log",
untranslated = "Oil Refinery",
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 = "Sets of pipes and tanks which refine crude petroleum into usable products.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Crafting Table",
"Wood",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 10000,
calories = nil,
calories = nil,
Line 31,645: Line 31,719:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
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 31,670: Line 31,744:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PalmLogItem",
type = "OilRefineryItem",
typeID = 0,
typeID = 0,
},
},
["Palm Seed"] = {
["Orange Vase"] = {
untranslated = "Palm Seed",
untranslated = "Orange Vase",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow a palm tree.",
description = "A  vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Seeds",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 250,
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",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 31,707: Line 31,780:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,716: Line 31,789:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PalmSeedItem",
type = "OrangeVaseItem",
typeID = 0,
typeID = 0,
},
},
Papaya = {
Orchid = {
untranslated = "Papaya",
untranslated = "Orchid",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Nice fresh Papaya.",
description = "Placeholder Description.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Fruit",
"Petals",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 50,
calories = 200,
calories = 0,
carbs = 2,
carbs = 0,
protein = 1,
protein = 0,
fat = 0,
fat = 0,
vitamins = 5,
vitamins = 0,
density = 4.0,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 31,763: Line 31,835:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PapayaItem",
type = "OrchidItem",
typeID = 0,
typeID = 0,
},
},
["Papaya Seed"] = {
["Orchid Seed"] = {
untranslated = "Papaya Seed",
untranslated = "Orchid Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a papaya plant.",
description = "Plant to grow an orchid.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Seeds",
"Seeds",
Line 31,810: Line 31,881:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PapayaSeedItem",
type = "OrchidSeedItem",
typeID = 0,
typeID = 0,
},
},
Paper = {
["Ornate Gold Frame Landscape"] = {
untranslated = "Paper",
untranslated = "Ornate Gold Frame Landscape",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "It's paper.",
description = "",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,830: Line 31,901:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 100,
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 31,846: Line 31,917:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,855: Line 31,926:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaperItem",
type = "OrnateGoldFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Paper Milling Skill Book"] = {
["Ornate Gold Frame Wide"] = {
untranslated = "Paper Milling Skill Book",
untranslated = "Ornate Gold Frame Wide",
category = nil,
category = nil,
group = "Skill Books",
group = "Housing Objects",
description = "Paper Milling Skill Book",
description = "",
tagGroups = {
tagGroups = {
"Skill Books",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,878: Line 31,949:
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 31,891: Line 31,962:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,900: Line 31,971:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Paper Milling Skill BookItem",
type = "OrnateGoldFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Paper Milling Skill Scroll"] = {
["Ornate Iron Frame Landscape"] = {
untranslated = "Paper Milling Skill Scroll",
untranslated = "Ornate Iron Frame Landscape",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Housing Objects",
description = "Paper Milling Skill Scroll",
description = "",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Housing",
},
},
maxStack = 10,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,923: Line 31,994:
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 31,936: Line 32,007:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,945: Line 32,016:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Paper Milling Skill ScrollItem",
type = "OrnateIronFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Paper Milling Upgrade"] = {
["Ornate Iron Frame Wide"] = {
untranslated = "Paper Milling Upgrade",
untranslated = "Ornate Iron Frame Wide",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.",
description = "",
tagGroups = {
tagGroups = {
"Upgrade",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,968: Line 32,039:
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 31,981: Line 32,052:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,990: Line 32,061:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaperMillingUpgradeItem",
type = "OrnateIronFrameWideItem",
typeID = 0,
typeID = 0,
},
},
["Pastry Dough"] = {
["Ornate Wooden Frame Landscape"] = {
untranslated = "Pastry Dough",
untranslated = "Ornate Wooden Frame Landscape",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "An extra fatty leavened dough for making yummy pastries.",
description = "",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
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,
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,026: Line 32,097:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,035: Line 32,106:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PastryDoughItem",
type = "OrnateWoodenFrameLandscapeItem",
typeID = 0,
typeID = 0,
},
},
["Pelt Fertilizer"] = {
["Ornate Wooden Frame Wide"] = {
untranslated = "Pelt Fertilizer",
untranslated = "Ornate Wooden Frame Wide",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A fertilize made from fur pelts and filler.",
description = "",
tagGroups = {
tagGroups = {
"Fertilizer",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,058: Line 32,129:
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,071: Line 32,142:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,080: Line 32,151:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PeltFertilizerItem",
type = "OrnateWoodenFrameWideItem",
typeID = 0,
typeID = 0,
},
},
Petroleum = {
["Otter Carcass"] = {
untranslated = "Petroleum",
untranslated = "Otter Carcass",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. Its extraction, transport, and burning all have environmental impacts.",
description = "A dead otter.",
tagGroups = {},
tagGroups = {
maxStack = 20,
"Tiny Carcass",
carried = "Hands",
"Tiny Fur Carcass",
weight = 10000,
},
maxStack = 100,
carried = "Backpack",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,123: Line 32,197:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PetroleumItem",
type = "OtterCarcassItem",
typeID = 0,
typeID = 0,
},
},
["Phad Thai"] = {
["Outpost Netting"] = {
untranslated = "Phad Thai",
untranslated = "Outpost Netting",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "They make you full, and proud.",
description = "A way to store your items when you run out of floor space.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
},
maxStack = 100,
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 32,168: Line 32,240:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PhadThaiItem",
type = "OutpostNettingItem",
typeID = 0,
typeID = 0,
},
},
["Phosphate Fertilizer"] = {
["Outpost Table"] = {
untranslated = "Phosphate Fertilizer",
untranslated = "Outpost Table",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "Phosphate fertilizer is a great source of Phosphorus.",
description = "An explorers best collection of information is stored here.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Government",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,213: Line 32,285:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PhosphateFertilizerItem",
type = "OutpostTableItem",
typeID = 0,
typeID = 0,
},
},
Pineapple = {
["Pacific Sardine"] = {
untranslated = "Pineapple",
untranslated = "Pacific Sardine",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "Nice fresh Pineapple.",
description = "A pacific sardine.",
tagGroups = {
tagGroups = {
"Food",
"Fish",
"Fruit",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 125,
weight = 150,
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,
Line 32,260: Line 32,330:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PineappleItem",
type = "PacificSardineItem",
typeID = 0,
typeID = 0,
},
},
["Pineapple Friend Rice"] = {
["Padded Chair"] = {
untranslated = "Pineapple Friend Rice",
untranslated = "Padded Chair",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
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 = "A comfy chair to rest in.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 150,
weight = 1000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.8",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 32,296: Line 32,366:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,305: Line 32,375:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PineappleFriendRiceItem",
type = "PaddedChairItem",
typeID = 0,
typeID = 0,
},
},
["Pineapple Seed"] = {
["Paint Bucket"] = {
untranslated = "Pineapple Seed",
untranslated = "Paint Bucket",
category = nil,
category = nil,
group = "Seed",
group = "Item",
description = "Plant to grow a pineapple plant.",
description = "A bucket of near magical paint used for making your environment a bit more lively.",
tagGroups = {
tagGroups = {},
"Crop Seed",
"Food",
"Seeds",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = nil,
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,352: Line 32,418:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PineappleSeedItem",
type = "PaintBucketItem",
typeID = 0,
typeID = 0,
},
},
Pirozhok = {
["Palm Log"] = {
untranslated = "Pirozhok",
untranslated = "Palm Log",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A baked bun filled with tasty meat and mushrooms.",
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 = {
"Food",
"Burnable Fuel",
"Wood",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 400,
weight = 10000,
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 = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,397: Line 32,464:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PirozhokItem",
type = "PalmLogItem",
typeID = 0,
typeID = 0,
},
},
Piston = {
["Palm Seed"] = {
untranslated = "Piston",
untranslated = "Palm Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A moving component that transfers force. Can also function as a valve occasionally.",
description = "Plant to grow a palm tree.",
tagGroups = {},
tagGroups = {
"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 32,440: Line 32,510:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PistonItem",
type = "PalmSeedItem",
typeID = 0,
typeID = 0,
},
},
["Plant Fibers"] = {
Papaya = {
untranslated = "Plant Fibers",
untranslated = "Papaya",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Harvested from a number of plants, these fibers are useful for a surprising number of things.",
description = "Nice fresh Papaya.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Food",
"Crop",
"Fruit",
"Natural Fiber",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 25,
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 = 100,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,487: Line 32,557:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlantFibersItem",
type = "PapayaItem",
typeID = 0,
typeID = 0,
},
},
["Plant Vase"] = {
["Papaya Seed"] = {
untranslated = "Plant Vase",
untranslated = "Papaya Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A  vase made with glass to brighten up your home.",
description = "Plant to grow a papaya plant.",
tagGroups = {
tagGroups = {
"Housing",
"Crop Seed",
"Food",
"Seeds",
},
},
maxStack = 1,
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,
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,523: Line 32,595:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,532: Line 32,604:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlantVaseItem",
type = "PapayaSeedItem",
typeID = 0,
typeID = 0,
},
},
Plastic = {
Paper = {
untranslated = "Plastic",
untranslated = "Paper",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "An extremely useful synthetic material derived from petrochemicals.",
description = "It's paper.",
tagGroups = {},
tagGroups = {
"Burnable Fuel",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,550: Line 32,624:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 100,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,575: Line 32,649:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticItem",
type = "PaperItem",
typeID = 0,
typeID = 0,
},
},
["Plastic Buoy"] = {
["Paper Milling Skill Book"] = {
untranslated = "Plastic Buoy",
untranslated = "Paper Milling Skill Book",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Skill Books",
description = "A modern plastic navigational buoy, can also be used as a moorage post.",
description = "Paper Milling 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 32,618: Line 32,694:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticBuoyItem",
type = "Paper Milling Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Poke Bowl"] = {
["Paper Milling Skill Scroll"] = {
untranslated = "Poke Bowl",
untranslated = "Paper Milling Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "A basic yet filling meal with a bite.",
description = "Paper Milling Skill Scroll",
tagGroups = {
tagGroups = {
"Food",
"Skill Scrolls",
},
},
maxStack = 100,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 10,
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 32,663: Line 32,739:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PokeBowlItem",
type = "Paper Milling Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Portable Steam Engine"] = {
["Paper Milling Upgrade"] = {
untranslated = "Portable Steam Engine",
untranslated = "Paper Milling Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "An engine that generates mechanical power through steam.",
description = "Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.",
tagGroups = {},
tagGroups = {
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,706: Line 32,784:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PortableSteamEngineItem",
type = "PaperMillingUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Pottery Skill Book"] = {
["Pastry Dough"] = {
untranslated = "Pottery Skill Book",
untranslated = "Pastry Dough",
category = nil,
category = nil,
group = "Skill Books",
group = "Food",
description = "Pottery Skill Book",
description = "An extra fatty leavened dough for making yummy pastries.",
tagGroups = {
tagGroups = {
"Skill Books",
"Food",
},
},
maxStack = 1,
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 32,751: Line 32,829:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Pottery Skill BookItem",
type = "PastryDoughItem",
typeID = 0,
typeID = 0,
},
},
["Pottery Skill Scroll"] = {
["Pelt Fertilizer"] = {
untranslated = "Pottery Skill Scroll",
untranslated = "Pelt Fertilizer",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Items",
description = "Pottery Skill Scroll",
description = "A fertilize made from fur pelts and filler.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Fertilizer",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,796: Line 32,874:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Pottery Skill ScrollItem",
type = "PeltFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Pottery Upgrade"] = {
Petroleum = {
untranslated = "Pottery Upgrade",
untranslated = "Petroleum",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Blocks",
description = "Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.",
description = "A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. Its extraction, transport, and burning all have environmental impacts.",
tagGroups = {
tagGroups = {},
"Upgrade",
maxStack = 20,
},
carried = "Hands",
maxStack = 100,
weight = 10000,
carried = "Backpack",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,841: Line 32,917:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PotteryUpgradeItem",
type = "PetroleumItem",
typeID = 0,
typeID = 0,
},
},
["Powered Cart"] = {
["Phad Thai"] = {
untranslated = "Powered Cart",
untranslated = "Phad Thai",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "Large cart for hauling sizable loads.",
description = "They make you full, and proud.",
tagGroups = {
tagGroups = {
"Vehicles",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 15000,
weight = 400,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 9,
protein = nil,
protein = 11,
fat = nil,
fat = 19,
vitamins = nil,
vitamins = 5,
density = nil,
density = 3.6666666666666665,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 32,886: Line 32,962:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PoweredCartItem",
type = "PhadThaiItem",
typeID = 0,
typeID = 0,
},
},
["Powered Storage Silo"] = {
["Phosphate Fertilizer"] = {
untranslated = "Powered Storage Silo",
untranslated = "Phosphate Fertilizer",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
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 = "Phosphate fertilizer is a great source of Phosphorus.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Fertilizer",
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,929: Line 33,007:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PoweredStorageSiloItem",
type = "PhosphateFertilizerItem",
typeID = 0,
typeID = 0,
},
},
["Prairie Dog Carcass"] = {
Pineapple = {
untranslated = "Prairie Dog Carcass",
untranslated = "Pineapple",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead prairie dog.",
description = "Nice fresh Pineapple.",
tagGroups = {
tagGroups = {
"Tiny Carcass",
"Food",
"Tiny Leather Carcass",
"Fruit",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
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,
Line 32,975: Line 33,054:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrairieDogCarcassItem",
type = "PineappleItem",
typeID = 0,
typeID = 0,
},
},
["Prepared Meat"] = {
["Pineapple Friend Rice"] = {
untranslated = "Prepared Meat",
untranslated = "Pineapple Friend Rice",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Carefully butchered meat, ready to cook.",
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 = {
"Food",
"Food",
Line 32,988: Line 33,067:
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 150,
calories = 600,
calories = 720,
carbs = 0,
carbs = 20,
protein = 4,
protein = 9,
fat = 6,
fat = 12,
vitamins = 0,
vitamins = 12,
density = 1.6666666666666667,
density = 7.361111111111112,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,020: Line 33,099:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PreparedMeatItem",
type = "PineappleFriendRiceItem",
typeID = 0,
typeID = 0,
},
},
["Prickly Pear Fruit"] = {
["Pineapple Seed"] = {
untranslated = "Prickly Pear Fruit",
untranslated = "Pineapple Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A succulent fruit coated in a rather terrifying array of spines.",
description = "Plant to grow a pineapple plant.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Fruit",
"Seeds",
"Raw Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 50,
calories = 190,
calories = 0,
carbs = 2,
carbs = 0,
protein = 1,
protein = 0,
fat = 1,
fat = 0,
vitamins = 4,
vitamins = 0,
density = 4.2105263157894735,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,067: Line 33,146:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PricklyPearFruitItem",
type = "PineappleSeedItem",
typeID = 0,
typeID = 0,
},
},
["Prickly Pear Seed"] = {
Pirozhok = {
untranslated = "Prickly Pear Seed",
untranslated = "Pirozhok",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow prickly pear cacti.",
description = "A baked bun filled with tasty meat and mushrooms.",
tagGroups = {
tagGroups = {
"Crop Seed",
"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,114: Line 33,191:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PricklyPearSeedItem",
type = "PirozhokItem",
typeID = 0,
typeID = 0,
},
},
["Prime Cut"] = {
Piston = {
untranslated = "Prime Cut",
untranslated = "Piston",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A perfectly marbled piece of meat.",
description = "A moving component that transfers force. Can also function as a valve occasionally.",
tagGroups = {
tagGroups = {},
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 500,
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 33,159: Line 33,234:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimeCutItem",
type = "PistonItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Canvas Boots"] = {
["Plant Fibers"] = {
untranslated = "Primitive Canvas Boots",
untranslated = "Plant Fibers",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A pair of crude canvas boots for your everyday use.",
description = "Harvested from a number of plants, these fibers are useful for a surprising number of things.",
tagGroups = {
tagGroups = {
"Clothes",
"Burnable Fuel",
"Crop",
"Natural Fiber",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 25,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,179: Line 33,256:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 100,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,204: Line 33,281:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveCanvasBootsItem",
type = "PlantFibersItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Canvas Pants"] = {
["Plant Vase"] = {
untranslated = "Primitive Canvas Pants",
untranslated = "Plant Vase",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Roughly stitched canvas pants.",
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 33,227: Line 33,304:
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 33,240: Line 33,317:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,249: Line 33,326:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveCanvasPantsItem",
type = "PlantVaseItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Canvas Shorts"] = {
Plastic = {
untranslated = "Primitive Canvas Shorts",
untranslated = "Plastic",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "They're like the Primitive Canvas Pants, but shorter.",
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 33,294: Line 33,369:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveCanvasShortsItem",
type = "PlasticItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Fur Belt"] = {
["Plastic Buoy"] = {
untranslated = "Primitive Fur Belt",
untranslated = "Plastic Buoy",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "You should probably still wear pants.",
description = "A modern plastic navigational buoy, can also be used as a moorage post.",
tagGroups = {
tagGroups = {},
"Clothes",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,339: Line 33,412:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveFurBeltItem",
type = "PlasticBuoyItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Leather Boots"] = {
["Poke Bowl"] = {
untranslated = "Primitive Leather Boots",
untranslated = "Poke Bowl",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A pair of crude leather boots for your everyday use.",
description = "A basic yet filling meal with a bite.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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 33,384: Line 33,457:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherBootsItem",
type = "PokeBowlItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Leather Pants"] = {
["Portable Steam Engine"] = {
untranslated = "Primitive Leather Pants",
untranslated = "Portable Steam Engine",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "You ever tried cutting leather with a rock?",
description = "An engine that generates mechanical power through steam.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,429: Line 33,500:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherPantsItem",
type = "PortableSteamEngineItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Leather Shirt"] = {
["Pottery Skill Book"] = {
untranslated = "Primitive Leather Shirt",
untranslated = "Pottery Skill Book",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Books",
description = "A Shirt made from roughly cut pieces of leather, should keep your shoulders warm.",
description = "Pottery Skill Book",
tagGroups = {
tagGroups = {
"Clothes",
"Skill Books",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
Line 33,474: Line 33,545:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherShirtItem",
type = "Pottery Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Primitive Leather Shorts"] = {
["Pottery Skill Scroll"] = {
untranslated = "Primitive Leather Shorts",
untranslated = "Pottery Skill Scroll",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Scrolls",
description = "You may have enough leather left over to make a nice hat.",
description = "Pottery 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 33,519: Line 33,590:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherShortsItem",
type = "Pottery Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Printing Press"] = {
["Pottery Table"] = {
untranslated = "Printing Press",
untranslated = "Pottery Table",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "The world will never be the same.",
description = "A primitive table for shaping basic clay products.",
tagGroups = {
tagGroups = {
"Government",
"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 = nil,
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 = nil,
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 = nil,
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 = nil,
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 = nil,
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 = nil,
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 = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 33,564: Line 34,721:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrintingPressItem",
type = "PupusasItem",
typeID = 0,
typeID = 0,
},
},
["Pulp Filler"] = {
["Purple Vase"] = {
untranslated = "Pulp Filler",
untranslated = "Purple Vase",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Wood pulp and dirt make a great filler for other fertilizers. ",
description = "A  vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Housing",
"Fertilizer Filler",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,588: Line 34,744:
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 33,601: Line 34,757:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,610: Line 34,766:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PulpFillerItem",
type = "PurpleVaseItem",
typeID = 0,
typeID = 0,
},
},
["Pump Jack"] = {
Quicklime = {
untranslated = "Pump Jack",
untranslated = "Quicklime",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "Drill, baby! Drill!",
description = "A chemical compound used in steel production.",
tagGroups = {
tagGroups = {},
"Crafting Table",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,634: Line 34,788:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 33,655: Line 34,809:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PumpJackItem",
type = "QuicklimeItem",
typeID = 0,
typeID = 0,
},
},
Pumpkin = {
Radiator = {
untranslated = "Pumpkin",
untranslated = "Radiator",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Round and large.",
description = "A heat sink that uses liquid running through copper fins to disperse heat build-up.",
tagGroups = {
tagGroups = {},
"Food",
"Fruit",
"Raw Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 125,
weight = 500,
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 33,702: Line 34,852:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PumpkinItem",
type = "RadiatorItem",
typeID = 0,
typeID = 0,
},
},
["Pumpkin Seed"] = {
["Raw Bacon"] = {
untranslated = "Pumpkin Seed",
untranslated = "Raw Bacon",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a pumpkin.",
description = "A fatty cut of meat that happens to be inexplicably tastier than other cuts.",
tagGroups = {
tagGroups = {
"Crop Seed",
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 250,
calories = 0,
calories = 200,
carbs = 0,
carbs = 0,
protein = 0,
protein = 3,
fat = 0,
fat = 9,
vitamins = 0,
vitamins = 0,
density = 0,
density = 6.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,749: Line 34,897:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PumpkinSeedItem",
type = "RawBaconItem",
typeID = 0,
typeID = 0,
},
},
Pupusas = {
["Raw Fish"] = {
untranslated = "Pupusas",
untranslated = "Raw Fish",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Comforting, best served hot from the griddle.",
description = "A fatty cut of raw fish.",
tagGroups = {
tagGroups = {
"Food",
"Food",
Line 33,762: Line 34,910:
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 400,
weight = 100,
calories = 900,
calories = 200,
carbs = 6,
carbs = 0,
protein = 11,
protein = 7,
fat = 9,
fat = 3,
vitamins = 14,
vitamins = 0,
density = 4.444444444444445,
density = 5.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,794: Line 34,942:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PupusasItem",
type = "RawFishItem",
typeID = 0,
typeID = 0,
},
},
["Purple Vase"] = {
["Raw Meat"] = {
untranslated = "Purple Vase",
untranslated = "Raw Meat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A  vase made with glass to brighten up your home.",
description = "Fresh raw meat from the hunt. It should probably be cooked before being consumed.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
},
},
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 = "2",
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,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
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,
Line 33,882: Line 34,987:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "QuicklimeItem",
type = "RawMeatItem",
typeID = 0,
typeID = 0,
},
},
Radiator = {
["Raw Roast"] = {
untranslated = "Radiator",
untranslated = "Raw Roast",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A heat sink that uses liquid running through copper fins to disperse heat build-up.",
description = "A trussed roast tied and ready to be cooked.",
tagGroups = {},
tagGroups = {
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
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,
Line 33,925: Line 35,032:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RadiatorItem",
type = "RawRoastItem",
typeID = 0,
typeID = 0,
},
},
["Raw Bacon"] = {
["Raw Sausage"] = {
untranslated = "Raw Bacon",
untranslated = "Raw Sausage",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A fatty cut of meat that happens to be inexplicably tastier than other cuts.",
description = "Ground meat stuffed into an intestine casing.",
tagGroups = {
tagGroups = {
"Food",
"Food",
Line 33,938: Line 35,045:
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 300,
calories = 200,
calories = 500,
carbs = 0,
carbs = 0,
protein = 3,
protein = 4,
fat = 9,
fat = 8,
vitamins = 0,
vitamins = 0,
density = 6.0,
density = 2.4,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,970: Line 35,077:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawBaconItem",
type = "RawSausageItem",
typeID = 0,
typeID = 0,
},
},
["Raw Fish"] = {
["Real Estate Desk"] = {
untranslated = "Raw Fish",
untranslated = "Real Estate Desk",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A fatty cut of raw fish.",
description = "A place to manage the sale and transfer of deeds and property.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 2000,
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 34,015: Line 35,120:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawFishItem",
type = "RealEstateDeskItem",
typeID = 0,
typeID = 0,
},
},
["Raw Meat"] = {
Rebar = {
untranslated = "Raw Meat",
untranslated = "Rebar",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Fresh raw meat from the hunt. It should probably be cooked before being consumed.",
description = "Ribbed steel bars for reinforcing stuctures.",
tagGroups = {
tagGroups = {},
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 3000,
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 = nil,
yield = nil,
yield = nil,
Line 34,060: Line 35,163:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawMeatItem",
type = "RebarItem",
typeID = 0,
typeID = 0,
},
},
["Raw Roast"] = {
["Recurve Bow"] = {
untranslated = "Raw Roast",
untranslated = "Recurve Bow",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A trussed roast tied and ready to be cooked.",
description = "A recurve bow that shoots faster and more powerful than a traditional wooden bow. Requires arrows to fire.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1500,
calories = 600,
calories = nil,
carbs = 0,
carbs = nil,
protein = 6,
protein = nil,
fat = 5,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 1.8333333333333333,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,087: Line 35,190:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,105: Line 35,208:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawRoastItem",
type = "RecurveBowItem",
typeID = 0,
typeID = 0,
ToolVariant = "Bow",
ToolDurability = 1000.0,
ToolDamage = 1.2,
ToolDamageTalent = "HuntingPowerShotTalent",
ToolRepairType = "Linen",
},
},
["Raw Sausage"] = {
["Red Vase"] = {
untranslated = "Raw Sausage",
untranslated = "Red Vase",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Ground meat stuffed into an intestine casing.",
description = "A  vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 250,
calories = 500,
calories = nil,
carbs = 0,
carbs = nil,
protein = 4,
protein = nil,
fat = 8,
fat = nil,
vitamins = 0,
vitamins = nil,
density = 2.4,
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 34,141: Line 35,249:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,150: Line 35,258:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawSausageItem",
type = "RedVaseItem",
typeID = 0,
typeID = 0,
},
},
["Real Estate Desk"] = {
["Redwood Log"] = {
untranslated = "Real Estate Desk",
untranslated = "Redwood Log",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "A place to manage the sale and transfer of deeds and property.",
description = "Redwood log is a type of softwood that can be easily identified by its distinct red bark.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Burnable Fuel",
carried = "Backpack",
"Softwood",
weight = 2000,
"Wood",
},
maxStack = 20,
carried = "Hands",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,168: Line 35,280:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,193: Line 35,305:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RealEstateDeskItem",
type = "RedwoodLogItem",
typeID = 0,
typeID = 0,
},
},
Rebar = {
["Redwood Seed"] = {
untranslated = "Rebar",
untranslated = "Redwood Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Ribbed steel bars for reinforcing stuctures.",
description = "Plant to grow a redwood tree.",
tagGroups = {},
tagGroups = {
"Food",
"Seeds",
},
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 34,236: Line 35,351:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RebarItem",
type = "RedwoodSeedItem",
typeID = 0,
typeID = 0,
},
},
["Recurve Bow"] = {
Refrigerator = {
untranslated = "Recurve Bow",
untranslated = "Refrigerator",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A recurve bow that shoots faster and more powerful than a traditional wooden bow. Requires arrows to fire.",
description = "An icebox from the future with significantly better cooling properties.",
tagGroups = {
tagGroups = {
"Tool",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1500,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,259: Line 35,374:
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 = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,272: Line 35,387:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,281: Line 35,396:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RecurveBowItem",
type = "RefrigeratorItem",
typeID = 0,
typeID = 0,
},
},
["Red Vase"] = {
Registrar = {
untranslated = "Red Vase",
untranslated = "Registrar",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A  vase made with glass to brighten up your home.",
description = "Allows the setting management of titles.",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,304: Line 35,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 34,317: Line 35,430:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,326: Line 35,439:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RedVaseItem",
type = "RegistrarItem",
typeID = 0,
typeID = 0,
},
},
["Redwood Log"] = {
["Reinforced Concrete"] = {
untranslated = "Redwood Log",
untranslated = "Reinforced Concrete",
category = nil,
category = nil,
group = "Natural Resources",
group = "Blocks",
description = "Redwood log is a type of softwood that can be easily identified by its distinct red bark.",
description = "A sturdy construction material poured around a latice of rebar.",
tagGroups = {
tagGroups = {
"Burnable Fuel",
"Concrete",
"Softwood",
"Constructable",
"Wood",
},
},
maxStack = 20,
maxStack = 20,
Line 34,348: Line 35,460:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,355: Line 35,467:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = nil,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,373: Line 35,485:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RedwoodLogItem",
type = "ReinforcedConcreteItem",
typeID = 0,
typeID = 0,
},
},
["Redwood Seed"] = {
["Research Table"] = {
untranslated = "Redwood Seed",
untranslated = "Research Table",
category = nil,
category = nil,
group = "Seed",
group = "Work Stations",
description = "Plant to grow a redwood tree.",
description = "A basic table for researching new technologies and skills.",
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 34,419: Line 35,528:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RedwoodSeedItem",
type = "ResearchTableItem",
typeID = 0,
typeID = 0,
},
},
Refrigerator = {
Rice = {
untranslated = "Refrigerator",
untranslated = "Rice",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "An icebox from the future with significantly better cooling properties.",
description = "Plant to grow rice.",
tagGroups = {
tagGroups = {
"Housing",
"Crop",
"Crop Seed",
"Food",
"Grain",
"Raw Food",
"Seeds",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
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,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "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 34,455: Line 35,569:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,464: Line 35,578:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RefrigeratorItem",
type = "RiceItem",
typeID = 0,
typeID = 0,
},
},
Registrar = {
["Rice Flour"] = {
untranslated = "Registrar",
untranslated = "Rice Flour",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Allows the setting management of titles.",
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 = 2000,
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 34,507: Line 35,623:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RegistrarItem",
type = "RiceFlourItem",
typeID = 0,
typeID = 0,
},
},
["Reinforced Concrete"] = {
["Rice Noodles"] = {
untranslated = "Reinforced Concrete",
untranslated = "Rice Noodles",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A sturdy construction material poured around a latice of rebar.",
description = "Noodles made from delicious milled white grains.",
tagGroups = {
tagGroups = {
"Concrete",
"Food",
"Constructable",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
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 34,535: Line 35,650:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 3,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,553: Line 35,668:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ReinforcedConcreteItem",
type = "RiceNoodlesItem",
typeID = 0,
typeID = 0,
},
},
["Research Table"] = {
Rivet = {
untranslated = "Research Table",
untranslated = "Rivet",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A basic table for researching new technologies and skills.",
description = "An iron bolt used to hold together inventions.",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 2000,
Line 34,596: Line 35,711:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ResearchTableItem",
type = "RivetItem",
typeID = 0,
typeID = 0,
},
},
Rice = {
["Roast Pumpkin"] = {
untranslated = "Rice",
untranslated = "Roast Pumpkin",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow rice.",
description = "Sweet but a suprising source of vitamins.",
tagGroups = {
tagGroups = {
"Crop",
"Crop Seed",
"Food",
"Food",
"Grain",
"Raw Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 900,
calories = 150,
calories = 1400,
carbs = 7,
carbs = 23,
protein = 1,
protein = 2,
fat = 0,
fat = 2,
vitamins = 0,
vitamins = 7,
density = nil,
density = 2.4285714285714284,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,646: Line 35,756:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RiceItem",
type = "RoastPumpkinItem",
typeID = 0,
typeID = 0,
},
},
["Rice Flour"] = {
["Robotic Assembly Line"] = {
untranslated = "Rice Flour",
untranslated = "Robotic Assembly Line",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Rice grounded into flour is as equally versatile as its golden cousin.",
description = "A complex set of machinery for creating equally complex things.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 10000,
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 = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 34,691: Line 35,801:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RiceFlourItem",
type = "RoboticAssemblyLineItem",
typeID = 0,
typeID = 0,
},
},
["Rice Noodles"] = {
["Rocker Box"] = {
untranslated = "Rice Noodles",
untranslated = "Rocker Box",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Noodles made from delicious milled white grains.",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 2000,
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 = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 34,736: Line 35,846:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RiceNoodlesItem",
type = "RockerBoxItem",
typeID = 0,
typeID = 0,
},
},
Rivet = {
["Rolling Mill"] = {
untranslated = "Rivet",
untranslated = "Rolling Mill",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "An iron bolt used to hold together inventions.",
description = "For rolling steel into more buildable materials.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Crafting Table",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,758: Line 35,870:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 34,779: Line 35,891:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RivetItem",
type = "RollingMillItem",
typeID = 0,
typeID = 0,
},
},
["Roast Pumpkin"] = {
["Root Campfire Salad"] = {
untranslated = "Roast Pumpkin",
untranslated = "Root Campfire Salad",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Sweet but a suprising source of vitamins.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Campfire Salad",
"Food",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 900,
weight = 200,
calories = 1400,
calories = 950,
carbs = 23,
carbs = 8,
protein = 2,
protein = 5,
fat = 2,
fat = 4,
vitamins = 7,
vitamins = 11,
density = 2.4285714285714284,
density = 2.9473684210526314,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,824: Line 35,937:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RoastPumpkinItem",
type = "RootCampfireSaladItem",
typeID = 0,
typeID = 0,
},
},
["Robotic Assembly Line"] = {
["Root Campfire Stew"] = {
untranslated = "Robotic Assembly Line",
untranslated = "Root Campfire Stew",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A complex set of machinery for creating equally complex things.",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 34,869: Line 35,982:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RoboticAssemblyLineItem",
type = "RootCampfireStewItem",
typeID = 0,
typeID = 0,
},
},
["Rocker Box"] = {
["Round Pot"] = {
untranslated = "Rocker Box",
untranslated = "Round Pot",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
description = "Sometimes you just want to bring a little bit of nature into your house.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,892: Line 36,005:
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,905: Line 36,018:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,914: Line 36,027:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RockerBoxItem",
type = "PlanterPotRoundItem",
typeID = 0,
typeID = 0,
},
},
["Rolling Mill"] = {
["Rubber Wheel"] = {
untranslated = "Rolling Mill",
untranslated = "Rubber Wheel",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "For rolling steel into more buildable materials.",
description = "Rubber wheels provide much better traction and allow the construction of more modern vehicles.",
tagGroups = {
tagGroups = {},
"Crafting Table",
maxStack = 100,
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,938: Line 36,049:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 34,959: Line 36,070:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RollingMillItem",
type = "RubberWheelItem",
typeID = 0,
typeID = 0,
},
},
["Root Campfire Salad"] = {
["Rug Large"] = {
untranslated = "Root Campfire Salad",
untranslated = "Rug Large",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A myriad of plants that make a healthy and odd blend.",
description = "A large area rug to cover that weird stain.",
tagGroups = {
tagGroups = {
"Campfire Salad",
"Housing",
"Food",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 1000,
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,
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 34,996: Line 36,106:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,005: Line 36,115:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RootCampfireSaladItem",
type = "RugLargeItem",
typeID = 0,
typeID = 0,
},
},
["Root Campfire Stew"] = {
["Rug Medium"] = {
untranslated = "Root Campfire Stew",
untranslated = "Rug Medium",
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 medium rug for medium uses.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 500,
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,
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 35,041: Line 36,151:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,050: Line 36,160:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RootCampfireStewItem",
type = "RugMediumItem",
typeID = 0,
typeID = 0,
},
},
["Round Pot"] = {
["Rug Small"] = {
untranslated = "Round Pot",
untranslated = "Rug Small",
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 small rug for when you just didn't have enough materials to make a bigger one.",
tagGroups = {
tagGroups = {
"Housing",
"Housing",
Line 35,063: Line 36,173:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,073: Line 36,183:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "1",
skillValue = "0.5",
roomCategory = "Decoration",
roomCategory = "Decoration",
furnitureType = "Decoration",
furnitureType = "Rug",
repeatsDepreciation = "0.4",
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 35,086: Line 36,196:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,095: Line 36,205:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlanterPotRoundItem",
type = "RugSmallItem",
typeID = 0,
typeID = 0,
},
},
["Rubber Wheel"] = {
["Running Shoes"] = {
untranslated = "Rubber Wheel",
untranslated = "Running Shoes",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "Rubber wheels provide much better traction and allow the construction of more modern vehicles.",
description = "Light weight shoes designed to make you run faster.\\n\\n(Increases movement speed)",
tagGroups = {},
tagGroups = {
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,138: Line 36,250:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RubberWheelItem",
type = "RunningShoesItem",
typeID = 0,
typeID = 0,
},
},
["Rug Large"] = {
["Saguaro Rib"] = {
untranslated = "Rug Large",
untranslated = "Saguaro Rib",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A large area rug to cover that weird stain.",
description = "Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.",
tagGroups = {
tagGroups = {
"Housing",
"Burnable Fuel",
"Wood",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 1000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,158: Line 36,271:
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 35,174: Line 36,287:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,183: Line 36,296:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RugLargeItem",
type = "SaguaroRibItem",
typeID = 0,
typeID = 0,
},
},
["Rug Medium"] = {
["Saguaro Seed"] = {
untranslated = "Rug Medium",
untranslated = "Saguaro Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A medium rug for medium uses.",
description = "Plant to grow a saguaro cactus.",
tagGroups = {
tagGroups = {
"Housing",
"Food",
"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 35,219: Line 36,333:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "8",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,228: Line 36,342:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RugMediumItem",
type = "SaguaroSeedItem",
typeID = 0,
typeID = 0,
},
},
["Rug Small"] = {
Salmon = {
untranslated = "Rug Small",
untranslated = "Salmon",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A small rug for when you just didn't have enough materials to make a bigger one.",
description = "A salmon.",
tagGroups = {
tagGroups = {
"Housing",
"Fish",
"Medium Fish",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,251: Line 36,366:
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 35,264: Line 36,379:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,273: Line 36,388:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RugSmallItem",
type = "SalmonItem",
typeID = 0,
typeID = 0,
},
},
["Running Shoes"] = {
["Salt Basket"] = {
untranslated = "Running Shoes",
untranslated = "Salt Basket",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Light weight shoes designed to make you run faster.\\n\\n(Increases movement speed)",
description = "A basket of salt.",
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 35,296: Line 36,411:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Kitchen",
furnitureType = nil,
furnitureType = "Spices",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 35,309: Line 36,424:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,318: Line 36,433:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RunningShoesItem",
type = "SaltBasketItem",
typeID = 0,
typeID = 0,
},
},
["Saguaro Rib"] = {
Sandals = {
untranslated = "Saguaro Rib",
untranslated = "Sandals",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.",
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 = {
"Burnable Fuel",
"Clothes",
"Wood",
},
},
maxStack = 20,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = 10000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,339: Line 36,453:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = 4000,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 35,364: Line 36,478:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaguaroRibItem",
type = "SandalsItem",
typeID = 0,
typeID = 0,
},
},
["Saguaro Seed"] = {
Sandstone = {
untranslated = "Saguaro Seed",
untranslated = "Sandstone",
category = nil,
category = nil,
group = "Seed",
group = "Natural Resources",
description = "Plant to grow a saguaro cactus.",
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 = {
"Food",
"Excavatable",
"Seeds",
"Rock",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 50,
weight = 6000,
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 35,410: Line 36,524:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaguaroSeedItem",
type = "SandstoneItem",
typeID = 0,
typeID = 0,
},
},
Salmon = {
Sawmill = {
untranslated = "Salmon",
untranslated = "Sawmill",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "A salmon.",
description = "Used to saw wood into lumber.",
tagGroups = {
tagGroups = {
"Fish",
"Crafting Table",
"Medium Fish",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,435: Line 36,548:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 35,456: Line 36,569:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SalmonItem",
type = "SawmillItem",
typeID = 0,
typeID = 0,
},
},
["Salt Basket"] = {
["Saxifrage Seed"] = {
untranslated = "Salt Basket",
untranslated = "Saxifrage Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A basket of salt.",
description = "Plant to grow saxifrage.",
tagGroups = {
tagGroups = {
"Housing",
"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,
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 35,492: Line 36,606:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,501: Line 36,615:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaltBasketItem",
type = "SaxifrageSeedItem",
typeID = 0,
typeID = 0,
},
},
Sandals = {
["Scrap Meat"] = {
untranslated = "Sandals",
untranslated = "Scrap Meat",
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 = "Chunks of extra meat.",
tagGroups = {
tagGroups = {
"Clothes",
"Food",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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 35,546: Line 36,660:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SandalsItem",
type = "ScrapMeatItem",
typeID = 0,
typeID = 0,
},
},
Sandstone = {
["Screening Machine"] = {
untranslated = "Sandstone",
untranslated = "Screening Machine",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
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 machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
tagGroups = {
tagGroups = {
"Excavatable",
"Crafting Table",
"Rock",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 6000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,571: Line 36,684:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 35,592: Line 36,705:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SandstoneItem",
type = "ScreeningMachineItem",
typeID = 0,
typeID = 0,
},
},
Sawmill = {
["Screw Press"] = {
untranslated = "Sawmill",
untranslated = "Screw Press",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "Used to saw wood into lumber.",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Crafting Table",
Line 35,637: Line 36,750:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SawmillItem",
type = "ScrewPressItem",
typeID = 0,
typeID = 0,
},
},
["Saxifrage Seed"] = {
Screws = {
untranslated = "Saxifrage Seed",
untranslated = "Screws",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow saxifrage.",
description = "A pointed metal fastener used in crafting to attach pieces of material together.",
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 35,683: Line 36,793:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaxifrageSeedItem",
type = "ScrewsItem",
typeID = 0,
typeID = 0,
},
},
["Scrap Meat"] = {
["Seagrass Seed"] = {
untranslated = "Scrap Meat",
untranslated = "Seagrass Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Chunks of extra meat.",
description = "Plant to grow seagrass.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 75,
weight = 50,
calories = 50,
calories = 0,
carbs = 0,
carbs = 0,
protein = 5,
protein = 0,
fat = 5,
fat = 0,
vitamins = 0,
vitamins = 0,
density = 20.0,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,728: Line 36,839:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScrapMeatItem",
type = "SeagrassSeedItem",
typeID = 0,
typeID = 0,
},
},
["Screening Machine"] = {
["Seared Meat"] = {
untranslated = "Screening Machine",
untranslated = "Seared Meat",
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 = "A cut of perfectly seared steak.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
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 = 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 35,773: Line 36,884:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScreeningMachineItem",
type = "SearedMeatItem",
typeID = 0,
typeID = 0,
},
},
["Screw Press"] = {
["Seeded Camas Roll"] = {
untranslated = "Screw Press",
untranslated = "Seeded Camas Roll",
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 = "Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 300,
calories = nil,
calories = 1400,
carbs = nil,
carbs = 20,
protein = nil,
protein = 2,
fat = nil,
fat = 13,
vitamins = nil,
vitamins = 16,
density = nil,
density = 3.642857142857143,
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 35,818: Line 36,929:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScrewPressItem",
type = "SeededCamasRollItem",
typeID = 0,
typeID = 0,
},
},
Screws = {
["Sensor Based Belt Sorter"] = {
untranslated = "Screws",
untranslated = "Sensor Based Belt Sorter",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A pointed metal fastener used in crafting to attach pieces of material together.",
description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Crafting Table",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,840: Line 36,953:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 35,861: Line 36,974:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScrewsItem",
type = "SensorBasedBeltSorterItem",
typeID = 0,
typeID = 0,
},
},
["Seagrass Seed"] = {
["Sensuous Sea Pizza"] = {
untranslated = "Seagrass Seed",
untranslated = "Sensuous Sea Pizza",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow seagrass.",
description = "The chewyness is unreal.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 50,
weight = 300,
calories = 0,
calories = 1200,
carbs = 0,
carbs = 28,
protein = 0,
protein = 11,
fat = 0,
fat = 7,
vitamins = 0,
vitamins = 4,
density = 0,
density = 4.166666666666666,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,907: Line 37,019:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SeagrassSeedItem",
type = "SensuousSeaPizzaItem",
typeID = 0,
typeID = 0,
},
},
["Seared Meat"] = {
Servo = {
untranslated = "Seared Meat",
untranslated = "Servo",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A cut of perfectly seared steak.",
description = "A rotary actuator that allows for control over angular position.",
tagGroups = {
tagGroups = {},
"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 35,952: Line 37,062:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SearedMeatItem",
type = "ServoItem",
typeID = 0,
typeID = 0,
},
},
["Seeded Camas Roll"] = {
["Settlement Crafting Table"] = {
untranslated = "Seeded Camas Roll",
untranslated = "Settlement Crafting Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.",
description = "A basic workspace for crafting all manner of settlement related objects.",
tagGroups = {
tagGroups = {
"Food",
"Government",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 2000,
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 = nil,
yield = nil,
yield = nil,
Line 35,997: Line 37,107:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SeededCamasRollItem",
type = "SettlementCraftingTableItem",
typeID = 0,
typeID = 0,
},
},
["Sensor Based Belt Sorter"] = {
Shale = {
untranslated = "Sensor Based Belt Sorter",
untranslated = "Shale",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
description = "A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Excavatable",
"Rock",
},
},
maxStack = 1,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 10000,
weight = 6000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,021: Line 37,132:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 36,042: Line 37,153:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SensorBasedBeltSorterItem",
type = "ShaleItem",
typeID = 0,
typeID = 0,
},
},
["Sensuous Sea Pizza"] = {
Shaper = {
untranslated = "Sensuous Sea Pizza",
untranslated = "Shaper",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "The chewyness is unreal.",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 300,
weight = 5000,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 36,087: Line 37,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SensuousSeaPizzaItem",
type = "ShaperItem",
typeID = 0,
typeID = 0,
},
},
Servo = {
["Shark Fillet Soup"] = {
untranslated = "Servo",
untranslated = "Shark Fillet Soup",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A rotary actuator that allows for control over angular position.",
description = "A texture all of its own.",
tagGroups = {},
tagGroups = {
"Food",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 500,
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,
Line 36,130: Line 37,243:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ServoItem",
type = "SharkFilletSoupItem",
typeID = 0,
typeID = 0,
},
},
["Settlement Crafting Table"] = {
["Sheep Mount"] = {
untranslated = "Settlement Crafting Table",
untranslated = "Sheep Mount",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A basic workspace for crafting all manner of settlement related objects.",
description = "A hunting trophy for your house.",
tagGroups = {
tagGroups = {
"Government",
"Housing",
},
},
maxStack = 1,
maxStack = 1,
Line 36,153: Line 37,266:
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 36,166: Line 37,279:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,175: Line 37,288:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SettlementCraftingTableItem",
type = "SheepMountItem",
typeID = 0,
typeID = 0,
},
},
Shale = {
["Shelf Cabinet"] = {
untranslated = "Shale",
untranslated = "Shelf Cabinet",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.",
description = "When a shelf and a cabinet aren't enough individually.",
tagGroups = {
tagGroups = {
"Excavatable",
"Housing",
"Rock",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 6000,
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,199: Line 37,311:
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 36,212: Line 37,324:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,221: Line 37,333:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShaleItem",
type = "ShelfCabinetItem",
typeID = 0,
typeID = 0,
},
},
Shaper = {
["Shipwright Advanced Upgrade"] = {
untranslated = "Shaper",
untranslated = "Shipwright Advanced Upgrade",
category = nil,
category = nil,
group = "Work Stations",
group = "Upgrade Modules",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
tagGroups = {
tagGroups = {
"Crafting Table",
"Upgrade",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,245: Line 37,357:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 36,266: Line 37,378:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShaperItem",
type = "ShipwrightAdvancedUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Shark Fillet Soup"] = {
["Shipwright Basic Upgrade"] = {
untranslated = "Shark Fillet Soup",
untranslated = "Shipwright Basic Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A texture all of its own.",
description = "Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 600,
weight = 1,
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 36,311: Line 37,423:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SharkFilletSoupItem",
type = "ShipwrightBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
["Sheep Mount"] = {
["Shipwright Hat"] = {
untranslated = "Sheep Mount",
untranslated = "Shipwright Hat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A hunting trophy for your house.",
description = "A simple sailor's cap, don?t lose it or you might be walking on a plank.",
tagGroups = {
tagGroups = {
"Housing",
"Clothes",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,334: Line 37,446:
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 36,347: Line 37,459:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,356: Line 37,468:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SheepMountItem",
type = "ShipwrightHatItem",
typeID = 0,
typeID = 0,
},
},
["Shelf Cabinet"] = {
["Shipwright Overalls"] = {
untranslated = "Shelf Cabinet",
untranslated = "Shipwright Overalls",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "When a shelf and a cabinet aren't enough individually.",
description = "Denim overall for extra sturdy wearability.",
tagGroups = {
tagGroups = {
"Housing",
"Clothes",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 2000,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,379: Line 37,491:
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 36,392: Line 37,504:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "4",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,401: Line 37,513:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShelfCabinetItem",
type = "ShipwrightOverallsItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Advanced Upgrade"] = {
["Shipwright Sandals"] = {
untranslated = "Shipwright Advanced Upgrade",
untranslated = "Shipwright Sandals",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
description = "Comfortable sandals with extra traction to avoid slipping.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Upgrade",
"Clothes",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,446: Line 37,558:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightAdvancedUpgradeItem",
type = "ShipwrightSandalsItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Basic Upgrade"] = {
["Shipwright Shirt"] = {
untranslated = "Shipwright Basic Upgrade",
untranslated = "Shipwright Shirt",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
description = "A striped shirt symbolizing your affinity for traveling across the seas.",
tagGroups = {
tagGroups = {
"Upgrade",
"Clothes",
},
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1,
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,491: Line 37,603:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightBasicUpgradeItem",
type = "ShipwrightShirtItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Hat"] = {
["Shipwright Skill Book"] = {
untranslated = "Shipwright Hat",
untranslated = "Shipwright Skill Book",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Books",
description = "A simple sailor's cap, don?t lose it or you might be walking on a plank.",
description = "Shipwright Skill Book",
tagGroups = {
tagGroups = {
"Clothes",
"Skill Books",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 100,
Line 36,536: Line 37,648:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightHatItem",
type = "Shipwright Skill BookItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Overalls"] = {
["Shipwright Skill Scroll"] = {
untranslated = "Shipwright Overalls",
untranslated = "Shipwright Skill Scroll",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Scrolls",
description = "Denim overall for extra sturdy wearability.",
description = "Shipwright 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 36,581: Line 37,693:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightOverallsItem",
type = "Shipwright Skill ScrollItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Sandals"] = {
["Shorn Wool"] = {
untranslated = "Shipwright Sandals",
untranslated = "Shorn Wool",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Comfortable sandals with extra traction to avoid slipping.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "Wool that has been shorn from an animal.",
tagGroups = {
tagGroups = {},
"Clothes",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,626: Line 37,736:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightSandalsItem",
type = "ShornWoolItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Shirt"] = {
Shorts = {
untranslated = "Shipwright Shirt",
untranslated = "Shorts",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "A striped shirt symbolizing your affinity for traveling across the seas.",
description = "Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.",
tagGroups = {
tagGroups = {
"Clothes",
"Clothes",
Line 36,671: Line 37,781:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightShirtItem",
type = "ShortsItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Skill Book"] = {
["Simmered Meat"] = {
untranslated = "Shipwright Skill Book",
untranslated = "Simmered Meat",
category = nil,
category = nil,
group = "Skill Books",
group = "Food",
description = "Shipwright Skill Book",
description = "Meat cooked in meat juices keeps the meat juicy.",
tagGroups = {
tagGroups = {
"Skill Books",
"Food",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 100,
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 36,716: Line 37,826:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Shipwright Skill BookItem",
type = "SimmeredMeatItem",
typeID = 0,
typeID = 0,
},
},
["Shipwright Skill Scroll"] = {
["Simple Syrup"] = {
untranslated = "Shipwright Skill Scroll",
untranslated = "Simple Syrup",
category = nil,
category = nil,
group = "Skill Scrolls",
group = "Food",
description = "Shipwright Skill Scroll",
description = "A simple water and suger combination heated until the sugar dissolves.",
tagGroups = {
tagGroups = {
"Skill Scrolls",
"Food",
},
},
maxStack = 10,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10,
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,
Line 36,761: Line 37,871:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "Shipwright Skill ScrollItem",
type = "SimpleSyrupItem",
typeID = 0,
typeID = 0,
},
},
["Shorn Wool"] = {
Sink = {
untranslated = "Shorn Wool",
untranslated = "Sink",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Wool that has been shorn from an animal.",
description = "An industrial sink.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Housing",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,782: Line 37,894:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "5",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Sink",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 36,795: Line 37,907:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,804: Line 37,916:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShornWoolItem",
type = "SinkItem",
typeID = 0,
typeID = 0,
},
},
Shorts = {
["Skid Steer"] = {
untranslated = "Shorts",
untranslated = "Skid Steer",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.",
description = "Small scale bucket loader. Great for flat to low slope excavation.",
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 36,849: Line 37,961:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShortsItem",
type = "SkidSteerItem",
typeID = 0,
typeID = 0,
},
},
["Simmered Meat"] = {
Slag = {
untranslated = "Simmered Meat",
untranslated = "Slag",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Meat cooked in meat juices keeps the meat juicy.",
description = "A glass-like byproduct that is created when smelting ore. Crushed Slag is often used in the production of Concrete.",
tagGroups = {
tagGroups = {
"Food",
"Excavatable",
},
},
maxStack = 100,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = 800,
weight = 6000,
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 36,894: Line 38,006:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SimmeredMeatItem",
type = "SlagItem",
typeID = 0,
typeID = 0,
},
},
["Simple Syrup"] = {
["Small Bath Mat"] = {
untranslated = "Simple Syrup",
untranslated = "Small Bath Mat",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A simple water and suger combination heated until the sugar dissolves.",
description = "A small bath mat when a normal rug does not cover your bathroom needs.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 200,
weight = 250,
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,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 36,930: Line 38,042:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,939: Line 38,051:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SimpleSyrupItem",
type = "SmallBathMatItem",
typeID = 0,
typeID = 0,
},
},
Sink = {
["Small Canoe"] = {
untranslated = "Sink",
untranslated = "Small Canoe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "An industrial sink.",
description = "",
tagGroups = {
tagGroups = {
"Housing",
"Vehicles",
},
},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,962: Line 38,074:
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 36,975: Line 38,087:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "12",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,984: Line 38,096:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SinkItem",
type = "SmallCanoeItem",
typeID = 0,
typeID = 0,
},
},
["Skid Steer"] = {
["Small Cotton Bunting Red"] = {
untranslated = "Skid Steer",
untranslated = "Small Cotton Bunting Red",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "Small scale bucket loader. Great for flat to low slope excavation.",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Vehicles",
"Housing",
},
},
maxStack = 100,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 25000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,007: Line 38,119:
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 37,020: Line 38,132:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,029: Line 38,141:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SkidSteerItem",
type = "SmallCottonBuntingRedItem",
typeID = 0,
typeID = 0,
},
},
Slag = {
["Small Cotton Bunting Regal"] = {
untranslated = "Slag",
untranslated = "Small Cotton Bunting Regal",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A glass-like byproduct that is created when smelting ore. Crushed Slag is often used in the production of Concrete.",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Excavatable",
"Housing",
},
},
maxStack = 20,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = 6000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,052: Line 38,164:
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 37,065: Line 38,177:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,074: Line 38,186:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SlagItem",
type = "SmallCottonBuntingRegalItem",
typeID = 0,
typeID = 0,
},
},
["Small Bath Mat"] = {
["Small Court"] = {
untranslated = "Small Bath Mat",
untranslated = "Small Court",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A small bath mat when a normal rug does not cover your bathroom needs.",
description = "Allows the creation of Law, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
tagGroups = {
tagGroups = {
"Housing",
"Government",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,097: Line 38,209:
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 37,110: Line 38,222:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "2",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,119: Line 38,231:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallBathMatItem",
type = "SmallCourtItem",
typeID = 0,
typeID = 0,
},
},
["Small Canoe"] = {
["Small Hanging Ashlar Basalt Sign"] = {
untranslated = "Small Canoe",
untranslated = "Small Hanging Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Vehicles",
maxStack = 1,
},
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,164: Line 38,274:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCanoeItem",
type = "SmallHangingAshlarBasaltSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Cotton Bunting Red"] = {
["Small Hanging Ashlar Stone Sign"] = {
untranslated = "Small Cotton Bunting Red",
untranslated = "Small Hanging Ashlar Stone Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,187: Line 38,295:
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 37,200: Line 38,308:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,209: Line 38,317:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCottonBuntingRedItem",
type = "SmallHangingAshlarStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Cotton Bunting Regal"] = {
["Small Hanging Birch Sign"] = {
untranslated = "Small Cotton Bunting Regal",
untranslated = "Small Hanging Birch Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,232: Line 38,338:
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 37,245: Line 38,351:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,254: Line 38,360:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCottonBuntingRegalItem",
type = "SmallHangingBirchSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Court"] = {
["Small Hanging Lumber Sign"] = {
untranslated = "Small Court",
untranslated = "Small Hanging Lumber Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Allows the creation of Law, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Government",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,299: Line 38,403:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCourtItem",
type = "SmallHangingLumberSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Ashlar Basalt Sign"] = {
["Small Hanging Mortared Granite Sign"] = {
untranslated = "Small Hanging Ashlar Basalt Sign",
untranslated = "Small Hanging Mortared Granite Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 37,342: Line 38,446:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingAshlarBasaltSignItem",
type = "SmallHangingMortaredGraniteSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Ashlar Stone Sign"] = {
["Small Hanging Mortared Stone Sign"] = {
untranslated = "Small Hanging Ashlar Stone Sign",
untranslated = "Small Hanging Mortared Stone Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 37,385: Line 38,489:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingAshlarStoneSignItem",
type = "SmallHangingMortaredStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Birch Sign"] = {
["Small Hanging Saguaro Sign"] = {
untranslated = "Small Hanging Birch Sign",
untranslated = "Small Hanging Saguaro Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 37,428: Line 38,532:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingBirchSignItem",
type = "SmallHangingSaguaroSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Lumber Sign"] = {
["Small Hanging Softwood Sign"] = {
untranslated = "Small Hanging Lumber Sign",
untranslated = "Small Hanging Softwood Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 37,471: Line 38,575:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingLumberSignItem",
type = "SmallHangingSoftwoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Mortared Granite Sign"] = {
["Small Hanging Stone Sign"] = {
untranslated = "Small Hanging Mortared Granite Sign",
untranslated = "Small Hanging Stone Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "World Object",
description = "A small sign for all of your smaller text needs!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {},
tagGroups = {},
Line 37,514: Line 38,618:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingMortaredGraniteSignItem",
type = "SmallHangingStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Mortared Stone Sign"] = {
["Small Hanging Wood Sign"] = {
untranslated = "Small Hanging Mortared Stone Sign",
untranslated = "Small Hanging Wood Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Item",
description = "A small sign for all of your smaller text needs!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,557: Line 38,661:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingMortaredStoneSignItem",
type = "SmallHangingWoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Saguaro Sign"] = {
["Small Nylon Bunting Green"] = {
untranslated = "Small Hanging Saguaro Sign",
untranslated = "Small Nylon Bunting Green",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A small sign for all of your smaller text needs!",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,578: Line 38,684:
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 37,591: Line 38,697:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,600: Line 38,706:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingSaguaroSignItem",
type = "SmallNylonBuntingGreenItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Softwood Sign"] = {
["Small Nylon Bunting Purple"] = {
untranslated = "Small Hanging Softwood Sign",
untranslated = "Small Nylon Bunting Purple",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A small sign for all of your smaller text needs!",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,621: Line 38,729:
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 37,634: Line 38,742:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,643: Line 38,751:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingSoftwoodSignItem",
type = "SmallNylonBuntingPurpleItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Stone Sign"] = {
["Small Paper Lantern"] = {
untranslated = "Small Hanging Stone Sign",
untranslated = "Small Paper Lantern",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "A small sign for all of your smaller text needs!",
description = "A small paper lantern.",
tagGroups = {},
tagGroups = {
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,664: Line 38,774:
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 37,677: Line 38,787:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,686: Line 38,796:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingStoneSignItem",
type = "SmallPaperLanternItem",
typeID = 0,
typeID = 0,
},
},
["Small Hanging Wood Sign"] = {
["Small Paper Machine"] = {
untranslated = "Small Hanging Wood Sign",
untranslated = "Small Paper Machine",
category = nil,
category = nil,
group = "Item",
group = "Work Stations",
description = "A small sign for all of your smaller text needs!",
description = "Laborous way of creating sheets of paper.",
tagGroups = {},
tagGroups = {
maxStack = 100,
"Crafting Table",
},
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = nil,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,708: Line 38,820:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 37,729: Line 38,841:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingWoodSignItem",
type = "SmallPaperMachineItem",
typeID = 0,
typeID = 0,
},
},
["Small Nylon Bunting Green"] = {
["Small Shipyard"] = {
untranslated = "Small Nylon Bunting Green",
untranslated = "Small Shipyard",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
description = "A crude workspace for constructing smaller vehicles designed for use in a maritime environment.",
tagGroups = {
tagGroups = {
"Housing",
"Crafting Table",
},
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,752: Line 38,864:
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 37,765: Line 38,877:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,774: Line 38,886:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallNylonBuntingGreenItem",
type = "SmallShipyardItem",
typeID = 0,
typeID = 0,
},
},
["Small Nylon Bunting Purple"] = {
["Small Sink"] = {
untranslated = "Small Nylon Bunting Purple",
untranslated = "Small Sink",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
description = "A small household sink.",
tagGroups = {
tagGroups = {
"Housing",
"Housing",
Line 37,787: Line 38,899:
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 250,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,797: Line 38,909:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = "0.5",
skillValue = "2",
roomCategory = "Decoration",
roomCategory = "Bathroom",
furnitureType = "Decoration",
furnitureType = "Sink",
repeatsDepreciation = "0.4",
repeatsDepreciation = "0.7",
materialTier = nil,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 37,810: Line 38,922:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = "6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,819: Line 38,931:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallNylonBuntingPurpleItem",
type = "SmallSinkItem",
typeID = 0,
typeID = 0,
},
},
["Small Paper Lantern"] = {
["Small Standing Ashlar Basalt Sign"] = {
untranslated = "Small Paper Lantern",
untranslated = "Small Standing Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A small paper lantern.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 500,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,842: Line 38,952:
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 37,855: Line 38,965:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "1",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,864: Line 38,974:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallPaperLanternItem",
type = "SmallStandingAshlarBasaltSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Paper Machine"] = {
["Small Standing Ashlar Stone Sign"] = {
untranslated = "Small Paper Machine",
untranslated = "Small Standing Ashlar Stone Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Laborous way of creating sheets of paper.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafting Table",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,888: Line 38,996:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 37,909: Line 39,017:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallPaperMachineItem",
type = "SmallStandingAshlarStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Shipyard"] = {
["Small Standing Birch Sign"] = {
untranslated = "Small Shipyard",
untranslated = "Small Standing Birch Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A crude workspace for constructing smaller vehicles designed for use in a maritime environment.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafting Table",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,933: Line 39,039:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = "Industrial",
roomCategory = nil,
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
Line 37,954: Line 39,060:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallShipyardItem",
type = "SmallStandingBirchSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Sink"] = {
["Small Standing Lumber Sign"] = {
untranslated = "Small Sink",
untranslated = "Small Standing Lumber Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A small household sink.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Housing",
},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
Line 37,977: Line 39,081:
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 = nil,
fuelsUsed = nil,
fuelsUsed = nil,
Line 37,990: Line 39,094:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = "6",
footprint = nil,
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,999: Line 39,103:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallSinkItem",
type = "SmallStandingLumberSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Ashlar Basalt Sign"] = {
["Small Standing Mortared Granite Sign"] = {
untranslated = "Small Standing Ashlar Basalt Sign",
untranslated = "Small Standing Mortared Granite Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 38,042: Line 39,146:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingAshlarBasaltSignItem",
type = "SmallStandingMortaredGraniteSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Ashlar Stone Sign"] = {
["Small Standing Mortared Stone Sign"] = {
untranslated = "Small Standing Ashlar Stone Sign",
untranslated = "Small Standing Mortared Stone Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 38,085: Line 39,189:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingAshlarStoneSignItem",
type = "SmallStandingMortaredStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Birch Sign"] = {
["Small Standing Saguaro Sign"] = {
untranslated = "Small Standing Birch Sign",
untranslated = "Small Standing Saguaro Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 38,128: Line 39,232:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingBirchSignItem",
type = "SmallStandingSaguaroSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Lumber Sign"] = {
["Small Standing Softwood Sign"] = {
untranslated = "Small Standing Lumber Sign",
untranslated = "Small Standing Softwood Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
Line 38,171: Line 39,275:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingLumberSignItem",
type = "SmallStandingSoftwoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Mortared Granite Sign"] = {
["Small Standing Stone Sign"] = {
untranslated = "Small Standing Mortared Granite Sign",
untranslated = "Small Standing Stone Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "World Object",
description = "A small sign for all of your smaller text needs!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {},
tagGroups = {},
Line 38,214: Line 39,318:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingMortaredGraniteSignItem",
type = "SmallStandingStoneSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Mortared Stone Sign"] = {
["Small Standing Wood Sign"] = {
untranslated = "Small Standing Mortared Stone Sign",
untranslated = "Small Standing Wood Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Item",
description = "A small sign for all of your smaller text needs!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,257: Line 39,361:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingMortaredStoneSignItem",
type = "SmallStandingWoodSignItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Saguaro Sign"] = {
["Small Stockpile"] = {
untranslated = "Small Standing Saguaro Sign",
untranslated = "Small Stockpile",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A small sign for all of your smaller text needs!",
description = "Designates a 3x3x3 area as storage for large items.",
tagGroups = {},
tagGroups = {},
maxStack = 1,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = 1000,
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,300: Line 39,404:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingSaguaroSignItem",
type = "SmallStockpileItem",
typeID = 0,
typeID = 0,
},
},
["Small Standing Softwood Sign"] = {
["Small Wood Cart"] = {
untranslated = "Small Standing Softwood Sign",
untranslated = "Small Wood Cart",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A small sign for all of your smaller text needs!",
description = "Small wood cart for hauling minimal loads.",
tagGroups = {},
tagGroups = {
maxStack = 1,
"Vehicles",
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 = "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 = nil,
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,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = nil,
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,429: Line 39,449:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingWoodSignItem",
type = "SmallWoodCartItem",
typeID = 0,
typeID = 0,
},
},
["Small Stockpile"] = {
["Small Wooden Boat"] = {
untranslated = "Small Stockpile",
untranslated = "Small Wooden Boat",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "Designates a 3x3x3 area as storage for large items.",
description = "A personal transport vessel capable of holding a suprising amount of goods.",
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 = "SmallStockpileItem",
typeID = 0,
},
["Small Wood Cart"] = {
untranslated = "Small Wood Cart",
category = nil,
group = "Crafted Objects",
description = "Small wood cart for hauling minimal loads.",
tagGroups = {
tagGroups = {
"Vehicles",
"Vehicles",
Line 38,485: Line 39,462:
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 5000,
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,517: Line 39,494:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallWoodCartItem",
type = "SmallWoodenBoatItem",
typeID = 0,
typeID = 0,
},
},
["Small Wooden Boat"] = {
["Small Wooden Ship Frame"] = {
untranslated = "Small Wooden Boat",
untranslated = "Small Wooden Ship Frame",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A personal transport vessel capable of holding a suprising amount of goods.",
description = "The basis for any wooden personal vessel.",
tagGroups = {
tagGroups = {},
"Vehicles",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
Line 38,562: Line 39,537:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallWoodenBoatItem",
type = "SmallWoodenShipFrameItem",
typeID = 0,
typeID = 0,
},
},
["Small Wooden Ship Frame"] = {
["Smelting Basic Upgrade"] = {
untranslated = "Small Wooden Ship Frame",
untranslated = "Smelting Basic Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "The basis for any wooden personal vessel.",
description = "Basic Upgrade that greatly increases efficiency when crafting Smelting recipes.",
tagGroups = {},
tagGroups = {
"Upgrade",
},
maxStack = 100,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = 10000,
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,605: Line 39,582:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallWoodenShipFrameItem",
type = "SmeltingBasicUpgradeItem",
typeID = 0,
typeID = 0,
},
},
Line 39,736: Line 40,713:
untranslated = "Spruce Seed",
untranslated = "Spruce Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a spruce tree.",
description = "Plant to grow a spruce tree.",
tagGroups = {
tagGroups = {
Line 40,175: Line 41,152:
type = "SteamTractorHarvesterItem",
type = "SteamTractorHarvesterItem",
typeID = 0,
typeID = 0,
ToolDurability = 5000.0,
ToolRepairType = "Mechanical",
},
},
["Steam Tractor Plow"] = {
["Steam Tractor Plow"] = {
Line 40,220: Line 41,199:
type = "SteamTractorPlowItem",
type = "SteamTractorPlowItem",
typeID = 0,
typeID = 0,
ToolDurability = 5000.0,
ToolRepairType = "Mechanical",
},
},
["Steam Tractor Sower"] = {
["Steam Tractor Sower"] = {
Line 40,265: Line 41,246:
type = "SteamTractorSowerItem",
type = "SteamTractorSowerItem",
typeID = 0,
typeID = 0,
ToolDurability = 5000.0,
ToolRepairType = "Mechanical",
},
},
["Steam Truck"] = {
["Steam Truck"] = {
Line 40,400: Line 41,383:
type = "SteelAxeItem",
type = "SteelAxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 1250.0,
ToolDamage = 2.0,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Steel",
},
},
["Steel Axle"] = {
["Steel Axle"] = {
Line 40,754: Line 41,743:
type = "SteelHammerItem",
type = "SteelHammerItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 1250.0,
ToolRepairType = "Steel",
},
},
["Steel Hanging Fixture"] = {
["Steel Hanging Fixture"] = {
Line 40,889: Line 41,881:
type = "SteelHoeItem",
type = "SteelHoeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 750.0,
ToolRepairType = "Steel",
},
},
["Steel Kitchen Lamp"] = {
["Steel Kitchen Lamp"] = {
Line 40,979: Line 41,974:
type = "SteelMacheteItem",
type = "SteelMacheteItem",
typeID = 0,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 1000.0,
ToolRepairType = "Steel",
},
},
["Steel Moorage Post"] = {
["Steel Moorage Post"] = {
Line 41,067: Line 42,065:
type = "SteelPickaxeItem",
type = "SteelPickaxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 1000.0,
ToolDamage = 3.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Steel",
},
},
["Steel Pipe"] = {
["Steel Pipe"] = {
Line 41,286: Line 42,290:
type = "SteelShovelItem",
type = "SteelShovelItem",
typeID = 0,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 1000.0,
ToolRepairType = "Steel",
ToolCarryCapacity = 5.0,
},
},
["Steel Sickle"] = {
["Steel Sickle"] = {
Line 41,331: Line 42,339:
type = "SteelSickleItem",
type = "SteelSickleItem",
typeID = 0,
typeID = 0,
ToolVariant = "Sickle",
ToolDurability = 1000.0,
ToolRepairType = "Steel",
},
},
["Steel Square Fixture"] = {
["Steel Square Fixture"] = {
Line 41,599: Line 42,610:
type = "StoneAxeItem",
type = "StoneAxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 250.0,
ToolDamage = 1.0,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Stone",
},
},
["Stone Brazier"] = {
["Stone Brazier"] = {
Line 41,689: Line 42,706:
type = "StoneHammerItem",
type = "StoneHammerItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 250.0,
ToolRepairType = "Stone",
},
},
["Stone Machete"] = {
["Stone Machete"] = {
Line 41,734: Line 42,754:
type = "StoneMacheteItem",
type = "StoneMacheteItem",
typeID = 0,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 200.0,
ToolRepairType = "Stone",
},
},
["Stone Pickaxe"] = {
["Stone Pickaxe"] = {
Line 41,779: Line 42,802:
type = "StonePickaxeItem",
type = "StonePickaxeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 200.0,
ToolDamage = 1.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Stone",
},
},
["Stone Road"] = {
["Stone Road"] = {
Line 41,871: Line 42,900:
type = "StoneRoadToolItem",
type = "StoneRoadToolItem",
typeID = 0,
typeID = 0,
ToolVariant = "RoadTool",
ToolDurability = 200.0,
ToolRepairType = "StoneRoadTool",
},
},
["Stone Sickle"] = {
["Stone Sickle"] = {
Line 41,916: Line 42,948:
type = "StoneSickleItem",
type = "StoneSickleItem",
typeID = 0,
typeID = 0,
ToolVariant = "Sickle",
ToolDurability = 200.0,
ToolRepairType = "Stone",
},
},
["Stop Sign"] = {
["Stop Sign"] = {
Line 42,672: Line 43,707:
untranslated = "Sugarcane",
untranslated = "Sugarcane",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "How did you even get this?",
description = "How did you even get this?",
tagGroups = {
tagGroups = {
Line 42,808: Line 43,843:
untranslated = "Sunflower Seed",
untranslated = "Sunflower Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow sunflowers.",
description = "Plant to grow sunflowers.",
tagGroups = {
tagGroups = {
Line 43,757: Line 44,792:
untranslated = "Taro Seed",
untranslated = "Taro Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow taro.",
description = "Plant to grow taro.",
tagGroups = {
tagGroups = {
Line 43,984: Line 45,019:
untranslated = "Tomato Seed",
untranslated = "Tomato Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow tomato plants.",
description = "Plant to grow tomato plants.",
tagGroups = {
tagGroups = {
Line 44,296: Line 45,331:
NutrientElement = nil,
NutrientElement = nil,
type = "TowelRackItem",
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 = "",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "TownBellItem",
typeID = 0,
typeID = 0,
},
},
Line 44,659: Line 45,739:
untranslated = "Trillium Seed",
untranslated = "Trillium Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow trillium.",
description = "Plant to grow trillium.",
tagGroups = {
tagGroups = {
Line 45,737: Line 46,817:
untranslated = "Waterweed Seed",
untranslated = "Waterweed Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow waterweed.",
description = "Plant to grow waterweed.",
tagGroups = {
tagGroups = {
Line 45,916: Line 46,996:
untranslated = "Wheat Seed",
untranslated = "Wheat Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow wheat.",
description = "Plant to grow wheat.",
tagGroups = {
tagGroups = {
Line 46,008: Line 47,088:
untranslated = "White Bursage Seed",
untranslated = "White Bursage Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a white bursage.",
description = "Plant to grow a white bursage.",
tagGroups = {
tagGroups = {
Line 46,543: Line 47,623:
type = "WoodenBowItem",
type = "WoodenBowItem",
typeID = 0,
typeID = 0,
ToolVariant = "Bow",
ToolDurability = 200.0,
ToolDamage = 1.0,
ToolDamageTalent = "HuntingPowerShotTalent",
ToolRepairType = "Wood",
},
},
["Wooden Ceiling Light"] = {
["Wooden Ceiling Light"] = {
Line 46,858: Line 47,943:
type = "WoodenHoeItem",
type = "WoodenHoeItem",
typeID = 0,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 150.0,
ToolRepairType = "Wood",
},
},
["Wooden Hull Planks"] = {
["Wooden Hull Planks"] = {
Line 47,251: Line 48,339:
type = "WoodenShovelItem",
type = "WoodenShovelItem",
typeID = 0,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 175.0,
ToolRepairType = "Wood",
ToolCarryCapacity = 1.0,
},
},
["Wooden Straw Bed"] = {
["Wooden Straw Bed"] = {
Line 48,150: Line 49,242:
"Automatic Loom",
"Automatic Loom",
"Bakery Oven",
"Bakery Oven",
"Blacksmith Table",
"Blast Furnace",
"Blast Furnace",
"Bloomery",
"Bloomery",
Line 48,167: Line 49,260:
"Fish Rack",
"Fish Rack",
"Fishery",
"Fishery",
"Fletching Table",
"Froth Floatation Cell",
"Froth Floatation Cell",
"Glassworks",
"Glassworks",
"Grindstone",
"Jaw Crusher",
"Jaw Crusher",
"Kiln",
"Kiln",
Line 48,180: Line 49,275:
"Mill",
"Mill",
"Oil Refinery",
"Oil Refinery",
"Pottery Table",
"Power Hammer",
"Pump Jack",
"Pump Jack",
"Robotic Assembly Line",
"Robotic Assembly Line",
Line 48,626: Line 49,723:
"Carved Pumpkin",
"Carved Pumpkin",
"Cast Iron Bed",
"Cast Iron Bed",
"Cast Iron Bench",
"Cast Iron Chair",
"Cast Iron Royal Bed",
"Cast Iron Royal Bed",
"Cast Iron Stove",
"Cast Iron Stove",
"Cast Iron Table",
"Ceiling Candle",
"Ceiling Candle",
"Composite Birch Bench",
"Composite Birch Bench",
Line 48,675: Line 49,775:
"Large Nylon Bunting Purple",
"Large Nylon Bunting Purple",
"Large Paper Lantern",
"Large Paper Lantern",
"Lighthouse Lamp",
"Limestone Bison Statue",
"Limestone Bison Statue",
"Limestone Otter Statue",
"Limestone Otter Statue",
Line 48,753: Line 49,854:
"Torch Stand",
"Torch Stand",
"Towel Rack",
"Towel Rack",
"Town Bell",
"Town Foundation",
"Town Foundation",
"Upholstered Chair",
"Upholstered Chair",
Line 48,994: Line 50,096:
"Baking Skill Book",
"Baking Skill Book",
"Basic Engineering Skill Book",
"Basic Engineering Skill Book",
"Blacksmith Skill Book",
"Butchery Skill Book",
"Butchery Skill Book",
"Carpentry Skill Book",
"Carpentry Skill Book",
Line 49,021: Line 50,124:
"Baking Skill Scroll",
"Baking Skill Scroll",
"Basic Engineering Skill Scroll",
"Basic Engineering Skill Scroll",
"Blacksmith Skill Scroll",
"Butchery Skill Scroll",
"Butchery Skill Scroll",
"Carpentry Skill Scroll",
"Carpentry Skill Scroll",
Line 49,142: Line 50,246:
"Basic Upgrade 3",
"Basic Upgrade 3",
"Basic Upgrade 4",
"Basic Upgrade 4",
"Blacksmith Advanced Upgrade",
"Blacksmith Upgrade",
"Butchery Upgrade",
"Butchery Upgrade",
"Campfire Cooking Upgrade",
"Campfire Cooking Upgrade",
Line 49,152: Line 50,258:
"Farming Upgrade",
"Farming Upgrade",
"Fertilizers Upgrade",
"Fertilizers Upgrade",
"Gathering Advanced Upgrade",
"Gathering Basic Upgrade",
"Gathering Basic Upgrade",
"Glassworking Advanced Upgrade",
"Glassworking Advanced Upgrade",
Line 49,176: Line 50,283:
"Shipwright Advanced Upgrade",
"Shipwright Advanced Upgrade",
"Shipwright Basic Upgrade",
"Shipwright Basic Upgrade",
"Smelting Basic Upgrade",
"Smelting Upgrade",
"Smelting Upgrade",
"Tailoring Basic Upgrade",
"Tailoring Basic Upgrade",

Revision as of 22:48, 30 April 2024

Documentation


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.3
-- 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 = "6",
			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 = "4",
			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 = "8",
			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 = "6",
			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 = "4",
			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 = "8",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "12",
			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 = "8",
			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 = "",
			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 = "",
			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 = "",
			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 = "",
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "12",
			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 = "8",
			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 = nil,
			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 = nil,
			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 = "24",
			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 = nil,
			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 = nil,
			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 = "12",
			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 = "8",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "4",
			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 = "",
			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 = "12",
			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 = "18",
			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 = nil,
			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 = nil,
			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 = "2",
			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 = nil,
			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 = nil,
			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 = "2",
			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 = "18",
			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 = "6",
			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 = "4",
			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 = "24",
			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 = "24",
			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 = "8",
			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 = "2",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "8",
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "8",
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "8",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "2",
			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 = "2",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "6",
			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 = "45",
			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 = nil,
			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 = nil,
			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 = "2",
			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 = "2",
			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 = "2",
			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 = "4",
			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 = "2",
			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 = "2",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "2",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "8",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "45",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "2",
			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 = nil,
			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 = "4",
			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 = "2",
			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 = "2",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "12",
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "12",
			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 = "4",
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "8",
			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 = "8",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "8",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "2",
			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 = "2",
			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 = nil,
			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 = nil,
			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 = "18",
			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 = nil,
			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 = "4",
			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 = nil,
			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 = nil,
			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 = "2",
			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 = "2",
			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 = nil,
			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 = "2",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "2",
			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 = "2",
			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 = "2",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "",
			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 = "30",
			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 = "6",
			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 = "4",
			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 = "8",
			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 = nil,
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "12",
			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 = nil,
			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 = "8",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "18",
			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 = nil,
			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 = "",
			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 = "",
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "12",
			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 = "8",
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "12",
			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 = "8",
			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 = "12",
			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 = "6",
			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 = nil,
			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 = "2",
			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 = "2",
			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 = "2",
			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 = "2",
			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 = "2",
			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 = "2",
			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 = "2",
			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 = nil,
			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 = nil,
			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 = "4",
			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 = "2",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "2",
			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 = nil,
			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 = "2",
			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 = "4",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "4",
			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 = "12",
			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 = "8",
			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 = "6",
			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 = "4",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "4",
			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 = "4",
			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 = "12",
			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 = nil,
			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 = "2",
			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 = nil,
			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 = "1",
			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 = "1",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "1",
			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 = "1",
			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 = "1",
			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 = nil,
			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 = "6",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "6",
			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 = "4",
			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 = nil,
			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 = "12",
			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 = "8",
			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 = nil,
			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 = nil,
			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 = "4",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "8",
			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 = nil,
			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 = "4",
			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 = "3",
			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 = "8",
			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 = "8",
			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 = "2",
			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 = "",
			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 = "8",
			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 = "2",
			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 = nil,
			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 = "",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "24",
			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 = nil,
			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 = "",
			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 = "12",
			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 = "12",
			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 = "12",
			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 = "12",
			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 = "12",
			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 = "12",
			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 = "2",
			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 = nil,
			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 = "2",
			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 = "2",
			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 = "2",
			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 = nil,
			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 = "6",
			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 = nil,
			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 = "",
			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 = "8",
			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 = "",
			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 = "45",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "4",
			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 = "6",
			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 = nil,
			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 = "2",
			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 = "4",
			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 = "4",
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = nil,
			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 = "2",
			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 = nil,
			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 = "18",
			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 = "3",
			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 = "2",
			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 = "2",
			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 = "2",
			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 = "4",
			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 = "12",
			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 = "2",
			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 = nil,
			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 = nil,
			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 = nil,
			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",
		},
	},
}