Module:ItemData: Difference between revisions

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


Line 7: Line 7:
untranslated = "Acorn",
untranslated = "Acorn",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow an oak tree.",
description = "Plant to grow an oak tree.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 50,
calories = "0",
calories = 0,
carbs = "0",
carbs = 0,
protein = "0",
protein = 0,
fat = "0",
fat = 0,
vitamins = "0",
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 28: Line 29:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47: Line 48:
NutrientElement = nil,
NutrientElement = nil,
type = "AcornItem",
type = "AcornItem",
typeID = nil,
typeID = 0,
},
},
["Acorn Powder"] = {
["Acorn Powder"] = {
Line 56: Line 57:
tagGroups = {
tagGroups = {
"Food",
"Food",
"Ingredients",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 200,
calories = "40",
calories = 40,
carbs = "1",
carbs = 1,
protein = "5",
protein = 5,
fat = "2",
fat = 2,
vitamins = "5",
vitamins = 5,
density = nil,
density = 32.5,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 74: Line 74:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 93: Line 93:
NutrientElement = nil,
NutrientElement = nil,
type = "AcornPowderItem",
type = "AcornPowderItem",
typeID = nil,
typeID = 0,
},
},
["Adorned Ashlar Basalt Bench"] = {
["Adorned Ashlar Basalt Bench"] = {
Line 101: Line 101:
description = "A fancy ashlar stone bench that has been adorned with gold.",
description = "A fancy ashlar stone bench that has been adorned with gold.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 117: Line 115:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 130: Line 128:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 140: Line 138:
NutrientElement = nil,
NutrientElement = nil,
type = "AdornedAshlarBasaltBenchItem",
type = "AdornedAshlarBasaltBenchItem",
typeID = nil,
typeID = 0,
},
},
["Adorned Ashlar Basalt Chair"] = {
["Adorned Ashlar Basalt Chair"] = {
Line 148: Line 146:
description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 164: Line 160:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 177: Line 173:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 187: Line 183:
NutrientElement = nil,
NutrientElement = nil,
type = "AdornedAshlarBasaltChairItem",
type = "AdornedAshlarBasaltChairItem",
typeID = nil,
typeID = 0,
},
},
["Adorned Ashlar Basalt Table"] = {
["Adorned Ashlar Basalt Table"] = {
Line 195: Line 191:
description = "A fancy ashlar stone table that has been adorned with gold.",
description = "A fancy ashlar stone table that has been adorned with gold.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 211: Line 205:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 224: Line 218:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 234: Line 228:
NutrientElement = nil,
NutrientElement = nil,
type = "AdornedAshlarBasaltTableItem",
type = "AdornedAshlarBasaltTableItem",
typeID = nil,
typeID = 0,
},
},
["Adorned Ashlar Stone Bench"] = {
["Adorned Ashlar Stone Bench"] = {
Line 242: Line 236:
description = "A fancy ashlar stone bench that has been adorned with gold.",
description = "A fancy ashlar stone bench that has been adorned with gold.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 258: Line 250:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 271: Line 263:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 281: Line 273:
NutrientElement = nil,
NutrientElement = nil,
type = "AdornedAshlarStoneBenchItem",
type = "AdornedAshlarStoneBenchItem",
typeID = nil,
typeID = 0,
},
},
["Adorned Ashlar Stone Chair"] = {
["Adorned Ashlar Stone Chair"] = {
Line 289: Line 281:
description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 305: Line 295:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 318: Line 308:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 328: Line 318:
NutrientElement = nil,
NutrientElement = nil,
type = "AdornedAshlarStoneChairItem",
type = "AdornedAshlarStoneChairItem",
typeID = nil,
typeID = 0,
},
},
["Adorned Ashlar Stone Table"] = {
["Adorned Ashlar Stone Table"] = {
Line 336: Line 326:
description = "A fancy ashlar stone table that has been adorned with gold.",
description = "A fancy ashlar stone table that has been adorned with gold.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 352: Line 340:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 365: Line 353:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 375: Line 363:
NutrientElement = nil,
NutrientElement = nil,
type = "AdornedAshlarStoneTableItem",
type = "AdornedAshlarStoneTableItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Baking Upgrade"] = {
["Advanced Baking Skill Book"] = {
untranslated = "Advanced Baking Upgrade",
untranslated = "Advanced Baking Skill Book",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Books",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.",
description = "Advanced Baking Skill Book",
tagGroups = {
tagGroups = {
"Plugin Module",
"Skill Books",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 403: Line 389:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 421: Line 407:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedBakingUpgradeItem",
type = "Advanced Baking Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Carpentry Table"] = {
["Advanced Baking Skill Scroll"] = {
untranslated = "Advanced Carpentry Table",
untranslated = "Advanced Baking Skill Scroll",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Scrolls",
description = "A modern carpentry table with an electric motor and heavy duty steel sawblades.",
description = "Advanced Baking Skill Scroll",
tagGroups = {
tagGroups = {
"Craft Tables",
"Skill Scrolls",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 450: Line 434:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 468: Line 452:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedCarpentryTableItem",
type = "Advanced Baking Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Circuit"] = {
["Advanced Baking Upgrade"] = {
untranslated = "Advanced Circuit",
untranslated = "Advanced Baking Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A complex electrical component used in advanced electronics.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 490: Line 472:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 497: Line 479:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 515: Line 497:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedCircuitItem",
type = "AdvancedBakingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Combustion Engine"] = {
["Advanced Carpentry Table"] = {
untranslated = "Advanced Combustion Engine",
untranslated = "Advanced Carpentry Table",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A more advanced version of the normal combustion engine that produces a greater output.",
description = "A modern carpentry table with an electric motor and heavy duty steel sawblades.",
tagGroups = {
tagGroups = {
"Item",
"Crafting Table",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 537: Line 517:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 553: Line 533:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 562: Line 542:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedCombustionEngineItem",
type = "AdvancedCarpentryTableItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Cooking Upgrade"] = {
["Advanced Circuit"] = {
untranslated = "Advanced Cooking Upgrade",
untranslated = "Advanced Circuit",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.",
description = "A complex electrical component used in advanced electronics.",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 100,
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 591: Line 567:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 609: Line 585:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedCookingUpgradeItem",
type = "AdvancedCircuitItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Masonry Table"] = {
["Advanced Combustion Engine"] = {
untranslated = "Advanced Masonry Table",
untranslated = "Advanced Combustion Engine",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A workbench for the advanced shaping of rocks into beautiful stone.",
description = "A more advanced version of the normal combustion engine that produces a greater output.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 100,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 638: Line 610:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 656: Line 628:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedMasonryTableItem",
type = "AdvancedCombustionEngineItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Masonry Upgrade"] = {
["Advanced Cooking Skill Book"] = {
untranslated = "Advanced Masonry Upgrade",
untranslated = "Advanced Cooking Skill Book",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Books",
description = "Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.",
description = "Advanced Cooking Skill Book",
tagGroups = {
tagGroups = {
"Plugin Module",
"Skill Books",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 685: Line 655:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 703: Line 673:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedMasonryUpgradeItem",
type = "Advanced Cooking Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Smelting Upgrade"] = {
["Advanced Cooking Skill Scroll"] = {
untranslated = "Advanced Smelting Upgrade",
untranslated = "Advanced Cooking Skill Scroll",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Scrolls",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Smelting recipes.",
description = "Advanced Cooking Skill Scroll",
tagGroups = {
tagGroups = {
"Plugin Module",
"Skill Scrolls",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 732: Line 700:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 750: Line 718:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedSmeltingUpgradeItem",
type = "Advanced Cooking Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Tailoring Table"] = {
["Advanced Cooking Upgrade"] = {
untranslated = "Advanced Tailoring Table",
untranslated = "Advanced Cooking Upgrade",
category = nil,
category = nil,
group = "Work Stations",
group = "Upgrade Modules",
description = "An advanced tailoring table.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Upgrade",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 779: Line 745:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 797: Line 763:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedTailoringTableItem",
type = "AdvancedCookingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Upgrade Lvl1"] = {
["Advanced Masonry Skill Book"] = {
untranslated = "Advanced Upgrade Lvl1",
untranslated = "Advanced Masonry Skill Book",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Books",
description = "Advanced Upgrade that increases crafting efficiency.",
description = "Advanced Masonry Skill Book",
tagGroups = {
tagGroups = {
"Advanced Upgrades",
"Skill Books",
"Plugin Module",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 826: Line 790:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 844: Line 808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedUpgradeLvl1Item",
type = "Advanced Masonry Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Upgrade Lvl2"] = {
["Advanced Masonry Skill Scroll"] = {
untranslated = "Advanced Upgrade Lvl2",
untranslated = "Advanced Masonry Skill Scroll",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Scrolls",
description = "Advanced Upgrade that increases crafting efficiency.",
description = "Advanced Masonry Skill Scroll",
tagGroups = {
tagGroups = {
"Advanced Upgrades",
"Skill Scrolls",
"Plugin Module",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 873: Line 835:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 891: Line 853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedUpgradeLvl2Item",
type = "Advanced Masonry Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Upgrade Lvl3"] = {
["Advanced Masonry Table"] = {
untranslated = "Advanced Upgrade Lvl3",
untranslated = "Advanced Masonry Table",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Advanced Upgrade that increases crafting efficiency.",
description = "A workbench for the advanced shaping of rocks into beautiful stone.",
tagGroups = {
tagGroups = {
"Advanced Upgrades",
"Crafting Table",
"Plugin Module",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 917: Line 877:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 929: Line 889:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 938: Line 898:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedUpgradeLvl3Item",
type = "AdvancedMasonryTableItem",
typeID = nil,
typeID = 0,
},
},
["Advanced Upgrade Lvl4"] = {
["Advanced Masonry Upgrade"] = {
untranslated = "Advanced Upgrade Lvl4",
untranslated = "Advanced Masonry Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Advanced Upgrade that increases crafting efficiency.",
description = "Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.",
tagGroups = {
tagGroups = {
"Advanced Upgrades",
"Upgrade",
"Plugin Module",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 967: Line 925:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 985: Line 943:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AdvancedUpgradeLvl4Item",
type = "AdvancedMasonryUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Agave Leaves"] = {
["Advanced Smelting Skill Book"] = {
untranslated = "Agave Leaves",
untranslated = "Advanced Smelting Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "The succulent leaves of the agave plant can be cooked to make a nice meal.",
description = "Advanced Smelting Skill Book",
tagGroups = {
tagGroups = {
"Food",
"Skill Books",
"Produce",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 100,
calories = "200",
calories = nil,
carbs = "2",
carbs = nil,
protein = "1",
protein = nil,
fat = "1",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,013: Line 970:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,031: Line 988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgaveLeavesItem",
type = "Advanced Smelting Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Agave Seed"] = {
["Advanced Smelting Skill Scroll"] = {
untranslated = "Agave Seed",
untranslated = "Advanced Smelting Skill Scroll",
category = nil,
category = nil,
group = "Seed",
group = "Skill Scrolls",
description = "Plant to grow an agave plant.",
description = "Advanced Smelting Skill Scroll",
tagGroups = {
tagGroups = {
"Seed",
"Skill Scrolls",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 1,058: Line 1,015:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,076: Line 1,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgaveSeedItem",
type = "Advanced Smelting Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Agouti Carcass"] = {
["Advanced Smelting Upgrade"] = {
untranslated = "Agouti Carcass",
untranslated = "Advanced Smelting Upgrade",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "A dead agouti.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Smelting recipes.",
tagGroups = {
tagGroups = {
"Animal",
"Upgrade",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,098: Line 1,053:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,105: Line 1,060:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,123: Line 1,078:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgoutiCarcassItem",
type = "AdvancedSmeltingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Agouti Enchiladas"] = {
["Advanced Tailoring Table"] = {
untranslated = "Agouti Enchiladas",
untranslated = "Advanced Tailoring Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Sweet and savory...it doesn't have to be an Agouti.",
description = "An advanced tailoring table.",
tagGroups = {
tagGroups = {
"Cooking",
"Crafting Table",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "550",
weight = 5000,
calories = "800",
calories = nil,
carbs = "20",
carbs = nil,
protein = "8",
protein = nil,
fat = "27",
fat = nil,
vitamins = "3",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,160: Line 1,114:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,169: Line 1,123:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgoutiEnchiladasItem",
type = "AdvancedTailoringTableItem",
typeID = nil,
typeID = 0,
},
},
["Agriculture Research Paper Advanced"] = {
["Advanced Upgrade 1"] = {
untranslated = "Agriculture Research Paper Advanced",
untranslated = "Advanced Upgrade 1",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Advanced Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Item",
"Advanced Upgrade",
"Items",
"Upgrade",
"Research Papers",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,191: Line 1,144:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,198: Line 1,151:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,216: Line 1,169:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgricultureResearchPaperAdvancedItem",
type = "AdvancedUpgradeLvl1Item",
typeID = nil,
typeID = 0,
},
},
["Agriculture Research Paper Modern"] = {
["Advanced Upgrade 2"] = {
untranslated = "Agriculture Research Paper Modern",
untranslated = "Advanced Upgrade 2",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Advanced Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Item",
"Advanced Upgrade",
"Items",
"Upgrade",
"Research Papers",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,238: Line 1,190:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,245: Line 1,197:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,263: Line 1,215:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AgricultureResearchPaperModernItem",
type = "AdvancedUpgradeLvl2Item",
typeID = nil,
typeID = 0,
},
},
["Alligator Carcass"] = {
["Advanced Upgrade 3"] = {
untranslated = "Alligator Carcass",
untranslated = "Advanced Upgrade 3",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "A dead alligator.",
description = "Advanced Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Animal",
"Advanced Upgrade",
"Item",
"Upgrade",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,285: Line 1,236:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,292: Line 1,243:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,310: Line 1,261:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AlligatorCarcassItem",
type = "AdvancedUpgradeLvl3Item",
typeID = nil,
typeID = 0,
},
},
["Amanita Mushroom Spores"] = {
["Advanced Upgrade 4"] = {
untranslated = "Amanita Mushroom Spores",
untranslated = "Advanced Upgrade 4",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow amanita mushrooms. Not sure why you'd want these poisonous mushrooms, though.",
description = "Advanced Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Seed",
"Advanced Upgrade",
"Upgrade",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 1,337: Line 1,289:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,355: Line 1,307:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AmanitaMushroomSporesItem",
type = "AdvancedUpgradeLvl4Item",
typeID = nil,
typeID = 0,
},
},
["Amanita Mushrooms"] = {
["Agave Leaves"] = {
untranslated = "Amanita Mushrooms",
untranslated = "Agave Leaves",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A potentially poisonous mushroom. It might not be wise to eat it raw, but it can be detoxified when prepared properly by a chef. Eat at your own risk!",
description = "The succulent leaves of the agave plant can be cooked to make a nice meal.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Produce",
"Greens",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 75,
calories = "-200",
calories = 200,
carbs = "0",
carbs = 2,
protein = "0",
protein = 1,
fat = "0",
fat = 1,
vitamins = "0",
vitamins = 4,
density = nil,
density = 4.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,383: Line 1,336:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,401: Line 1,354:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AmanitaMushroomsItem",
type = "AgaveLeavesItem",
typeID = nil,
typeID = 0,
},
},
Amendments = {
["Agave Seed"] = {
untranslated = "Amendments",
untranslated = "Agave Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Allows the modification of the constitution.",
description = "Plant to grow an agave plant.",
tagGroups = {
tagGroups = {
"Government",
"Crop Seed",
"Work Stations",
"Food",
"World Object",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,430: Line 1,383:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,448: Line 1,401:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AmendmentsItem",
type = "AgaveSeedItem",
typeID = nil,
typeID = 0,
},
},
Anvil = {
["Agouti Carcass"] = {
untranslated = "Anvil",
untranslated = "Agouti Carcass",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
description = "A dead agouti.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Tiny Carcass",
"Work Stations",
"Tiny Fur Carcass",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,477: Line 1,429:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,495: Line 1,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AnvilItem",
type = "AgoutiCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Arctic Willow Seed"] = {
["Agouti Enchiladas"] = {
untranslated = "Arctic Willow Seed",
untranslated = "Agouti Enchiladas",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow arctic willow.",
description = "Sweet and savory...it doesn't have to be an Agouti.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 550,
calories = "0",
calories = 800,
carbs = "0",
carbs = 20,
protein = "0",
protein = 8,
fat = "0",
fat = 27,
vitamins = "0",
vitamins = 3,
density = nil,
density = 7.249999999999999,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,522: Line 1,474:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,540: Line 1,492:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ArcticWillowSeedItem",
type = "AgoutiEnchiladasItem",
typeID = nil,
typeID = 0,
},
},
Arrastra = {
["Agriculture Research Paper Advanced"] = {
untranslated = "Arrastra",
untranslated = "Agriculture Research Paper Advanced",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A primitive rock mill of dragged boulders.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Advanced Research",
"Work Stations",
"Research",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,569: Line 1,520:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,587: Line 1,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ArrastraItem",
type = "AgricultureResearchPaperAdvancedItem",
typeID = nil,
typeID = 0,
},
},
Arrow = {
["Agriculture Research Paper Modern"] = {
untranslated = "Arrow",
untranslated = "Agriculture Research Paper Modern",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Item",
"Modern Research",
"Items",
"Research",
"Tools",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,609: Line 1,559:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "500",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,616: Line 1,566:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,634: Line 1,584:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ArrowItem",
type = "AgricultureResearchPaperModernItem",
typeID = nil,
typeID = 0,
},
},
["Art Supplies"] = {
["Alligator Carcass"] = {
untranslated = "Art Supplies",
untranslated = "Alligator Carcass",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "A set of art supplies that ",
description = "A dead alligator.",
tagGroups = {
tagGroups = {
"Item",
"Medium Carcass",
"Items",
"Medium Leather Carcass",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "150",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,656: Line 1,605:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,663: Line 1,612:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,681: Line 1,630:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ArtSuppliesItem",
type = "AlligatorCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Basalt"] = {
["Amanita Mushroom Spores"] = {
untranslated = "Ashlar Basalt",
untranslated = "Amanita Mushroom Spores",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
description = "Plant to grow amanita mushrooms. Not sure why you'd want these poisonous mushrooms, though.",
tagGroups = {
tagGroups = {
"Block",
"Crop Seed",
"Blocks",
"Food",
"Building Materials",
"Seeds",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,710: Line 1,659:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,728: Line 1,677:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltItem",
type = "AmanitaMushroomSporesItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Basalt Bench"] = {
["Amanita Mushrooms"] = {
untranslated = "Ashlar Basalt Bench",
untranslated = "Amanita Mushrooms",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
description = "A potentially poisonous mushroom. It might not be wise to eat it raw, but it can be detoxified when prepared properly by a chef. Eat at your own risk!",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Seating",
"Fungus",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 75,
calories = nil,
calories = -200,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = -0.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 1,757: Line 1,705:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,775: Line 1,723:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltBenchItem",
type = "AmanitaMushroomsItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Basalt Chair"] = {
Amendments = {
untranslated = "Ashlar Basalt Chair",
untranslated = "Amendments",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
description = "Allows the modification of the constitution.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Government",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,804: Line 1,750:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,813: Line 1,759:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,822: Line 1,768:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltChairItem",
type = "AmendmentsItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Basalt Door"] = {
Anvil = {
untranslated = "Ashlar Basalt Door",
untranslated = "Anvil",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A heavy ashlar stone door.",
description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
tagGroups = {
tagGroups = {
"Doors",
"Crafting Table",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,848: Line 1,792:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,860: Line 1,804:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,869: Line 1,813:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltDoorItem",
type = "AnvilItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Basalt Fireplace"] = {
["Arctic Willow Seed"] = {
untranslated = "Ashlar Basalt Fireplace",
untranslated = "Arctic Willow Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
description = "Plant to grow arctic willow.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Living Room",
"Seeds",
"World Object",
},
},
maxStack = 0,
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 1,898: Line 1,841:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,916: Line 1,859:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltFireplaceItem",
type = "ArcticWillowSeedItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Basalt Table"] = {
Arrastra = {
untranslated = "Ashlar Basalt Table",
untranslated = "Arrastra",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A large stone table crafted by an expert mason.",
description = "A primitive rock mill of dragged boulders.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,942: Line 1,883:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 1,954: Line 1,895:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 1,963: Line 1,904:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarBasaltTableItem",
type = "ArrastraItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Gneiss"] = {
Arrow = {
untranslated = "Ashlar Gneiss",
untranslated = "Arrow",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
description = "Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).",
tagGroups = {
tagGroups = {
"Block",
"Burnable Fuel",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 1,985: Line 1,924:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 500,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 1,992: Line 1,931:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,010: Line 1,949:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarGneissItem",
type = "ArrowItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Granite"] = {
["Art Supplies"] = {
untranslated = "Ashlar Granite",
untranslated = "Art Supplies",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
description = "A set of art supplies that ",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 100,
"Blocks",
carried = "Backpack",
"Building Materials",
weight = 150,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,032: Line 1,967:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 2,039: Line 1,974:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,057: Line 1,992:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarGraniteItem",
type = "ArtSuppliesItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Large Basalt Fountain"] = {
["Ashlar Basalt"] = {
untranslated = "Ashlar Large Basalt Fountain",
untranslated = "Ashlar Basalt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
tagGroups = {
tagGroups = {
"Decoration",
"Ashlar Stone",
"Housing Objects",
"Constructable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "5000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,086: Line 2,020:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,104: Line 2,038:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarLargeBasaltFountainItem",
type = "AshlarBasaltItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Large Stone Fountain"] = {
["Ashlar Basalt Bench"] = {
untranslated = "Ashlar Large Stone Fountain",
untranslated = "Ashlar Basalt Bench",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,129: Line 2,061:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,142: Line 2,074:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,151: Line 2,083:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarLargeStoneFountainItem",
type = "AshlarBasaltBenchItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Limestone"] = {
["Ashlar Basalt Chair"] = {
untranslated = "Ashlar Limestone",
untranslated = "Ashlar Basalt Chair",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
tagGroups = {
tagGroups = {
"Block",
"Housing",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,173: Line 2,103:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.7",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,189: Line 2,119:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,198: Line 2,128:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarLimestoneItem",
type = "AshlarBasaltChairItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Sandstone"] = {
["Ashlar Basalt Door"] = {
untranslated = "Ashlar Sandstone",
untranslated = "Ashlar Basalt Door",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
description = "A heavy ashlar stone door.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Building Materials",
weight = 1000,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,220: Line 2,146:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 2,227: Line 2,153:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,236: Line 2,162:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,245: Line 2,171:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarSandstoneItem",
type = "AshlarBasaltDoorItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Shale"] = {
["Ashlar Basalt Fireplace"] = {
untranslated = "Ashlar Shale",
untranslated = "Ashlar Basalt Fireplace",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
tagGroups = {
tagGroups = {
"Block",
"Housing",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,267: Line 2,191:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Fireplace",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,283: Line 2,207:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,292: Line 2,216:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarShaleItem",
type = "AshlarBasaltFireplaceItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Small Basalt Fountain"] = {
["Ashlar Basalt Table"] = {
untranslated = "Ashlar Small Basalt Fountain",
untranslated = "Ashlar Basalt Table",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
description = "A large stone table crafted by an expert mason.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,317: Line 2,239:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,330: Line 2,252:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,339: Line 2,261:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarSmallBasaltFountainItem",
type = "AshlarBasaltTableItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Small Stone Fountain"] = {
["Ashlar Gneiss"] = {
untranslated = "Ashlar Small Stone Fountain",
untranslated = "Ashlar Gneiss",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
tagGroups = {
tagGroups = {
"Decoration",
"Ashlar Stone",
"Housing Objects",
"Constructable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,368: Line 2,289:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,386: Line 2,307:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarSmallStoneFountainItem",
type = "AshlarGneissItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Stone Bench"] = {
["Ashlar Granite"] = {
untranslated = "Ashlar Stone Bench",
untranslated = "Ashlar Granite",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Ashlar Stone",
"Seating",
"Constructable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,415: Line 2,335:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,433: Line 2,353:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneBenchItem",
type = "AshlarGraniteItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Stone Chair"] = {
["Ashlar Large Basalt Fountain"] = {
untranslated = "Ashlar Stone Chair",
untranslated = "Ashlar Large Basalt Fountain",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,458: Line 2,376:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Fountain",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,471: Line 2,389:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,480: Line 2,398:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneChairItem",
type = "AshlarLargeBasaltFountainItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Stone Door"] = {
["Ashlar Large Stone Fountain"] = {
untranslated = "Ashlar Stone Door",
untranslated = "Ashlar Large Stone Fountain",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A heavy ashlar stone door.",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
tagGroups = {
tagGroups = {
"Doors",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,505: Line 2,421:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Fountain",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,518: Line 2,434:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,527: Line 2,443:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneDoorItem",
type = "AshlarLargeStoneFountainItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Stone Fireplace"] = {
["Ashlar Limestone"] = {
untranslated = "Ashlar Stone Fireplace",
untranslated = "Ashlar Limestone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Ashlar Stone",
"Living Room",
"Constructable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "5000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,556: Line 2,471:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,574: Line 2,489:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneFireplaceItem",
type = "AshlarLimestoneItem",
typeID = nil,
typeID = 0,
},
},
["Ashlar Stone Table"] = {
["Ashlar Sandstone"] = {
untranslated = "Ashlar Stone Table",
untranslated = "Ashlar Sandstone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A large stone table crafted by an expert mason.",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Ashlar Stone",
"Seating",
"Constructable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "2000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,603: Line 2,517:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,621: Line 2,535:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AshlarStoneTableItem",
type = "AshlarSandstoneItem",
typeID = nil,
typeID = 0,
},
},
["Asphalt Concrete"] = {
["Ashlar Shale"] = {
untranslated = "Asphalt Concrete",
untranslated = "Ashlar Shale",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "A paved surface constructed with asphalt and concrete. It's durable and extremely efficient for any wheeled vehicle.",
description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
tagGroups = {
tagGroups = {
"Block",
"Ashlar Stone",
"Blocks",
"Constructable",
"Roads",
},
},
maxStack = 0,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = "10000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,643: Line 2,556:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 2,650: Line 2,563:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,668: Line 2,581:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AsphaltConcreteItem",
type = "AshlarShaleItem",
typeID = nil,
typeID = 0,
},
},
["Assembly Line"] = {
["Ashlar Small Basalt Fountain"] = {
untranslated = "Assembly Line",
untranslated = "Ashlar Small Basalt Fountain",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "The assembly line allows for mass production of mechanical products.",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,693: Line 2,604:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Fountain",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,706: Line 2,617:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,715: Line 2,626:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AssemblyLineItem",
type = "AshlarSmallBasaltFountainItem",
typeID = nil,
typeID = 0,
},
},
["Automatic Loom"] = {
["Ashlar Small Stone Fountain"] = {
untranslated = "Automatic Loom",
untranslated = "Ashlar Small Stone Fountain",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "An automated device for making fabric by weaving yarn or thread.",
description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 2,740: Line 2,649:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Fountain",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,753: Line 2,662:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,762: Line 2,671:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AutomaticLoomItem",
type = "AshlarSmallStoneFountainItem",
typeID = nil,
typeID = 0,
},
},
["Autumn Stew"] = {
["Ashlar Stone Bench"] = {
untranslated = "Autumn Stew",
untranslated = "Ashlar Stone Bench",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A healthy and cozy meal for those cold days.",
description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
tagGroups = {
tagGroups = {
"Cooking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "600",
weight = 1000,
calories = "1200",
calories = nil,
carbs = "13",
carbs = nil,
protein = "8",
protein = nil,
fat = "5",
fat = nil,
vitamins = "12",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,799: Line 2,707:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,808: Line 2,716:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "AutumnStewItem",
type = "AshlarStoneBenchItem",
typeID = nil,
typeID = 0,
},
},
["Baked Agave"] = {
["Ashlar Stone Chair"] = {
untranslated = "Baked Agave",
untranslated = "Ashlar Stone Chair",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.",
description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
tagGroups = {
tagGroups = {
"Baking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 1000,
calories = "700",
calories = nil,
carbs = "14",
carbs = nil,
protein = "2",
protein = nil,
fat = "4",
fat = nil,
vitamins = "8",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.7",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,845: Line 2,752:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,854: Line 2,761:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedAgaveItem",
type = "AshlarStoneChairItem",
typeID = nil,
typeID = 0,
},
},
["Baked Beet"] = {
["Ashlar Stone Door"] = {
untranslated = "Baked Beet",
untranslated = "Ashlar Stone Door",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Baked beets that retain more nutrients than more simple methods of cooking.",
description = "A heavy ashlar stone door.",
tagGroups = {
tagGroups = {},
"Baking",
maxStack = 1,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 1000,
calories = "700",
calories = nil,
carbs = "10",
carbs = nil,
protein = "1",
protein = nil,
fat = "2",
fat = nil,
vitamins = "15",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 2,882: Line 2,786:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,891: Line 2,795:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,900: Line 2,804:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedBeetItem",
type = "AshlarStoneDoorItem",
typeID = nil,
typeID = 0,
},
},
["Baked Corn"] = {
["Ashlar Stone Fireplace"] = {
untranslated = "Baked Corn",
untranslated = "Ashlar Stone Fireplace",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Baked corn that retains more nutrients than more simple methods of cooking.",
description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
tagGroups = {
tagGroups = {
"Baking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 5000,
calories = "700",
calories = nil,
carbs = "12",
carbs = nil,
protein = "3",
protein = nil,
fat = "2",
fat = nil,
vitamins = "11",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Fireplace",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,937: Line 2,840:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,946: Line 2,849:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedCornItem",
type = "AshlarStoneFireplaceItem",
typeID = nil,
typeID = 0,
},
},
["Baked Heart Of Palm"] = {
["Ashlar Stone Table"] = {
untranslated = "Baked Heart Of Palm",
untranslated = "Ashlar Stone Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Baked heart of palm that retains more nutrients than more simple methods of cooking.",
description = "A large stone table crafted by an expert mason.",
tagGroups = {
tagGroups = {
"Baking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 2000,
calories = "700",
calories = nil,
carbs = "12",
carbs = nil,
protein = "6",
protein = nil,
fat = "4",
fat = nil,
vitamins = "6",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 2,983: Line 2,885:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 2,992: Line 2,894:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedHeartOfPalmItem",
type = "AshlarStoneTableItem",
typeID = nil,
typeID = 0,
},
},
["Baked Meat"] = {
["Asphalt Concrete"] = {
untranslated = "Baked Meat",
untranslated = "Asphalt Concrete",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Baked meat is less fatty than other methods of cooking.",
description = "A paved surface constructed with asphalt and concrete. It's durable and extremely efficient for any wheeled vehicle.",
tagGroups = {
tagGroups = {
"Baking",
"Constructable",
"Food",
"Road",
"Road Type",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "800",
weight = 10000,
calories = "700",
calories = nil,
carbs = "0",
carbs = nil,
protein = "17",
protein = nil,
fat = "13",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 3,020: Line 2,923:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,038: Line 2,941:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedMeatItem",
type = "AsphaltConcreteItem",
typeID = nil,
typeID = 0,
},
},
["Baked Roast"] = {
["Assembly Line"] = {
untranslated = "Baked Roast",
untranslated = "Assembly Line",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A trussed roast baked to perfection.",
description = "The assembly line allows for mass production of mechanical products.",
tagGroups = {
tagGroups = {
"Baking",
"Crafting Table",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "900",
weight = 10000,
calories = "1000",
calories = nil,
carbs = "4",
carbs = nil,
protein = "16",
protein = nil,
fat = "10",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,075: Line 2,977:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x7x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 3,084: Line 2,986:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedRoastItem",
type = "AssemblyLineItem",
typeID = nil,
typeID = 0,
},
},
["Baked Taro"] = {
["Automatic Loom"] = {
untranslated = "Baked Taro",
untranslated = "Automatic Loom",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Baked taro root.",
description = "An automated device for making fabric by weaving yarn or thread.",
tagGroups = {
tagGroups = {
"Baking",
"Crafting Table",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 10000,
calories = "700",
calories = nil,
carbs = "8",
carbs = nil,
protein = "6",
protein = nil,
fat = "2",
fat = nil,
vitamins = "12",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,121: Line 3,022:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x5x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 3,130: Line 3,031:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedTaroItem",
type = "AutomaticLoomItem",
typeID = nil,
typeID = 0,
},
},
["Baked Tomato"] = {
["Autumn Stew"] = {
untranslated = "Baked Tomato",
untranslated = "Autumn Stew",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Baked tomatoes might not look as red or plump as the raw variety, but they are nice and tasty.",
description = "A healthy and cozy meal for those cold days.",
tagGroups = {
tagGroups = {
"Baking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 600,
calories = "700",
calories = 1200,
carbs = "16",
carbs = 13,
protein = "1",
protein = 8,
fat = "5",
fat = 5,
vitamins = "6",
vitamins = 12,
density = nil,
density = 3.166666666666667,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 3,158: Line 3,058:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,176: Line 3,076:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakedTomatoItem",
type = "AutumnStewItem",
typeID = nil,
typeID = 0,
},
},
["Bakery Oven"] = {
["Baked Agave"] = {
untranslated = "Bakery Oven",
untranslated = "Baked Agave",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A solidly built brick oven useful for baking all manner of treats.",
description = "Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Baked Food",
"Kitchen",
"Baked Vegetable",
"World Object",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 300,
calories = nil,
calories = 700,
carbs = nil,
carbs = 14,
protein = nil,
protein = 2,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 8,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,205: Line 3,105:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,223: Line 3,123:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakeryOvenItem",
type = "BakedAgaveItem",
typeID = nil,
typeID = 0,
},
},
["Baking Upgrade"] = {
["Baked Beet"] = {
untranslated = "Baking Upgrade",
untranslated = "Baked Beet",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.",
description = "Baked beets that retain more nutrients than more simple methods of cooking.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Baked Food",
"Specialty Upgrades",
"Baked Vegetable",
"Upgrade Modules",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 300,
calories = nil,
calories = 700,
carbs = nil,
carbs = 10,
protein = nil,
protein = 1,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 15,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,252: Line 3,152:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,270: Line 3,170:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BakingUpgradeItem",
type = "BakedBeetItem",
typeID = nil,
typeID = 0,
},
},
["Ballot Box"] = {
["Baked Corn"] = {
untranslated = "Ballot Box",
untranslated = "Baked Corn",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A tamper proof box where votes are cast. Citizens can run for elected office here.",
description = "Baked corn that retains more nutrients than more simple methods of cooking.",
tagGroups = {
tagGroups = {
"Government",
"Baked Food",
"Work Stations",
"Baked Vegetable",
"World Object",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 300,
calories = nil,
calories = 700,
carbs = nil,
carbs = 12,
protein = nil,
protein = 3,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 11,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,299: Line 3,199:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,317: Line 3,217:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BallotBoxItem",
type = "BakedCornItem",
typeID = nil,
typeID = 0,
},
},
Bandana = {
["Baked Heart Of Palm"] = {
untranslated = "Bandana",
untranslated = "Baked Heart Of Palm",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "It just looks cool.",
description = "Baked heart of palm that retains more nutrients than more simple methods of cooking.",
tagGroups = {
tagGroups = {
"Clothing",
"Baked Food",
"Baked Vegetable",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 300,
calories = nil,
calories = 700,
carbs = nil,
carbs = 12,
protein = nil,
protein = 6,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 6,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,344: Line 3,246:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,362: Line 3,264:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BandanaItem",
type = "BakedHeartOfPalmItem",
typeID = nil,
typeID = 0,
},
},
["Banh Xeo"] = {
["Baked Meat"] = {
untranslated = "Banh Xeo",
untranslated = "Baked Meat",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Wrap the pancakes in the greens, then dip.",
description = "Baked meat is less fatty than other methods of cooking.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 800,
calories = "1550",
calories = 700,
carbs = "26",
carbs = 0,
protein = "17",
protein = 17,
fat = "10",
fat = 13,
vitamins = "4",
vitamins = 0,
density = nil,
density = 4.285714285714286,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 3,390: Line 3,291:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,408: Line 3,309:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BanhXeoItem",
type = "BakedMeatItem",
typeID = nil,
typeID = 0,
},
},
Bank = {
["Baked Roast"] = {
untranslated = "Bank",
untranslated = "Baked Roast",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Allows players to create and use bank accounts.",
description = "A trussed roast baked to perfection.",
tagGroups = {
tagGroups = {
"Economic",
"Baked Food",
"Work Stations",
"Food",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 900,
calories = nil,
calories = 1000,
carbs = nil,
carbs = 4,
protein = nil,
protein = 16,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 4,
density = nil,
density = 3.4000000000000004,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,437: Line 3,337:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,455: Line 3,355:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BankItem",
type = "BakedRoastItem",
typeID = nil,
typeID = 0,
},
},
Bannock = {
["Baked Taro"] = {
untranslated = "Bannock",
untranslated = "Baked Taro",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A dense whole wheat unleavened bread.",
description = "Baked taro root.",
tagGroups = {
tagGroups = {
"Campfire",
"Baked Food",
"Baked Vegetable",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 300,
calories = "700",
calories = 700,
carbs = "15",
carbs = 8,
protein = "3",
protein = 6,
fat = "6",
fat = 2,
vitamins = "0",
vitamins = 12,
density = nil,
density = 4.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 3,483: Line 3,384:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,501: Line 3,402:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BannockItem",
type = "BakedTaroItem",
typeID = nil,
typeID = 0,
},
},
Barrel = {
["Baked Tomato"] = {
untranslated = "Barrel",
untranslated = "Baked Tomato",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A metal barrel for carrying liquids.",
description = "Baked tomatoes might not look as red or plump as the raw variety, but they are nice and tasty.",
tagGroups = {
tagGroups = {
"Block",
"Baked Food",
"Blocks",
"Baked Vegetable",
"Liquids",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "2000",
weight = 300,
calories = nil,
calories = 700,
carbs = nil,
carbs = 16,
protein = nil,
protein = 1,
fat = nil,
fat = 5,
vitamins = nil,
vitamins = 6,
density = nil,
density = 4.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 3,530: Line 3,431:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,548: Line 3,449:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BarrelItem",
type = "BakedTomatoItem",
typeID = nil,
typeID = 0,
},
},
["Barrel Cactus Seed"] = {
["Bakery Oven"] = {
untranslated = "Barrel Cactus Seed",
untranslated = "Bakery Oven",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow barrel cactus.",
description = "A solidly built brick oven useful for baking all manner of treats.",
tagGroups = {
tagGroups = {
"Seed",
"Crafting Table",
"Housing",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,584: Line 3,486:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 3,593: Line 3,495:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BarrelCactusSeedItem",
type = "BakeryOvenItem",
typeID = nil,
typeID = 0,
},
},
Basalt = {
["Baking Skill Book"] = {
untranslated = "Basalt",
untranslated = "Baking Skill Book",
category = nil,
category = nil,
group = "Natural Resources",
group = "Skill Books",
description = "A hard and heavy rock with some uses in construction. Basalt forms directly from lava erupted volcanically, making it an extrusive igneous rock. The basis of all bedrock in the oceans.",
description = "Baking Skill Book",
tagGroups = {
tagGroups = {
"Block",
"Skill Books",
"Natural Resources",
"Stone",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "7500",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,615: Line 3,515:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 3,622: Line 3,522:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,640: Line 3,540:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasaltItem",
type = "Baking Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Basic Backpack"] = {
["Baking Skill Scroll"] = {
untranslated = "Basic Backpack",
untranslated = "Baking Skill Scroll",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Scrolls",
description = "A basic backpack to carry supplies.\\n\\n(Increases max carry weight by 5 kg)",
description = "Baking Skill Scroll",
tagGroups = {
tagGroups = {
"Clothing",
"Skill Scrolls",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,667: Line 3,567:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,685: Line 3,585:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicBackpackItem",
type = "Baking Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Basic Circuit"] = {
["Baking Upgrade"] = {
untranslated = "Basic Circuit",
untranslated = "Baking Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A complex electrical component used in advanced electronics.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,707: Line 3,605:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 3,714: Line 3,612:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,732: Line 3,630:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicCircuitItem",
type = "BakingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Basic Engineering Upgrade"] = {
["Ballot Box"] = {
untranslated = "Basic Engineering Upgrade",
untranslated = "Ballot Box",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.",
description = "A tamper proof box where votes are cast. Citizens can run for elected office here.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Government",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,761: Line 3,657:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,770: Line 3,666:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 3,779: Line 3,675:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicEngineeringUpgradeItem",
type = "BallotBoxItem",
typeID = nil,
typeID = 0,
},
},
["Basic Salad"] = {
Bandana = {
untranslated = "Basic Salad",
untranslated = "Bandana",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A seemingly random assortment of wild plants that form a sort of salad.",
description = "It just looks cool.",
tagGroups = {
tagGroups = {
"Cooking",
"Clothes",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 100,
calories = "800",
calories = nil,
carbs = "18",
carbs = nil,
protein = "6",
protein = nil,
fat = "4",
fat = nil,
vitamins = "10",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 3,807: Line 3,702:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,825: Line 3,720:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicSaladItem",
type = "BandanaItem",
typeID = nil,
typeID = 0,
},
},
["Basic Upgrade Lvl1"] = {
["Banh Xeo"] = {
untranslated = "Basic Upgrade Lvl1",
untranslated = "Banh Xeo",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that increases crafting efficiency.",
description = "Wrap the pancakes in the greens, then dip.",
tagGroups = {
tagGroups = {
"Basic Upgrades",
"Food",
"Plugin Module",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 500,
calories = nil,
calories = 1550,
carbs = nil,
carbs = 26,
protein = nil,
protein = 17,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 4,
density = nil,
density = 3.6774193548387095,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,854: Line 3,747:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,872: Line 3,765:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicUpgradeLvl1Item",
type = "BanhXeoItem",
typeID = nil,
typeID = 0,
},
},
["Basic Upgrade Lvl2"] = {
Bank = {
untranslated = "Basic Upgrade Lvl2",
untranslated = "Bank",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Basic Upgrade that increases crafting efficiency.",
description = "Allows players to create and use bank accounts.",
tagGroups = {
tagGroups = {},
"Basic Upgrades",
maxStack = 1,
"Plugin Module",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,901: Line 3,790:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,910: Line 3,799:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 3,919: Line 3,808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicUpgradeLvl2Item",
type = "BankItem",
typeID = nil,
typeID = 0,
},
},
["Basic Upgrade Lvl3"] = {
Bannock = {
untranslated = "Basic Upgrade Lvl3",
untranslated = "Bannock",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that increases crafting efficiency.",
description = "A dense whole wheat unleavened bread.",
tagGroups = {
tagGroups = {
"Basic Upgrades",
"Food",
"Plugin Module",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = 700,
carbs = nil,
carbs = 15,
protein = nil,
protein = 3,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 3,948: Line 3,835:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 3,966: Line 3,853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicUpgradeLvl3Item",
type = "BannockItem",
typeID = nil,
typeID = 0,
},
},
["Basic Upgrade Lvl4"] = {
Barrel = {
untranslated = "Basic Upgrade Lvl4",
untranslated = "Barrel",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Blocks",
description = "Basic Upgrade that increases crafting efficiency.",
description = "A metal barrel for carrying liquids.",
tagGroups = {
tagGroups = {},
"Basic Upgrades",
maxStack = 20,
"Plugin Module",
carried = "Hands",
"Upgrade Modules",
weight = 2000,
},
maxStack = 0,
carried = "Backpack",
weight = "1",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 3,995: Line 3,878:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,013: Line 3,896:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BasicUpgradeLvl4Item",
type = "BarrelItem",
typeID = nil,
typeID = 0,
},
},
Bass = {
["Barrel Cactus Seed"] = {
untranslated = "Bass",
untranslated = "Barrel Cactus Seed",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A bass. ",
description = "Plant to grow barrel cactus.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Item",
"Seeds",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "800",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,042: Line 3,924:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,060: Line 3,942:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BassItem",
type = "BarrelCactusSeedItem",
typeID = nil,
typeID = 0,
},
},
Bathroom = {
Basalt = {
untranslated = "Bathroom",
untranslated = "Basalt",
category = nil,
category = nil,
group = "World Object",
group = "Natural Resources",
description = "QA Test Object adding Bathroom value.",
description = "A hard and heavy rock with some uses in construction. Basalt forms directly from lava erupted volcanically, making it an extrusive igneous rock. The basis of all bedrock in the oceans.",
tagGroups = {
tagGroups = {
"World Object",
"Excavatable",
"Rock",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "",
weight = 7500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,087: Line 3,970:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,105: Line 3,988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BathroomItem",
type = "BasaltItem",
typeID = nil,
typeID = 0,
},
},
Bathtub = {
["Basic Backpack"] = {
untranslated = "Bathtub",
untranslated = "Basic Backpack",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A porcelain bathtub for when you need to get clean or just relax.",
description = "A basic backpack to carry supplies.\\n\\n(Increases max carry weight by 5 kg)",
tagGroups = {
tagGroups = {
"Bathroom",
"Clothes",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,134: Line 4,015:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,152: Line 4,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BathtubItem",
type = "BasicBackpackItem",
typeID = nil,
typeID = 0,
},
},
["Bean Paste"] = {
["Basic Circuit"] = {
untranslated = "Bean Paste",
untranslated = "Basic Circuit",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Smashed beans can work as a thickener or flavour enhancer.",
description = "A complex electrical component used in advanced electronics.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 100,
"Ingredients",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 1000,
calories = "40",
calories = nil,
carbs = "3",
carbs = nil,
protein = "5",
protein = nil,
fat = "7",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,180: Line 4,058:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,198: Line 4,076:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeanPasteItem",
type = "BasicCircuitItem",
typeID = nil,
typeID = 0,
},
},
["Bean Sprout"] = {
["Basic Engineering Skill Book"] = {
untranslated = "Bean Sprout",
untranslated = "Basic Engineering Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "The small sprouts from a grown bean plant.",
description = "Basic Engineering Skill Book",
tagGroups = {
tagGroups = {
"Food",
"Skill Books",
"Produce",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 100,
calories = "100",
calories = nil,
carbs = "2",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "5",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,226: Line 4,103:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,244: Line 4,121:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeanSproutItem",
type = "Basic Engineering Skill BookItem",
typeID = nil,
typeID = 0,
},
},
Beans = {
["Basic Engineering Skill Scroll"] = {
untranslated = "Beans",
untranslated = "Basic Engineering Skill Scroll",
category = nil,
category = nil,
group = "Seed",
group = "Skill Scrolls",
description = "A good source of protein.",
description = "Basic Engineering Skill Scroll",
tagGroups = {
tagGroups = {
"Seed",
"Skill Scrolls",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 10,
calories = "150",
calories = nil,
carbs = "1",
carbs = nil,
protein = "4",
protein = nil,
fat = "3",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 4,271: Line 4,148:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,289: Line 4,166:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeansItem",
type = "Basic Engineering Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Bear SUPREME"] = {
["Basic Engineering Upgrade"] = {
untranslated = "Bear SUPREME",
untranslated = "Basic Engineering Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "Just because the name has 'bear' in it doesn't mean it actually contains bear.",
description = "Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.",
tagGroups = {
tagGroups = {
"Cooking",
"Upgrade",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1,
calories = "1250",
calories = nil,
carbs = "6",
carbs = nil,
protein = "22",
protein = nil,
fat = "23",
fat = nil,
vitamins = "9",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,317: Line 4,193:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,335: Line 4,211:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BearSUPREMEItem",
type = "BasicEngineeringUpgradeItem",
typeID = nil,
typeID = 0,
},
},
Bearclaw = {
["Basic Salad"] = {
untranslated = "Bearclaw",
untranslated = "Basic Salad",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A sweet pastry with seperated sections that look a bit like a claw.",
description = "A seemingly random assortment of wild plants that form a sort of salad.",
tagGroups = {
tagGroups = {
"Baking",
"Food",
"Food",
"Salad",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 300,
calories = "850",
calories = 800,
carbs = "14",
carbs = 18,
protein = "4",
protein = 6,
fat = "21",
fat = 4,
vitamins = "7",
vitamins = 10,
density = nil,
density = 4.75,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,363: Line 4,239:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,381: Line 4,257:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BearclawItem",
type = "BasicSaladItem",
typeID = nil,
typeID = 0,
},
},
Bearpack = {
["Basic Upgrade 1"] = {
untranslated = "Bearpack",
untranslated = "Basic Upgrade 1",
category = nil,
category = nil,
group = "Clothing",
group = "Upgrade Modules",
description = "Can you carry as much as a bear! Not really, but it helps you carry more.\\n\\n(Increases max carry weight by 15 kg)",
description = "Basic Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Clothing",
"Basic Upgrade",
"Upgrade",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,408: Line 4,285:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,426: Line 4,303:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BearpackItem",
type = "BasicUpgradeLvl1Item",
typeID = nil,
typeID = 0,
},
},
["Beaver Carcass"] = {
["Basic Upgrade 2"] = {
untranslated = "Beaver Carcass",
untranslated = "Basic Upgrade 2",
category = nil,
category = nil,
group = "Item",
group = "Upgrade Modules",
description = "A dead beaver.",
description = "Basic Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Item",
"Basic Upgrade",
"Upgrade",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,446: Line 4,324:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,453: Line 4,331:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,471: Line 4,349:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeaverCarcassItem",
type = "BasicUpgradeLvl2Item",
typeID = nil,
typeID = 0,
},
},
Bedroom = {
["Basic Upgrade 3"] = {
untranslated = "Bedroom",
untranslated = "Basic Upgrade 3",
category = nil,
category = nil,
group = "World Object",
group = "Upgrade Modules",
description = "QA Test Object adding Bedroom value.",
description = "Basic Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"World Object",
"Basic Upgrade",
"Upgrade",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,498: Line 4,377:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,516: Line 4,395:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BedroomItem",
type = "BasicUpgradeLvl3Item",
typeID = nil,
typeID = 0,
},
},
Beet = {
["Basic Upgrade 4"] = {
untranslated = "Beet",
untranslated = "Basic Upgrade 4",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A brilliantly colored bulb with an earthy sweetness.",
description = "Basic Upgrade that increases crafting efficiency.",
tagGroups = {
tagGroups = {
"Food",
"Basic Upgrade",
"Produce",
"Upgrade",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "125",
weight = 1,
calories = "230",
calories = nil,
carbs = "2",
carbs = nil,
protein = "0",
protein = nil,
fat = "2",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,544: Line 4,423:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,562: Line 4,441:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeetItem",
type = "BasicUpgradeLvl4Item",
typeID = nil,
typeID = 0,
},
},
["Beet Campfire Salad"] = {
Bass = {
untranslated = "Beet Campfire Salad",
untranslated = "Bass",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A myriad of plants that make a healthy and odd blend.",
description = "A bass. ",
tagGroups = {
tagGroups = {
"Campfire",
"Fish",
"Food",
"Medium Fish",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 800,
calories = "900",
calories = nil,
carbs = "8",
carbs = nil,
protein = "4",
protein = nil,
fat = "3",
fat = nil,
vitamins = "13",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,590: Line 4,469:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,608: Line 4,487:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeetCampfireSaladItem",
type = "BassItem",
typeID = nil,
typeID = 0,
},
},
["Beet Greens"] = {
Bathtub = {
untranslated = "Beet Greens",
untranslated = "Bathtub",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "The leafy greens from a beet with a distinctive red stem.",
description = "A porcelain bathtub for when you need to get clean or just relax.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Produce",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = "100",
calories = nil,
carbs = "3",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Sink",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,645: Line 4,523:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 4,654: Line 4,532:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeetGreensItem",
type = "BathtubItem",
typeID = nil,
typeID = 0,
},
},
["Beet Seed"] = {
["Bean Paste"] = {
untranslated = "Beet Seed",
untranslated = "Bean Paste",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow beets.",
description = "Smashed beans can work as a thickener or flavour enhancer.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 200,
calories = "0",
calories = 40,
carbs = "0",
carbs = 3,
protein = "0",
protein = 5,
fat = "0",
fat = 7,
vitamins = "0",
vitamins = 0,
density = nil,
density = 37.5,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,681: Line 4,559:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,699: Line 4,577:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BeetSeedItem",
type = "BeanPasteItem",
typeID = nil,
typeID = 0,
},
},
["Berry Extract Fertilizer"] = {
["Bean Sprout"] = {
untranslated = "Berry Extract Fertilizer",
untranslated = "Bean Sprout",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "An excellent fertilizer that provides a mix of nutrients, but especially potassium.",
description = "The small sprouts from a grown bean plant.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Food",
"Fertilizers",
"Raw Food",
"Items",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 50,
calories = nil,
calories = 100,
carbs = nil,
carbs = 2,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 5,
density = nil,
density = 8.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,728: Line 4,605:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,746: Line 4,623:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BerryExtractFertilizerItem",
type = "BeanSproutItem",
typeID = nil,
typeID = 0,
},
},
["Big Backpack"] = {
Beans = {
untranslated = "Big Backpack",
untranslated = "Beans",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A survival backpack that offers more support than the basic backpack.\\n\\n(Increases max carry weight by 10 kg)",
description = "A good source of protein.",
tagGroups = {
tagGroups = {
"Clothing",
"Crop",
"Crop Seed",
"Food",
"Raw Food",
"Seeds",
"Vegetable",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 50,
calories = nil,
calories = 150,
carbs = nil,
carbs = 1,
protein = nil,
protein = 4,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 0,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 4,773: Line 4,655:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,791: Line 4,673:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BigBackpackItem",
type = "BeansItem",
typeID = nil,
typeID = 0,
},
},
["Big Bluestem Seed"] = {
["Bear SUPREME"] = {
untranslated = "Big Bluestem Seed",
untranslated = "Bear SUPREME",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a big bluestem plant.",
description = "Just because the name has 'bear' in it doesn't mean it actually contains bear.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 500,
calories = "0",
calories = 1250,
carbs = "0",
carbs = 6,
protein = "0",
protein = 22,
fat = "0",
fat = 23,
vitamins = "0",
vitamins = 9,
density = nil,
density = 4.8,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 4,818: Line 4,700:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,836: Line 4,718:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BigBluestemSeedItem",
type = "BearSUPREMEItem",
typeID = nil,
typeID = 0,
},
},
["Bighorn Carcass"] = {
Bearclaw = {
untranslated = "Bighorn Carcass",
untranslated = "Bearclaw",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead bighorn.",
description = "A sweet pastry with seperated sections that look a bit like a claw.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "3500",
weight = 300,
calories = nil,
calories = 850,
carbs = nil,
carbs = 14,
protein = nil,
protein = 4,
fat = nil,
fat = 21,
vitamins = nil,
vitamins = 7,
density = nil,
density = 5.411764705882352,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,865: Line 4,745:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,883: Line 4,763:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BighornCarcassItem",
type = "BearclawItem",
typeID = nil,
typeID = 0,
},
},
Biodiesel = {
Bearpack = {
untranslated = "Biodiesel",
untranslated = "Bearpack",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "A vegetable or animal fat-based diesel fuel.",
description = "Can you carry as much as a bear! Not really, but it helps you carry more.\\n\\n(Increases max carry weight by 15 kg)",
tagGroups = {
tagGroups = {
"Block",
"Clothes",
"Blocks",
"Liquids",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "30000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,905: Line 4,783:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "80000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,912: Line 4,790:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,930: Line 4,808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BiodieselItem",
type = "BearpackItem",
typeID = nil,
typeID = 0,
},
},
["Birch Log"] = {
["Beaver Carcass"] = {
untranslated = "Birch Log",
untranslated = "Beaver Carcass",
category = nil,
category = nil,
group = "Natural Resources",
group = "Item",
description = "Birch log is a type of hardwood, notable for its white and papery bark.",
description = "A dead beaver.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 100,
"Logs",
carried = "Backpack",
"Natural Resources",
weight = 1000,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 4,952: Line 4,826:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 4,959: Line 4,833:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 4,977: Line 4,851:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BirchLogItem",
type = "BeaverCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Birch Seed"] = {
Beet = {
untranslated = "Birch Seed",
untranslated = "Beet",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow into a birch sapling.",
description = "A brilliantly colored bulb with an earthy sweetness.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
"Raw Food",
"Root",
"Vegetable",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 125,
calories = "0",
calories = 230,
carbs = "0",
carbs = 2,
protein = "0",
protein = 0,
fat = "0",
fat = 2,
vitamins = "0",
vitamins = 4,
density = nil,
density = 3.4782608695652173,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,004: Line 4,881:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,022: Line 4,899:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BirchSeedItem",
type = "BeetItem",
typeID = nil,
typeID = 0,
},
},
["Bison Carcass"] = {
["Beet Campfire Salad"] = {
untranslated = "Bison Carcass",
untranslated = "Beet Campfire Salad",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead bison.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Animal",
"Campfire Salad",
"Item",
"Food",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5500",
weight = 200,
calories = nil,
calories = 900,
carbs = nil,
carbs = 8,
protein = nil,
protein = 4,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 13,
density = nil,
density = 3.111111111111111,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,051: Line 4,927:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,069: Line 4,945:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BisonCarcassItem",
type = "BeetCampfireSaladItem",
typeID = nil,
typeID = 0,
},
},
["Bison Chow Fun"] = {
["Beet Greens"] = {
untranslated = "Bison Chow Fun",
untranslated = "Beet Greens",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Who says food can't be fun?",
description = "The leafy greens from a beet with a distinctive red stem.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
"Greens",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "550",
weight = 100,
calories = "1450",
calories = 100,
carbs = "16",
carbs = 3,
protein = "13",
protein = 1,
fat = "20",
fat = 0,
vitamins = "8",
vitamins = 4,
density = nil,
density = 8.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,097: Line 4,974:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,115: Line 4,992:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BisonChowFunItem",
type = "BeetGreensItem",
typeID = nil,
typeID = 0,
},
},
["Bison Mount"] = {
["Beet Seed"] = {
untranslated = "Bison Mount",
untranslated = "Beet Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A fluffy, but very dead, bison head on a mount.",
description = "Plant to grow beets.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crop Seed",
"Living Room",
"Food",
"World Object",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,144: Line 5,021:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,162: Line 5,039:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BisonMountItem",
type = "BeetSeedItem",
typeID = nil,
typeID = 0,
},
},
Blackboard = {
["Berry Extract Fertilizer"] = {
untranslated = "Blackboard",
untranslated = "Berry Extract Fertilizer",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "",
description = "An excellent fertilizer that provides a mix of nutrients, but especially potassium.",
tagGroups = {
tagGroups = {
"World Object",
"Fertilizer",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,189: Line 5,066:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,207: Line 5,084:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BlackboardItem",
type = "BerryExtractFertilizerItem",
typeID = nil,
typeID = 0,
},
},
["Blast Furnace"] = {
["Big Backpack"] = {
untranslated = "Blast Furnace",
untranslated = "Big Backpack",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A superior replacement for the bloomery that can produce steel.",
description = "A survival backpack that offers more support than the basic backpack.\\n\\n(Increases max carry weight by 10 kg)",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,236: Line 5,111:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,254: Line 5,129:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BlastFurnaceItem",
type = "BigBackpackItem",
typeID = nil,
typeID = 0,
},
},
["Blood Meal Fertilizer"] = {
["Big Bluestem Seed"] = {
untranslated = "Blood Meal Fertilizer",
untranslated = "Big Bluestem Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Blood meal is a great source of nitrogen.",
description = "Plant to grow a big bluestem plant.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Food",
"Fertilizers",
"Seeds",
"Items",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,283: Line 5,157:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,301: Line 5,175:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BloodMealFertilizerItem",
type = "BigBluestemSeedItem",
typeID = nil,
typeID = 0,
},
},
Bloomery = {
["Bighorn Carcass"] = {
untranslated = "Bloomery",
untranslated = "Bighorn Carcass",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "A chimney-shaped furnace for smelting ores.",
description = "A dead bighorn.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Medium Carcass",
"Work Stations",
"Medium Wooly Carcass",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 3500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,330: Line 5,203:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,348: Line 5,221:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BloomeryItem",
type = "BighornCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Blue Shark"] = {
Biodiesel = {
untranslated = "Blue Shark",
untranslated = "Biodiesel",
category = nil,
category = nil,
group = "Natural Resources",
group = "Blocks",
description = "A blue shark.",
description = "A vegetable or animal fat-based diesel fuel.",
tagGroups = {
tagGroups = {
"Animal",
"Liquid Fuel",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "2000",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,370: Line 5,241:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 80000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,377: Line 5,248:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,395: Line 5,266:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BlueSharkItem",
type = "BiodieselItem",
typeID = nil,
typeID = 0,
},
},
Board = {
["Birch Log"] = {
untranslated = "Board",
untranslated = "Birch Log",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "A higher quality board used for long lasting furniture.",
description = "Birch log is a type of hardwood, notable for its white and papery bark.",
tagGroups = {
tagGroups = {
"Item",
"Burnable Fuel",
"Items",
"Hardwood",
"Products",
"Wood",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "500",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,417: Line 5,288:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "2000",
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,424: Line 5,295:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,442: Line 5,313:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoardItem",
type = "BirchLogItem",
typeID = nil,
typeID = 0,
},
},
["Board Of Elections"] = {
["Birch Seed"] = {
untranslated = "Board Of Elections",
untranslated = "Birch Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Allows the creation of Election Processes, which are different kinds of elections with different settings (who can vote, who can veto, etc).",
description = "Plant to grow into a birch sapling.",
tagGroups = {
tagGroups = {
"Government",
"Food",
"Work Stations",
"Seeds",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 5,471: Line 5,341:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,489: Line 5,359:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoardOfElectionsItem",
type = "BirchSeedItem",
typeID = nil,
typeID = 0,
},
},
["Boiled Grains"] = {
["Bison Carcass"] = {
untranslated = "Boiled Grains",
untranslated = "Bison Carcass",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.",
description = "A dead bison.",
tagGroups = {
tagGroups = {},
"Charred Food",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5500,
calories = "350",
calories = nil,
carbs = "9",
carbs = nil,
protein = "2",
protein = nil,
fat = "0",
fat = nil,
vitamins = "1",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,517: Line 5,384:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,535: Line 5,402:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoiledGrainsItem",
type = "BisonCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Boiled Rice"] = {
["Bison Chow Fun"] = {
untranslated = "Boiled Rice",
untranslated = "Bison Chow Fun",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Soft and fluffy.",
description = "Who says food can't be fun?",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Ingredients",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 550,
calories = "210",
calories = 1450,
carbs = "13",
carbs = 16,
protein = "2",
protein = 13,
fat = "0",
fat = 20,
vitamins = "0",
vitamins = 8,
density = nil,
density = 3.9310344827586206,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,563: Line 5,429:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,581: Line 5,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoiledRiceItem",
type = "BisonChowFunItem",
typeID = nil,
typeID = 0,
},
},
["Boiled Sausage"] = {
["Bison Mount"] = {
untranslated = "Boiled Sausage",
untranslated = "Bison Mount",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Boiled sausages might not be as pretty as grilled ones, but they're still tasty.",
description = "A fluffy, but very dead, bison head on a mount.",
tagGroups = {
tagGroups = {
"Cooking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 2000,
calories = "600",
calories = nil,
carbs = "0",
carbs = nil,
protein = "27",
protein = nil,
fat = "22",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "4.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,618: Line 5,483:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,627: Line 5,492:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoiledSausageItem",
type = "BisonMountItem",
typeID = nil,
typeID = 0,
},
},
Boiler = {
["Blacksmith Advanced Upgrade"] = {
untranslated = "Boiler",
untranslated = "Blacksmith Advanced Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A vessel used for heating fluids.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,649: Line 5,512:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,656: Line 5,519:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,674: Line 5,537:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoilerItem",
type = "BlacksmithAdvancedUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Bolete Mushroom Spores"] = {
["Blacksmith Skill Book"] = {
untranslated = "Bolete Mushroom Spores",
untranslated = "Blacksmith Skill Book",
category = nil,
category = nil,
group = "Seed",
group = "Skill Books",
description = "Plant to grow bolete mushrooms.",
description = "Blacksmith Skill Book",
tagGroups = {
tagGroups = {
"Seed",
"Skill Books",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 100,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 5,701: Line 5,564:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,719: Line 5,582:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoleteMushroomSporesItem",
type = "Blacksmith Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Bolete Mushrooms"] = {
["Blacksmith Skill Scroll"] = {
untranslated = "Bolete Mushrooms",
untranslated = "Blacksmith Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "Boletus edulis.",
description = "Blacksmith Skill Scroll",
tagGroups = {
tagGroups = {
"Food",
"Skill Scrolls",
"Produce",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 10,
calories = "200",
calories = nil,
carbs = "2",
carbs = nil,
protein = "4",
protein = nil,
fat = "1",
fat = nil,
vitamins = "1",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,747: Line 5,609:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,765: Line 5,627:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BoleteMushroomsItem",
type = "Blacksmith Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
Bookshelf = {
["Blacksmith Table"] = {
untranslated = "Bookshelf",
untranslated = "Blacksmith Table",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A place to store knowledge and information; leads to the town hall.",
description = "A simple workplace with assorted tools for creating both decorative pieces and necessary items.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Living Room",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,791: Line 5,651:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,803: Line 5,663:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,812: Line 5,672:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BookshelfItem",
type = "BlacksmithTableItem",
typeID = nil,
typeID = 0,
},
},
Brazier = {
["Blacksmith Upgrade"] = {
untranslated = "Brazier",
untranslated = "Blacksmith Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A metal stand which can hold burning fuel to provide light.",
description = "Basic Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,841: Line 5,699:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,859: Line 5,717:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BrazierItem",
type = "BlacksmithUpgradeItem",
typeID = nil,
typeID = 0,
},
},
Bread = {
["Blast Furnace"] = {
untranslated = "Bread",
untranslated = "Blast Furnace",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A delicious, crispy crust hides the soft interior.",
description = "A superior replacement for the bloomery that can produce steel.",
tagGroups = {
tagGroups = {
"Baking",
"Crafting Table",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 10000,
calories = "750",
calories = nil,
carbs = "23",
carbs = nil,
protein = "6",
protein = nil,
fat = "4",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,896: Line 5,753:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,905: Line 5,762:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BreadItem",
type = "BlastFurnaceItem",
typeID = nil,
typeID = 0,
},
},
Brick = {
["Blood Meal Fertilizer"] = {
untranslated = "Brick",
untranslated = "Blood Meal Fertilizer",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Durable building material made from fired blocks and mortar.",
description = "Blood meal is a great source of nitrogen.",
tagGroups = {
tagGroups = {
"Block",
"Fertilizer",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,927: Line 5,782:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 5,934: Line 5,789:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,952: Line 5,807:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BrickItem",
type = "BloodMealFertilizerItem",
typeID = nil,
typeID = 0,
},
},
["Brick Fireplace"] = {
Bloomery = {
untranslated = "Brick Fireplace",
untranslated = "Bloomery",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.",
description = "A chimney-shaped furnace for smelting ores.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Living Room",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 5,978: Line 5,831:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 5,990: Line 5,843:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 5,999: Line 5,852:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BrickFireplaceItem",
type = "BloomeryItem",
typeID = nil,
typeID = 0,
},
},
["Builder Boots"] = {
["Blue Shark"] = {
untranslated = "Builder Boots",
untranslated = "Blue Shark",
category = nil,
category = nil,
group = "Clothing",
group = "Natural Resources",
description = "Snug work boots with side zippers.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "A blue shark.",
tagGroups = {
tagGroups = {
"Clothing",
"Fish",
"Large Fish",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,026: Line 5,880:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,044: Line 5,898:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderBootsItem",
type = "BlueSharkItem",
typeID = nil,
typeID = 0,
},
},
["Builder Gloves"] = {
Board = {
untranslated = "Builder Gloves",
untranslated = "Board",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Leather construction gloves with durable palms and fabric backs for breathability.",
description = "A higher quality board used for long lasting furniture.",
tagGroups = {
tagGroups = {
"Clothing",
"Burnable Fuel",
"Wood Board",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,064: Line 5,919:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 2000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 6,071: Line 5,926:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,089: Line 5,944:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderGlovesItem",
type = "BoardItem",
typeID = nil,
typeID = 0,
},
},
["Builder Helmet"] = {
["Board Of Elections"] = {
untranslated = "Builder Helmet",
untranslated = "Board Of Elections",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "A plastic hard hat that protects from falling objects and other hazards found in construction sites.",
description = "Allows the creation of Election Processes, which are different kinds of elections with different settings (who can vote, who can veto, etc).",
tagGroups = {
tagGroups = {
"Clothing",
"Government",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,116: Line 5,971:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,125: Line 5,980:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,134: Line 5,989:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderHelmetItem",
type = "BoardOfElectionsItem",
typeID = nil,
typeID = 0,
},
},
["Builder Overalls"] = {
["Boiled Grains"] = {
untranslated = "Builder Overalls",
untranslated = "Boiled Grains",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Durable overalls with cargo pockets and hammer loops.",
description = "A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 9,
protein = nil,
protein = 2,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,161: Line 6,016:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,179: Line 6,034:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderOverallsItem",
type = "BoiledGrainsItem",
typeID = nil,
typeID = 0,
},
},
["Builder Shirt"] = {
["Boiled Rice"] = {
untranslated = "Builder Shirt",
untranslated = "Boiled Rice",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A short sleeved work shirt made from a blend of cotton and synthetic materials. ",
description = "Soft and fluffy.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = 210,
carbs = nil,
carbs = 13,
protein = nil,
protein = 2,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 7.142857142857142,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,206: Line 6,061:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,224: Line 6,079:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BuilderShirtItem",
type = "BoiledRiceItem",
typeID = nil,
typeID = 0,
},
},
["Bullrush Seed"] = {
["Boiled Sausage"] = {
untranslated = "Bullrush Seed",
untranslated = "Boiled Sausage",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow bullrush.",
description = "Boiled sausages might not be as pretty as grilled ones, but they're still tasty.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 300,
calories = "0",
calories = 600,
carbs = "0",
carbs = 0,
protein = "0",
protein = 27,
fat = "0",
fat = 22,
vitamins = "0",
vitamins = 0,
density = nil,
density = 8.166666666666666,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,251: Line 6,106:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,269: Line 6,124:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BullrushSeedItem",
type = "BoiledSausageItem",
typeID = nil,
typeID = 0,
},
},
["Bunchgrass Seed"] = {
Boiler = {
untranslated = "Bunchgrass Seed",
untranslated = "Boiler",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow bunchgrass.",
description = "A vessel used for heating fluids.",
tagGroups = {
tagGroups = {},
"Seed",
maxStack = 100,
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 6,296: Line 6,149:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,314: Line 6,167:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BunchgrassSeedItem",
type = "BoilerItem",
typeID = nil,
typeID = 0,
},
},
["Butchery Table"] = {
["Bolete Mushroom Spores"] = {
untranslated = "Butchery Table",
untranslated = "Bolete Mushroom Spores",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A block and cleaver to process raw meat into fancier dishes.",
description = "Plant to grow bolete mushrooms.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crop Seed",
"Kitchen",
"Food",
"World Object",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,343: Line 6,196:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,361: Line 6,214:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ButcheryTableItem",
type = "BoleteMushroomSporesItem",
typeID = nil,
typeID = 0,
},
},
["Butchery Upgrade"] = {
["Bolete Mushrooms"] = {
untranslated = "Butchery Upgrade",
untranslated = "Bolete Mushrooms",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.",
description = "Boletus edulis.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Food",
"Specialty Upgrades",
"Fungus",
"Upgrade Modules",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 75,
calories = nil,
calories = 200,
carbs = nil,
carbs = 2,
protein = nil,
protein = 4,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 1,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,390: Line 6,243:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,408: Line 6,261:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ButcheryUpgradeItem",
type = "BoleteMushroomsItem",
typeID = nil,
typeID = 0,
},
},
Bycocket = {
Bookshelf = {
untranslated = "Bycocket",
untranslated = "Bookshelf",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Also called chapeau … bec, or Billed Hat in france due to it's bird-beak like appearance.",
description = "A place to store knowledge and information; leads to the town hall.",
tagGroups = {
tagGroups = {
"Clothing",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,431: Line 6,284:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Shelves",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,444: Line 6,297:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,453: Line 6,306:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "BycocketItem",
type = "BookshelfItem",
typeID = nil,
typeID = 0,
},
},
["C O2 Canister"] = {
Brazier = {
untranslated = "C O2 Canister",
untranslated = "Brazier",
category = nil,
category = nil,
group = "Item",
group = "Housing Objects",
description = "For creating fancy foams!",
description = "A metal stand which can hold burning fuel to provide light.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,473: Line 6,326:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,489: Line 6,342:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,498: Line 6,351:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CO2CanisterItem",
type = "BrazierItem",
typeID = nil,
typeID = 0,
},
},
["Camas Ash Fertilizer"] = {
Bread = {
untranslated = "Camas Ash Fertilizer",
untranslated = "Bread",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Camas ash fertilizer, though not very potent, is a great source of potassium.",
description = "A delicious, crispy crust hides the soft interior.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Bread",
"Fertilizers",
"Food",
"Items",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 500,
calories = nil,
calories = 750,
carbs = nil,
carbs = 23,
protein = nil,
protein = 6,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 2,
density = nil,
density = 4.666666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 6,527: Line 6,379:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,545: Line 6,397:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasAshFertilizerItem",
type = "BreadItem",
typeID = nil,
typeID = 0,
},
},
["Camas Bread"] = {
Brick = {
untranslated = "Camas Bread",
untranslated = "Brick",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A bread with a camas twist for a bit of flavor and fun. ",
description = "Durable building material made from fired blocks and mortar.",
tagGroups = {
tagGroups = {
"Baking",
"Constructable",
"Food",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "500",
weight = 10000,
calories = "800",
calories = nil,
carbs = "13",
carbs = nil,
protein = "5",
protein = nil,
fat = "11",
fat = nil,
vitamins = "7",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 6,573: Line 6,424:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,591: Line 6,442:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasBreadItem",
type = "BrickItem",
typeID = nil,
typeID = 0,
},
},
["Camas Bulb"] = {
["Brick Fireplace"] = {
untranslated = "Camas Bulb",
untranslated = "Brick Fireplace",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow a camas plant.",
description = "A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.",
tagGroups = {
tagGroups = {
"Seed",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 5000,
calories = "150",
calories = nil,
carbs = "1",
carbs = nil,
protein = "2",
protein = nil,
fat = "5",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Fireplace",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,627: Line 6,478:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 6,636: Line 6,487:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasBulbItem",
type = "BrickFireplaceItem",
typeID = nil,
typeID = 0,
},
},
["Camas Bulb Bake"] = {
["Builder Boots"] = {
untranslated = "Camas Bulb Bake",
untranslated = "Builder Boots",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.",
description = "Snug work boots with side zippers.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Baking",
"Clothes",
"Food",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 6,664: Line 6,514:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,682: Line 6,532:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasBulbBakeItem",
type = "BuilderBootsItem",
typeID = nil,
typeID = 0,
},
},
["Camas Paste"] = {
["Builder Gloves"] = {
untranslated = "Camas Paste",
untranslated = "Builder Gloves",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Pulverized camas works as an excellent thickener or flavour enhancer.",
description = "Leather construction gloves with durable palms and fabric backs for breathability.",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
"Ingredients",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = "60",
calories = nil,
carbs = "3",
carbs = nil,
protein = "2",
protein = nil,
fat = "10",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 6,710: Line 6,559:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,728: Line 6,577:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamasPasteItem",
type = "BuilderGlovesItem",
typeID = nil,
typeID = 0,
},
},
Camera = {
["Builder Helmet"] = {
untranslated = "Camera",
untranslated = "Builder Helmet",
category = nil,
category = nil,
group = "Item",
group = "Clothing",
description = "",
description = "A plastic hard hat that protects from falling objects and other hazards found in construction sites.",
tagGroups = {
tagGroups = {
"Item",
"Clothes",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "3000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,748: Line 6,597:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 6,755: Line 6,604:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,773: Line 6,622:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CameraItem",
type = "BuilderHelmetItem",
typeID = nil,
typeID = 0,
},
},
["Camera Film"] = {
["Builder Overalls"] = {
untranslated = "Camera Film",
untranslated = "Builder Overalls",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A film used inside a camera.",
description = "Durable overalls with cargo pockets and hammer loops.",
tagGroups = {
tagGroups = {
"Item",
"Clothes",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,795: Line 6,642:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 6,802: Line 6,649:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,820: Line 6,667:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CameraFilmItem",
type = "BuilderOverallsItem",
typeID = nil,
typeID = 0,
},
},
["Camo Pants"] = {
["Builder Shirt"] = {
untranslated = "Camo Pants",
untranslated = "Builder Shirt",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
description = "A short sleeved work shirt made from a blend of cotton and synthetic materials. ",
tagGroups = {
tagGroups = {
"Clothing",
"Clothes",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,847: Line 6,694:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,865: Line 6,712:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamoPantsItem",
type = "BuilderShirtItem",
typeID = nil,
typeID = 0,
},
},
["Camo Shirt"] = {
["Bullrush Seed"] = {
untranslated = "Camo Shirt",
untranslated = "Bullrush Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
description = "Plant to grow bullrush.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
"Seeds",
},
},
maxStack = 0,
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,892: Line 6,740:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,910: Line 6,758:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CamoShirtItem",
type = "BullrushSeedItem",
typeID = nil,
typeID = 0,
},
},
Campfire = {
["Bunchgrass Seed"] = {
untranslated = "Campfire",
untranslated = "Bunchgrass Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Cook like a caveman on an uneven fire.",
description = "Plant to grow bunchgrass.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Food",
"Work Stations",
"Seeds",
"World Object",
},
},
maxStack = 0,
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 = nil,
skillValue = nil,
Line 6,939: Line 6,786:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 6,957: Line 6,804:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireItem",
type = "BunchgrassSeedItem",
typeID = nil,
typeID = 0,
},
},
["Campfire Cooking Upgrade"] = {
["Butchery Skill Book"] = {
untranslated = "Campfire Cooking Upgrade",
untranslated = "Butchery Skill Book",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Books",
description = "Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.",
description = "Butchery Skill Book",
tagGroups = {
tagGroups = {
"Plugin Module",
"Skill Books",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 6,986: Line 6,831:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,004: Line 6,849:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireCookingUpgradeItem",
type = "Butchery Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Campfire Roast"] = {
["Butchery Skill Scroll"] = {
untranslated = "Campfire Roast",
untranslated = "Butchery Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
description = "Butchery Skill Scroll",
tagGroups = {
tagGroups = {
"Campfire",
"Skill Scrolls",
"Food",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 10,
calories = "1000",
calories = nil,
carbs = "0",
carbs = nil,
protein = "16",
protein = nil,
fat = "12",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 7,032: Line 6,876:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,050: Line 6,894:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireRoastItem",
type = "Butchery Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Campfire Salad"] = {
["Butchery Table"] = {
untranslated = "Campfire Salad",
untranslated = "Butchery Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "",
description = "A block and cleaver to process raw meat into fancier dishes.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 2000,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,086: Line 6,931:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,095: Line 6,940:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireSaladItem",
type = "ButcheryTableItem",
typeID = nil,
typeID = 0,
},
},
["Campfire Stew"] = {
["Butchery Upgrade"] = {
untranslated = "Campfire Stew",
untranslated = "Butchery Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "A thick stew chock-full of meat, camas, and corn. A surprisingly good combination.",
description = "Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1,
calories = "1200",
calories = nil,
carbs = "5",
carbs = nil,
protein = "10",
protein = nil,
fat = "9",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 7,122: Line 6,967:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,140: Line 6,985:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampfireStewItem",
type = "ButcheryUpgradeItem",
typeID = nil,
typeID = 0,
},
},
Campsite = {
Bycocket = {
untranslated = "Campsite",
untranslated = "Bycocket",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A campsite.",
description = "Also called chapeau a bec, or Billed Hat in france due to it's bird-beak like appearance.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,169: Line 7,012:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,187: Line 7,030:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CampsiteItem",
type = "BycocketItem",
typeID = nil,
typeID = 0,
},
},
["Candle Stand"] = {
["CO2 Canister"] = {
untranslated = "Candle Stand",
untranslated = "CO2 Canister",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "A fancy candelabra for providing small amounts of light.",
description = "For creating fancy foams!",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Lighting",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,216: Line 7,055:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,234: Line 7,073:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CandleStandItem",
type = "CO2CanisterItem",
typeID = nil,
typeID = 0,
},
},
["Canning Assembly"] = {
["Camas Ash Fertilizer"] = {
untranslated = "Canning Assembly",
untranslated = "Camas Ash Fertilizer",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "",
description = "Camas ash fertilizer, though not very potent, is a great source of potassium.",
tagGroups = {
tagGroups = {
"World Object",
"Fertilizer",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,261: Line 7,100:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,279: Line 7,118:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CanningAssemblyItem",
type = "CamasAshFertilizerItem",
typeID = nil,
typeID = 0,
},
},
Canvas = {
["Camas Bread"] = {
untranslated = "Canvas",
untranslated = "Camas Bread",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A canvas used for painting on, made by either cotton or linen.",
description = "A bread with a camas twist for a bit of flavor and fun. ",
tagGroups = {
tagGroups = {
"Item",
"Bread",
"Items",
"Food",
"Products",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 7,308: Line 7,146:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,326: Line 7,164:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CanvasItem",
type = "CamasBreadItem",
typeID = nil,
typeID = 0,
},
},
Capitol = {
["Camas Bulb"] = {
untranslated = "Capitol",
untranslated = "Camas Bulb",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Allows the creation of the government, allowing all other civic objects to be created.",
description = "Plant to grow a camas plant.",
tagGroups = {
tagGroups = {
"Government",
"Crop",
"Work Stations",
"Crop Seed",
"World Object",
"Food",
"Raw Food",
"Root",
"Seeds",
"Vegetable",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
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,355: Line 7,197:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,373: Line 7,215:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CapitolItem",
type = "CamasBulbItem",
typeID = nil,
typeID = 0,
},
},
Capris = {
["Camas Bulb Bake"] = {
untranslated = "Capris",
untranslated = "Camas Bulb Bake",
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 = "A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.",
tagGroups = {
tagGroups = {
"Clothing",
"Baked Food",
"Baked Vegetable",
"Food",
},
},
maxStack = 0,
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,400: Line 7,244:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,418: Line 7,262:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CaprisItem",
type = "CamasBulbBakeItem",
typeID = nil,
typeID = 0,
},
},
["Carbide Helmet Lamp"] = {
["Camas Paste"] = {
untranslated = "Carbide Helmet Lamp",
untranslated = "Camas Paste",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A steel hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
description = "Pulverized camas works as an excellent thickener or flavour enhancer.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
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,445: Line 7,289:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,463: Line 7,307:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarbideHelmetLampItem",
type = "CamasPasteItem",
typeID = nil,
typeID = 0,
},
},
["Carpentry Advanced Upgrade"] = {
Camera = {
untranslated = "Carpentry Advanced Upgrade",
untranslated = "Camera",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Item",
description = "Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
description = "",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 100,
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,492: Line 7,332:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,510: Line 7,350:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarpentryAdvancedUpgradeItem",
type = "CameraItem",
typeID = nil,
typeID = 0,
},
},
["Carpentry Basic Upgrade"] = {
["Camera Film"] = {
untranslated = "Carpentry Basic Upgrade",
untranslated = "Camera Film",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
description = "A film used inside a camera.",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 100,
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,539: Line 7,375:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,557: Line 7,393:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarpentryBasicUpgradeItem",
type = "CameraFilmItem",
typeID = nil,
typeID = 0,
},
},
["Carpentry Table"] = {
["Camo Pants"] = {
untranslated = "Carpentry Table",
untranslated = "Camo Pants",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A table for basic wooden crafts for home improvement and progress.",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,586: Line 7,420:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,604: Line 7,438:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarpentryTableItem",
type = "CamoPantsItem",
typeID = nil,
typeID = 0,
},
},
["Carved Pumpkin"] = {
["Camo Shirt"] = {
untranslated = "Carved Pumpkin",
untranslated = "Camo Shirt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "Spooky pumpkin that emits a mystical light.",
description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
tagGroups = {
tagGroups = {
"Decoration",
"Clothes",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,633: Line 7,465:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,651: Line 7,483:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CarvedPumpkinItem",
type = "CamoShirtItem",
typeID = nil,
typeID = 0,
},
},
["Cast Iron Bed"] = {
Campfire = {
untranslated = "Cast Iron Bed",
untranslated = "Campfire",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A solid bed made slightly more comfortable by adding cotton.",
description = "Cook like a caveman on an uneven fire.",
tagGroups = {
tagGroups = {
"Bedroom",
"Crafting Table",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,680: Line 7,510:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,689: Line 7,519:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,698: Line 7,528:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronBedItem",
type = "CampfireItem",
typeID = nil,
typeID = 0,
},
},
["Cast Iron Bench"] = {
["Campfire Cooking Upgrade"] = {
untranslated = "Cast Iron Bench",
untranslated = "Campfire Cooking Upgrade",
category = nil,
category = nil,
group = "World Object",
group = "Upgrade Modules",
description = "Does not look very comfortable.",
description = "Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.",
tagGroups = {
tagGroups = {
"World Object",
"Upgrade",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,725: Line 7,555:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,743: Line 7,573:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronBenchItem",
type = "CampfireCookingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Cast Iron Chair"] = {
["Campfire Roast"] = {
untranslated = "Cast Iron Chair",
untranslated = "Campfire Roast",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "It is very stable.",
description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
tagGroups = {
tagGroups = {
"World Object",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
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,770: Line 7,600:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,788: Line 7,618:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronChairItem",
type = "CampfireRoastItem",
typeID = nil,
typeID = 0,
},
},
["Cast Iron Royal Bed"] = {
Campsite = {
untranslated = "Cast Iron Royal Bed",
untranslated = "Campsite",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.",
description = "A campsite.",
tagGroups = {
tagGroups = {},
"Bedroom",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,817: Line 7,643:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,826: Line 7,652:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,835: Line 7,661:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronRoyalBedItem",
type = "CampsiteItem",
typeID = nil,
typeID = 0,
},
},
["Cast Iron Stove"] = {
["Candle Stand"] = {
untranslated = "Cast Iron Stove",
untranslated = "Candle Stand",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "The perfect stove for the fledgling chef.",
description = "A fancy candelabra for providing small amounts of light.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Kitchen",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,860: Line 7,684:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,873: Line 7,697:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,882: Line 7,706:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronStoveItem",
type = "CandleStandItem",
typeID = nil,
typeID = 0,
},
},
["Cast Iron Table"] = {
Canvas = {
untranslated = "Cast Iron Table",
untranslated = "Canvas",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "A decorative table made from cast iron.",
description = "A canvas used for painting on, made by either cotton or linen.",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,909: Line 7,731:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,927: Line 7,749:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CastIronTableItem",
type = "CanvasItem",
typeID = nil,
typeID = 0,
},
},
["Cedar Log"] = {
Capitol = {
untranslated = "Cedar Log",
untranslated = "Capitol",
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 = "Allows the creation of the government, allowing all other civic objects to be created.",
tagGroups = {
tagGroups = {
"Block",
"Government",
"Logs",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 7,949: Line 7,769:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 7,956: Line 7,776:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 7,965: Line 7,785:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 7,974: Line 7,794:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CedarLogItem",
type = "CapitolItem",
typeID = nil,
typeID = 0,
},
},
["Cedar Seed"] = {
Capris = {
untranslated = "Cedar Seed",
untranslated = "Capris",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow a cedar sapling.",
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 = {
"Seed",
"Clothes",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 8,001: Line 7,821:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,019: Line 7,839:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CedarSeedItem",
type = "CaprisItem",
typeID = nil,
typeID = 0,
},
},
["Ceiba Log"] = {
["Carbide Helmet Lamp"] = {
untranslated = "Ceiba Log",
untranslated = "Carbide Helmet Lamp",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
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 steel hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
tagGroups = {
tagGroups = {
"Block",
"Clothes",
"Logs",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,041: Line 7,859:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,048: Line 7,866:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,066: Line 7,884:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CeibaLogItem",
type = "CarbideHelmetLampItem",
typeID = nil,
typeID = 0,
},
},
["Ceiba Seed"] = {
["Carpentry Advanced Upgrade"] = {
untranslated = "Ceiba Seed",
untranslated = "Carpentry Advanced Upgrade",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow a ceiba sapling.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
tagGroups = {
tagGroups = {
"Seed",
"Upgrade",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 8,093: Line 7,911:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,111: Line 7,929:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CeibaSeedItem",
type = "CarpentryAdvancedUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Ceiling Candle"] = {
["Carpentry Basic Upgrade"] = {
untranslated = "Ceiling Candle",
untranslated = "Carpentry Basic Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A fancy hanging candelabra.",
description = "Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,140: Line 7,956:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,158: Line 7,974:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CeilingCandleItem",
type = "CarpentryBasicUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Cellulose Fiber"] = {
["Carpentry Skill Book"] = {
untranslated = "Cellulose Fiber",
untranslated = "Carpentry Skill Book",
category = nil,
category = nil,
group = "Items",
group = "Skill Books",
description = "Created by taking pulped plants and extruding them similarly to synthetic fibers.",
description = "Carpentry Skill Book",
tagGroups = {
tagGroups = {
"Item",
"Skill Books",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,180: Line 7,994:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,187: Line 8,001:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,205: Line 8,019:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CelluloseFiberItem",
type = "Carpentry Skill BookItem",
typeID = nil,
typeID = 0,
},
},
Cement = {
["Carpentry Skill Scroll"] = {
untranslated = "Cement",
untranslated = "Carpentry Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "In order to be usable it needs to be reinforced.",
description = "Carpentry Skill Scroll",
tagGroups = {
tagGroups = {
"Item",
"Skill Scrolls",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,227: Line 8,039:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,234: Line 8,046:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,252: Line 8,064:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CementItem",
type = "Carpentry Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Cement Kiln"] = {
["Carpentry Table"] = {
untranslated = "Cement Kiln",
untranslated = "Carpentry Table",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "A rotary kiln that produces cement and concrete products.",
description = "A table for basic wooden crafts for home improvement and progress.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crafting Table",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,278: Line 8,088:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,290: Line 8,100:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,299: Line 8,109:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CementKilnItem",
type = "CarpentryTableItem",
typeID = nil,
typeID = 0,
},
},
["Census Bureau"] = {
["Carved Pumpkin"] = {
untranslated = "Census Bureau",
untranslated = "Carved Pumpkin",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.",
description = "Spooky pumpkin that emits a mystical light.",
tagGroups = {
tagGroups = {
"Government",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,324: Line 8,132:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,337: Line 8,145:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,346: Line 8,154:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CensusBureauItem",
type = "CarvedPumpkinItem",
typeID = nil,
typeID = 0,
},
},
["Cereal Germ"] = {
["Cast Iron Bed"] = {
untranslated = "Cereal Germ",
untranslated = "Cast Iron Bed",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A by-product of milling, the germ is the reproductive part of the cereal that germinates.",
description = "A solid bed made slightly more comfortable by adding cotton.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Ingredients",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 2000,
calories = "20",
calories = nil,
carbs = "5",
carbs = nil,
protein = "0",
protein = nil,
fat = "7",
fat = nil,
vitamins = "3",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,383: Line 8,190:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,392: Line 8,199:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CerealGermItem",
type = "CastIronBedItem",
typeID = nil,
typeID = 0,
},
},
Charcoal = {
["Cast Iron Bench"] = {
untranslated = "Charcoal",
untranslated = "Cast Iron Bench",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A black residue, consisting of carbon and any remaining ash.",
description = "Does not look very comfortable.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 8,414: Line 8,219:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "20000",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,430: Line 8,235:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,439: Line 8,244:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharcoalItem",
type = "CastIronBenchItem",
typeID = nil,
typeID = 0,
},
},
["Charred Agave"] = {
["Cast Iron Chair"] = {
untranslated = "Charred Agave",
untranslated = "Cast Iron Chair",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Agave leaves that have been charred over a campfire.",
description = "It is very stable.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = "350",
calories = nil,
carbs = "5",
carbs = nil,
protein = "1",
protein = nil,
fat = "3",
fat = nil,
vitamins = "3",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,476: Line 8,280:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,485: Line 8,289:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredAgaveItem",
type = "CastIronChairItem",
typeID = nil,
typeID = 0,
},
},
["Charred Beans"] = {
["Cast Iron Royal Bed"] = {
untranslated = "Charred Beans",
untranslated = "Cast Iron Royal Bed",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.",
description = "A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = "350",
calories = nil,
carbs = "1",
carbs = nil,
protein = "8",
protein = nil,
fat = "3",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "4.5",
roomCategory = nil,
roomCategory = "Bedroom",
furnitureType = nil,
furnitureType = "Bed",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,522: Line 8,325:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,531: Line 8,334:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredBeansItem",
type = "CastIronRoyalBedItem",
typeID = nil,
typeID = 0,
},
},
["Charred Beet"] = {
["Cast Iron Stove"] = {
untranslated = "Charred Beet",
untranslated = "Cast Iron Stove",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.",
description = "The perfect stove for the fledgling chef.",
tagGroups = {
tagGroups = {
"Charred Food",
"Crafting Table",
"Food",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5000,
calories = "350",
calories = nil,
carbs = "3",
carbs = nil,
protein = "0",
protein = nil,
fat = "3",
fat = nil,
vitamins = "6",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Kitchen",
furnitureType = nil,
furnitureType = "Cooking",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,568: Line 8,371:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,577: Line 8,380:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredBeetItem",
type = "CastIronStoveItem",
typeID = nil,
typeID = 0,
},
},
["Charred Cactus Fruit"] = {
["Cast Iron Table"] = {
untranslated = "Charred Cactus Fruit",
untranslated = "Cast Iron Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Blackened cactus fruit. A favorite of early desert settlers.",
description = "A simple yet ornate table made from cast iron.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = "200",
calories = nil,
carbs = "4",
carbs = nil,
protein = "0",
protein = nil,
fat = "2",
fat = nil,
vitamins = "6",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,614: Line 8,416:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,623: Line 8,425:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredCactusFruitItem",
type = "CastIronTableItem",
typeID = nil,
typeID = 0,
},
},
["Charred Camas Bulb"] = {
["Cedar Log"] = {
untranslated = "Charred Camas Bulb",
untranslated = "Cedar Log",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.",
description = "Cedar log is a type of softwood. Cedar wood is a natural repellent to moths.",
tagGroups = {
tagGroups = {
"Charred Food",
"Burnable Fuel",
"Food",
"Softwood",
"Wood",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "100",
weight = 10000,
calories = "350",
calories = nil,
carbs = "2",
carbs = nil,
protein = "3",
protein = nil,
fat = "6",
fat = nil,
vitamins = "1",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,651: Line 8,454:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,669: Line 8,472:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredCamasBulbItem",
type = "CedarLogItem",
typeID = nil,
typeID = 0,
},
},
["Charred Corn"] = {
["Cedar Seed"] = {
untranslated = "Charred Corn",
untranslated = "Cedar Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "This piece of corn needs a good slathering of butter to curb that burnt taste.",
description = "Plant to grow a cedar sapling.",
tagGroups = {
tagGroups = {
"Charred Food",
"Food",
"Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 50,
calories = "350",
calories = 0,
carbs = "7",
carbs = 0,
protein = "1",
protein = 0,
fat = "0",
fat = 0,
vitamins = "4",
vitamins = 0,
density = nil,
density = 0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,697: Line 8,500:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,715: Line 8,518:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredCornItem",
type = "CedarSeedItem",
typeID = nil,
typeID = 0,
},
},
["Charred Fireweed Shoots"] = {
["Ceiba Log"] = {
untranslated = "Charred Fireweed Shoots",
untranslated = "Ceiba Log",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "It tastes somewhat burnt but at least the fire has removed the bitter taste.",
description = "Ceiba log is a type of hardwood. The Ceiba tree, with its giant trunk, is often sought after by loggers for the large volume of logs it produces.",
tagGroups = {
tagGroups = {
"Charred Food",
"Burnable Fuel",
"Food",
"Hardwood",
"Wood",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "100",
weight = 10000,
calories = "350",
calories = nil,
carbs = "5",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "6",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,743: Line 8,547:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,761: Line 8,565:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredFireweedShootsItem",
type = "CeibaLogItem",
typeID = nil,
typeID = 0,
},
},
["Charred Fish"] = {
["Ceiba Seed"] = {
untranslated = "Charred Fish",
untranslated = "Ceiba Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "At least it doesn't have any scales any more.",
description = "Plant to grow a ceiba sapling.",
tagGroups = {
tagGroups = {
"Charred Food",
"Food",
"Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 50,
calories = "400",
calories = 0,
carbs = "0",
carbs = 0,
protein = "11",
protein = 0,
fat = "4",
fat = 0,
vitamins = "0",
vitamins = 0,
density = nil,
density = 0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,789: Line 8,593:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,807: Line 8,611:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredFishItem",
type = "CeibaSeedItem",
typeID = nil,
typeID = 0,
},
},
["Charred Heart Of Palm"] = {
["Ceiling Candle"] = {
untranslated = "Charred Heart Of Palm",
untranslated = "Ceiling Candle",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.",
description = "A fancy hanging candelabra.",
tagGroups = {
tagGroups = {
"Charred Food",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = "210",
calories = nil,
carbs = "6",
carbs = nil,
protein = "3",
protein = nil,
fat = "1",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,844: Line 8,647:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,853: Line 8,656:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredHeartOfPalmItem",
type = "CeilingCandleItem",
typeID = nil,
typeID = 0,
},
},
["Charred Meat"] = {
["Cellulose Fiber"] = {
untranslated = "Charred Meat",
untranslated = "Cellulose Fiber",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "The blackened surface of this unrecognizable meat is 'golden brown'.",
description = "Created by taking pulped plants and extruding them similarly to synthetic fibers.",
tagGroups = {
tagGroups = {},
"Charred Food",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 100,
calories = "400",
calories = nil,
carbs = "0",
carbs = nil,
protein = "5",
protein = nil,
fat = "10",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,881: Line 8,681:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,899: Line 8,699:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredMeatItem",
type = "CelluloseFiberItem",
typeID = nil,
typeID = 0,
},
},
["Charred Mushrooms"] = {
Cement = {
untranslated = "Charred Mushrooms",
untranslated = "Cement",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.",
description = "In order to be usable it needs to be reinforced.",
tagGroups = {
tagGroups = {},
"Charred Food",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 10000,
calories = "350",
calories = nil,
carbs = "3",
carbs = nil,
protein = "6",
protein = nil,
fat = "2",
fat = nil,
vitamins = "1",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 8,927: Line 8,724:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,945: Line 8,742:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredMushroomsItem",
type = "CementItem",
typeID = nil,
typeID = 0,
},
},
["Charred Papaya"] = {
["Cement Kiln"] = {
untranslated = "Charred Papaya",
untranslated = "Cement Kiln",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Papaya fruit that has been charred over a basic campfire.",
description = "A rotary kiln that produces cement and concrete products.",
tagGroups = {
tagGroups = {
"Charred Food",
"Crafting Table",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5000,
calories = "350",
calories = nil,
carbs = "3",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "8",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 8,982: Line 8,778:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 8,991: Line 8,787:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredPapayaItem",
type = "CementKilnItem",
typeID = nil,
typeID = 0,
},
},
["Charred Pineapple"] = {
["Census Bureau"] = {
untranslated = "Charred Pineapple",
untranslated = "Census Bureau",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Pineapple that has been charred over a basic campfire.",
description = "Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.",
tagGroups = {
tagGroups = {
"Charred Food",
"Government",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = "350",
calories = nil,
carbs = "8",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "3",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,019: Line 8,814:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,028: Line 8,823:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 9,037: Line 8,832:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredPineappleItem",
type = "CensusBureauItem",
typeID = nil,
typeID = 0,
},
},
["Charred Sausage"] = {
["Ceramic Mold"] = {
untranslated = "Charred Sausage",
untranslated = "Ceramic Mold",
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 container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.",
tagGroups = {
tagGroups = {},
"Charred Food",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "350",
weight = 100,
calories = "700",
calories = nil,
carbs = "0",
carbs = nil,
protein = "10",
protein = nil,
fat = "14",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,065: Line 8,857:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,083: Line 8,875:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredSausageItem",
type = "CeramicMoldItem",
typeID = nil,
typeID = 0,
},
},
["Charred Taro"] = {
["Cereal Germ"] = {
untranslated = "Charred Taro",
untranslated = "Cereal Germ",
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 = "A by-product of milling, the germ is the reproductive part of the cereal that germinates.",
tagGroups = {
tagGroups = {
"Charred Food",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 50,
calories = "350",
calories = 20,
carbs = "10",
carbs = 5,
protein = "1",
protein = 0,
fat = "0",
fat = 7,
vitamins = "1",
vitamins = 3,
density = nil,
density = 75.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,111: Line 8,902:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,129: Line 8,920:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredTaroItem",
type = "CerealGermItem",
typeID = nil,
typeID = 0,
},
},
["Charred Tomato"] = {
Chainsaw = {
untranslated = "Charred Tomato",
untranslated = "Chainsaw",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.",
description = "A gasoline-powered alternative to cutting trees.",
tagGroups = {
tagGroups = {
"Charred Food",
"Tool",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = "350",
calories = nil,
carbs = "7",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,157: Line 8,947:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,175: Line 8,965:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CharredTomatoItem",
type = "ChainsawItem",
typeID = nil,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 400.0,
ToolDamage = 15.0,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Gasoline",
},
},
["Chef Hat"] = {
Charcoal = {
untranslated = "Chef Hat",
untranslated = "Charcoal",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "To keep your hair in one place while stirring the pots.",
description = "A black residue, consisting of carbon and any remaining ash.",
tagGroups = {
tagGroups = {
"Clothing",
"Burnable Fuel",
"Coal",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 9,195: Line 8,992:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 20000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,202: Line 8,999:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,220: Line 9,017:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefHatItem",
type = "CharcoalItem",
typeID = nil,
typeID = 0,
},
},
["Chef Pants"] = {
["Charred Agave"] = {
untranslated = "Chef Pants",
untranslated = "Charred Agave",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Checkered style pants for hiding the truths of working in a kitchen.",
description = "Agave leaves that have been charred over a campfire.",
tagGroups = {
tagGroups = {
"Clothing",
"Charred Green",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 5,
protein = nil,
protein = 1,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 3,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,247: Line 9,045:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,265: Line 9,063:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefPantsItem",
type = "CharredAgaveItem",
typeID = nil,
typeID = 0,
},
},
["Chef Shirt"] = {
["Charred Beans"] = {
untranslated = "Chef Shirt",
untranslated = "Charred Beans",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A clean Chef's shirt to spot all the spots.",
description = "A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.",
tagGroups = {
tagGroups = {
"Clothing",
"Charred Vegetable",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 1,
protein = nil,
protein = 8,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,292: Line 9,091:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,310: Line 9,109:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefShirtItem",
type = "CharredBeansItem",
typeID = nil,
typeID = 0,
},
},
["Chef Shoes"] = {
["Charred Beet"] = {
untranslated = "Chef Shoes",
untranslated = "Charred Beet",
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 = "Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.",
tagGroups = {
tagGroups = {
"Clothing",
"Charred Vegetable",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 3,
protein = nil,
protein = 0,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 6,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,337: Line 9,137:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,355: Line 9,155:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ChefShoesItem",
type = "CharredBeetItem",
typeID = nil,
typeID = 0,
},
},
["Claim Tool"] = {
["Charred Cactus Fruit"] = {
untranslated = "Claim Tool",
untranslated = "Charred Cactus Fruit",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Used to claim, unclaim and examine property.",
description = "Blackened cactus fruit. A favorite of early desert settlers.",
tagGroups = {
tagGroups = {
"Item",
"Charred Fruit",
"Items",
"Food",
"Tools",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = 200,
carbs = nil,
carbs = 4,
protein = nil,
protein = 0,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 6,
density = nil,
density = 6.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,384: Line 9,183:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,402: Line 9,201:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClaimToolItem",
type = "CharredCactusFruitItem",
typeID = nil,
typeID = 0,
},
},
Clam = {
["Charred Camas Bulb"] = {
untranslated = "Clam",
untranslated = "Charred Camas Bulb",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A clam.",
description = "A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.",
tagGroups = {
tagGroups = {
"Animal",
"Charred Vegetable",
"Item",
"Food",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 2,
protein = nil,
protein = 3,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.428571428571429,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,431: Line 9,229:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,449: Line 9,247:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClamItem",
type = "CharredCamasBulbItem",
typeID = nil,
typeID = 0,
},
},
["Clam Chowder"] = {
["Charred Corn"] = {
untranslated = "Clam Chowder",
untranslated = "Charred Corn",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A thick stew loaded with clams and taro root.",
description = "This piece of corn needs a good slathering of butter to curb that burnt taste.",
tagGroups = {
tagGroups = {
"Cooking",
"Charred Vegetable",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 100,
calories = "800",
calories = 350,
carbs = "16",
carbs = 7,
protein = "15",
protein = 1,
fat = "3",
fat = 0,
vitamins = "11",
vitamins = 4,
density = nil,
density = 3.428571428571429,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,477: Line 9,275:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,495: Line 9,293:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClamChowderItem",
type = "CharredCornItem",
typeID = nil,
typeID = 0,
},
},
Clay = {
["Charred Fireweed Shoots"] = {
untranslated = "Clay",
untranslated = "Charred Fireweed Shoots",
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 = "It tastes somewhat burnt but at least the fire has removed the bitter taste.",
tagGroups = {
tagGroups = {
"Block",
"Charred Green",
"Blocks",
"Food",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "22000",
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 5,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 6,
density = nil,
density = 3.428571428571429,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,524: Line 9,321:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,542: Line 9,339:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClayItem",
type = "CharredFireweedShootsItem",
typeID = nil,
typeID = 0,
},
},
Cloth = {
["Charred Fish"] = {
untranslated = "Cloth",
untranslated = "Charred Fish",
category = nil,
category = nil,
group = "Item",
group = "Food",
description = "A piece of rough cloth made by weaving fibers together.",
description = "At least it doesn't have any scales any more.",
tagGroups = {
tagGroups = {
"Item",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,569: Line 9,366:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,587: Line 9,384:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClothItem",
type = "CharredFishItem",
typeID = nil,
typeID = 0,
},
},
["Cloth Belt"] = {
["Charred Heart Of Palm"] = {
untranslated = "Cloth Belt",
untranslated = "Charred Heart Of Palm",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A fashionable cloth belt that drapes across the waist.",
description = "Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.",
tagGroups = {
tagGroups = {
"Clothing",
"Charred Vegetable",
"Food",
},
},
maxStack = 0,
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,614: Line 9,412:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,632: Line 9,430:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClothBeltItem",
type = "CharredHeartOfPalmItem",
typeID = nil,
typeID = 0,
},
},
["Cloth Cape"] = {
["Charred Meat"] = {
untranslated = "Cloth Cape",
untranslated = "Charred Meat",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "It just looks cool.",
description = "The blackened surface of this unrecognizable meat is 'golden brown'.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
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,659: Line 9,457:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,677: Line 9,475:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ClothCapeItem",
type = "CharredMeatItem",
typeID = nil,
typeID = 0,
},
},
Coal = {
["Charred Mushrooms"] = {
untranslated = "Coal",
untranslated = "Charred Mushrooms",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A combustible mineral which needs to be crushed into usable fuel.",
description = "A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.",
tagGroups = {
tagGroups = {
"Block",
"Charred Vegetable",
"Natural Resources",
"Food",
"Ore",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "4000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,706: Line 9,503:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,724: Line 9,521:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CoalItem",
type = "CharredMushroomsItem",
typeID = nil,
typeID = 0,
},
},
Cod = {
["Charred Papaya"] = {
untranslated = "Cod",
untranslated = "Charred Papaya",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A cod.",
description = "Papaya fruit that has been charred over a basic campfire.",
tagGroups = {
tagGroups = {
"Animal",
"Charred Fruit",
"Item",
"Food",
"Natural Resources",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,753: Line 9,549:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,771: Line 9,567:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CodItem",
type = "CharredPapayaItem",
typeID = nil,
typeID = 0,
},
},
["Colored Powder"] = {
["Charred Pineapple"] = {
untranslated = "Colored Powder",
untranslated = "Charred Pineapple",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A bag of crushed flower petals.",
description = "Pineapple that has been charred over a basic campfire.",
tagGroups = {
tagGroups = {
"Item",
"Charred Fruit",
"Items",
"Food",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,800: Line 9,595:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,818: Line 9,613:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ColoredPowderItem",
type = "CharredPineappleItem",
typeID = nil,
typeID = 0,
},
},
["Combustion Engine"] = {
["Charred Sausage"] = {
untranslated = "Combustion Engine",
untranslated = "Charred Sausage",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "An engine that generates power by combustion of fuel.",
description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 350,
calories = nil,
calories = 700,
carbs = nil,
carbs = 0,
protein = nil,
protein = 10,
fat = nil,
fat = 14,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.428571428571429,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 9,847: Line 9,640:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,865: Line 9,658:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CombustionEngineItem",
type = "CharredSausageItem",
typeID = nil,
typeID = 0,
},
},
["Combustion Generator"] = {
["Charred Taro"] = {
untranslated = "Combustion Generator",
untranslated = "Charred Taro",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "Consumes most fuels to produce energy.",
description = "Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Charred Vegetable",
"Power Generation",
"Food",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
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,
currency = nil,
currency = nil,
Line 9,894: Line 9,686:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,912: Line 9,704:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CombustionGeneratorItem",
type = "CharredTaroItem",
typeID = nil,
typeID = 0,
},
},
["Composite Birch Bench"] = {
["Charred Tomato"] = {
untranslated = "Composite Birch Bench",
untranslated = "Charred Tomato",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A composite bench built to last.",
description = "The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Charred Vegetable",
"Seating",
"Food",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 7,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 4,
density = nil,
density = 3.428571428571429,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 9,941: Line 9,732:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 9,959: Line 9,750:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchBenchItem",
type = "CharredTomatoItem",
typeID = nil,
typeID = 0,
},
},
["Composite Birch Chair"] = {
["Chef Hat"] = {
untranslated = "Composite Birch Chair",
untranslated = "Chef Hat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A composite chair built to last.",
description = "To keep your hair in one place while stirring the pots.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 9,988: Line 9,777:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,006: Line 9,795:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchChairItem",
type = "ChefHatItem",
typeID = nil,
typeID = 0,
},
},
["Composite Birch Door"] = {
["Chef Pants"] = {
untranslated = "Composite Birch Door",
untranslated = "Chef Pants",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A beautiful composite door built by an expert carpenter.",
description = "Checkered style pants for hiding the truths of working in a kitchen.",
tagGroups = {
tagGroups = {
"Doors",
"Clothes",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,035: Line 9,822:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,053: Line 9,840:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchDoorItem",
type = "ChefPantsItem",
typeID = nil,
typeID = 0,
},
},
["Composite Birch Lumber"] = {
["Chef Shirt"] = {
untranslated = "Composite Birch Lumber",
untranslated = "Chef Shirt",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A clean Chef's shirt to spot all the spots.",
tagGroups = {
tagGroups = {
"Block",
"Clothes",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,075: Line 9,860:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 10,082: Line 9,867:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,100: Line 9,885:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchLumberItem",
type = "ChefShirtItem",
typeID = nil,
typeID = 0,
},
},
["Composite Birch Table"] = {
["Chef Shoes"] = {
untranslated = "Composite Birch Table",
untranslated = "Chef Shoes",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A large composite table for eating meals or getting some work done.",
description = "Simple low indoors working shoes helps avoiding slipping on wet surfaces in a large kitchen.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,129: Line 9,912:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,147: Line 9,930:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeBirchTableItem",
type = "ChefShoesItem",
typeID = nil,
typeID = 0,
},
},
["Composite Cedar Lumber"] = {
["Claim Tool"] = {
untranslated = "Composite Cedar Lumber",
untranslated = "Claim Tool",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A composite lumber made from a combination of wood and plastic.",
description = "Used to claim, unclaim and examine property.",
tagGroups = {
tagGroups = {
"Block",
"Tool",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,169: Line 9,950:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 10,176: Line 9,957:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,194: Line 9,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeCedarLumberItem",
type = "ClaimToolItem",
typeID = nil,
typeID = 0,
},
},
["Composite Ceiba Lumber"] = {
Clam = {
untranslated = "Composite Ceiba Lumber",
untranslated = "Clam",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A clam.",
tagGroups = {
tagGroups = {
"Block",
"Marine Life",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,216: Line 9,995:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 10,223: Line 10,002:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,241: Line 10,020:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeCeibaLumberItem",
type = "ClamItem",
typeID = nil,
typeID = 0,
},
},
["Composite Filler"] = {
["Clam Chowder"] = {
untranslated = "Composite Filler",
untranslated = "Clam Chowder",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A multipurpose filler that is made from what you have available.",
description = "A thick stew loaded with clams and taro root.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Food",
"Fertilizers",
"Items",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 400,
calories = nil,
calories = 800,
carbs = nil,
carbs = 16,
protein = nil,
protein = 15,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 11,
density = nil,
density = 5.625,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 10,270: Line 10,047:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,288: Line 10,065:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeFillerItem",
type = "ClamChowderItem",
typeID = nil,
typeID = 0,
},
},
["Composite Fir Lumber"] = {
Clay = {
untranslated = "Composite Fir Lumber",
untranslated = "Clay",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A very fine grained deposit of weathered bits of rock. Plastic when wet and brittle when dry, clay is impermeable to many liquids and useful for many industrial and environmental purposes.",
tagGroups = {
tagGroups = {
"Block",
"Excavatable",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = "10000",
weight = 22000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,310: Line 10,085:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 10,317: Line 10,092:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,335: Line 10,110:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeFirLumberItem",
type = "ClayItem",
typeID = nil,
typeID = 0,
},
},
["Composite Hardwood Bench"] = {
["Clay Mold"] = {
untranslated = "Composite Hardwood Bench",
untranslated = "Clay Mold",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A composite bench built to last.",
description = "A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,364: Line 10,135:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,382: Line 10,153:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodBenchItem",
type = "ClayMoldItem",
typeID = nil,
typeID = 0,
},
},
["Composite Hardwood Chair"] = {
Cloth = {
untranslated = "Composite Hardwood Chair",
untranslated = "Cloth",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "A composite chair built to last.",
description = "A piece of rough cloth made by weaving fibers together.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Fabric",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,411: Line 10,180:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,429: Line 10,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodChairItem",
type = "ClothItem",
typeID = nil,
typeID = 0,
},
},
["Composite Hardwood Door"] = {
["Cloth Belt"] = {
untranslated = "Composite Hardwood Door",
untranslated = "Cloth Belt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A beautiful composite door built by an expert carpenter.",
description = "A fashionable cloth belt that drapes across the waist.",
tagGroups = {
tagGroups = {
"Doors",
"Clothes",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,458: Line 10,225:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,476: Line 10,243:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodDoorItem",
type = "ClothBeltItem",
typeID = nil,
typeID = 0,
},
},
["Composite Hardwood Table"] = {
["Cloth Cape"] = {
untranslated = "Composite Hardwood Table",
untranslated = "Cloth Cape",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A nice composite table for eating meals or getting some work done.",
description = "It just looks cool.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,505: Line 10,270:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,523: Line 10,288:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeHardwoodTableItem",
type = "ClothCapeItem",
typeID = nil,
typeID = 0,
},
},
["Composite Joshua Lumber"] = {
Coal = {
untranslated = "Composite Joshua Lumber",
untranslated = "Coal",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A combustible mineral which needs to be crushed into usable fuel.",
tagGroups = {
tagGroups = {
"Block",
"Excavatable",
"Blocks",
"Ore",
"Building Materials",
},
},
maxStack = 0,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = "10000",
weight = 4000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,545: Line 10,309:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 10,552: Line 10,316:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,570: Line 10,334:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeJoshuaLumberItem",
type = "CoalItem",
typeID = nil,
typeID = 0,
},
},
["Composite Lumber"] = {
Cod = {
untranslated = "Composite 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 = {
"Block",
"Fish",
"Blocks",
"Medium Fish",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,592: Line 10,355:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 10,599: Line 10,362:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,617: Line 10,380:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberItem",
type = "CodItem",
typeID = nil,
typeID = 0,
},
},
["Composite Lumber Bench"] = {
["Colored Powder"] = {
untranslated = "Composite Lumber Bench",
untranslated = "Colored Powder",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A composite bench built to last.",
description = "A bag of crushed flower petals.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,646: Line 10,405:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,664: Line 10,423:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberBenchItem",
type = "ColoredPowderItem",
typeID = nil,
typeID = 0,
},
},
["Composite Lumber Chair"] = {
["Combustion Engine"] = {
untranslated = "Composite Lumber Chair",
untranslated = "Combustion Engine",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A composite chair built to last.",
description = "An engine that generates power by combustion of fuel.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,693: Line 10,448:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,711: Line 10,466:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberChairItem",
type = "CombustionEngineItem",
typeID = nil,
typeID = 0,
},
},
["Composite Lumber Door"] = {
["Combustion Generator"] = {
untranslated = "Composite Lumber Door",
untranslated = "Combustion Generator",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A beautiful composite door built by an expert carpenter.",
description = "Consumes most fuels to produce energy.",
tagGroups = {
tagGroups = {},
"Doors",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,737: Line 10,488:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,749: Line 10,500:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,758: Line 10,509:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberDoorItem",
type = "CombustionGeneratorItem",
typeID = nil,
typeID = 0,
},
},
["Composite Lumber Dresser"] = {
["Composite Birch Bench"] = {
untranslated = "Composite Lumber Dresser",
untranslated = "Composite Birch Bench",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "A composite lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
description = "A composite bench built to last.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,781: Line 10,532:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,794: Line 10,545:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,803: Line 10,554:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberDresserItem",
type = "CompositeBirchBenchItem",
typeID = nil,
typeID = 0,
},
},
["Composite Lumber Table"] = {
["Composite Birch Chair"] = {
untranslated = "Composite Lumber Table",
untranslated = "Composite Birch Chair",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A large composite table for eating meals or getting some work done.",
description = "A composite chair built to last.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,828: Line 10,577:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.7",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,841: Line 10,590:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,850: Line 10,599:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeLumberTableItem",
type = "CompositeBirchChairItem",
typeID = nil,
typeID = 0,
},
},
["Composite Oak Lumber"] = {
["Composite Birch Door"] = {
untranslated = "Composite Oak Lumber",
untranslated = "Composite Birch 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 = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Building Materials",
weight = 1000,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,872: Line 10,617:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 10,879: Line 10,624:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,888: Line 10,633:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,897: Line 10,642:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeOakLumberItem",
type = "CompositeBirchDoorItem",
typeID = nil,
typeID = 0,
},
},
["Composite Palm Lumber"] = {
["Composite Birch Lumber"] = {
untranslated = "Composite Palm Lumber",
untranslated = "Composite Birch Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Block",
"Composite Lumber",
"Blocks",
"Constructable",
"Building Materials",
"Hardwood Lumber",
},
},
maxStack = 0,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = "10000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,919: Line 10,664:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 10,926: Line 10,671:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,944: Line 10,689:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositePalmLumberItem",
type = "CompositeBirchLumberItem",
typeID = nil,
typeID = 0,
},
},
["Composite Redwood Lumber"] = {
["Composite Birch Table"] = {
untranslated = "Composite Redwood 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 = {
"Block",
"Housing",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 10,966: Line 10,709:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 10,982: Line 10,725:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 10,991: Line 10,734:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeRedwoodLumberItem",
type = "CompositeBirchTableItem",
typeID = nil,
typeID = 0,
},
},
["Composite Saguaro Lumber"] = {
["Composite Bow"] = {
untranslated = "Composite Saguaro 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 = {
"Block",
"Tool",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,013: Line 10,754:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 11,020: Line 10,761:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,038: Line 10,779:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeSaguaroLumberItem",
type = "CompositeBowItem",
typeID = nil,
typeID = 0,
ToolVariant = "Bow",
ToolDurability = 2000.0,
ToolDamage = 1.5,
ToolDamageTalent = "HuntingPowerShotTalent",
ToolRepairType = "Nylon",
},
},
["Composite Spruce Lumber"] = {
["Composite Cedar Lumber"] = {
untranslated = "Composite Spruce Lumber",
untranslated = "Composite Cedar Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "A composite lumber made from a combination of wood and plastic.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Block",
"Composite Lumber",
"Blocks",
"Constructable",
"Building Materials",
"Softwood Lumber",
},
},
maxStack = 0,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = "10000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,060: Line 10,806:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 11,067: Line 10,813:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,085: Line 10,831:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositeSpruceLumberItem",
type = "CompositeCedarLumberItem",
typeID = nil,
typeID = 0,
},
},
["Composites Upgrade"] = {
["Composite Ceiba Lumber"] = {
untranslated = "Composites Upgrade",
untranslated = "Composite Ceiba Lumber",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Blocks",
description = "Modern Upgrade that greatly increases efficiency when crafting Composites recipes.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Composite Lumber",
"Specialty Upgrades",
"Constructable",
"Upgrade Modules",
"Hardwood Lumber",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,114: Line 10,860:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,132: Line 10,878:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompositesUpgradeItem",
type = "CompositeCeibaLumberItem",
typeID = nil,
typeID = 0,
},
},
["Compost Fertilizer"] = {
["Composite Filler"] = {
untranslated = "Compost Fertilizer",
untranslated = "Composite Filler",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Compost fertilizer is a classic, low effort fertilizer.",
description = "A multipurpose filler that is made from what you have available.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Fertilizer",
"Fertilizers",
"Fertilizer Filler",
"Items",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,161: Line 10,906:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,179: Line 10,924:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CompostFertilizerItem",
type = "CompositeFillerItem",
typeID = nil,
typeID = 0,
},
},
["Computer Lab"] = {
["Composite Fir Lumber"] = {
untranslated = "Computer Lab",
untranslated = "Composite Fir Lumber",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A place where you can sit all day and play video games! Or work on expert-level research.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Composite Lumber",
"Specialty",
"Constructable",
"World Object",
"Softwood Lumber",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "5000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,208: Line 10,953:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,226: Line 10,971:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ComputerLabItem",
type = "CompositeFirLumberItem",
typeID = nil,
typeID = 0,
},
},
["Construction Post"] = {
["Composite Hardwood Bench"] = {
untranslated = "Construction Post",
untranslated = "Composite Hardwood Bench",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "For construction contracts.",
description = "A composite bench built to last.",
tagGroups = {
tagGroups = {
"Community",
"Housing",
"Crafted Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,251: Line 10,994:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,264: Line 11,007:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,273: Line 11,016:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ConstructionPostItem",
type = "CompositeHardwoodBenchItem",
typeID = nil,
typeID = 0,
},
},
["Contract Board"] = {
["Composite Hardwood Chair"] = {
untranslated = "Contract Board",
untranslated = "Composite Hardwood Chair",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A board to post contracts.",
description = "A composite chair built to last.",
tagGroups = {
tagGroups = {
"Economic",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,298: Line 11,039:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,311: Line 11,052:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,320: Line 11,061:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ContractBoardItem",
type = "CompositeHardwoodChairItem",
typeID = nil,
typeID = 0,
},
},
["Cookeina Mushroom Spores"] = {
["Composite Hardwood Door"] = {
untranslated = "Cookeina Mushroom Spores",
untranslated = "Composite Hardwood Door",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow cookeina mushrooms.",
description = "A beautiful composite door built by an expert carpenter.",
tagGroups = {
tagGroups = {},
"Seed",
maxStack = 1,
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 11,347: Line 11,086:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,356: Line 11,095:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,365: Line 11,104:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CookeinaMushroomSporesItem",
type = "CompositeHardwoodDoorItem",
typeID = nil,
typeID = 0,
},
},
["Cookeina Mushrooms"] = {
["Composite Hardwood Table"] = {
untranslated = "Cookeina Mushrooms",
untranslated = "Composite Hardwood Table",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Tiny Cup Mushrooms.",
description = "A nice composite table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Produce",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 2000,
calories = "200",
calories = nil,
carbs = "2",
carbs = nil,
protein = "4",
protein = nil,
fat = "1",
fat = nil,
vitamins = "1",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,402: Line 11,140:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,411: Line 11,149:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CookeinaMushroomsItem",
type = "CompositeHardwoodTableItem",
typeID = nil,
typeID = 0,
},
},
["Cooking Upgrade"] = {
["Composite Joshua Lumber"] = {
untranslated = "Cooking Upgrade",
untranslated = "Composite Joshua Lumber",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Blocks",
description = "Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Composite Lumber",
"Specialty Upgrades",
"Constructable",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,440: Line 11,177:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,458: Line 11,195:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CookingUpgradeItem",
type = "CompositeJoshuaLumberItem",
typeID = nil,
typeID = 0,
},
},
["Copper Bar"] = {
["Composite Lumber"] = {
untranslated = "Copper Bar",
untranslated = "Composite Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "Refined bar of copper.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Block",
"Composite Lumber",
"Blocks",
"Constructable",
"Metals",
},
},
maxStack = 0,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = "18000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,480: Line 11,216:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 11,487: Line 11,223:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,505: Line 11,241:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperBarItem",
type = "CompositeLumberItem",
typeID = nil,
typeID = 0,
},
},
["Copper Concentrate"] = {
["Composite Lumber Bench"] = {
untranslated = "Copper Concentrate",
untranslated = "Composite Lumber Bench",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
description = "A composite bench built to last.",
tagGroups = {
tagGroups = {
"Block",
"Housing",
"Blocks",
"Processed Rock",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "20000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,527: Line 11,261:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,543: Line 11,277:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,552: Line 11,286:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperConcentrateItem",
type = "CompositeLumberBenchItem",
typeID = nil,
typeID = 0,
},
},
["Copper Frame Landscape"] = {
["Composite Lumber Chair"] = {
untranslated = "Copper Frame Landscape",
untranslated = "Composite Lumber Chair",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "",
description = "A composite chair built to last.",
tagGroups = {
tagGroups = {
"Cultural",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,577: Line 11,309:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,590: Line 11,322:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,599: Line 11,331:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperFrameLandscapeItem",
type = "CompositeLumberChairItem",
typeID = nil,
typeID = 0,
},
},
["Copper Frame Wide"] = {
["Composite Lumber Door"] = {
untranslated = "Copper Frame Wide",
untranslated = "Composite Lumber Door",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "",
description = "A beautiful composite door built by an expert carpenter.",
tagGroups = {
tagGroups = {},
"Cultural",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,628: Line 11,356:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,637: Line 11,365:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,646: Line 11,374:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperFrameWideItem",
type = "CompositeLumberDoorItem",
typeID = nil,
typeID = 0,
},
},
["Copper Ore"] = {
["Composite Lumber Table"] = {
untranslated = "Copper Ore",
untranslated = "Composite Lumber Table",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "Unrefined ore with traces of copper.",
description = "A large composite table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Block",
"Housing",
"Natural Resources",
"Ore",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "7500",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,668: Line 11,394:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,684: Line 11,410:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 11,693: Line 11,419:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperOreItem",
type = "CompositeLumberTableItem",
typeID = nil,
typeID = 0,
},
},
["Copper Pipe"] = {
["Composite Oak Lumber"] = {
untranslated = "Copper Pipe",
untranslated = "Composite Oak Lumber",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "A pipe for transporting liquids.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Block",
"Composite Lumber",
"Blocks",
"Constructable",
"Pipes",
"Hardwood Lumber",
},
},
maxStack = 0,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = "2000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,715: Line 11,441:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 11,722: Line 11,448:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,740: Line 11,466:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperPipeItem",
type = "CompositeOakLumberItem",
typeID = nil,
typeID = 0,
},
},
["Copper Plate"] = {
["Composite Palm Lumber"] = {
untranslated = "Copper Plate",
untranslated = "Composite Palm Lumber",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A solid copper plate giving higher grades of protection against erosion and improves conductivity.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Item",
"Composite Lumber",
"Items",
"Constructable",
"Products",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "500",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,762: Line 11,487:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 11,769: Line 11,494:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,787: Line 11,512:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperPlateItem",
type = "CompositePalmLumberItem",
typeID = nil,
typeID = 0,
},
},
["Copper Wiring"] = {
["Composite Redwood Lumber"] = {
untranslated = "Copper Wiring",
untranslated = "Composite Redwood Lumber",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A length of copper conductive wire useful for a variety of purposes.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Item",
"Composite Lumber",
"Items",
"Constructable",
"Products",
"Softwood Lumber",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "200",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 11,809: Line 11,534:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 11,816: Line 11,541:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,834: Line 11,559:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CopperWiringItem",
type = "CompositeRedwoodLumberItem",
typeID = nil,
typeID = 0,
},
},
Corn = {
["Composite Saguaro Lumber"] = {
untranslated = "Corn",
untranslated = "Composite Saguaro Lumber",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A warmly colored kernel studded vegetable.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Food",
"Composite Lumber",
"Produce",
"Constructable",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "125",
weight = 10000,
calories = "230",
calories = nil,
carbs = "4",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "3",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 11,862: Line 11,587:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,880: Line 11,605:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornItem",
type = "CompositeSaguaroLumberItem",
typeID = nil,
typeID = 0,
},
},
["Corn Fritters"] = {
["Composite Spruce Lumber"] = {
untranslated = "Corn Fritters",
untranslated = "Composite Spruce Lumber",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "These deep fried corn treats are both crispy and delicious.",
description = "A composite lumber made from a combination of wood and plastic.",
tagGroups = {
tagGroups = {
"Cooking",
"Composite Lumber",
"Food",
"Constructable",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "100",
weight = 10000,
calories = "500",
calories = nil,
carbs = "13",
carbs = nil,
protein = "4",
protein = nil,
fat = "22",
fat = nil,
vitamins = "8",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 11,908: Line 11,633:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,926: Line 11,651:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornFrittersItem",
type = "CompositeSpruceLumberItem",
typeID = nil,
typeID = 0,
},
},
["Corn Seed"] = {
["Composites Skill Book"] = {
untranslated = "Corn Seed",
untranslated = "Composites Skill Book",
category = nil,
category = nil,
group = "Seed",
group = "Skill Books",
description = "Plant to grow corn.",
description = "Composites Skill Book",
tagGroups = {
tagGroups = {
"Seed",
"Skill Books",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 100,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 11,953: Line 11,678:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 11,971: Line 11,696:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornSeedItem",
type = "Composites Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Corn Starch"] = {
["Composites Skill Scroll"] = {
untranslated = "Corn Starch",
untranslated = "Composites Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "Obtained from the endosperm of the kernal, cornstarch can be used as a thickening agent for sauces.",
description = "Composites Skill Scroll",
tagGroups = {
tagGroups = {
"Food",
"Skill Scrolls",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 10,
calories = "10",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 11,998: Line 11,723:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,016: Line 11,741:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornStarchItem",
type = "Composites Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
Cornmeal = {
["Composites Upgrade"] = {
untranslated = "Cornmeal",
untranslated = "Composites Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "Dried and ground corn; it's like a courser flour.",
description = "Modern Upgrade that greatly increases efficiency when crafting Composites recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Ingredients",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1,
calories = "60",
calories = nil,
carbs = "9",
carbs = nil,
protein = "3",
protein = nil,
fat = "3",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,044: Line 11,768:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,062: Line 11,786:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornmealItem",
type = "CompositesUpgradeItem",
typeID = nil,
typeID = 0,
},
},
Cornrows = {
["Compost Fertilizer"] = {
untranslated = "Cornrows",
untranslated = "Compost Fertilizer",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "",
description = "Compost fertilizer is a classic, low effort fertilizer.",
tagGroups = {
tagGroups = {
"Clothing",
"Fertilizer",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,089: Line 11,813:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,107: Line 11,831:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CornrowsItem",
type = "CompostFertilizerItem",
typeID = nil,
typeID = 0,
},
},
["Corrugated Steel"] = {
["Computer Lab"] = {
untranslated = "Corrugated Steel",
untranslated = "Computer Lab",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "Especially useful for industrial buildings.",
description = "A place where you can sit all day and play video games! Or work on expert-level research.",
tagGroups = {
tagGroups = {
"Block",
"Crafting Table",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,129: Line 11,851:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,136: Line 11,858:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,145: Line 11,867:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,154: Line 11,876:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CorrugatedSteelItem",
type = "ComputerLabItem",
typeID = nil,
typeID = 0,
},
},
["Corrugated Steel Door"] = {
["Construction Post"] = {
untranslated = "Corrugated Steel Door",
untranslated = "Construction Post",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A secure door made of hard corrugated steel.",
description = "For construction contracts.",
tagGroups = {
tagGroups = {},
"Doors",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,183: Line 11,901:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,192: Line 11,910:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,201: Line 11,919:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CorrugatedSteelDoorItem",
type = "ConstructionPostItem",
typeID = nil,
typeID = 0,
},
},
["Corrugated Steel Fence Door"] = {
["Contract Board"] = {
untranslated = "Corrugated Steel Fence Door",
untranslated = "Contract Board",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A corrugated steel door with fence-like viewing slots. ",
description = "A board to post contracts.",
tagGroups = {
tagGroups = {},
"Doors",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,230: Line 11,944:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,239: Line 11,953:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,248: Line 11,962:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CorrugatedSteelFenceDoorItem",
type = "ContractBoardItem",
typeID = nil,
typeID = 0,
},
},
["Cotton Boll"] = {
["Cookeina Mushroom Spores"] = {
untranslated = "Cotton Boll",
untranslated = "Cookeina Mushroom Spores",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A fluffy round boll harvested from a cotton plant.",
description = "Plant to grow cookeina mushrooms.",
tagGroups = {
tagGroups = {
"Item",
"Crop Seed",
"Items",
"Food",
"Products",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,277: Line 11,991:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,295: Line 12,009:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonBollItem",
type = "CookeinaMushroomSporesItem",
typeID = nil,
typeID = 0,
},
},
["Cotton Carpet"] = {
["Cookeina Mushrooms"] = {
untranslated = "Cotton Carpet",
untranslated = "Cookeina Mushrooms",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A woven cotton floor covering attached to a lumber backing.",
description = "Tiny Cup Mushrooms.",
tagGroups = {
tagGroups = {
"Block",
"Food",
"Blocks",
"Fungus",
"Building Materials",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,324: Line 12,038:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,342: Line 12,056:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonCarpetItem",
type = "CookeinaMushroomsItem",
typeID = nil,
typeID = 0,
},
},
["Cotton Curtains"] = {
["Cooking Skill Book"] = {
untranslated = "Cotton Curtains",
untranslated = "Cooking Skill Book",
category = nil,
category = nil,
group = "Blocks",
group = "Skill Books",
description = "Curtains woven using the finest cotton. \\n\\n (Only cosmetic does not impact room value.)",
description = "Cooking Skill Book",
tagGroups = {
tagGroups = {
"Block",
"Skill Books",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "5000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,364: Line 12,076:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,371: Line 12,083:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,389: Line 12,101:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonCurtainsItem",
type = "Cooking Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Cotton Fabric"] = {
["Cooking Skill Scroll"] = {
untranslated = "Cotton Fabric",
untranslated = "Cooking Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "Cotton fabric is valued for its light weight, breathability, and softness.",
description = "Cooking Skill Scroll",
tagGroups = {
tagGroups = {
"Item",
"Skill Scrolls",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,411: Line 12,121:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,418: Line 12,128:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,436: Line 12,146:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonFabricItem",
type = "Cooking Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Cotton Lint"] = {
["Cooking Upgrade"] = {
untranslated = "Cotton Lint",
untranslated = "Cooking Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A bundle of cotton used as stuffing or further tailoring processing.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,458: Line 12,166:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,465: Line 12,173:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,483: Line 12,191:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonLintItem",
type = "CookingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Cotton Seed"] = {
["Copper Bar"] = {
untranslated = "Cotton Seed",
untranslated = "Copper Bar",
category = nil,
category = nil,
group = "Seed",
group = "Blocks",
description = "Plant to grow cotton.",
description = "Refined bar of copper.",
tagGroups = {
tagGroups = {
"Seed",
"Metal",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 12,510: Line 12,218:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,528: Line 12,236:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonSeedItem",
type = "CopperBarItem",
typeID = nil,
typeID = 0,
},
},
["Cotton Streamer Stars"] = {
["Copper Concentrate"] = {
untranslated = "Cotton Streamer Stars",
untranslated = "Copper Concentrate",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "",
description = "Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
tagGroups = {
tagGroups = {
"Decoration",
"Concentrated Ore",
"Housing Objects",
"Excavatable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "500",
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,557: Line 12,264:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,575: Line 12,282:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonStreamerStarsItem",
type = "CopperConcentrateItem",
typeID = nil,
typeID = 0,
},
},
["Cotton Streamer Stripes"] = {
["Copper Frame Landscape"] = {
untranslated = "Cotton Streamer Stripes",
untranslated = "Copper Frame Landscape",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "",
description = "",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,600: Line 12,305:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,622: Line 12,327:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonStreamerStripesItem",
type = "CopperFrameLandscapeItem",
typeID = nil,
typeID = 0,
},
},
["Cotton Thread"] = {
["Copper Frame Wide"] = {
untranslated = "Cotton Thread",
untranslated = "Copper Frame Wide",
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 = "",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "25",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,644: Line 12,347:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,660: Line 12,363:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 12,669: Line 12,372:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CottonThreadItem",
type = "CopperFrameWideItem",
typeID = nil,
typeID = 0,
},
},
Couch = {
["Copper Ore"] = {
untranslated = "Couch",
untranslated = "Copper Ore",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A sweet couch to lounge on. Now with room for your friends!",
description = "Unrefined ore with traces of copper.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Excavatable",
"Living Room",
"Ore",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "2000",
weight = 7500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,698: Line 12,400:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,716: Line 12,418:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CouchItem",
type = "CopperOreItem",
typeID = nil,
typeID = 0,
},
},
["Country Foundation"] = {
["Copper Pipe"] = {
untranslated = "Country Foundation",
untranslated = "Copper Pipe",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "When a town simply cannot contain your ambition.",
description = "A pipe for transporting liquids.",
tagGroups = {
tagGroups = {},
"Government",
maxStack = 20,
"Work Stations",
carried = "Hands",
"World Object",
weight = 2000,
},
maxStack = 0,
carried = "Backpack",
weight = "5000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,745: Line 12,443:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,763: Line 12,461:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CountryFoundationItem",
type = "CopperPipeItem",
typeID = nil,
typeID = 0,
},
},
["Court Chair"] = {
["Copper Plate"] = {
untranslated = "Court Chair",
untranslated = "Copper Plate",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A chair for legal sittings.",
description = "A solid copper plate giving higher grades of protection against erosion and improves conductivity.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,792: Line 12,486:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,810: Line 12,504:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CourtChairItem",
type = "CopperPlateItem",
typeID = nil,
typeID = 0,
},
},
["Court Table"] = {
["Copper Wiring"] = {
untranslated = "Court Table",
untranslated = "Copper Wiring",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A vital part of the courtroom.",
description = "A length of copper conductive wire useful for a variety of purposes.",
tagGroups = {
tagGroups = {},
"Government",
maxStack = 100,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 200,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 12,839: Line 12,529:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,857: Line 12,547:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CourtTableItem",
type = "CopperWiringItem",
typeID = nil,
typeID = 0,
},
},
["Coyote Carcass"] = {
Corn = {
untranslated = "Coyote Carcass",
untranslated = "Corn",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead coyote.",
description = "A warmly colored kernel studded vegetable.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Item",
"Raw Food",
"Natural Resources",
"Vegetable",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,886: Line 12,576:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,904: Line 12,594:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CoyoteCarcassItem",
type = "CornItem",
typeID = nil,
typeID = 0,
},
},
["Crab Carcass"] = {
["Corn Fritters"] = {
untranslated = "Crab Carcass",
untranslated = "Corn Fritters",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A crustacean that loves the ocean, just don't get caught in its pinch!",
description = "These deep fried corn treats are both crispy and delicious.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 12,933: Line 12,621:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,951: Line 12,639:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrabCarcassItem",
type = "CornFrittersItem",
typeID = nil,
typeID = 0,
},
},
["Crab Pot"] = {
["Corn Seed"] = {
untranslated = "Crab Pot",
untranslated = "Corn 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 corn.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crop Seed",
"Specialty",
"Food",
"World Object",
"Seeds",
},
},
maxStack = 0,
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 12,980: Line 12,668:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 12,998: Line 12,686:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrabPotItem",
type = "CornSeedItem",
typeID = nil,
typeID = 0,
},
},
Crane = {
Cornmeal = {
untranslated = "Crane",
untranslated = "Cornmeal",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "Allows the placement and transport of materials in an area.",
description = "Dried and ground corn; it's like a courser flour.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "25000",
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 13,027: Line 12,713:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,045: Line 12,731:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CraneItem",
type = "CornmealItem",
typeID = nil,
typeID = 0,
},
},
["Creosote Bush Seed"] = {
["Corrugated Steel"] = {
untranslated = "Creosote Bush Seed",
untranslated = "Corrugated Steel",
category = nil,
category = nil,
group = "Seed",
group = "Blocks",
description = "Plant to grow creosote bushes.",
description = "Especially useful for industrial buildings.",
tagGroups = {
tagGroups = {
"Seed",
"Constructable",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 13,072: Line 12,758:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,090: Line 12,776:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CreosoteBushSeedItem",
type = "CorrugatedSteelItem",
typeID = nil,
typeID = 0,
},
},
["Creosote Flower"] = {
["Corrugated Steel Door"] = {
untranslated = "Creosote Flower",
untranslated = "Corrugated Steel Door",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Placeholder Description.",
description = "A secure door made of hard corrugated steel.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Produce",
},
maxStack = 0,
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 = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,118: Line 12,801:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,127: Line 12,810:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,136: Line 12,819:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CreosoteFlowerItem",
type = "CorrugatedSteelDoorItem",
typeID = nil,
typeID = 0,
},
},
["Crimini Mushroom Spores"] = {
["Corrugated Steel Fence Door"] = {
untranslated = "Crimini Mushroom Spores",
untranslated = "Corrugated Steel Fence Door",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow crimini mushrooms.",
description = "A corrugated steel door with fence-like viewing slots. ",
tagGroups = {
tagGroups = {},
"Seed",
maxStack = 1,
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 13,163: Line 12,844:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,172: Line 12,853:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,181: Line 12,862:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CriminiMushroomSporesItem",
type = "CorrugatedSteelFenceDoorItem",
typeID = nil,
typeID = 0,
},
},
["Crimini Mushrooms"] = {
["Cotton Boll"] = {
untranslated = "Crimini Mushrooms",
untranslated = "Cotton Boll",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Edible mushrooms that are quite tasty.",
description = "A fluffy round boll harvested from a cotton plant.",
tagGroups = {
tagGroups = {
"Food",
"Crop",
"Produce",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 50,
calories = "200",
calories = nil,
carbs = "2",
carbs = nil,
protein = "4",
protein = nil,
fat = "1",
fat = nil,
vitamins = "1",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,209: Line 12,889:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,227: Line 12,907:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CriminiMushroomsItem",
type = "CottonBollItem",
typeID = nil,
typeID = 0,
},
},
["Crimson Salad"] = {
["Cotton Carpet"] = {
untranslated = "Crimson Salad",
untranslated = "Cotton Carpet",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Just in case you want to eat red things without eating meat.",
description = "A woven cotton floor covering attached to a lumber backing.",
tagGroups = {
tagGroups = {
"Cooking",
"Constructable",
"Food",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "400",
weight = 10000,
calories = "1200",
calories = nil,
carbs = "13",
carbs = nil,
protein = "7",
protein = nil,
fat = "8",
fat = nil,
vitamins = "28",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,255: Line 12,934:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,273: Line 12,952:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrimsonSaladItem",
type = "CottonCarpetItem",
typeID = nil,
typeID = 0,
},
},
["Crispy Bacon"] = {
["Cotton Curtains"] = {
untranslated = "Crispy Bacon",
untranslated = "Cotton Curtains",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Give me all the bacon and eggs you have.",
description = "Curtains woven using the finest cotton. \\n\\n (Only cosmetic does not impact room value.)",
tagGroups = {
tagGroups = {
"Cooking",
"Constructable",
"Food",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "400",
weight = 5000,
calories = "800",
calories = nil,
carbs = "0",
carbs = nil,
protein = "18",
protein = nil,
fat = "26",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,301: Line 12,979:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,319: Line 12,997:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrispyBaconItem",
type = "CottonCurtainsItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Basalt"] = {
["Cotton Fabric"] = {
untranslated = "Crushed Basalt",
untranslated = "Cotton Fabric",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Basalt rocks that have been crushed into a fine gravel.",
description = "Cotton fabric is valued for its light weight, breathability, and softness.",
tagGroups = {
tagGroups = {
"Block",
"Fabric",
"Blocks",
"Processed Rock",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "30000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,341: Line 13,017:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,348: Line 13,024:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,366: Line 13,042:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedBasaltItem",
type = "CottonFabricItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Coal"] = {
["Cotton Lint"] = {
untranslated = "Crushed Coal",
untranslated = "Cotton Lint",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Coal that have been crushed into a usable size.",
description = "A bundle of cotton used as stuffing or further tailoring processing.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 100,
"Blocks",
carried = "Backpack",
"Processed Rock",
weight = 100,
},
maxStack = 0,
carried = "Hands",
weight = "22000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,388: Line 13,060:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "80000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,395: Line 13,067:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,413: Line 13,085:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedCoalItem",
type = "CottonLintItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Copper Ore"] = {
["Cotton Seed"] = {
untranslated = "Crushed Copper Ore",
untranslated = "Cotton Seed",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Crushed copper ore that is ready to be concentrated.",
description = "Plant to grow cotton.",
tagGroups = {
tagGroups = {
"Block",
"Food",
"Blocks",
"Seeds",
"Processed Rock",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,442: Line 13,113:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,460: Line 13,131:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedCopperOreItem",
type = "CottonSeedItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Gneiss"] = {
["Cotton Streamer Stars"] = {
untranslated = "Crushed Gneiss",
untranslated = "Cotton Streamer Stars",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Gneiss rocks that have been crushed into a fine gravel.",
description = "",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Processed Rock",
weight = 500,
},
maxStack = 0,
carried = "Hands",
weight = "28000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,482: Line 13,149:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,489: Line 13,156:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,498: Line 13,165:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,507: Line 13,174:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedGneissItem",
type = "CottonStreamerStarsItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Gold Ore"] = {
["Cotton Streamer Stripes"] = {
untranslated = "Crushed Gold Ore",
untranslated = "Cotton Streamer Stripes",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Crushed gold ore that is ready to be concentrated.",
description = "",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Processed Rock",
weight = 500,
},
maxStack = 0,
carried = "Hands",
weight = "28000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,529: Line 13,192:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,536: Line 13,199:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,545: Line 13,208:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,554: Line 13,217:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedGoldOreItem",
type = "CottonStreamerStripesItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Granite"] = {
["Cotton Thread"] = {
untranslated = "Crushed Granite",
untranslated = "Cotton Thread",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Granite rocks that have been crushed into a fine gravel.",
description = "Cotton fiber that has been processed at a cotton gin and is ready to be used for textiles.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 100,
"Blocks",
carried = "Backpack",
"Processed Rock",
weight = 25,
},
maxStack = 0,
carried = "Hands",
weight = "26000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,576: Line 13,235:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,583: Line 13,242:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,601: Line 13,260:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedGraniteItem",
type = "CottonThreadItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Iron Ore"] = {
Couch = {
untranslated = "Crushed Iron Ore",
untranslated = "Couch",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Crushed iron ore that is ready to be concentrated.",
description = "A sweet couch to lounge on. Now with room for your friends!",
tagGroups = {
tagGroups = {
"Block",
"Housing",
"Blocks",
"Processed Rock",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "30000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,623: Line 13,280:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,639: Line 13,296:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,648: Line 13,305:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedIronOreItem",
type = "CouchItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Limestone"] = {
["Country Foundation"] = {
untranslated = "Crushed Limestone",
untranslated = "Country Foundation",
category = nil,
category = nil,
group = "Blocks",
group = "Work Stations",
description = "Limestone rocks that have been crushed into a fine gravel.",
description = "When a town simply cannot contain your ambition.",
tagGroups = {
tagGroups = {
"Block",
"Government",
"Blocks",
"Housing",
"Processed Rock",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "26000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,670: Line 13,326:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,686: Line 13,342:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,695: Line 13,351:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedLimestoneItem",
type = "CountryFoundationItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Mixed Rock"] = {
["Court Chair"] = {
untranslated = "Crushed Mixed Rock",
untranslated = "Court Chair",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "A mixture of rocks that can be used in a variety of recipes or simply as landfill.",
description = "A chair for legal sittings.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Processed Rock",
weight = 1000,
},
maxStack = 0,
carried = "Hands",
weight = "26000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,717: Line 13,369:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,724: Line 13,376:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,742: Line 13,394:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedMixedRockItem",
type = "CourtChairItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Oil Shale"] = {
["Court Table"] = {
untranslated = "Crushed Oil Shale",
untranslated = "Court Table",
category = nil,
category = nil,
group = "Block",
group = "Work Stations",
description = "",
description = "A vital part of the courtroom.",
tagGroups = {
tagGroups = {
"Block",
"Government",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "20000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,762: Line 13,414:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,769: Line 13,421:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,787: Line 13,439:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedOilShaleItem",
type = "CourtTableItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Sandstone"] = {
["Coyote Carcass"] = {
untranslated = "Crushed Sandstone",
untranslated = "Coyote Carcass",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "Sandstone rocks that have been crushed into a fine gravel.",
description = "A dead coyote.",
tagGroups = {
tagGroups = {
"Block",
"Small Carcass",
"Blocks",
"Processed Rock",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "24000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,809: Line 13,459:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,816: Line 13,466:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,834: Line 13,484:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedSandstoneItem",
type = "CoyoteCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Shale"] = {
["Crab Carcass"] = {
untranslated = "Crushed Shale",
untranslated = "Crab Carcass",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "Shale rocks that have been crushed into a fine gravel.",
description = "A crustacean that loves the ocean, just don't get caught in its pinch!",
tagGroups = {
tagGroups = {
"Block",
"Small Fish",
"Blocks",
"Processed Rock",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "24000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,856: Line 13,504:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,863: Line 13,511:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,881: Line 13,529:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedShaleItem",
type = "CrabCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Crushed Slag"] = {
["Crab Pot"] = {
untranslated = "Crushed Slag",
untranslated = "Crab Pot",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "Slag that has been crushed into a fine gravel.",
description = "A contraption to catch unsuspecting crabs in search of prey.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Processed Rock",
weight = 500,
},
maxStack = 0,
carried = "Hands",
weight = "24000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,903: Line 13,547:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,910: Line 13,554:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,928: Line 13,572:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CrushedSlagItem",
type = "CrabPotItem",
typeID = nil,
typeID = 0,
},
},
["Culinary Research Paper Advanced"] = {
Crane = {
untranslated = "Culinary Research Paper Advanced",
untranslated = "Crane",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Allows the placement and transport of materials in an area.",
tagGroups = {
tagGroups = {
"Item",
"Vehicles",
"Items",
"Research Papers",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 13,950: Line 13,592:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 13,957: Line 13,599:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 13,966: Line 13,608:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 13,975: Line 13,617:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CulinaryResearchPaperAdvancedItem",
type = "CraneItem",
typeID = nil,
typeID = 0,
},
},
["Culinary Research Paper Basic"] = {
["Creosote Bush Seed"] = {
untranslated = "Culinary Research Paper Basic",
untranslated = "Creosote Bush Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "Plant to grow creosote bushes.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Seeds",
"Research Papers",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,004: Line 13,645:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,022: Line 13,663:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CulinaryResearchPaperBasicItem",
type = "CreosoteBushSeedItem",
typeID = nil,
typeID = 0,
},
},
["Culinary Research Paper Modern"] = {
["Creosote Flower"] = {
untranslated = "Culinary Research Paper Modern",
untranslated = "Creosote Flower",
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 = "Placeholder Description.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Petals",
"Research Papers",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,051: Line 13,691:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,069: Line 13,709:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CulinaryResearchPaperModernItem",
type = "CreosoteFlowerItem",
typeID = nil,
typeID = 0,
},
},
Culture = {
["Crimini Mushroom Spores"] = {
untranslated = "Culture",
untranslated = "Crimini Mushroom Spores",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "QA Test Object adding Culture value.",
description = "Plant to grow crimini mushrooms.",
tagGroups = {
tagGroups = {
"World Object",
"Crop Seed",
"Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,096: Line 13,738:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,114: Line 13,756:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CultureItem",
type = "CriminiMushroomSporesItem",
typeID = nil,
typeID = 0,
},
},
Curly = {
["Crimini Mushrooms"] = {
untranslated = "Curly",
untranslated = "Crimini Mushrooms",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "",
description = "Edible mushrooms that are quite tasty.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
"Fungus",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 75,
calories = nil,
calories = 200,
carbs = nil,
carbs = 2,
protein = nil,
protein = 4,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 1,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,141: Line 13,785:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,159: Line 13,803:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CurlyItem",
type = "CriminiMushroomsItem",
typeID = nil,
typeID = 0,
},
},
["Currency Exchange"] = {
["Crimson Salad"] = {
untranslated = "Currency Exchange",
untranslated = "Crimson Salad",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Allows players to exchange currency.",
description = "Just in case you want to eat red things without eating meat.",
tagGroups = {
tagGroups = {
"Economic",
"Food",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 400,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 13,
protein = nil,
protein = 7,
fat = nil,
fat = 8,
vitamins = nil,
vitamins = 28,
density = nil,
density = 4.666666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,188: Line 13,830:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,206: Line 13,848:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CurrencyExchangeItem",
type = "CrimsonSaladItem",
typeID = nil,
typeID = 0,
},
},
["Cutting Edge Cooking Upgrade"] = {
["Crispy Bacon"] = {
untranslated = "Cutting Edge Cooking Upgrade",
untranslated = "Crispy Bacon",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.",
description = "Give me all the bacon and eggs you have.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Food",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 400,
calories = nil,
calories = 800,
carbs = nil,
carbs = 0,
protein = nil,
protein = 18,
fat = nil,
fat = 26,
vitamins = nil,
vitamins = 0,
density = nil,
density = 5.5,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 14,235: Line 13,875:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,253: Line 13,893:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "CuttingEdgeCookingUpgradeItem",
type = "CrispyBaconItem",
typeID = nil,
typeID = 0,
},
},
["Decorative Anchor"] = {
["Crushed Basalt"] = {
untranslated = "Decorative Anchor",
untranslated = "Crushed Basalt",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "The ship this anchor belonged to no longer needed it.",
description = "Basalt rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Decoration",
"Crushed Rock",
"Housing Objects",
"Excavatable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,282: Line 13,921:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,300: Line 13,939:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeAnchorItem",
type = "CrushedBasaltItem",
typeID = nil,
typeID = 0,
},
},
["Decorative Glass Buoy Blue"] = {
["Crushed Coal"] = {
untranslated = "Decorative Glass Buoy Blue",
untranslated = "Crushed Coal",
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 = "Coal that have been crushed into a usable size.",
tagGroups = {
tagGroups = {
"Decoration",
"Burnable Fuel",
"Housing Objects",
"Coal",
"World Object",
"Excavatable",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "250",
weight = 22000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,322: Line 13,961:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 80000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,329: Line 13,968:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,347: Line 13,986:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeGlassBuoyBlueItem",
type = "CrushedCoalItem",
typeID = nil,
typeID = 0,
},
},
["Decorative Glass Buoy Red"] = {
["Crushed Copper Ore"] = {
untranslated = "Decorative Glass Buoy Red",
untranslated = "Crushed Copper Ore",
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 = "Crushed copper ore that is ready to be concentrated.",
tagGroups = {
tagGroups = {
"Decoration",
"Excavatable",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "250",
weight = 28000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,376: Line 14,013:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,394: Line 14,031:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeGlassBuoyRedItem",
type = "CrushedCopperOreItem",
typeID = nil,
typeID = 0,
},
},
["Decorative Hanging Buoy"] = {
["Crushed Gneiss"] = {
untranslated = "Decorative Hanging Buoy",
untranslated = "Crushed Gneiss",
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 = "Gneiss rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Decoration",
"Crushed Rock",
"Housing Objects",
"Excavatable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "250",
weight = 28000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,423: Line 14,059:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,441: Line 14,077:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeHangingBuoyItem",
type = "CrushedGneissItem",
typeID = nil,
typeID = 0,
},
},
["Decorative Life Preserver"] = {
["Crushed Gold Ore"] = {
untranslated = "Decorative Life Preserver",
untranslated = "Crushed Gold Ore",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "It has retired from its previously life-critical role, but great for nautical decor.",
description = "Crushed gold ore that is ready to be concentrated.",
tagGroups = {
tagGroups = {
"Decoration",
"Excavatable",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "500",
weight = 28000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,470: Line 14,104:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,488: Line 14,122:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeLifePreserverItem",
type = "CrushedGoldOreItem",
typeID = nil,
typeID = 0,
},
},
["Decorative Ship Wheel"] = {
["Crushed Granite"] = {
untranslated = "Decorative Ship Wheel",
untranslated = "Crushed Granite",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "Somewhere a ship is no longer going straight.",
description = "Granite rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Decoration",
"Crushed Rock",
"Housing Objects",
"Excavatable",
"World Object",
"Silica",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,517: Line 14,151:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,535: Line 14,169:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DecorativeShipWheelItem",
type = "CrushedGraniteItem",
typeID = nil,
typeID = 0,
},
},
["Deer Carcass"] = {
["Crushed Iron Ore"] = {
untranslated = "Deer Carcass",
untranslated = "Crushed Iron Ore",
category = nil,
category = nil,
group = "Natural Resources",
group = "Blocks",
description = "A dead deer.",
description = "Crushed iron ore that is ready to be concentrated.",
tagGroups = {
tagGroups = {
"Animal",
"Excavatable",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "3000",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,557: Line 14,189:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,564: Line 14,196:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,582: Line 14,214:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DeerCarcassItem",
type = "CrushedIronOreItem",
typeID = nil,
typeID = 0,
},
},
["Dendrology Research Paper Advanced"] = {
["Crushed Limestone"] = {
untranslated = "Dendrology Research Paper Advanced",
untranslated = "Crushed Limestone",
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 = "Limestone rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Item",
"Crushed Rock",
"Items",
"Excavatable",
"Research Papers",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "10",
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,604: Line 14,235:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,611: Line 14,242:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,629: Line 14,260:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DendrologyResearchPaperAdvancedItem",
type = "CrushedLimestoneItem",
typeID = nil,
typeID = 0,
},
},
["Dendrology Research Paper Basic"] = {
["Crushed Mixed Rock"] = {
untranslated = "Dendrology Research Paper Basic",
untranslated = "Crushed Mixed Rock",
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 = "A mixture of rocks that can be used in a variety of recipes or simply as landfill.",
tagGroups = {
tagGroups = {
"Item",
"Crushed Rock",
"Items",
"Excavatable",
"Research Papers",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "10",
weight = 26000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,651: Line 14,281:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,658: Line 14,288:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,676: Line 14,306:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DendrologyResearchPaperBasicItem",
type = "CrushedMixedRockItem",
typeID = nil,
typeID = 0,
},
},
["Dendrology Research Paper Modern"] = {
["Crushed Oil Shale"] = {
untranslated = "Dendrology Research Paper Modern",
untranslated = "Crushed Oil Shale",
category = nil,
category = nil,
group = "Items",
group = "Block",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 20,
"Items",
carried = "Hands",
"Research Papers",
weight = 20000,
},
maxStack = 0,
carried = "Backpack",
weight = "10",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,698: Line 14,324:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,705: Line 14,331:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,723: Line 14,349:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DendrologyResearchPaperModernItem",
type = "CrushedOilShaleItem",
typeID = nil,
typeID = 0,
},
},
["Derpy Hat"] = {
["Crushed Sandstone"] = {
untranslated = "Derpy Hat",
untranslated = "Crushed Sandstone",
category = nil,
category = nil,
group = "Clothing",
group = "Blocks",
description = "Dorky sombrero that doesn't fit anyone. You feel embarrassed to wear it.",
description = "Sandstone rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Clothing",
"Crushed Rock",
"Excavatable",
"Silica",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "100",
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,750: Line 14,378:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,768: Line 14,396:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DerpyHatItem",
type = "CrushedSandstoneItem",
typeID = nil,
typeID = 0,
},
},
["Dirt Ramp"] = {
["Crushed Shale"] = {
untranslated = "Dirt Ramp",
untranslated = "Crushed Shale",
category = nil,
category = nil,
group = "Blocks",
group = "Blocks",
description = "A dusty ramp formed from tamped earth. It's servicable for any wheeled vehicle.",
description = "Shale rocks that have been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Block",
"Crushed Rock",
"Blocks",
"Excavatable",
"Roads",
},
},
maxStack = 0,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = "30000",
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,790: Line 14,417:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,797: Line 14,424:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,815: Line 14,442:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DirtRampItem",
type = "CrushedShaleItem",
typeID = nil,
typeID = 0,
},
},
["Distribution Station"] = {
["Crushed Slag"] = {
untranslated = "Distribution Station",
untranslated = "Crushed Slag",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A stockpile for distributing items to new players. Allows you to choose a specific set of items which each new player will be able to take.",
description = "Slag that has been crushed into a fine gravel.",
tagGroups = {
tagGroups = {
"Community",
"Crushed Rock",
"Crafted Objects",
"Excavatable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "2000",
weight = 24000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,844: Line 14,470:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,862: Line 14,488:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DistributionStationItem",
type = "CrushedSlagItem",
typeID = nil,
typeID = 0,
},
},
["Dried Fish"] = {
["Culinary Research Paper Advanced"] = {
untranslated = "Dried Fish",
untranslated = "Culinary Research Paper Advanced",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Leaving it outdoors somehow made it more digestible.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Food",
"Advanced Research",
"Preserved Food",
"Research",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 10,
calories = "450",
calories = nil,
carbs = "1",
carbs = nil,
protein = "16",
protein = nil,
fat = "2",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,890: Line 14,516:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,908: Line 14,534:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DriedFishItem",
type = "CulinaryResearchPaperAdvancedItem",
typeID = nil,
typeID = 0,
},
},
["Dried Meat"] = {
["Culinary Research Paper Basic"] = {
untranslated = "Dried Meat",
untranslated = "Culinary Research Paper Basic",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Leaving it outdoors somehow made it more digestible.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Food",
"Basic Research",
"Preserved Food",
"Research",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 10,
calories = "550",
calories = nil,
carbs = "1",
carbs = nil,
protein = "14",
protein = nil,
fat = "4",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 14,936: Line 14,562:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,954: Line 14,580:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DriedMeatItem",
type = "CulinaryResearchPaperBasicItem",
typeID = nil,
typeID = 0,
},
},
["Dumpster Compost"] = {
["Culinary Research Paper Modern"] = {
untranslated = "Dumpster Compost",
untranslated = "Culinary Research Paper Modern",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"World Object",
"Modern Research",
"Research",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 14,981: Line 14,608:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 14,999: Line 14,626:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DumpsterCompostItem",
type = "CulinaryResearchPaperModernItem",
typeID = nil,
typeID = 0,
},
},
["Dumpster Garbage"] = {
["Currency Exchange"] = {
untranslated = "Dumpster Garbage",
untranslated = "Currency Exchange",
category = nil,
category = nil,
group = "World Object",
group = "Work Stations",
description = "",
description = "Allows players to exchange currency.",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,026: Line 14,651:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,035: Line 14,660:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,044: Line 14,669:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DumpsterGarbageItem",
type = "CurrencyExchangeItem",
typeID = nil,
typeID = 0,
},
},
["Dumpster Recycle"] = {
["Cutting Edge Cooking Skill Book"] = {
untranslated = "Dumpster Recycle",
untranslated = "Cutting Edge Cooking Skill Book",
category = nil,
category = nil,
group = "World Object",
group = "Skill Books",
description = "",
description = "Cutting Edge Cooking Skill Book",
tagGroups = {
tagGroups = {
"World Object",
"Skill Books",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,071: Line 14,696:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,089: Line 14,714:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DumpsterRecycleItem",
type = "Cutting Edge Cooking Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Dwarf Willow Seed"] = {
["Cutting Edge Cooking Skill Scroll"] = {
untranslated = "Dwarf Willow Seed",
untranslated = "Cutting Edge Cooking Skill Scroll",
category = nil,
category = nil,
group = "Seed",
group = "Skill Scrolls",
description = "Plant to grow dwarf willow.",
description = "Cutting Edge Cooking Skill Scroll",
tagGroups = {
tagGroups = {
"Seed",
"Skill Scrolls",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 15,116: Line 14,741:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,134: Line 14,759:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "DwarfWillowSeedItem",
type = "Cutting Edge Cooking Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
Easel = {
["Cutting Edge Cooking Upgrade"] = {
untranslated = "Easel",
untranslated = "Cutting Edge Cooking Upgrade",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Upgrade Modules",
description = "An interactive stand allowing paintings to be created using art supplies.",
description = "Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Upgrade",
"Specialty",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,163: Line 14,786:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,181: Line 14,804:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EaselItem",
type = "CuttingEdgeCookingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Ecko Statue"] = {
["Decorative Anchor"] = {
untranslated = "Ecko Statue",
untranslated = "Decorative Anchor",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "A statue of a dolphin. What could it mean?",
description = "The ship this anchor belonged to no longer needed it.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,204: Line 14,827:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,217: Line 14,840:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,226: Line 14,849:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EckoStatueItem",
type = "DecorativeAnchorItem",
typeID = nil,
typeID = 0,
},
},
["Ecko The Dolphin"] = {
["Decorative Glass Buoy Blue"] = {
untranslated = "Ecko The Dolphin",
untranslated = "Decorative Glass Buoy Blue",
category = nil,
category = nil,
group = "Item",
group = "Housing Objects",
description = "Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "0",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,246: Line 14,869:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,262: Line 14,885:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,271: Line 14,894:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EckoTheDolphinItem",
type = "DecorativeGlassBuoyBlueItem",
typeID = nil,
typeID = 0,
},
},
Ecoylent = {
["Decorative Glass Buoy Red"] = {
untranslated = "Ecoylent",
untranslated = "Decorative Glass Buoy Red",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A complete meal replacement solution.",
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 = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "0",
weight = 250,
calories = "1500",
calories = nil,
carbs = "500",
carbs = nil,
protein = "500",
protein = nil,
fat = "500",
fat = nil,
vitamins = "500",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,307: Line 14,930:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,316: Line 14,939:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EcoylentItem",
type = "DecorativeGlassBuoyRedItem",
typeID = nil,
typeID = 0,
},
},
["Electric Lathe"] = {
["Decorative Hanging Buoy"] = {
untranslated = "Electric Lathe",
untranslated = "Decorative Hanging Buoy",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "An electric powered machine that has a spinning blade to craft a variety of metal products.",
description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,341: Line 14,962:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,354: Line 14,975:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,363: Line 14,984:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricLatheItem",
type = "DecorativeHangingBuoyItem",
typeID = nil,
typeID = 0,
},
},
["Electric Machinist Table"] = {
["Decorative Life Preserver"] = {
untranslated = "Electric Machinist Table",
untranslated = "Decorative Life Preserver",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A fancy toolbench that creates equally fancy toys.",
description = "It has retired from its previously life-critical role, but great for nautical decor.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,388: Line 15,007:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,410: Line 15,029:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricMachinistTableItem",
type = "DecorativeLifePreserverItem",
typeID = nil,
typeID = 0,
},
},
["Electric Motor"] = {
["Decorative Ship Wheel"] = {
untranslated = "Electric Motor",
untranslated = "Decorative Ship Wheel",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A motor.",
description = "Somewhere a ship is no longer going straight.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,432: Line 15,049:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,448: Line 15,065:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,457: Line 15,074:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricMotorItem",
type = "DecorativeShipWheelItem",
typeID = nil,
typeID = 0,
},
},
["Electric Planer"] = {
["Deer Carcass"] = {
untranslated = "Electric Planer",
untranslated = "Deer Carcass",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "A sander and a jointer rolled into one.",
description = "A dead deer.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Medium Carcass",
"Work Stations",
"Medium Leather Carcass",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,486: Line 15,102:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,504: Line 15,120:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricPlanerItem",
type = "DeerCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Electric Stamping Press"] = {
["Dendrology Research Paper Advanced"] = {
untranslated = "Electric Stamping Press",
untranslated = "Dendrology Research Paper Advanced",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A tool for shaping or cutting metal by deforming it with a die.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Advanced Research",
"Work Stations",
"Research",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,533: Line 15,148:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,551: Line 15,166:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricStampingPressItem",
type = "DendrologyResearchPaperAdvancedItem",
typeID = nil,
typeID = 0,
},
},
["Electric Wall Lamp"] = {
["Dendrology Research Paper Basic"] = {
untranslated = "Electric Wall Lamp",
untranslated = "Dendrology Research Paper Basic",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A wall mounted lamp that requires electricity to turn on.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Basic Research",
"Lighting",
"Research",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,580: Line 15,194:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,598: Line 15,212:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricWallLampItem",
type = "DendrologyResearchPaperBasicItem",
typeID = nil,
typeID = 0,
},
},
["Electric Water Pump"] = {
["Dendrology Research Paper Modern"] = {
untranslated = "Electric Water Pump",
untranslated = "Dendrology Research Paper Modern",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Pumps water from a source into a pipe network.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Modern Research",
"Specialty",
"Research",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,627: Line 15,240:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,645: Line 15,258:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectricWaterPumpItem",
type = "DendrologyResearchPaperModernItem",
typeID = nil,
typeID = 0,
},
},
["Electronics Assembly"] = {
["Derpy Hat"] = {
untranslated = "Electronics Assembly",
untranslated = "Derpy Hat",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A set of machinery to create electronics.",
description = "Dorky sombrero that doesn't fit anyone. You feel embarrassed to wear it.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,674: Line 15,285:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,692: Line 15,303:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectronicsAssemblyItem",
type = "DerpyHatItem",
typeID = nil,
typeID = 0,
},
},
["Electronics Upgrade"] = {
["Dirt Ramp"] = {
untranslated = "Electronics Upgrade",
untranslated = "Dirt Ramp",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Blocks",
description = "Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.",
description = "A dusty ramp formed from tamped earth. It's servicable for any wheeled vehicle.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Constructable",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,721: Line 15,330:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,730: Line 15,339:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,739: Line 15,348:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElectronicsUpgradeItem",
type = "DirtRampItem",
typeID = nil,
typeID = 0,
},
},
["Elevator Call Post"] = {
["Distribution Station"] = {
untranslated = "Elevator Call Post",
untranslated = "Distribution Station",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "Used to call a nearby elevator.",
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 = {},
"Crafted Objects",
maxStack = 1,
"Specialty",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 15,768: Line 15,373:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,777: Line 15,382:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "7x7x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,786: Line 15,391:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElevatorCallPostItem",
type = "DistributionStationItem",
typeID = nil,
typeID = 0,
},
},
["Elk Carcass"] = {
["Dried Fish"] = {
untranslated = "Elk Carcass",
untranslated = "Dried Fish",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead elk.",
description = "Leaving it outdoors somehow made it more digestible.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "3000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 15,815: Line 15,418:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,833: Line 15,436:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkCarcassItem",
type = "DriedFishItem",
typeID = nil,
typeID = 0,
},
},
["Elk Mount"] = {
["Dried Meat"] = {
untranslated = "Elk Mount",
untranslated = "Dried Meat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A hunting trophy for your house.",
description = "Leaving it outdoors somehow made it more digestible.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Living Room",
"World Object",
},
},
maxStack = 0,
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,862: Line 15,463:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,880: Line 15,481:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkMountItem",
type = "DriedMeatItem",
typeID = nil,
typeID = 0,
},
},
["Elk Skypiercer"] = {
["Dwarf Willow Seed"] = {
untranslated = "Elk Skypiercer",
untranslated = "Dwarf Willow Seed",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "You can hear the faint cries of Ecko when this mythical elk antler is held aloft.",
description = "Plant to grow dwarf willow.",
tagGroups = {
tagGroups = {
"World Object",
"Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 15,907: Line 15,509:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,925: Line 15,527:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkSkypiercerItem",
type = "DwarfWillowSeedItem",
typeID = nil,
typeID = 0,
},
},
["Elk Taco"] = {
Easel = {
untranslated = "Elk Taco",
untranslated = "Easel",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "A tasty treat made from corn tortillas and meat.",
description = "An interactive stand allowing paintings to be created using art supplies.",
tagGroups = {
tagGroups = {},
"Cooking",
maxStack = 1,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 2000,
calories = "700",
calories = nil,
carbs = "15",
carbs = nil,
protein = "8",
protein = nil,
fat = "22",
fat = nil,
vitamins = "6",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 15,953: Line 15,552:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 15,962: Line 15,561:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 15,971: Line 15,570:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkTacoItem",
type = "EaselItem",
typeID = nil,
typeID = 0,
},
},
["Elk Wellington"] = {
["Ecko The Dolphin"] = {
untranslated = "Elk Wellington",
untranslated = "Ecko The Dolphin",
category = nil,
category = nil,
group = "Food",
group = "Item",
description = "A prime cut of meat surrounded by pastry.",
description = "Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.",
tagGroups = {
tagGroups = {},
"Baking",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 0,
calories = "1450",
calories = nil,
carbs = "10",
carbs = nil,
protein = "26",
protein = nil,
fat = "22",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 15,999: Line 15,595:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,017: Line 15,613:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ElkWellingtonItem",
type = "EckoTheDolphinItem",
typeID = nil,
typeID = 0,
},
},
["Embassy Desk"] = {
["Electric Lathe"] = {
untranslated = "Embassy Desk",
untranslated = "Electric Lathe",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)",
description = "An electric powered machine that has a spinning blade to craft a variety of metal products.",
tagGroups = {
tagGroups = {
"Government",
"Crafting Table",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,043: Line 15,637:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,055: Line 15,649:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x7x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,064: Line 15,658:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EmbassyDeskItem",
type = "ElectricLatheItem",
typeID = nil,
typeID = 0,
},
},
["Engineering Research Paper Advanced"] = {
["Electric Machinist Table"] = {
untranslated = "Engineering Research Paper Advanced",
untranslated = "Electric Machinist 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 fancy toolbench that creates equally fancy toys.",
tagGroups = {
tagGroups = {
"Item",
"Crafting Table",
"Items",
"Research Papers",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,086: Line 15,678:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,102: Line 15,694:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,111: Line 15,703:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EngineeringResearchPaperAdvancedItem",
type = "ElectricMachinistTableItem",
typeID = nil,
typeID = 0,
},
},
["Engineering Research Paper Modern"] = {
["Electric Motor"] = {
untranslated = "Engineering Research Paper Modern",
untranslated = "Electric Motor",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A motor.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Research Papers",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,133: Line 15,721:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 16,140: Line 15,728:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,158: Line 15,746:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EngineeringResearchPaperModernItem",
type = "ElectricMotorItem",
typeID = nil,
typeID = 0,
},
},
Epoxy = {
["Electric Planer"] = {
untranslated = "Epoxy",
untranslated = "Electric Planer",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A useful material for hardening, curing, and other various uses.",
description = "A sander and a jointer rolled into one.",
tagGroups = {
tagGroups = {
"Item",
"Crafting Table",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,180: Line 15,766:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,196: Line 15,782:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x6x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,205: Line 15,791:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EpoxyItem",
type = "ElectricPlanerItem",
typeID = nil,
typeID = 0,
},
},
Ethanol = {
["Electric Stamping Press"] = {
untranslated = "Ethanol",
untranslated = "Electric Stamping Press",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A material used to make biodiesel. Not suitable for food.",
description = "A tool for shaping or cutting metal by deforming it with a die.",
tagGroups = {
tagGroups = {
"Item",
"Crafting Table",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,227: Line 15,811:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,243: Line 15,827:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,252: Line 15,836:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "EthanolItem",
type = "ElectricStampingPressItem",
typeID = nil,
typeID = 0,
},
},
Excavator = {
["Electric Wall Lamp"] = {
untranslated = "Excavator",
untranslated = "Electric Wall Lamp",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "Like a Skid Steer but more versatile. Great for high slope excavation.",
description = "A wall mounted lamp that requires electricity to turn on.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "30000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,277: Line 15,859:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,290: Line 15,872:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,299: Line 15,881:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExcavatorItem",
type = "ElectricWallLampItem",
typeID = nil,
typeID = 0,
},
},
["Executive Office"] = {
["Electric Water Pump"] = {
untranslated = "Executive Office",
untranslated = "Electric Water Pump",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Elected officials can perform one-time executive actions here.",
description = "Pumps water from a source into a pipe network.",
tagGroups = {
tagGroups = {},
"Government",
maxStack = 1,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,328: Line 15,906:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,337: Line 15,915:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,346: Line 15,924:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExecutiveOfficeItem",
type = "ElectricWaterPumpItem",
typeID = nil,
typeID = 0,
},
},
["Explorer Boots"] = {
["Electronics Assembly"] = {
untranslated = "Explorer Boots",
untranslated = "Electronics Assembly",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
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 set of machinery to create electronics.",
tagGroups = {
tagGroups = {
"Clothing",
"Crafting Table",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,370: Line 15,948:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,382: Line 15,960:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,391: Line 15,969:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerBootsItem",
type = "ElectronicsAssemblyItem",
typeID = nil,
typeID = 0,
},
},
["Explorer Gloves"] = {
["Electronics Skill Book"] = {
untranslated = "Explorer Gloves",
untranslated = "Electronics Skill Book",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Books",
description = "Sturdy gloves comfortably lined with cotton for extra insulation against the elements.",
description = "Electronics Skill Book",
tagGroups = {
tagGroups = {
"Clothing",
"Skill Books",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,418: Line 15,996:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,436: Line 16,014:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerGlovesItem",
type = "Electronics Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Explorer Hat"] = {
["Electronics Skill Scroll"] = {
untranslated = "Explorer Hat",
untranslated = "Electronics Skill Scroll",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Scrolls",
description = "A classic adventuring hat protecting you from the unknown.",
description = "Electronics Skill Scroll",
tagGroups = {
tagGroups = {
"Clothing",
"Skill Scrolls",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,463: Line 16,041:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,481: Line 16,059:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerHatItem",
type = "Electronics Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Explorer Pants"] = {
["Electronics Upgrade"] = {
untranslated = "Explorer Pants",
untranslated = "Electronics Upgrade",
category = nil,
category = nil,
group = "Clothing",
group = "Upgrade Modules",
description = "Reinforced pants for exploring but still be fashionable.",
description = "Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.",
tagGroups = {
tagGroups = {
"Clothing",
"Upgrade",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,508: Line 16,086:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,526: Line 16,104:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerPantsItem",
type = "ElectronicsUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Explorer Shirt"] = {
["Elevator Call Post"] = {
untranslated = "Explorer Shirt",
untranslated = "Elevator Call Post",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "A simple white shirt with a tie and a colorable vest.",
description = "Used to call a nearby elevator.",
tagGroups = {
tagGroups = {},
"Clothing",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,553: Line 16,129:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,562: Line 16,138:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,571: Line 16,147:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ExplorerShirtItem",
type = "ElevatorCallPostItem",
typeID = nil,
typeID = 0,
},
},
["Fantastic Forest Pizza"] = {
["Elk Carcass"] = {
untranslated = "Fantastic Forest Pizza",
untranslated = "Elk Carcass",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "Leaves you full and lively.",
description = "A dead elk.",
tagGroups = {
tagGroups = {
"Baking",
"Medium Carcass",
"Food",
"Medium Leather Carcass",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 3000,
calories = "1250",
calories = nil,
carbs = "23",
carbs = nil,
protein = "4",
protein = nil,
fat = "10",
fat = nil,
vitamins = "17",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 16,599: Line 16,175:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,617: Line 16,193:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FantasticForestPizzaItem",
type = "ElkCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Farmer Boots"] = {
["Elk Mount"] = {
untranslated = "Farmer Boots",
untranslated = "Elk Mount",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
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 hunting trophy for your house.",
tagGroups = {
tagGroups = {
"Clothing",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,640: Line 16,216:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,653: Line 16,229:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,662: Line 16,238:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerBootsItem",
type = "ElkMountItem",
typeID = nil,
typeID = 0,
},
},
["Farmer Gloves"] = {
["Elk Taco"] = {
untranslated = "Farmer Gloves",
untranslated = "Elk Taco",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Water-resistant nylon gloves with textured palms for increased grip.",
description = "A tasty treat made from corn tortillas and meat.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
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,689: Line 16,265:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,707: Line 16,283:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerGlovesItem",
type = "ElkTacoItem",
typeID = nil,
typeID = 0,
},
},
["Farmer Hat"] = {
["Elk Wellington"] = {
untranslated = "Farmer Hat",
untranslated = "Elk Wellington",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = " A wide-brimmed straw hat designed to provide protection from the sun.",
description = "A prime cut of meat surrounded by pastry.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
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,734: Line 16,310:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,752: Line 16,328:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerHatItem",
type = "ElkWellingtonItem",
typeID = nil,
typeID = 0,
},
},
["Farmer Overalls"] = {
["Embassy Desk"] = {
untranslated = "Farmer Overalls",
untranslated = "Embassy Desk",
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 = "Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)",
tagGroups = {
tagGroups = {
"Clothing",
"Government",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,779: Line 16,355:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,788: Line 16,364:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 16,797: Line 16,373:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerOverallsItem",
type = "EmbassyDeskItem",
typeID = nil,
typeID = 0,
},
},
["Farmer Shirt"] = {
["Engineering Research Paper Advanced"] = {
untranslated = "Farmer Shirt",
untranslated = "Engineering Research Paper Advanced",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = " A long-sleeved flannel shirt that is often worn when working outdoors.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Clothing",
"Advanced Research",
"Research",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,824: Line 16,401:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,842: Line 16,419:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmerShirtItem",
type = "EngineeringResearchPaperAdvancedItem",
typeID = nil,
typeID = 0,
},
},
["Farmers Table"] = {
["Engineering Research Paper Modern"] = {
untranslated = "Farmers Table",
untranslated = "Engineering Research Paper Modern",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A basic workspace for crafting fertilizer and extracting seeds from crops.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Modern Research",
"Work Stations",
"Research",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,871: Line 16,447:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,889: Line 16,465:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmersTableItem",
type = "EngineeringResearchPaperModernItem",
typeID = nil,
typeID = 0,
},
},
["Farming Upgrade"] = {
Epoxy = {
untranslated = "Farming Upgrade",
untranslated = "Epoxy",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Basic Upgrade that greatly increases efficiency when crafting Farming recipes.",
description = "A useful material for hardening, curing, and other various uses.",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 100,
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,918: Line 16,490:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,936: Line 16,508:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FarmingUpgradeItem",
type = "EpoxyItem",
typeID = nil,
typeID = 0,
},
},
["Federation Foundation"] = {
Ethanol = {
untranslated = "Federation Foundation",
untranslated = "Ethanol",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A leap into globalization and a united federation.",
description = "A material used to make biodiesel. Not suitable for food.",
tagGroups = {
tagGroups = {},
"Government",
maxStack = 100,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 16,965: Line 16,533:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 16,983: Line 16,551:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FederationFoundationItem",
type = "EthanolItem",
typeID = nil,
typeID = 0,
},
},
["Feminine Mannequin"] = {
Excavator = {
untranslated = "Feminine Mannequin",
untranslated = "Excavator",
category = nil,
category = nil,
group = "World Object",
group = "Crafted Objects",
description = "",
description = "Like a Skid Steer but more versatile. Great for high slope excavation.",
tagGroups = {
tagGroups = {
"World Object",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,010: Line 16,578:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,019: Line 16,587:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x8x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 17,028: Line 16,596:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FeminineMannequinItem",
type = "ExcavatorItem",
typeID = nil,
typeID = 0,
},
},
["Fern Campfire Salad"] = {
["Executive Office"] = {
untranslated = "Fern Campfire Salad",
untranslated = "Executive Office",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A myriad of plants that make a healthy and odd blend.",
description = "Elected officials can perform one-time executive actions here.",
tagGroups = {
tagGroups = {
"Campfire",
"Government",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 2000,
calories = "900",
calories = nil,
carbs = "9",
carbs = nil,
protein = "5",
protein = nil,
fat = "1",
fat = nil,
vitamins = "13",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,056: Line 16,623:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,065: Line 16,632:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 17,074: Line 16,641:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FernCampfireSaladItem",
type = "ExecutiveOfficeItem",
typeID = nil,
typeID = 0,
},
},
["Fern Spore"] = {
["Explorer Boots"] = {
untranslated = "Fern Spore",
untranslated = "Explorer Boots",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow ferns.",
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 = {
"Seed",
"Clothes",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 17,101: Line 16,668:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,119: Line 16,686:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FernSporeItem",
type = "ExplorerBootsItem",
typeID = nil,
typeID = 0,
},
},
["Fertilizers Upgrade"] = {
["Explorer Gloves"] = {
untranslated = "Fertilizers Upgrade",
untranslated = "Explorer Gloves",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.",
description = "Sturdy gloves comfortably lined with cotton for extra insulation against the elements.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Clothes",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,148: Line 16,713:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,166: Line 16,731:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FertilizersUpgradeItem",
type = "ExplorerGlovesItem",
typeID = nil,
typeID = 0,
},
},
["Fiber Filler"] = {
["Explorer Hat"] = {
untranslated = "Fiber Filler",
untranslated = "Explorer Hat",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A filler ingredient used in a variety of fertilizers.",
description = "A classic adventuring hat protecting you from the unknown.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Clothes",
"Fertilizers",
"Items",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,195: Line 16,758:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,213: Line 16,776:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiberFillerItem",
type = "ExplorerHatItem",
typeID = nil,
typeID = 0,
},
},
["Fiber Scutching Station"] = {
["Explorer Pants"] = {
untranslated = "Fiber Scutching Station",
untranslated = "Explorer Pants",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A group of different tools used in the processing of plant based cloth products. Excellent for a renaissance fair display.",
description = "Reinforced pants for exploring but still be fashionable.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,242: Line 16,803:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,260: Line 16,821:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiberScutchingStationItem",
type = "ExplorerPantsItem",
typeID = nil,
typeID = 0,
},
},
Fiberglass = {
["Explorer Shirt"] = {
untranslated = "Fiberglass",
untranslated = "Explorer Shirt",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "Plastic reinforced with glass fiber strands.",
description = "A simple white shirt with a tie and a colorable vest.",
tagGroups = {
tagGroups = {
"Item",
"Clothes",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,282: Line 16,841:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,289: Line 16,848:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,307: Line 16,866:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiberglassItem",
type = "ExplorerShirtItem",
typeID = nil,
typeID = 0,
},
},
Fiddleheads = {
["Fantastic Forest Pizza"] = {
untranslated = "Fiddleheads",
untranslated = "Fantastic Forest Pizza",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A collection of the furled fronds of young ferns; a unique addition to a meal.",
description = "Leaves you full and lively.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Produce",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 300,
calories = "150",
calories = 1250,
carbs = "2",
carbs = 23,
protein = "1",
protein = 4,
fat = "0",
fat = 10,
vitamins = "5",
vitamins = 17,
density = nil,
density = 4.32,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,335: Line 16,893:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,353: Line 16,911:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FiddleheadsItem",
type = "FantasticForestPizzaItem",
typeID = nil,
typeID = 0,
},
},
["Field Campfire Stew"] = {
["Farmer Boots"] = {
untranslated = "Field Campfire Stew",
untranslated = "Farmer Boots",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
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",
"Clothes",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 100,
calories = "1100",
calories = nil,
carbs = "14",
carbs = nil,
protein = "4",
protein = nil,
fat = "8",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,381: Line 16,938:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,399: Line 16,956:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FieldCampfireStewItem",
type = "FarmerBootsItem",
typeID = nil,
typeID = 0,
},
},
["Filmy Fern Spore"] = {
["Farmer Gloves"] = {
untranslated = "Filmy Fern Spore",
untranslated = "Farmer Gloves",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow a filmy fern.",
description = "Water-resistant nylon gloves with textured palms for increased grip.",
tagGroups = {
tagGroups = {
"Seed",
"Clothes",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 17,426: Line 16,983:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,444: Line 17,001:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FilmyFernSporeItem",
type = "FarmerGlovesItem",
typeID = nil,
typeID = 0,
},
},
["Fir Log"] = {
["Farmer Hat"] = {
untranslated = "Fir Log",
untranslated = "Farmer Hat",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "Fir log is a type of softwood with a nice piney smell.",
description = " A wide-brimmed straw hat designed to provide protection from the sun.",
tagGroups = {
tagGroups = {
"Block",
"Clothes",
"Logs",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,466: Line 17,021:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,473: Line 17,028:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,491: Line 17,046:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FirLogItem",
type = "FarmerHatItem",
typeID = nil,
typeID = 0,
},
},
["Fir Seed"] = {
["Farmer Overalls"] = {
untranslated = "Fir Seed",
untranslated = "Farmer Overalls",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow a fir tree.",
description = "Comfortable denim overalls to help with the frequent bending over that comes with farm work.",
tagGroups = {
tagGroups = {
"Seed",
"Clothes",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 17,518: Line 17,073:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,536: Line 17,091:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FirSeedItem",
type = "FarmerOverallsItem",
typeID = nil,
typeID = 0,
},
},
["Fireweed Seed"] = {
["Farmer Shirt"] = {
untranslated = "Fireweed Seed",
untranslated = "Farmer Shirt",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow fireweed.",
description = " A long-sleeved flannel shirt that is often worn when working outdoors.",
tagGroups = {
tagGroups = {
"Seed",
"Clothes",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 17,563: Line 17,118:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,581: Line 17,136:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FireweedSeedItem",
type = "FarmerShirtItem",
typeID = nil,
typeID = 0,
},
},
["Fireweed Shoots"] = {
["Farmers Table"] = {
untranslated = "Fireweed Shoots",
untranslated = "Farmers Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A bitter, brightly colored shoot similar to asparagus.",
description = "A basic workspace for crafting fertilizer and extracting seeds from crops.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
"Produce",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "80",
weight = 2000,
calories = "150",
calories = nil,
carbs = "3",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,618: Line 17,172:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 17,627: Line 17,181:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FireweedShootsItem",
type = "FarmersTableItem",
typeID = nil,
typeID = 0,
},
},
["Fish N Chips"] = {
["Farming Skill Book"] = {
untranslated = "Fish N Chips",
untranslated = "Farming Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "Deep-fried fish served with a side of taro chips.",
description = "Farming Skill Book",
tagGroups = {
tagGroups = {
"Cooking",
"Skill Books",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 100,
calories = "1000",
calories = nil,
carbs = "20",
carbs = nil,
protein = "10",
protein = nil,
fat = "20",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,655: Line 17,208:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,673: Line 17,226:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishNChipsItem",
type = "Farming Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Fish Rack"] = {
["Farming Skill Scroll"] = {
untranslated = "Fish Rack",
untranslated = "Farming Skill Scroll",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Scrolls",
description = "A simple display of today's catch.",
description = "Farming Skill Scroll",
tagGroups = {
tagGroups = {
"Craft Tables",
"Skill Scrolls",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,702: Line 17,253:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,720: Line 17,271:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishRackItem",
type = "Farming Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Fish Trap"] = {
["Farming Upgrade"] = {
untranslated = "Fish Trap",
untranslated = "Farming Upgrade",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Upgrade Modules",
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 = "Basic Upgrade that greatly increases efficiency when crafting Farming recipes.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Upgrade",
"Specialty",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,749: Line 17,298:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,767: Line 17,316:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishTrapItem",
type = "FarmingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
Fishery = {
["Federation Foundation"] = {
untranslated = "Fishery",
untranslated = "Federation Foundation",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "A place to create fishing poles, traps and prepare seafood.",
description = "A leap into globalization and a united federation.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Government",
"Work Stations",
"Housing",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,792: Line 17,340:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,805: Line 17,353:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 17,814: Line 17,362:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FisheryItem",
type = "FederationFoundationItem",
typeID = nil,
typeID = 0,
},
},
["Fishing Pole"] = {
["Fern Campfire Salad"] = {
untranslated = "Fishing Pole",
untranslated = "Fern Campfire Salad",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Fishing, the most extreme sport.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Item",
"Campfire Salad",
"Items",
"Food",
"Tools",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 200,
calories = nil,
calories = 900,
carbs = nil,
carbs = 9,
protein = nil,
protein = 5,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 13,
density = nil,
density = 3.111111111111111,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,843: Line 17,390:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,861: Line 17,408:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FishingPoleItem",
type = "FernCampfireSaladItem",
typeID = nil,
typeID = 0,
},
},
["Flat Steel"] = {
["Fern Spore"] = {
untranslated = "Flat Steel",
untranslated = "Fern Spore",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Coated with a layer of epoxy, this steel refuses to rust.",
description = "Plant to grow ferns.",
tagGroups = {
tagGroups = {
"Block",
"Crop Seed",
"Blocks",
"Food",
"Building Materials",
"Seeds",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,890: Line 17,437:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,908: Line 17,455:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlatSteelItem",
type = "FernSporeItem",
typeID = nil,
typeID = 0,
},
},
["Flat Steel Door"] = {
["Fertilizers Skill Book"] = {
untranslated = "Flat Steel Door",
untranslated = "Fertilizers Skill Book",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Books",
description = "A beautiful modern flat steel door with a large viewing window.",
description = "Fertilizers Skill Book",
tagGroups = {
tagGroups = {
"Doors",
"Skill Books",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 17,937: Line 17,482:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 17,955: Line 17,500:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlatSteelDoorItem",
type = "Fertilizers Skill BookItem",
typeID = nil,
typeID = 0,
},
},
Flatbread = {
["Fertilizers Skill Scroll"] = {
untranslated = "Flatbread",
untranslated = "Fertilizers Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "Without any leavening the flatbread isn't very puffy. But it's still tasty.",
description = "Fertilizers Skill Scroll",
tagGroups = {
tagGroups = {
"Baking",
"Skill Scrolls",
"Food",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 10,
calories = "500",
calories = nil,
carbs = "17",
carbs = nil,
protein = "8",
protein = nil,
fat = "3",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 17,983: Line 17,527:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,001: Line 17,545:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlatbreadItem",
type = "Fertilizers Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Flax Fiber"] = {
["Fertilizers Upgrade"] = {
untranslated = "Flax Fiber",
untranslated = "Fertilizers Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "Processed fibers of flax ready to be spun into yarn.",
description = "Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,023: Line 17,565:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,030: Line 17,572:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,048: Line 17,590:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxFiberItem",
type = "FertilizersUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Flax Seed"] = {
["Fiber Filler"] = {
untranslated = "Flax Seed",
untranslated = "Fiber Filler",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow flax. ",
description = "A filler ingredient used in a variety of fertilizers.",
tagGroups = {
tagGroups = {
"Seed",
"Fertilizer",
"Fertilizer Filler",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 18,075: Line 17,618:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,093: Line 17,636:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxSeedItem",
type = "FiberFillerItem",
typeID = nil,
typeID = 0,
},
},
["Flax Stem"] = {
["Fiber Scutching Station"] = {
untranslated = "Flax Stem",
untranslated = "Fiber Scutching Station",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A bundle of harvested flax that can be processed into fabric.",
description = "A group of different tools used in the processing of plant based cloth products. Excellent for a renaissance fair display.",
tagGroups = {
tagGroups = {
"Item",
"Crafting Table",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,115: Line 17,656:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,131: Line 17,672:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,140: Line 17,681:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxStemItem",
type = "FiberScutchingStationItem",
typeID = nil,
typeID = 0,
},
},
["Flax Trawler Net"] = {
Fiberglass = {
untranslated = "Flax Trawler Net",
untranslated = "Fiberglass",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
description = "Plastic reinforced with glass fiber strands.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Tools",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,162: Line 17,699:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,169: Line 17,706:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,187: Line 17,724:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxTrawlerNetItem",
type = "FiberglassItem",
typeID = nil,
typeID = 0,
},
},
["Flaxseed Oil"] = {
Fiddleheads = {
untranslated = "Flaxseed Oil",
untranslated = "Fiddleheads",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "An oil primarily used for woodworking and paint supplies but can surprisingly also be drizzled on a salad.",
description = "A collection of the furled fronds of young ferns; a unique addition to a meal.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Ingredients",
"Greens",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 50,
calories = "120",
calories = 150,
carbs = "0",
carbs = 2,
protein = "0",
protein = 1,
fat = "15",
fat = 0,
vitamins = "0",
vitamins = 5,
density = nil,
density = 5.333333333333334,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,215: Line 17,753:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,233: Line 17,771:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlaxseedOilItem",
type = "FiddleheadsItem",
typeID = nil,
typeID = 0,
},
},
Flour = {
["Field Campfire Stew"] = {
untranslated = "Flour",
untranslated = "Field Campfire Stew",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A fine, milled wheat product that's useful for all baking.",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Ingredients",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 500,
calories = "50",
calories = 1100,
carbs = "15",
carbs = 14,
protein = "0",
protein = 4,
fat = "0",
fat = 8,
vitamins = "0",
vitamins = 4,
density = nil,
density = 2.727272727272727,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,261: Line 17,798:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,279: Line 17,816:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FlourItem",
type = "FieldCampfireStewItem",
typeID = nil,
typeID = 0,
},
},
["Fox Carcass"] = {
["Filmy Fern Spore"] = {
untranslated = "Fox Carcass",
untranslated = "Filmy Fern Spore",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead fox.",
description = "Plant to grow a filmy fern.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Item",
"Seeds",
"Natural Resources",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,308: Line 17,844:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,326: Line 17,862:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FoxCarcassItem",
type = "FilmyFernSporeItem",
typeID = nil,
typeID = 0,
},
},
["Framed Glass"] = {
["Fir Log"] = {
untranslated = "Framed Glass",
untranslated = "Fir Log",
category = nil,
category = nil,
group = "Blocks",
group = "Natural Resources",
description = "Glass which was reinforced by a steel frame.",
description = "Fir log is a type of softwood with a nice piney smell.",
tagGroups = {
tagGroups = {
"Block",
"Burnable Fuel",
"Blocks",
"Softwood",
"Building Materials",
"Wood",
},
},
maxStack = 0,
maxStack = 20,
carried = "Hands",
carried = "Hands",
weight = "10000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,348: Line 17,884:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,355: Line 17,891:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,373: Line 17,909:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FramedGlassItem",
type = "FirLogItem",
typeID = nil,
typeID = 0,
},
},
["Framed Glass Door"] = {
["Fir Seed"] = {
untranslated = "Framed Glass Door",
untranslated = "Fir Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A beautiful glass door made of steel and glass.",
description = "Plant to grow a fir tree.",
tagGroups = {
tagGroups = {
"Doors",
"Food",
"Housing Objects",
"Seeds",
"World Object",
},
},
maxStack = 0,
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 18,402: Line 17,937:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,420: Line 17,955:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FramedGlassDoorItem",
type = "FirSeedItem",
typeID = nil,
typeID = 0,
},
},
["Fried Camas"] = {
["Fireweed Seed"] = {
untranslated = "Fried Camas",
untranslated = "Fireweed Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Deep fried Camas. Bit greasy.",
description = "Plant to grow fireweed.",
tagGroups = {
tagGroups = {
"Campfire",
"Crop Seed",
"Food",
"Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 50,
calories = "700",
calories = 0,
carbs = "9",
carbs = 0,
protein = "3",
protein = 0,
fat = "10",
fat = 0,
vitamins = "2",
vitamins = 0,
density = nil,
density = 0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,448: Line 17,984:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,466: Line 18,002:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedCamasItem",
type = "FireweedSeedItem",
typeID = nil,
typeID = 0,
},
},
["Fried Fiddleheads"] = {
["Fireweed Shoots"] = {
untranslated = "Fried Fiddleheads",
untranslated = "Fireweed Shoots",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Secret's in the sauce.",
description = "A bitter, brightly colored shoot similar to asparagus.",
tagGroups = {
tagGroups = {
"Campfire",
"Food",
"Food",
"Greens",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 80,
calories = "700",
calories = 150,
carbs = "11",
carbs = 3,
protein = "3",
protein = 1,
fat = "6",
fat = 0,
vitamins = "4",
vitamins = 4,
density = nil,
density = 5.333333333333334,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,494: Line 18,031:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,512: Line 18,049:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedFiddleheadsItem",
type = "FireweedShootsItem",
typeID = nil,
typeID = 0,
},
},
["Fried Hare Haunches"] = {
["Fish N Chips"] = {
untranslated = "Fried Hare Haunches",
untranslated = "Fish N Chips",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Everything is better deep fried.",
description = "Deep-fried fish served with a side of taro chips.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 200,
calories = "750",
calories = 1000,
carbs = "6",
carbs = 20,
protein = "15",
protein = 10,
fat = "27",
fat = 20,
vitamins = "4",
vitamins = 0,
density = nil,
density = 5.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,540: Line 18,076:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,558: Line 18,094:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedHareHaunchesItem",
type = "FishNChipsItem",
typeID = nil,
typeID = 0,
},
},
["Fried Hearts Of Palm"] = {
["Fish Rack"] = {
untranslated = "Fried Hearts Of Palm",
untranslated = "Fish Rack",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Secret's in the sauce.",
description = "A simple display of today's catch.",
tagGroups = {
tagGroups = {
"Campfire",
"Crafting Table",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 1000,
calories = "700",
calories = nil,
carbs = "13",
carbs = nil,
protein = "3",
protein = nil,
fat = "6",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,595: Line 18,130:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,604: Line 18,139:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedHeartsOfPalmItem",
type = "FishRackItem",
typeID = nil,
typeID = 0,
},
},
["Fried Taro"] = {
["Fish Trap"] = {
untranslated = "Fried Taro",
untranslated = "Fish Trap",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Secret's in the sauce.",
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 = {},
"Campfire",
maxStack = 1,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 500,
calories = "700",
calories = nil,
carbs = "14",
carbs = nil,
protein = "1",
protein = nil,
fat = "8",
fat = nil,
vitamins = "1",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,632: Line 18,164:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,641: Line 18,173:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,650: Line 18,182:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedTaroItem",
type = "FishTrapItem",
typeID = nil,
typeID = 0,
},
},
["Fried Tomatoes"] = {
Fishery = {
untranslated = "Fried Tomatoes",
untranslated = "Fishery",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Secret's in the sauce.",
description = "A place to create fishing poles, traps and prepare seafood.",
tagGroups = {
tagGroups = {
"Campfire",
"Crafting Table",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 2000,
calories = "700",
calories = nil,
carbs = "11",
carbs = nil,
protein = "3",
protein = nil,
fat = "8",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,687: Line 18,218:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,696: Line 18,227:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedTomatoesItem",
type = "FisheryItem",
typeID = nil,
typeID = 0,
},
},
["Fried Vegetables"] = {
["Fishing Pole"] = {
untranslated = "Fried Vegetables",
untranslated = "Fishing Pole",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "",
description = "Fishing, the most extreme sport.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 1000,
calories = "560",
calories = nil,
carbs = "11",
carbs = nil,
protein = "3",
protein = nil,
fat = "8",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,723: Line 18,254:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,741: Line 18,272:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FriedVegetablesItem",
type = "FishingPoleItem",
typeID = nil,
typeID = 0,
},
},
["Froth Floatation Cell"] = {
["Flat Steel"] = {
untranslated = "Froth Floatation Cell",
untranslated = "Flat Steel",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
description = "Coated with a layer of epoxy, this steel refuses to rust.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Constructable",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "10000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 18,770: Line 18,299:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,788: Line 18,317:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FrothFloatationCellItem",
type = "FlatSteelItem",
typeID = nil,
typeID = 0,
},
},
["Fruit Muffin"] = {
["Flat Steel Door"] = {
untranslated = "Fruit Muffin",
untranslated = "Flat Steel Door",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A soft, slightly sweet bread studded with juicy fruits.",
description = "A beautiful modern flat steel door with a large viewing window.",
tagGroups = {
tagGroups = {},
"Baking",
maxStack = 1,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 1000,
calories = "800",
calories = nil,
carbs = "10",
carbs = nil,
protein = "5",
protein = nil,
fat = "4",
fat = nil,
vitamins = "16",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,816: Line 18,342:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,825: Line 18,351:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 18,834: Line 18,360:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FruitMuffinItem",
type = "FlatSteelDoorItem",
typeID = nil,
typeID = 0,
},
},
["Fruit Salad"] = {
Flatbread = {
untranslated = "Fruit Salad",
untranslated = "Flatbread",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "While tomatoes are fruits, you don't usually put them in fruit salads.",
description = "Without any leavening the flatbread isn't very puffy. But it's still tasty.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 200,
calories = "900",
calories = 500,
carbs = "12",
carbs = 17,
protein = "4",
protein = 8,
fat = "3",
fat = 3,
vitamins = "19",
vitamins = 2,
density = nil,
density = 6.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,862: Line 18,387:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,880: Line 18,405:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FruitSaladItem",
type = "FlatbreadItem",
typeID = nil,
typeID = 0,
},
},
["Fruit Tart"] = {
["Flax Fiber"] = {
untranslated = "Fruit Tart",
untranslated = "Flax Fiber",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A sweet pastry that is great for breakfast or anytime you need a quick boost of energy.",
description = "Processed fibers of flax ready to be spun into yarn.",
tagGroups = {
tagGroups = {},
"Baking",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 100,
calories = "800",
calories = nil,
carbs = "22",
carbs = nil,
protein = "3",
protein = nil,
fat = "9",
fat = nil,
vitamins = "14",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,908: Line 18,430:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,926: Line 18,448:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FruitTartItem",
type = "FlaxFiberItem",
typeID = nil,
typeID = 0,
},
},
["Fur Pelt"] = {
["Flax Seed"] = {
untranslated = "Fur Pelt",
untranslated = "Flax Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A soft, furry pelt.",
description = "Plant to grow flax. ",
tagGroups = {
tagGroups = {
"Item",
"Crop Seed",
"Items",
"Food",
"Products",
"Seeds",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 18,955: Line 18,477:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 18,973: Line 18,495:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "FurPeltItem",
type = "FlaxSeedItem",
typeID = nil,
typeID = 0,
},
},
["Galaxy Vase"] = {
["Flax Stem"] = {
untranslated = "Galaxy Vase",
untranslated = "Flax Stem",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A vase made with glass to brighten up your home.",
description = "A bundle of harvested flax that can be processed into fabric.",
tagGroups = {
tagGroups = {
"Decoration",
"Crop",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,002: Line 18,522:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,020: Line 18,540:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GalaxyVaseItem",
type = "FlaxStemItem",
typeID = nil,
typeID = 0,
},
},
["Garden Boots"] = {
["Flax Trawler Net"] = {
untranslated = "Garden Boots",
untranslated = "Flax Trawler Net",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A sturdy pair of rubber footwear designed to provide protection against water, rain, and mud.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
tagGroups = {
tagGroups = {
"Clothing",
"Tool",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,047: Line 18,567:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,065: Line 18,585:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GardenBootsItem",
type = "FlaxTrawlerNetItem",
typeID = nil,
typeID = 0,
ToolDurability = 500.0,
ToolRepairType = "Cloth",
},
},
Gasoline = {
["Flaxseed Oil"] = {
untranslated = "Gasoline",
untranslated = "Flaxseed Oil",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Refined petroleum useful for fueling machines and generators.",
description = "An oil primarily used for woodworking and paint supplies but can surprisingly also be drizzled on a salad.",
tagGroups = {
tagGroups = {
"Block",
"Fat",
"Blocks",
"Food",
"Liquids",
"Oil",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "30000",
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 = "80000",
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,094: Line 18,616:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,112: Line 18,634:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GasolineItem",
type = "FlaxseedOilItem",
typeID = nil,
typeID = 0,
},
},
["Gathering Basic Upgrade"] = {
["Fletching Table"] = {
untranslated = "Gathering Basic Upgrade",
untranslated = "Fletching Table",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.",
description = "A table for the capable hunter to improve their tools.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Crafting Table",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,138: Line 18,658:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,150: Line 18,670:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,159: Line 18,679:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GatheringBasicUpgradeItem",
type = "FletchingTableItem",
typeID = nil,
typeID = 0,
},
},
["Gathering Research Paper Basic"] = {
Flour = {
untranslated = "Gathering Research Paper Basic",
untranslated = "Flour",
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 fine, milled wheat product that's useful for all baking.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Research Papers",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,188: Line 18,706:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,206: Line 18,724:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GatheringResearchPaperBasicItem",
type = "FlourItem",
typeID = nil,
typeID = 0,
},
},
Gearbox = {
["Fox Carcass"] = {
untranslated = "Gearbox",
untranslated = "Fox Carcass",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "Provides speed and torque conversions from a rotating power source to another device.",
description = "A dead fox.",
tagGroups = {
tagGroups = {
"Item",
"Small Carcass",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,228: Line 18,744:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,235: Line 18,751:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,253: Line 18,769:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GearboxItem",
type = "FoxCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Geology Research Paper Advanced"] = {
["Framed Glass"] = {
untranslated = "Geology Research Paper Advanced",
untranslated = "Framed Glass",
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 = "Glass which was reinforced by a steel frame.",
tagGroups = {
tagGroups = {
"Item",
"Constructable",
"Items",
"Research Papers",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "10",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,275: Line 18,789:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,282: Line 18,796:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,300: Line 18,814:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GeologyResearchPaperAdvancedItem",
type = "FramedGlassItem",
typeID = nil,
typeID = 0,
},
},
["Geology Research Paper Basic"] = {
["Framed Glass Door"] = {
untranslated = "Geology Research Paper Basic",
untranslated = "Framed Glass Door",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A beautiful glass door made of steel and glass.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Research Papers",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,322: Line 18,832:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,329: Line 18,839:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,338: Line 18,848:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,347: Line 18,857:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GeologyResearchPaperBasicItem",
type = "FramedGlassDoorItem",
typeID = nil,
typeID = 0,
},
},
["Geology Research Paper Modern"] = {
["Fried Camas"] = {
untranslated = "Geology Research Paper Modern",
untranslated = "Fried Camas",
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 = "Deep fried Camas. Bit greasy.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Fried Vegetable",
"Research Papers",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,376: Line 18,885:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,394: Line 18,903:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GeologyResearchPaperModernItem",
type = "FriedCamasItem",
typeID = nil,
typeID = 0,
},
},
["Giant Cactus Fruit"] = {
["Fried Fiddleheads"] = {
untranslated = "Giant Cactus Fruit",
untranslated = "Fried Fiddleheads",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A bulbous fruit that used to top Saguaro cacti.",
description = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Produce",
"Fried Vegetable",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 200,
calories = "100",
calories = 700,
carbs = "2",
carbs = 11,
protein = "0",
protein = 3,
fat = "2",
fat = 6,
vitamins = "4",
vitamins = 4,
density = nil,
density = 3.428571428571429,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,422: Line 18,931:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,440: Line 18,949:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GiantCactusFruitItem",
type = "FriedFiddleheadsItem",
typeID = nil,
typeID = 0,
},
},
["Gigot Sleeve Shirt"] = {
["Fried Hare Haunches"] = {
untranslated = "Gigot Sleeve Shirt",
untranslated = "Fried Hare Haunches",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Cool piratey shirt that makes your biceps look bigger than they really are.",
description = "Everything is better deep fried.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = 750,
carbs = nil,
carbs = 6,
protein = nil,
protein = 15,
fat = nil,
fat = 27,
vitamins = nil,
vitamins = 4,
density = nil,
density = 6.933333333333333,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,467: Line 18,976:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,485: Line 18,994:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GigotSleeveShirtItem",
type = "FriedHareHaunchesItem",
typeID = nil,
typeID = 0,
},
},
Glass = {
["Fried Hearts Of Palm"] = {
untranslated = "Glass",
untranslated = "Fried Hearts Of Palm",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A transparent, solid material useful for more than just windows.",
description = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Block",
"Food",
"Blocks",
"Fried Vegetable",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,514: Line 19,022:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,532: Line 19,040:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassItem",
type = "FriedHeartsOfPalmItem",
typeID = nil,
typeID = 0,
},
},
["Glass Lens"] = {
["Fried Taro"] = {
untranslated = "Glass Lens",
untranslated = "Fried Taro",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A thin shaped piece of glass very useful for devices used to interact with light.",
description = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Fried Vegetable",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "75",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,561: Line 19,068:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,579: Line 19,086:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassLensItem",
type = "FriedTaroItem",
typeID = nil,
typeID = 0,
},
},
["Glassworking Advanced Upgrade"] = {
["Fried Tomatoes"] = {
untranslated = "Glassworking Advanced Upgrade",
untranslated = "Fried Tomatoes",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
description = "Secret's in the sauce.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Food",
"Specialty Upgrades",
"Fried Vegetable",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
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,608: Line 19,114:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,626: Line 19,132:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassworkingAdvancedUpgradeItem",
type = "FriedTomatoesItem",
typeID = nil,
typeID = 0,
},
},
["Glassworking Modern Upgrade"] = {
["Froth Floatation Cell"] = {
untranslated = "Glassworking Modern Upgrade",
untranslated = "Froth Floatation Cell",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Crafting Table",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,652: Line 19,156:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,664: Line 19,168:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x4x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 19,673: Line 19,177:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassworkingModernUpgradeItem",
type = "FrothFloatationCellItem",
typeID = nil,
typeID = 0,
},
},
Glassworks = {
["Fruit Muffin"] = {
untranslated = "Glassworks",
untranslated = "Fruit Muffin",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A specialized kiln used to transform sand into buildable blocks and decorations.",
description = "A soft, slightly sweet bread studded with juicy fruits.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Food",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
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,702: Line 19,204:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,720: Line 19,222:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GlassworksItem",
type = "FruitMuffinItem",
typeID = nil,
typeID = 0,
},
},
Gneiss = {
["Fruit Salad"] = {
untranslated = "Gneiss",
untranslated = "Fruit Salad",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A hard rock with some uses in construction. Gneiss is a metamorphic rock formed from previous rock recrystallizing at high pressures and temperatures deep in the earth.",
description = "While tomatoes are fruits, you don't usually put them in fruit salads.",
tagGroups = {
tagGroups = {
"Block",
"Food",
"Natural Resources",
"Salad",
"Stone",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "7000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,749: Line 19,250:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,767: Line 19,268:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GneissItem",
type = "FruitSaladItem",
typeID = nil,
typeID = 0,
},
},
["Goat Mount"] = {
["Fruit Tart"] = {
untranslated = "Goat Mount",
untranslated = "Fruit Tart",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A hunting trophy for your house.",
description = "A sweet pastry that is great for breakfast or anytime you need a quick boost of energy.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Living Room",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 400,
calories = nil,
calories = 800,
carbs = nil,
carbs = 22,
protein = nil,
protein = 3,
fat = nil,
fat = 9,
vitamins = nil,
vitamins = 14,
density = nil,
density = 6.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 19,796: Line 19,295:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,814: Line 19,313:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoatMountItem",
type = "FruitTartItem",
typeID = nil,
typeID = 0,
},
},
["Gold Bar"] = {
["Fur Pelt"] = {
untranslated = "Gold Bar",
untranslated = "Fur Pelt",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Refined bar of gold.",
description = "A soft, furry pelt.",
tagGroups = {
tagGroups = {
"Block",
"Animal Skin",
"Blocks",
"Metals",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "30000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,836: Line 19,333:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,843: Line 19,340:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,861: Line 19,358:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldBarItem",
type = "FurPeltItem",
typeID = nil,
typeID = 0,
},
},
["Gold Concentrate"] = {
["Galaxy Vase"] = {
untranslated = "Gold Concentrate",
untranslated = "Galaxy Vase",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
description = "A  vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Block",
"Housing",
"Blocks",
"Processed Rock",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "20000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,883: Line 19,378:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,908: Line 19,403:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldConcentrateItem",
type = "GalaxyVaseItem",
typeID = nil,
typeID = 0,
},
},
["Gold Flakes"] = {
["Garden Boots"] = {
untranslated = "Gold Flakes",
untranslated = "Garden Boots",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A highly efficient conductor for delicate electronics.",
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 = {
"Item",
"Clothes",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,930: Line 19,423:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,937: Line 19,430:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 19,955: Line 19,448:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldFlakesItem",
type = "GardenBootsItem",
typeID = nil,
typeID = 0,
},
},
["Gold Frame Landscape"] = {
Gasoline = {
untranslated = "Gold Frame Landscape",
untranslated = "Gasoline",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "",
description = "Refined petroleum useful for fueling machines and generators.",
tagGroups = {
tagGroups = {
"Cultural",
"Liquid Fuel",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 19,977: Line 19,468:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 80000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 19,984: Line 19,475:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,002: Line 19,493:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldFrameLandscapeItem",
type = "GasolineItem",
typeID = nil,
typeID = 0,
},
},
["Gold Frame Wide"] = {
["Gathering Advanced Upgrade"] = {
untranslated = "Gold Frame Wide",
untranslated = "Gathering Advanced Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "",
description = "Advanced Upgrade that greatly increases efficiency when crafting Gathering recipes.",
tagGroups = {
tagGroups = {
"Cultural",
"Upgrade",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,031: Line 19,520:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,049: Line 19,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldFrameWideItem",
type = "GatheringAdvancedUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Gold Ore"] = {
["Gathering Basic Upgrade"] = {
untranslated = "Gold Ore",
untranslated = "Gathering Basic Upgrade",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "Unrefined ore with traces of gold.",
description = "Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.",
tagGroups = {
tagGroups = {
"Block",
"Upgrade",
"Natural Resources",
"Ore",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "7500",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,071: Line 19,558:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,078: Line 19,565:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,096: Line 19,583:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldOreItem",
type = "GatheringBasicUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Gold Wiring"] = {
["Gathering Research Paper Basic"] = {
untranslated = "Gold Wiring",
untranslated = "Gathering Research Paper Basic",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A length of gold conductive wire useful for a variety of purposes.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Item",
"Basic Research",
"Items",
"Research",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,118: Line 19,604:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,125: Line 19,611:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,143: Line 19,629:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GoldWiringItem",
type = "GatheringResearchPaperBasicItem",
typeID = nil,
typeID = 0,
},
},
["Government Office"] = {
Gearbox = {
untranslated = "Government Office",
untranslated = "Gearbox",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "Allows the creation of Elected Titles, which can be given special privileges.",
description = "Provides speed and torque conversions from a rotating power source to another device.",
tagGroups = {
tagGroups = {},
"Government",
maxStack = 100,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,172: Line 19,654:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,190: Line 19,672:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GovernmentOfficeItem",
type = "GearboxItem",
typeID = nil,
typeID = 0,
},
},
Granite = {
["Geology Research Paper Advanced"] = {
untranslated = "Granite",
untranslated = "Geology Research Paper Advanced",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
description = "A hard rock useful for construction, and host to various ores. Granite forms from cooling magma deep underground. It is the most common continental rock type!",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Block",
"Advanced Research",
"Natural Resources",
"Research",
"Stone",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "6500",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,212: Line 19,693:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,219: Line 19,700:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,237: Line 19,718:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GraniteItem",
type = "GeologyResearchPaperAdvancedItem",
typeID = nil,
typeID = 0,
},
},
["Grass Seed"] = {
["Geology Research Paper Basic"] = {
untranslated = "Grass Seed",
untranslated = "Geology Research Paper Basic",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow grass.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Seed",
"Basic Research",
"Research",
},
},
maxStack = 0,
maxStack = 100,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 20,264: Line 19,746:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,282: Line 19,764:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "GrassSeedItem",
type = "GeologyResearchPaperBasicItem",
typeID = nil,
typeID = 0,
},
},
["Hand Plow"] = {
["Geology Research Paper Modern"] = {
untranslated = "Hand Plow",
untranslated = "Geology Research Paper Modern",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A tool that tills the field for farming.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Modern Research",
"Vehicle",
"Research",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,311: Line 19,792:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,329: Line 19,810:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HandPlowItem",
type = "GeologyResearchPaperModernItem",
typeID = nil,
typeID = 0,
},
},
["Hanging Long Steel Sign"] = {
["Giant Cactus Fruit"] = {
untranslated = "Hanging Long Steel Sign",
untranslated = "Giant Cactus Fruit",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A long steel plate for when you need to display extra large text.",
description = "A bulbous fruit that used to top Saguaro cacti.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"Fruit",
"World Object",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
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 20,358: Line 19,839:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,376: Line 19,857:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingLongSteelSignItem",
type = "GiantCactusFruitItem",
typeID = nil,
typeID = 0,
},
},
["Hanging Steel Framed Sign"] = {
["Gigot Sleeve Shirt"] = {
untranslated = "Hanging Steel Framed Sign",
untranslated = "Gigot Sleeve Shirt",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "A large wooden sign framed with steel.",
description = "Cool piratey shirt that makes your biceps look bigger than they really are.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,405: Line 19,884:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,423: Line 19,902:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelFramedSignItem",
type = "GigotSleeveShirtItem",
typeID = nil,
typeID = 0,
},
},
["Hanging Steel Mine Sign"] = {
Glass = {
untranslated = "Hanging Steel Mine Sign",
untranslated = "Glass",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A hanging sign made of steel plates.",
description = "A transparent, solid material useful for more than just windows.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Constructable",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,452: Line 19,929:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,470: Line 19,947:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelMineSignItem",
type = "GlassItem",
typeID = nil,
typeID = 0,
},
},
["Hanging Steel Plain Sign"] = {
["Glass Lens"] = {
untranslated = "Hanging Steel Plain Sign",
untranslated = "Glass Lens",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large hanging steel sign attached to a wooden frame.",
description = "A thin shaped piece of glass very useful for devices used to interact with light.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Signs",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 75,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,499: Line 19,972:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,517: Line 19,990:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelPlainSignItem",
type = "GlassLensItem",
typeID = nil,
typeID = 0,
},
},
["Hanging Steel Shop Sign"] = {
["Glassworking Advanced Upgrade"] = {
untranslated = "Hanging Steel Shop Sign",
untranslated = "Glassworking Advanced Upgrade",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Upgrade Modules",
description = "A decorative wooden sign framed with steel. Great for advertising shops.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Upgrade",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,546: Line 20,017:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,564: Line 20,035:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HangingSteelShopSignItem",
type = "GlassworkingAdvancedUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Hardwood Board"] = {
["Glassworking Modern Upgrade"] = {
untranslated = "Hardwood Board",
untranslated = "Glassworking Modern Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A higher quality hardwood board used for long lasting furniture.",
description = "Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,586: Line 20,055:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "2000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,593: Line 20,062:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,611: Line 20,080:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodBoardItem",
type = "GlassworkingModernUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Hardwood Hewn Log"] = {
["Glassworking Skill Book"] = {
untranslated = "Hardwood Hewn Log",
untranslated = "Glassworking Skill Book",
category = nil,
category = nil,
group = "Blocks",
group = "Skill Books",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
description = "Glassworking Skill Book",
tagGroups = {
tagGroups = {
"Block",
"Skill Books",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,633: Line 20,100:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,640: Line 20,107:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,658: Line 20,125:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodHewnLogItem",
type = "Glassworking Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Hardwood Lumber"] = {
["Glassworking Skill Scroll"] = {
untranslated = "Hardwood Lumber",
untranslated = "Glassworking Skill Scroll",
category = nil,
category = nil,
group = "Blocks",
group = "Skill Scrolls",
description = "Can be fashioned into various usable equipment.",
description = "Glassworking Skill Scroll",
tagGroups = {
tagGroups = {
"Block",
"Skill Scrolls",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 10,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,680: Line 20,145:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,687: Line 20,152:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,705: Line 20,170:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodLumberItem",
type = "Glassworking Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Hardwood Lumber Dresser"] = {
Glassworks = {
untranslated = "Hardwood Lumber Dresser",
untranslated = "Glassworks",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
description = "A specialized kiln used to transform sand into buildable blocks and decorations.",
tagGroups = {
tagGroups = {
"Bedroom",
"Crafting Table",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,731: Line 20,194:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,743: Line 20,206:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 20,752: Line 20,215:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardwoodLumberDresserItem",
type = "GlassworksItem",
typeID = nil,
typeID = 0,
},
},
["Hardy Beard"] = {
Gneiss = {
untranslated = "Hardy Beard",
untranslated = "Gneiss",
category = nil,
category = nil,
group = "Clothing",
group = "Natural Resources",
description = "",
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 = {
"Clothing",
"Excavatable",
"Rock",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "",
weight = 7000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,779: Line 20,243:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,797: Line 20,261:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HardyBeardItem",
type = "GneissItem",
typeID = nil,
typeID = 0,
},
},
["Hare Carcass"] = {
["Goat Mount"] = {
untranslated = "Hare Carcass",
untranslated = "Goat Mount",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A dead hare.",
description = "A hunting trophy for your house.",
tagGroups = {
tagGroups = {
"Animal",
"Housing",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,819: Line 20,281:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,844: Line 20,306:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HareCarcassItem",
type = "GoatMountItem",
typeID = nil,
typeID = 0,
},
},
["Heart Of Palm"] = {
["Gold Bar"] = {
untranslated = "Heart Of Palm",
untranslated = "Gold Bar",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "Collected from the inner core and growing bud of a palm tree.",
description = "Refined bar of gold.",
tagGroups = {
tagGroups = {
"Food",
"Metal",
"Produce",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "150",
weight = 30000,
calories = "100",
calories = nil,
carbs = "4",
carbs = nil,
protein = "2",
protein = nil,
fat = "0",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,872: Line 20,333:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,890: Line 20,351:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeartOfPalmItem",
type = "GoldBarItem",
typeID = nil,
typeID = 0,
},
},
["Hearty Hometown Pizza"] = {
["Gold Concentrate"] = {
untranslated = "Hearty Hometown Pizza",
untranslated = "Gold Concentrate",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "When you feel nostalgic and miss that cozy hometown feeling.",
description = "Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
tagGroups = {
tagGroups = {
"Baking",
"Concentrated Ore",
"Food",
"Excavatable",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "300",
weight = 20000,
calories = "1200",
calories = nil,
carbs = "28",
carbs = nil,
protein = "7",
protein = nil,
fat = "11",
fat = nil,
vitamins = "3",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,918: Line 20,379:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,936: Line 20,397:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeartyHometownPizzaItem",
type = "GoldConcentrateItem",
typeID = nil,
typeID = 0,
},
},
["Heat Sink"] = {
["Gold Flakes"] = {
untranslated = "Heat Sink",
untranslated = "Gold Flakes",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A copper plate to draw and disperse heat.",
description = "A highly efficient conductor for delicate electronics.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 20,958: Line 20,415:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 20,965: Line 20,422:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 20,983: Line 20,440:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeatSinkItem",
type = "GoldFlakesItem",
typeID = nil,
typeID = 0,
},
},
["Heliconia Seed"] = {
["Gold Frame Landscape"] = {
untranslated = "Heliconia Seed",
untranslated = "Gold Frame Landscape",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow heliconia.",
description = "",
tagGroups = {
tagGroups = {
"Seed",
"Housing",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,028: Line 20,485:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HeliconiaSeedItem",
type = "GoldFrameLandscapeItem",
typeID = nil,
typeID = 0,
},
},
["Hemp Mooring Rope"] = {
["Gold Frame Wide"] = {
untranslated = "Hemp Mooring Rope",
untranslated = "Gold Frame Wide",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Strong ropes used to hold down and prevent ships from moving around.",
description = "",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,050: Line 20,505:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,066: Line 20,521:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,075: Line 20,530:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HempMooringRopeItem",
type = "GoldFrameWideItem",
typeID = nil,
typeID = 0,
},
},
Henley = {
["Gold Ore"] = {
untranslated = "Henley",
untranslated = "Gold Ore",
category = nil,
category = nil,
group = "Clothing",
group = "Natural Resources",
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 = "Unrefined ore with traces of gold.",
tagGroups = {
tagGroups = {
"Clothing",
"Excavatable",
"Ore",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "100",
weight = 7500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,102: Line 20,558:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,120: Line 20,576:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HenleyItem",
type = "GoldOreItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Bench"] = {
["Gold Wiring"] = {
untranslated = "Hewn Bench",
untranslated = "Gold Wiring",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A basic wooden bench.",
description = "A length of gold conductive wire useful for a variety of purposes.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,149: Line 20,601:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,167: Line 20,619:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnBenchItem",
type = "GoldWiringItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Chair"] = {
["Government Office"] = {
untranslated = "Hewn Chair",
untranslated = "Government Office",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
description = "Allows the creation of Elected Titles, which can be given special privileges.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Government",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,196: Line 20,646:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,205: Line 20,655:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,214: Line 20,664:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnChairItem",
type = "GovernmentOfficeItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Door"] = {
Granite = {
untranslated = "Hewn Door",
untranslated = "Granite",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A door made from roughly hewn logs.",
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 = {
"Doors",
"Excavatable",
"Housing Objects",
"Rock",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 6500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,243: Line 20,692:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,261: Line 20,710:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnDoorItem",
type = "GraniteItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Dresser"] = {
["Grass Seed"] = {
untranslated = "Hewn Dresser",
untranslated = "Grass Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A rough hewn wooden dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
description = "Plant to grow grass.",
tagGroups = {
tagGroups = {
"Bedroom",
"Food",
"Housing Objects",
"Seeds",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 21,290: Line 20,738:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,308: Line 20,756:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnDresserItem",
type = "GrassSeedItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Log"] = {
Grindstone = {
untranslated = "Hewn Log",
untranslated = "Grindstone",
category = nil,
category = nil,
group = "Blocks",
group = "Work Stations",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
description = "A workstation for repairing tools and crafting new ones.",
tagGroups = {
tagGroups = {
"Block",
"Crafting Table",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,330: Line 20,776:
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,346: Line 20,792:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,355: Line 20,801:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnLogItem",
type = "GrindstoneItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Nightstand"] = {
["Hand Plow"] = {
untranslated = "Hewn Nightstand",
untranslated = "Hand Plow",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A simple hewn wooden nightstand you can pile unread books on.",
description = "A tool that tills the field for farming.",
tagGroups = {
tagGroups = {
"Bedroom",
"Vehicles",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,384: Line 20,828:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,393: Line 20,837:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,402: Line 20,846:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnNightstandItem",
type = "HandPlowItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Softwood Bench"] = {
["Handheld Camera"] = {
untranslated = "Hewn Softwood Bench",
untranslated = "Handheld Camera",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A basic wooden bench.",
description = "A modern piece of marvel that allows a more detailed way of saving landscape.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Tool",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,431: Line 20,873:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,449: Line 20,891:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodBenchItem",
type = "HandheldCameraItem",
typeID = nil,
typeID = 0,
ToolVariant = "Camera",
ToolDurability = 25.0,
ToolRepairType = "Electronical",
},
},
["Hewn Softwood Chair"] = {
["Hanging Long Steel Sign"] = {
untranslated = "Hewn Softwood Chair",
untranslated = "Hanging Long Steel 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 long steel plate for when you need to display extra large text.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,478: Line 20,919:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,487: Line 20,928:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,496: Line 20,937:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodChairItem",
type = "HangingLongSteelSignItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Softwood Door"] = {
["Hanging Steel Framed Sign"] = {
untranslated = "Hewn Softwood Door",
untranslated = "Hanging Steel Framed Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A door made from roughly hewn logs.",
description = "A large wooden sign framed with steel.",
tagGroups = {
tagGroups = {},
"Doors",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,525: Line 20,962:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,534: Line 20,971:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,543: Line 20,980:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodDoorItem",
type = "HangingSteelFramedSignItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Softwood Table"] = {
["Hanging Steel Mine Sign"] = {
untranslated = "Hewn Softwood Table",
untranslated = "Hanging Steel Mine Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A large table for placing things on.",
description = "A hanging sign made of steel plates.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,572: Line 21,005:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,581: Line 21,014:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,590: Line 21,023:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnSoftwoodTableItem",
type = "HangingSteelMineSignItem",
typeID = nil,
typeID = 0,
},
},
["Hewn Table"] = {
["Hanging Steel Plain Sign"] = {
untranslated = "Hewn Table",
untranslated = "Hanging Steel Plain Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A large table for placing things on.",
description = "A large hanging steel sign attached to a wooden frame.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,619: Line 21,048:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,628: Line 21,057:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,637: Line 21,066:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HewnTableItem",
type = "HangingSteelPlainSignItem",
typeID = nil,
typeID = 0,
},
},
["Hide Ash Fertilizer"] = {
["Hanging Steel Shop Sign"] = {
untranslated = "Hide Ash Fertilizer",
untranslated = "Hanging Steel Shop Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A fertilizer made from hide ash and fillers.",
description = "A decorative wooden sign framed with steel. Great for advertising shops.",
tagGroups = {
tagGroups = {},
"Fertilizer",
maxStack = 1,
"Fertilizers",
"Items",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 21,666: Line 21,091:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,675: Line 21,100:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,684: Line 21,109:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HideAshFertilizerItem",
type = "HangingSteelShopSignItem",
typeID = nil,
typeID = 0,
},
},
Hosomaki = {
["Hardwood Board"] = {
untranslated = "Hosomaki",
untranslated = "Hardwood Board",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ",
description = "A higher quality hardwood board used for long lasting furniture.",
tagGroups = {
tagGroups = {
"Cooking",
"Burnable Fuel",
"Food",
"Wood Board",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = "700",
calories = nil,
carbs = "21",
carbs = nil,
protein = "19",
protein = nil,
fat = "5",
fat = nil,
vitamins = "8",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 2000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 21,712: Line 21,137:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,730: Line 21,155:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HosomakiItem",
type = "HardwoodBoardItem",
typeID = nil,
typeID = 0,
},
},
Huckleberries = {
["Hardwood Hewn Log"] = {
untranslated = "Huckleberries",
untranslated = "Hardwood Hewn Log",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A handfull of small wild berries. I'm your huckleberry.",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
tagGroups = {
tagGroups = {
"Food",
"Burnable Fuel",
"Produce",
"Constructable",
"Hewn Log",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "50",
weight = 10000,
calories = "150",
calories = nil,
carbs = "2",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "6",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 21,758: Line 21,184:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,776: Line 21,202:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberriesItem",
type = "HardwoodHewnLogItem",
typeID = nil,
typeID = 0,
},
},
["Huckleberry Extract"] = {
["Hardwood Lumber"] = {
untranslated = "Huckleberry Extract",
untranslated = "Hardwood Lumber",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A concentrated blast of huckleberry goodness.",
description = "Can be fashioned into various usable equipment.",
tagGroups = {
tagGroups = {
"Food",
"Burnable Fuel",
"Ingredients",
"Constructable",
"Lumber",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "200",
weight = 10000,
calories = "60",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "15",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 21,804: Line 21,231:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,822: Line 21,249:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberryExtractItem",
type = "HardwoodLumberItem",
typeID = nil,
typeID = 0,
},
},
["Huckleberry Fritter"] = {
["Hardwood Lumber Dresser"] = {
untranslated = "Huckleberry Fritter",
untranslated = "Hardwood Lumber Dresser",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Fried and sweet.",
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 = {
"Baking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 2000,
calories = "900",
calories = nil,
carbs = "16",
carbs = nil,
protein = "0",
protein = nil,
fat = "20",
fat = nil,
vitamins = "8",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,859: Line 21,285:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 21,868: Line 21,294:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberryFritterItem",
type = "HardwoodLumberDresserItem",
typeID = nil,
typeID = 0,
},
},
["Huckleberry Pie"] = {
["Hare Carcass"] = {
untranslated = "Huckleberry Pie",
untranslated = "Hare Carcass",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A fantastic combination of flaky crust and scrumptious berries.",
description = "A dead hare.",
tagGroups = {
tagGroups = {
"Baking",
"Tiny Carcass",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "600",
weight = 1000,
calories = "1300",
calories = nil,
carbs = "13",
carbs = nil,
protein = "5",
protein = nil,
fat = "10",
fat = nil,
vitamins = "16",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 21,896: Line 21,321:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,914: Line 21,339:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberryPieItem",
type = "HareCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Huckleberry Seed"] = {
["Heart Of Palm"] = {
untranslated = "Huckleberry Seed",
untranslated = "Heart Of Palm",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a huckleberry bush.",
description = "Collected from the inner core and growing bud of a palm tree.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
"Raw Food",
"Vegetable",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 150,
calories = "0",
calories = 100,
carbs = "0",
carbs = 4,
protein = "0",
protein = 2,
fat = "0",
fat = 0,
vitamins = "0",
vitamins = 2,
density = nil,
density = 8.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 21,941: Line 21,368:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 21,959: Line 21,386:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuckleberrySeedItem",
type = "HeartOfPalmItem",
typeID = nil,
typeID = 0,
},
},
["Huge Banner Sign"] = {
["Hearty Hometown Pizza"] = {
untranslated = "Huge Banner Sign",
untranslated = "Hearty Hometown Pizza",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A banner made out of fabric held up by ropes and some pieces of wood.",
description = "When you feel nostalgic and miss that cozy hometown feeling.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
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,988: Line 21,413:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,006: Line 21,431:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeBannerSignItem",
type = "HeartyHometownPizzaItem",
typeID = nil,
typeID = 0,
},
},
["Huge Iron Banner Sign"] = {
["Heat Sink"] = {
untranslated = "Huge Iron Banner Sign",
untranslated = "Heat Sink",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A very large iron banner placed between two iron pillars. ",
description = "A copper plate to draw and disperse heat.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Signs",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,035: Line 21,456:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,053: Line 21,474:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeIronBannerSignItem",
type = "HeatSinkItem",
typeID = nil,
typeID = 0,
},
},
["Huge Iron Sign"] = {
["Heliconia Seed"] = {
untranslated = "Huge Iron Sign",
untranslated = "Heliconia Seed",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A very large iron sign.",
description = "Plant to grow heliconia.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"Seeds",
"World Object",
},
},
maxStack = 0,
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 22,082: Line 21,502:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,100: Line 21,520:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeIronSignItem",
type = "HeliconiaSeedItem",
typeID = nil,
typeID = 0,
},
},
["Huge Steel Banner Sign"] = {
["Hemp Mooring Rope"] = {
untranslated = "Huge Steel Banner Sign",
untranslated = "Hemp Mooring Rope",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large illuminated banner mounted on a steel frame portal.",
description = "Strong ropes used to hold down and prevent ships from moving around.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Signs",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,129: Line 21,545:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,147: Line 21,563:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeSteelBannerSignItem",
type = "HempMooringRopeItem",
typeID = nil,
typeID = 0,
},
},
["Huge Steel Sign"] = {
Henley = {
untranslated = "Huge Steel Sign",
untranslated = "Henley",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "An illuminated large steel sign.",
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 = {
"Crafted Objects",
"Clothes",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,176: Line 21,590:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,194: Line 21,608:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeSteelSignItem",
type = "HenleyItem",
typeID = nil,
typeID = 0,
},
},
["Huge Wooden Banner Sign"] = {
["Hewn Bench"] = {
untranslated = "Huge Wooden Banner Sign",
untranslated = "Hewn Bench",
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 basic wooden bench.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,219: Line 21,631:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,232: Line 21,644:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,241: Line 21,653:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HugeWoodenBannerSignItem",
type = "HewnBenchItem",
typeID = nil,
typeID = 0,
},
},
["Hunting Upgrade"] = {
["Hewn Chair"] = {
untranslated = "Hunting Upgrade",
untranslated = "Hewn Chair",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Housing",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,266: Line 21,676:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,279: Line 21,689:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,288: Line 21,698:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HuntingUpgradeItem",
type = "HewnChairItem",
typeID = nil,
typeID = 0,
},
},
Hydrocolloids = {
["Hewn Door"] = {
untranslated = "Hydrocolloids",
untranslated = "Hewn Door",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Used to make collids for bursts of flavor.",
description = "A door made from roughly hewn logs.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = "10",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 22,315: Line 21,723:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,324: Line 21,732:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,333: Line 21,741:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "HydrocolloidsItem",
type = "HewnDoorItem",
typeID = nil,
typeID = 0,
},
},
Icebox = {
["Hewn Dresser"] = {
untranslated = "Icebox",
untranslated = "Hewn Dresser",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A box of ice. It's in the name!",
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 = {
"Housing Objects",
"Housing",
"Kitchen",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,358: Line 21,764:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Bedroom",
furnitureType = nil,
furnitureType = "Dresser",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,371: Line 21,777:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,380: Line 21,786:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IceboxItem",
type = "HewnDresserItem",
typeID = nil,
typeID = 0,
},
},
["Immigration Desk"] = {
["Hewn Log"] = {
untranslated = "Immigration Desk",
untranslated = "Hewn Log",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "Immigration requirements and decisions needs to pass an immigration desk before approval.",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
tagGroups = {
tagGroups = {
"Government",
"Burnable Fuel",
"Work Stations",
"Constructable",
"World Object",
"Hewn Log",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "2000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,402: Line 21,808:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 22,409: Line 21,815:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,427: Line 21,833:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ImmigrationDeskItem",
type = "HewnLogItem",
typeID = nil,
typeID = 0,
},
},
Industrial = {
["Hewn Nightstand"] = {
untranslated = "Industrial",
untranslated = "Hewn Nightstand",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "QA Test Object adding Industrial room overriding any value.",
description = "A simple hewn wooden nightstand you can pile unread books on.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,450: Line 21,856:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,463: Line 21,869:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,472: Line 21,878:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialItem",
type = "HewnNightstandItem",
typeID = nil,
typeID = 0,
},
},
["Industrial Barge"] = {
["Hewn Softwood Bench"] = {
untranslated = "Industrial Barge",
untranslated = "Hewn Softwood Bench",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "",
description = "A basic wooden bench.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "30000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,497: Line 21,901:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,510: Line 21,914:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,519: Line 21,923:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialBargeItem",
type = "HewnSoftwoodBenchItem",
typeID = nil,
typeID = 0,
},
},
["Industrial Elevator"] = {
["Hewn Softwood Chair"] = {
untranslated = "Industrial Elevator",
untranslated = "Hewn Softwood Chair",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.",
description = "A raised surface supported by legs. Without the back, it might be a stool.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Specialty",
"Vehicle",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "25000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,544: Line 21,946:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,557: Line 21,959:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,566: Line 21,968:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialElevatorItem",
type = "HewnSoftwoodChairItem",
typeID = nil,
typeID = 0,
},
},
["Industrial Generator"] = {
["Hewn Softwood Door"] = {
untranslated = "Industrial Generator",
untranslated = "Hewn Softwood Door",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A large modern generator consuming liquid fuel to generate high volumes of electricity.",
description = "A door made from roughly hewn logs.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Power Generation",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,595: Line 21,993:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,604: Line 22,002:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,613: Line 22,011:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialGeneratorItem",
type = "HewnSoftwoodDoorItem",
typeID = nil,
typeID = 0,
},
},
["Industrial Refrigerator"] = {
["Hewn Softwood Table"] = {
untranslated = "Industrial Refrigerator",
untranslated = "Hewn Softwood Table",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A larger food storage solution for when you want to keep it fresh!",
description = "A large table for placing things on.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Storage",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,638: Line 22,034:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,651: Line 22,047:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,660: Line 22,056:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustrialRefrigeratorItem",
type = "HewnSoftwoodTableItem",
typeID = nil,
typeID = 0,
},
},
["Industry Upgrade"] = {
["Hewn Table"] = {
untranslated = "Industry Upgrade",
untranslated = "Hewn Table",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Modern Upgrade that greatly increases efficiency when crafting Industry recipes.",
description = "A large table for placing things on.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Housing",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 22,685: Line 22,079:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
energyUsed = nil,
energyUsed = nil,
energyProduced = nil,
energyProduced = nil,
Line 22,698: Line 22,092:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 22,707: Line 22,101:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IndustryUpgradeItem",
type = "HewnTableItem",
typeID = nil,
typeID = 0,
},
},
["Infused Oil"] = {
["Hide Ash Fertilizer"] = {
untranslated = "Infused Oil",
untranslated = "Hide Ash Fertilizer",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Oil infused with flavor to enhance it.",
description = "A fertilizer made from hide ash and fillers.",
tagGroups = {
tagGroups = {
"Food",
"Fertilizer",
"Ingredients",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = "120",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "12",
fat = nil,
vitamins = "3",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 22,735: Line 22,128:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,753: Line 22,146:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "InfusedOilItem",
type = "HideAshFertilizerItem",
typeID = nil,
typeID = 0,
},
},
["Injection Mold Machine"] = {
Hosomaki = {
untranslated = "Injection Mold Machine",
untranslated = "Hosomaki",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "",
description = "A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ",
tagGroups = {
tagGroups = {
"World Object",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
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,
Line 22,780: Line 22,173:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,798: Line 22,191:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "InjectionMoldMachineItem",
type = "HosomakiItem",
typeID = nil,
typeID = 0,
},
},
["Iron Anchor"] = {
Huckleberries = {
untranslated = "Iron Anchor",
untranslated = "Huckleberries",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A solid iron anchor used to park your vessel.",
description = "A handfull of small wild berries. I'm your huckleberry.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Fruit",
"Products",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 22,827: Line 22,220:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,845: Line 22,238:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronAnchorItem",
type = "HuckleberriesItem",
typeID = nil,
typeID = 0,
},
},
["Iron Axle"] = {
["Huckleberry Extract"] = {
untranslated = "Iron Axle",
untranslated = "Huckleberry Extract",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A rotating iron rod that can be fixed to wheels for use in vehicles.",
description = "A concentrated blast of huckleberry goodness.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 22,874: Line 22,265:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,892: Line 22,283:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronAxleItem",
type = "HuckleberryExtractItem",
typeID = nil,
typeID = 0,
},
},
["Iron Bar"] = {
["Huckleberry Fritter"] = {
untranslated = "Iron Bar",
untranslated = "Huckleberry Fritter",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Refined bar of iron.",
description = "Fried and sweet.",
tagGroups = {
tagGroups = {
"Block",
"Food",
"Blocks",
"Metals",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "15000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 22,921: Line 22,310:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,939: Line 22,328:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronBarItem",
type = "HuckleberryFritterItem",
typeID = nil,
typeID = 0,
},
},
["Iron Concentrate"] = {
["Huckleberry Pie"] = {
untranslated = "Iron Concentrate",
untranslated = "Huckleberry Pie",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
description = "A fantastic combination of flaky crust and scrumptious berries.",
tagGroups = {
tagGroups = {
"Block",
"Food",
"Blocks",
"Processed Rock",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "20000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 22,968: Line 22,355:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 22,986: Line 22,373:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronConcentrateItem",
type = "HuckleberryPieItem",
typeID = nil,
typeID = 0,
},
},
["Iron Frame Landscape"] = {
["Huckleberry Seed"] = {
untranslated = "Iron Frame Landscape",
untranslated = "Huckleberry Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "",
description = "Plant to grow a huckleberry bush.",
tagGroups = {
tagGroups = {
"Cultural",
"Crop Seed",
"Housing Objects",
"Food",
"World Object",
"Seeds",
},
},
maxStack = 0,
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 23,015: Line 22,402:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,033: Line 22,420:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronFrameLandscapeItem",
type = "HuckleberrySeedItem",
typeID = nil,
typeID = 0,
},
},
["Iron Frame Wide"] = {
["Huge Banner Sign"] = {
untranslated = "Iron Frame Wide",
untranslated = "Huge Banner Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "",
description = "A banner made out of fabric held up by ropes and some pieces of wood.",
tagGroups = {
tagGroups = {},
"Cultural",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,062: Line 22,445:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,071: Line 22,454:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x10x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,080: Line 22,463:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronFrameWideItem",
type = "HugeBannerSignItem",
typeID = nil,
typeID = 0,
},
},
["Iron Gear"] = {
["Huge Iron Banner Sign"] = {
untranslated = "Iron Gear",
untranslated = "Huge Iron Banner Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A toothed machine part that interlocks with others.",
description = "A very large iron banner placed between two iron pillars. ",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,102: Line 22,481:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,109: Line 22,488:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,118: Line 22,497:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x10x9",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,127: Line 22,506:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronGearItem",
type = "HugeIronBannerSignItem",
typeID = nil,
typeID = 0,
},
},
["Iron Hull Sheet"] = {
["Huge Iron Sign"] = {
untranslated = "Iron Hull Sheet",
untranslated = "Huge Iron Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "Thin iron plates for use in various crafting recipes.",
description = "A very large iron sign.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,149: Line 22,524:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,156: Line 22,531:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,165: Line 22,540:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x9x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,174: Line 22,549:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronHullSheetItem",
type = "HugeIronSignItem",
typeID = nil,
typeID = 0,
},
},
["Iron Ore"] = {
["Huge Steel Banner Sign"] = {
untranslated = "Iron Ore",
untranslated = "Huge Steel Banner Sign",
category = nil,
category = nil,
group = "Natural Resources",
group = "Crafted Objects",
description = "Unrefined ore with traces of iron.",
description = "A large illuminated banner mounted on a steel frame portal.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Natural Resources",
carried = "Backpack",
"Ore",
weight = 2000,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,196: Line 22,567:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,203: Line 22,574:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,212: Line 22,583:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x10x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,221: Line 22,592:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronOreItem",
type = "HugeSteelBannerSignItem",
typeID = nil,
typeID = 0,
},
},
["Iron Pipe"] = {
["Huge Steel Sign"] = {
untranslated = "Iron Pipe",
untranslated = "Huge Steel Sign",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "A pipe for transporting liquids.",
description = "An illuminated large steel sign.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Pipes",
weight = 2000,
},
maxStack = 0,
carried = "Hands",
weight = "2000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,243: Line 22,610:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,250: Line 22,617:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,259: Line 22,626:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x9x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,268: Line 22,635:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronPipeItem",
type = "HugeSteelSignItem",
typeID = nil,
typeID = 0,
},
},
["Iron Plate"] = {
["Huge Wooden Banner Sign"] = {
untranslated = "Iron Plate",
untranslated = "Huge Wooden Banner Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A solid iron plate for use in various crafting recipes.",
description = "A banner made out of fabric held up by ropes held up between wooden pillars.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,290: Line 22,653:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,297: Line 22,660:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,306: Line 22,669:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x10x9",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,315: Line 22,678:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronPlateItem",
type = "HugeWoodenBannerSignItem",
typeID = nil,
typeID = 0,
},
},
["Iron Saw Blade"] = {
["Hunting Upgrade"] = {
untranslated = "Iron Saw Blade",
untranslated = "Hunting Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A disc shaped iron saw that can be attached to rotary machines to shape wood products.",
description = "Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,337: Line 22,698:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,344: Line 22,705:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,362: Line 22,723:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronSawBladeItem",
type = "HuntingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Iron Wheel"] = {
Icebox = {
untranslated = "Iron Wheel",
untranslated = "Icebox",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A sturdy iron wheel that can support heavier vehicles than early wooden wheels.",
description = "A box of ice. It's in the name!",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,384: Line 22,743:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,400: Line 22,759:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,409: Line 22,768:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "IronWheelItem",
type = "IceboxItem",
typeID = nil,
typeID = 0,
},
},
["Jaguar Carcass"] = {
["Immigration Desk"] = {
untranslated = "Jaguar Carcass",
untranslated = "Immigration Desk",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "A dead Jaguar.",
description = "Immigration requirements and decisions needs to pass an immigration desk before approval.",
tagGroups = {
tagGroups = {
"Animal",
"Government",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,431: Line 22,788:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,438: Line 22,795:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,447: Line 22,804:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,456: Line 22,813:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JaguarCarcassItem",
type = "ImmigrationDeskItem",
typeID = nil,
typeID = 0,
},
},
["Jaw Crusher"] = {
["Industrial Barge"] = {
untranslated = "Jaw Crusher",
untranslated = "Industrial Barge",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A heavy duty machine that uses compressive force to crush rocks into a fine gravel.",
description = "",
tagGroups = {
tagGroups = {
"Craft Tables",
"Vehicles",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 30000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,485: Line 22,840:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,494: Line 22,849:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "9x18x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,503: Line 22,858:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JawCrusherItem",
type = "IndustrialBargeItem",
typeID = nil,
typeID = 0,
},
},
["Jointfir Seed"] = {
["Industrial Elevator"] = {
untranslated = "Jointfir Seed",
untranslated = "Industrial Elevator",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "Plant to grow a jointfir.",
description = "An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.",
tagGroups = {
tagGroups = {
"Seed",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 25000,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 23,530: Line 22,885:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,539: Line 22,894:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "8x12x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,548: Line 22,903:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JointfirSeedItem",
type = "IndustrialElevatorItem",
typeID = nil,
typeID = 0,
},
},
["Joshua Log"] = {
["Industrial Generator"] = {
untranslated = "Joshua Log",
untranslated = "Industrial Generator",
category = nil,
category = nil,
group = "Natural Resources",
group = "Crafted Objects",
description = "Joshua log is a basic wood, harvested from the Joshua tree. Despite the name, Joshua trees are succulents and the building material they provide is neither hardwood nor softwood.",
description = "A large modern generator consuming liquid fuel to generate high volumes of electricity.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Logs",
carried = "Backpack",
"Natural Resources",
weight = 10000,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,570: Line 22,921:
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,586: Line 22,937:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x9x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,595: Line 22,946:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JoshuaLogItem",
type = "IndustrialGeneratorItem",
typeID = nil,
typeID = 0,
},
},
["Joshua Seed"] = {
["Industrial Refrigerator"] = {
untranslated = "Joshua Seed",
untranslated = "Industrial Refrigerator",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "Plant to grow a joshua tree.",
description = "A larger food storage solution for when you want to keep it fresh!",
tagGroups = {
tagGroups = {},
"Seed",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 10000,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 23,622: Line 22,971:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,631: Line 22,980:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 23,640: Line 22,989:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JoshuaSeedItem",
type = "IndustrialRefrigeratorItem",
typeID = nil,
typeID = 0,
},
},
["Jungle Campfire Salad"] = {
["Industry Skill Book"] = {
untranslated = "Jungle Campfire Salad",
untranslated = "Industry Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "A myriad of plants that make a healthy and odd blend.",
description = "Industry Skill Book",
tagGroups = {
tagGroups = {
"Campfire",
"Skill Books",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 100,
calories = "900",
calories = nil,
carbs = "11",
carbs = nil,
protein = "4",
protein = nil,
fat = "3",
fat = nil,
vitamins = "10",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,668: Line 23,016:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,686: Line 23,034:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JungleCampfireSaladItem",
type = "Industry Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Jungle Campfire Stew"] = {
["Industry Skill Scroll"] = {
untranslated = "Jungle Campfire Stew",
untranslated = "Industry Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
description = "Industry Skill Scroll",
tagGroups = {
tagGroups = {
"Campfire",
"Skill Scrolls",
"Food",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 10,
calories = "1100",
calories = nil,
carbs = "8",
carbs = nil,
protein = "8",
protein = nil,
fat = "11",
fat = nil,
vitamins = "3",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,714: Line 23,061:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,732: Line 23,079:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "JungleCampfireStewItem",
type = "Industry Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
Kelp = {
["Industry Upgrade"] = {
untranslated = "Kelp",
untranslated = "Industry Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "Some creepy kelp.",
description = "Modern Upgrade that greatly increases efficiency when crafting Industry recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,754: Line 23,099:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,761: Line 23,106:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,779: Line 23,124:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KelpItem",
type = "IndustryUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Kelp Seed"] = {
["Infused Oil"] = {
untranslated = "Kelp Seed",
untranslated = "Infused Oil",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow kelp.",
description = "Oil infused with flavor to enhance it.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 100,
calories = "0",
calories = 120,
carbs = "0",
carbs = 0,
protein = "0",
protein = 0,
fat = "0",
fat = 12,
vitamins = "0",
vitamins = 3,
density = nil,
density = 12.5,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 23,806: Line 23,151:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,824: Line 23,169:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KelpSeedItem",
type = "InfusedOilItem",
typeID = nil,
typeID = 0,
},
},
["Kelpy Crab Roll"] = {
Ink = {
untranslated = "Kelpy Crab Roll",
untranslated = "Ink",
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 vial of ink used in more sophisticated processing of paper into documents.",
tagGroups = {
tagGroups = {},
"Cooking",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 100,
calories = "1350",
calories = nil,
carbs = "22",
carbs = nil,
protein = "13",
protein = nil,
fat = "11",
fat = nil,
vitamins = "5",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 23,852: Line 23,194:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,870: Line 23,212:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KelpyCrabRollItem",
type = "InkItem",
typeID = nil,
typeID = 0,
},
},
Kiln = {
["Iron Anchor"] = {
untranslated = "Kiln",
untranslated = "Iron Anchor",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "Useful for baking bricks and finishing pottery.",
description = "A solid iron anchor used to park your vessel.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 100,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,899: Line 23,237:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,917: Line 23,255:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KilnItem",
type = "IronAnchorItem",
typeID = nil,
typeID = 0,
},
},
["King Fern Spore"] = {
["Iron Axe"] = {
untranslated = "King Fern Spore",
untranslated = "Iron Axe",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow king fern.",
description = "A sturdy iron axe made for cutting down trees.",
tagGroups = {
tagGroups = {
"Seed",
"Tool",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 23,944: Line 23,282:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 23,962: Line 23,300:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KingFernSporeItem",
type = "IronAxeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 750.0,
ToolDamage = 1.5,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Iron",
},
},
Kitchen = {
["Iron Axle"] = {
untranslated = "Kitchen",
untranslated = "Iron Axle",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A prep area for food which allows for more complex dishes.",
description = "A rotating iron rod that can be fixed to wheels for use in vehicles.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Kitchen",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 23,991: Line 23,331:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,009: Line 23,349:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KitchenItem",
type = "IronAxleItem",
typeID = nil,
typeID = 0,
},
},
Kitchenroom = {
["Iron Bar"] = {
untranslated = "Kitchenroom",
untranslated = "Iron Bar",
category = nil,
category = nil,
group = "World Object",
group = "Blocks",
description = "QA Test Object adding Kitchen value.",
description = "Refined bar of iron.",
tagGroups = {
tagGroups = {
"World Object",
"Metal",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "",
weight = 15000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,036: Line 23,376:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,054: Line 23,394:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "KitchenroomItem",
type = "IronBarItem",
typeID = nil,
typeID = 0,
},
},
Laboratory = {
["Iron Concentrate"] = {
untranslated = "Laboratory",
untranslated = "Iron Concentrate",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "For more advanced research and manufacturing. Science rules!",
description = "Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
tagGroups = {
tagGroups = {
"Researching",
"Concentrated Ore",
"Work Stations",
"Excavatable",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "2000",
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,083: Line 23,422:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,101: Line 23,440:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LaboratoryItem",
type = "IronConcentrateItem",
typeID = nil,
typeID = 0,
},
},
["Large Bath Mat"] = {
["Iron Frame Landscape"] = {
untranslated = "Large Bath Mat",
untranslated = "Iron Frame Landscape",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A large bath mat reduces risks of slipping on wet floors in the bathroom.",
description = "",
tagGroups = {
tagGroups = {
"Bathroom",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,126: Line 23,463:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,148: Line 23,485:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeBathMatItem",
type = "IronFrameLandscapeItem",
typeID = nil,
typeID = 0,
},
},
["Large Canoe"] = {
["Iron Frame Wide"] = {
untranslated = "Large Canoe",
untranslated = "Iron Frame Wide",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "",
description = "",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "8000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,173: Line 23,508:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,186: Line 23,521:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,195: Line 23,530:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCanoeItem",
type = "IronFrameWideItem",
typeID = nil,
typeID = 0,
},
},
["Large Corrugated Steel Door"] = {
["Iron Gear"] = {
untranslated = "Large Corrugated Steel Door",
untranslated = "Iron Gear",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A large corrugated steel door.",
description = "A toothed machine part that interlocks with others.",
tagGroups = {
tagGroups = {
"Doors",
"Gear",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,224: Line 23,557:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,242: Line 23,575:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCorrugatedSteelDoorItem",
type = "IronGearItem",
typeID = nil,
typeID = 0,
},
},
["Large Cotton Bunting Red"] = {
["Iron Hammer"] = {
untranslated = "Large Cotton Bunting Red",
untranslated = "Iron Hammer",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
description = "An iron hammer allows for more sophisticated building.",
tagGroups = {
tagGroups = {
"Decoration",
"Tool",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,271: Line 23,602:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,289: Line 23,620:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCottonBuntingRedItem",
type = "IronHammerItem",
typeID = nil,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 750.0,
ToolRepairType = "Iron",
},
},
["Large Cotton Bunting Regal"] = {
["Iron Hoe"] = {
untranslated = "Large Cotton Bunting Regal",
untranslated = "Iron Hoe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
description = "A sturdy iron hoe made for tilling the soil.",
tagGroups = {
tagGroups = {
"Decoration",
"Tool",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,318: Line 23,650:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,336: Line 23,668:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCottonBuntingRegalItem",
type = "IronHoeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 300.0,
ToolRepairType = "Iron",
},
},
["Large Court"] = {
["Iron Hull Sheet"] = {
untranslated = "Large Court",
untranslated = "Iron Hull Sheet",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "Allows the creation of multiple Laws, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
description = "Thin iron plates for use in various crafting recipes.",
tagGroups = {
tagGroups = {},
"Government",
maxStack = 100,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,365: Line 23,696:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,383: Line 23,714:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeCourtItem",
type = "IronHullSheetItem",
typeID = nil,
typeID = 0,
},
},
["Large Festive Paper Lantern"] = {
["Iron Machete"] = {
untranslated = "Large Festive Paper Lantern",
untranslated = "Iron Machete",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A large festive paper lantern.",
description = "A machete used to quickly clear plants.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Tool",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,412: Line 23,741:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,430: Line 23,759:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeFestivePaperLanternItem",
type = "IronMacheteItem",
typeID = nil,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 500.0,
ToolRepairType = "Iron",
},
},
["Large Hanging Ashlar Basalt Sign"] = {
["Iron Ore"] = {
untranslated = "Large Hanging Ashlar Basalt Sign",
untranslated = "Iron Ore",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "A large sign for all your large text needs!",
description = "Unrefined ore with traces of iron.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Excavatable",
"Signs",
"Ore",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "2000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,459: Line 23,790:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,477: Line 23,808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingAshlarBasaltSignItem",
type = "IronOreItem",
typeID = nil,
typeID = 0,
},
},
["Large Hanging Ashlar Stone Sign"] = {
["Iron Pickaxe"] = {
untranslated = "Large Hanging Ashlar Stone Sign",
untranslated = "Iron Pickaxe",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all your large text needs!",
description = "A sturdy iron pickaxe used to break down stone and ore into usable rubble.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,506: Line 23,835:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,524: Line 23,853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingAshlarStoneSignItem",
type = "IronPickaxeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 500.0,
ToolDamage = 2.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Iron",
},
},
["Large Hanging Birch Sign"] = {
["Iron Pipe"] = {
untranslated = "Large Hanging Birch Sign",
untranslated = "Iron Pipe",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A large sign for all of your larger text needs!",
description = "A pipe for transporting liquids.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 20,
"Signs",
carried = "Hands",
"World Object",
weight = 2000,
},
maxStack = 0,
carried = "Backpack",
weight = "2000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,553: Line 23,884:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,571: Line 23,902:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingBirchSignItem",
type = "IronPipeItem",
typeID = nil,
typeID = 0,
},
},
["Large Hanging Lumber Sign"] = {
["Iron Plate"] = {
untranslated = "Large Hanging Lumber Sign",
untranslated = "Iron Plate",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all your large text needs!",
description = "A solid iron plate for use in various crafting recipes.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Signs",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,600: Line 23,927:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,618: Line 23,945:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingLumberSignItem",
type = "IronPlateItem",
typeID = nil,
typeID = 0,
},
},
["Large Hanging Mortared Granite Sign"] = {
["Iron Road Tool"] = {
untranslated = "Large Hanging Mortared Granite Sign",
untranslated = "Iron Road Tool",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all your large text needs!",
description = "A tool for tamping dirt into roads.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,647: Line 23,972:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,665: Line 23,990:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingMortaredGraniteSignItem",
type = "IronRoadToolItem",
typeID = nil,
typeID = 0,
ToolVariant = "RoadTool",
ToolDurability = 1000.0,
ToolRepairType = "IronRoadTool",
},
},
["Large Hanging Mortared Stone Sign"] = {
["Iron Rock Drill"] = {
untranslated = "Large Hanging Mortared Stone Sign",
untranslated = "Iron Rock Drill",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all your large text needs!",
description = "A drill used to retreive geological samples and discover what treasures can be found underground.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,694: Line 24,020:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,712: Line 24,038:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingMortaredStoneSignItem",
type = "IronRockDrillItem",
typeID = nil,
typeID = 0,
ToolVariant = "Drill",
ToolDurability = 1000.0,
ToolRepairType = "Iron",
},
},
["Large Hanging Saguaro Sign"] = {
["Iron Saw Blade"] = {
untranslated = "Large Hanging Saguaro Sign",
untranslated = "Iron Saw Blade",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all of your larger text needs!",
description = "A disc shaped iron saw that can be attached to rotary machines to shape wood products.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Signs",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,741: Line 24,066:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,759: Line 24,084:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingSaguaroSignItem",
type = "IronSawBladeItem",
typeID = nil,
typeID = 0,
},
},
["Large Hanging Softwood Sign"] = {
["Iron Shovel"] = {
untranslated = "Large Hanging Softwood Sign",
untranslated = "Iron Shovel",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A large sign for all of your larger text needs!",
description = "A sturdy shovel that breaks less than its wooden counterpart.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,788: Line 24,111:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,806: Line 24,129:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingSoftwoodSignItem",
type = "IronShovelItem",
typeID = nil,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 500.0,
ToolRepairType = "Iron",
ToolCarryCapacity = 3.0,
},
},
["Large Hanging Stone Sign"] = {
["Iron Sickle"] = {
untranslated = "Large Hanging Stone Sign",
untranslated = "Iron Sickle",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "A large sign for all your large text needs!",
description = "An iron sickle used to harvest crops or cut grass.",
tagGroups = {
tagGroups = {
"World Object",
"Tool",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,833: Line 24,160:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,851: Line 24,178:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingStoneSignItem",
type = "IronSickleItem",
typeID = nil,
typeID = 0,
ToolVariant = "Sickle",
ToolDurability = 500.0,
ToolRepairType = "Iron",
},
},
["Large Hanging Wood Sign"] = {
["Iron Wheel"] = {
untranslated = "Large Hanging Wood Sign",
untranslated = "Iron Wheel",
category = nil,
category = nil,
group = "Item",
group = "Items",
description = "A large sign for all of your larger text needs!",
description = "A sturdy iron wheel that can support heavier vehicles than early wooden wheels.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,871: Line 24,199:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 24,878: Line 24,206:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,896: Line 24,224:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeHangingWoodSignItem",
type = "IronWheelItem",
typeID = nil,
typeID = 0,
},
},
["Large Lumber Door"] = {
["Jaguar Carcass"] = {
untranslated = "Large Lumber Door",
untranslated = "Jaguar Carcass",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A large lumber door allowing moderate sized vehicles through..",
description = "A dead Jaguar.",
tagGroups = {
tagGroups = {
"Doors",
"Medium Carcass",
"Housing Objects",
"Medium Leather Carcass",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,925: Line 24,252:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,943: Line 24,270:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeLumberDoorItem",
type = "JaguarCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Large Lumber Stockpile"] = {
["Jaw Crusher"] = {
untranslated = "Large Lumber Stockpile",
untranslated = "Jaw Crusher",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "An extra large lumber platform that has been reinforced to allow mass storage of items. ",
description = "A heavy duty machine that uses compressive force to crush rocks into a fine gravel.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Storage",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 24,969: Line 24,294:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 24,981: Line 24,306:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 24,990: Line 24,315:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeLumberStockpileItem",
type = "JawCrusherItem",
typeID = nil,
typeID = 0,
},
},
["Large Metal Ship Frame"] = {
["Jointfir Seed"] = {
untranslated = "Large Metal Ship Frame",
untranslated = "Jointfir Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A large metal frame for constructing a larger naval vessel.",
description = "Plant to grow a jointfir.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Seeds",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "25000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 25,019: Line 24,343:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,037: Line 24,361:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeMetalShipFrameItem",
type = "JointfirSeedItem",
typeID = nil,
typeID = 0,
},
},
["Large Nylon Bunting Green"] = {
["Joshua Log"] = {
untranslated = "Large Nylon Bunting Green",
untranslated = "Joshua Log",
category = nil,
category = nil,
group = "Housing Objects",
group = "Natural Resources",
description = "A larger celebratory piece of nylon 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 = {
"Decoration",
"Burnable Fuel",
"Housing Objects",
"Wood",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "250",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,059: Line 24,382:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 25,066: Line 24,389:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,084: Line 24,407:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeNylonBuntingGreenItem",
type = "JoshuaLogItem",
typeID = nil,
typeID = 0,
},
},
["Large Nylon Bunting Purple"] = {
["Joshua Seed"] = {
untranslated = "Large Nylon Bunting Purple",
untranslated = "Joshua Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
description = "Plant to grow a joshua tree.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"Seeds",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 50,
calories = nil,
calories = 0,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 25,113: Line 24,435:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,131: Line 24,453:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeNylonBuntingPurpleItem",
type = "JoshuaSeedItem",
typeID = nil,
typeID = 0,
},
},
["Large Paper Lantern"] = {
["Jungle Campfire Salad"] = {
untranslated = "Large Paper Lantern",
untranslated = "Jungle Campfire Salad",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A large paper lantern.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Campfire Salad",
"Lighting",
"Food",
"World Object",
},
},
maxStack = 0,
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,
Line 25,160: Line 24,481:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,178: Line 24,499:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargePaperLanternItem",
type = "JungleCampfireSaladItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Ashlar Basalt Sign"] = {
["Jungle Campfire Stew"] = {
untranslated = "Large Standing 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 = {
"Crafted Objects",
"Food",
"Signs",
"World Object",
},
},
maxStack = 0,
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 25,207: Line 24,526:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,225: Line 24,544:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingAshlarBasaltSignItem",
type = "JungleCampfireStewItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Ashlar Stone Sign"] = {
Kelp = {
untranslated = "Large Standing 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 = {
"Crafted Objects",
"Crop",
"Signs",
"Natural Fiber",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,254: Line 24,572:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,272: Line 24,590:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingAshlarStoneSignItem",
type = "KelpItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Birch Sign"] = {
["Kelpy Crab Roll"] = {
untranslated = "Large Standing 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 = {
"Crafted Objects",
"Food",
"Signs",
"World Object",
},
},
maxStack = 0,
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,
currency = nil,
currency = nil,
Line 25,301: Line 24,617:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,319: Line 24,635:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingBirchSignItem",
type = "KelpyCrabRollItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Lumber Sign"] = {
Kiln = {
untranslated = "Large Standing 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 = {
"Crafted Objects",
"Crafting Table",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,345: Line 24,659:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,357: Line 24,671:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,366: Line 24,680:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingLumberSignItem",
type = "KilnItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Mortared Granite Sign"] = {
["King Fern Spore"] = {
untranslated = "Large Standing 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 = {
"Crafted Objects",
"Food",
"Signs",
"Seeds",
"World Object",
},
},
maxStack = 0,
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 25,395: Line 24,708:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,413: Line 24,726:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingMortaredGraniteSignItem",
type = "KingFernSporeItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Mortared Stone Sign"] = {
Kitchen = {
untranslated = "Large Standing 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 = {
"Crafted Objects",
"Crafting Table",
"Signs",
"Housing",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,438: Line 24,750:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,451: Line 24,763:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,460: Line 24,772:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingMortaredStoneSignItem",
type = "KitchenItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Saguaro Sign"] = {
Laboratory = {
untranslated = "Large Standing 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 = {
"Crafted Objects",
"Crafting Table",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,489: Line 24,799:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,498: Line 24,808:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,507: Line 24,817:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingSaguaroSignItem",
type = "LaboratoryItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Softwood Sign"] = {
["Large Bath Mat"] = {
untranslated = "Large Standing 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 = {
"Crafted Objects",
"Housing",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,532: Line 24,840:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,545: Line 24,853:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,554: Line 24,862:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingSoftwoodSignItem",
type = "LargeBathMatItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Stone Sign"] = {
["Large Canoe"] = {
untranslated = "Large Standing 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 = {
"World Object",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 8000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,581: Line 24,889:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,590: Line 24,898:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x6x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,599: Line 24,907:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingStoneSignItem",
type = "LargeCanoeItem",
typeID = nil,
typeID = 0,
},
},
["Large Standing Wood Sign"] = {
["Large Corrugated Steel Door"] = {
untranslated = "Large Standing 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 = {},
"Item",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,619: Line 24,925:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 25,626: Line 24,932:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,635: Line 24,941:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,644: Line 24,950:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeStandingWoodSignItem",
type = "LargeCorrugatedSteelDoorItem",
typeID = nil,
typeID = 0,
},
},
["Large Windowed Lumber Door"] = {
["Large Cotton Bunting Red"] = {
untranslated = "Large Windowed Lumber Door",
untranslated = "Large Cotton Bunting Red",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A large lumber door with windows allowing moderate sized vehicles through..",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Doors",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,669: Line 24,973:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,682: Line 24,986:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,691: Line 24,995:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeWindowedLumberDoorItem",
type = "LargeCottonBuntingRedItem",
typeID = nil,
typeID = 0,
},
},
["Large Wooden Bookshelf"] = {
["Large Cotton Bunting Regal"] = {
untranslated = "Large Wooden Bookshelf",
untranslated = "Large Cotton Bunting Regal",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,714: Line 25,018:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,727: Line 25,031:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,736: Line 25,040:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeWoodenBookshelfItem",
type = "LargeCottonBuntingRegalItem",
typeID = nil,
typeID = 0,
},
},
["Large Wooden Ship Frame"] = {
["Large Court"] = {
untranslated = "Large Wooden Ship Frame",
untranslated = "Large Court",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A large wooden 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 = {
"Item",
"Government",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "20000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,758: Line 25,060:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 25,765: Line 25,067:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,774: Line 25,076:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x6x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,783: Line 25,085:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LargeWoodenShipFrameItem",
type = "LargeCourtItem",
typeID = nil,
typeID = 0,
},
},
Laser = {
["Large Festive Paper Lantern"] = {
untranslated = "Laser",
untranslated = "Large Festive Paper Lantern",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "AVOID DIRECT EYE EXPOSURE",
description = "A large festive paper lantern.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Specialty",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,808: Line 25,108:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,821: Line 25,121:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,830: Line 25,130:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LaserItem",
type = "LargeFestivePaperLanternItem",
typeID = nil,
typeID = 0,
},
},
Lathe = {
["Large Hanging Ashlar Basalt Sign"] = {
untranslated = "Lathe",
untranslated = "Large Hanging Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 1,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,859: Line 25,155:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,868: Line 25,164:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,877: Line 25,173:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LatheItem",
type = "LargeHangingAshlarBasaltSignItem",
typeID = nil,
typeID = 0,
},
},
Latrine = {
["Large Hanging Ashlar Stone Sign"] = {
untranslated = "Latrine",
untranslated = "Large Hanging Ashlar Stone Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A wooden potty.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Bathroom",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,906: Line 25,198:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,915: Line 25,207:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,924: Line 25,216:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LatrineItem",
type = "LargeHangingAshlarStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Lattice Mushroom Spores"] = {
["Large Hanging Birch Sign"] = {
untranslated = "Lattice Mushroom Spores",
untranslated = "Large Hanging Birch Sign",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "Plant to grow lattice mushrooms.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Seed",
maxStack = 1,
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 25,951: Line 25,241:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 25,960: Line 25,250:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 25,969: Line 25,259:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LatticeMushroomSporesItem",
type = "LargeHangingBirchSignItem",
typeID = nil,
typeID = 0,
},
},
["Leather Hide"] = {
["Large Hanging Lumber Sign"] = {
untranslated = "Leather Hide",
untranslated = "Large Hanging Lumber 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 = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 25,991: Line 25,277:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 25,998: Line 25,284:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,007: Line 25,293:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,016: Line 25,302:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LeatherHideItem",
type = "LargeHangingLumberSignItem",
typeID = nil,
typeID = 0,
},
},
["Leavened Dough"] = {
["Large Hanging Mortared Granite Sign"] = {
untranslated = "Leavened Dough",
untranslated = "Large Hanging Mortared Granite 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 your large text needs!",
tagGroups = {
tagGroups = {},
"Baking",
maxStack = 1,
"Food",
},
maxStack = 0,
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 = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 26,044: Line 25,327:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,053: Line 25,336:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,062: Line 25,345:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LeavenedDoughItem",
type = "LargeHangingMortaredGraniteSignItem",
typeID = nil,
typeID = 0,
},
},
["Light Backpack"] = {
["Large Hanging Mortared Stone Sign"] = {
untranslated = "Light Backpack",
untranslated = "Large Hanging Mortared Stone 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 = {},
"Clothing",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,089: Line 25,370:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,098: Line 25,379:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,107: Line 25,388:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LightBackpackItem",
type = "LargeHangingMortaredStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Light Bulb"] = {
["Large Hanging Saguaro Sign"] = {
untranslated = "Light Bulb",
untranslated = "Large Hanging Saguaro Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "An electric light with a wire filament.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,129: Line 25,406:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 26,136: Line 25,413:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,145: Line 25,422:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,154: Line 25,431:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LightBulbItem",
type = "LargeHangingSaguaroSignItem",
typeID = nil,
typeID = 0,
},
},
Limestone = {
["Large Hanging Softwood Sign"] = {
untranslated = "Limestone",
untranslated = "Large Hanging Softwood 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 of your larger text needs!",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Natural Resources",
carried = "Backpack",
"Stone",
weight = 2000,
},
maxStack = 0,
carried = "Hands",
weight = "6500",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,176: Line 25,449:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 26,183: Line 25,456:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,192: Line 25,465:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,201: Line 25,474:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneItem",
type = "LargeHangingSoftwoodSignItem",
typeID = nil,
typeID = 0,
},
},
["Limestone Bison Statue"] = {
["Large Hanging Stone Sign"] = {
untranslated = "Limestone Bison Statue",
untranslated = "Large Hanging Stone Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "World Object",
description = "A bison statue carved from limestone.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,230: Line 25,499:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,239: Line 25,508:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,248: Line 25,517:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneBisonStatueItem",
type = "LargeHangingStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Limestone Otter Statue"] = {
["Large Hanging Wood Sign"] = {
untranslated = "Limestone Otter Statue",
untranslated = "Large Hanging Wood Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "An otter statue carved from limestone.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,277: Line 25,542:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,295: Line 25,560:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneOtterStatueItem",
type = "LargeHangingWoodSignItem",
typeID = nil,
typeID = 0,
},
},
["Limestone Owl Statue"] = {
["Large Lumber Door"] = {
untranslated = "Limestone Owl Statue",
untranslated = "Large Lumber Door",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "An owl statue carved from limestone.",
description = "A large lumber door allowing moderate sized vehicles through..",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,324: Line 25,585:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,333: Line 25,594:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,342: Line 25,603:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneOwlStatueItem",
type = "LargeLumberDoorItem",
typeID = nil,
typeID = 0,
},
},
["Limestone Podium"] = {
["Large Lumber Stockpile"] = {
untranslated = "Limestone Podium",
untranslated = "Large Lumber Stockpile",
category = nil,
category = nil,
group = "World Object",
group = "Crafted Objects",
description = "",
description = "An extra large lumber platform that has been reinforced to allow mass storage of items. ",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,369: Line 25,628:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,378: Line 25,637:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "12x12x11",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,387: Line 25,646:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestonePodiumItem",
type = "LargeLumberStockpileItem",
typeID = nil,
typeID = 0,
},
},
["Limestone Wolf Statue"] = {
["Large Metal Ship Frame"] = {
untranslated = "Limestone Wolf Statue",
untranslated = "Large Metal Ship Frame",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A wolf statue carved from limestone.",
description = "A large metal frame for constructing a larger naval vessel.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,416: Line 25,671:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,434: Line 25,689:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LimestoneWolfStatueItem",
type = "LargeMetalShipFrameItem",
typeID = nil,
typeID = 0,
},
},
["Linen Fabric"] = {
["Large Nylon Bunting Green"] = {
untranslated = "Linen Fabric",
untranslated = "Large Nylon Bunting Green",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A rough linen fabric that covers your basic needs.",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,456: Line 25,709:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,472: Line 25,725:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,481: Line 25,734:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LinenFabricItem",
type = "LargeNylonBuntingGreenItem",
typeID = nil,
typeID = 0,
},
},
["Linen Yarn"] = {
["Large Nylon Bunting Purple"] = {
untranslated = "Linen Yarn",
untranslated = "Large Nylon Bunting Purple",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "Flax fibers spun into a usable string commonly known as linen yarn.",
description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "25",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,503: Line 25,754:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
energyUsed = nil,
energyUsed = nil,
Line 26,519: Line 25,770:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,528: Line 25,779:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LinenYarnItem",
type = "LargeNylonBuntingPurpleItem",
typeID = nil,
typeID = 0,
},
},
["Liquid Nitrogen"] = {
["Large Paper Lantern"] = {
untranslated = "Liquid Nitrogen",
untranslated = "Large Paper Lantern",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Useful for a quick chilling.",
description = "A large paper lantern.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = "10",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,564: Line 25,815:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,573: Line 25,824:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LiquidNitrogenItem",
type = "LargePaperLanternItem",
typeID = nil,
typeID = 0,
},
},
Livingroom = {
["Large Standing Ashlar Basalt Sign"] = {
untranslated = "Livingroom",
untranslated = "Large Standing Ashlar Basalt Sign",
category = nil,
category = nil,
group = "World Object",
group = "Crafted Objects",
description = "QA Test Object adding Livingroom value.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,600: Line 25,849:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,609: Line 25,858:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,618: Line 25,867:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LivingroomItem",
type = "LargeStandingAshlarBasaltSignItem",
typeID = nil,
typeID = 0,
},
},
["Loaded Taro Fries"] = {
["Large Standing Ashlar Stone Sign"] = {
untranslated = "Loaded Taro Fries",
untranslated = "Large Standing Ashlar Stone Sign",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Taro Fries with extra everything.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Cooking",
maxStack = 1,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = "1200",
calories = nil,
carbs = "14",
carbs = nil,
protein = "6",
protein = nil,
fat = "18",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 26,646: Line 25,892:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,655: Line 25,901:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,664: Line 25,910:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoadedTaroFriesItem",
type = "LargeStandingAshlarStoneSignItem",
typeID = nil,
typeID = 0,
},
},
Log = {
["Large Standing Birch Sign"] = {
untranslated = "Log",
untranslated = "Large Standing Birch Sign",
category = nil,
category = nil,
group = "Block",
group = "Crafted Objects",
description = "A stack of logs.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
},
carried = "Backpack",
maxStack = 0,
weight = 2000,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,684: Line 25,928:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 26,691: Line 25,935:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,700: Line 25,944:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,709: Line 25,953:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LogItem",
type = "LargeStandingBirchSignItem",
typeID = nil,
typeID = 0,
},
},
["Logging Advanced Upgrade"] = {
["Large Standing Lumber Sign"] = {
untranslated = "Logging Advanced Upgrade",
untranslated = "Large Standing Lumber Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 1,
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,738: Line 25,978:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,747: Line 25,987:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,756: Line 25,996:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoggingAdvancedUpgradeItem",
type = "LargeStandingLumberSignItem",
typeID = nil,
typeID = 0,
},
},
["Logging Basic Upgrade"] = {
["Large Standing Mortared Granite Sign"] = {
untranslated = "Logging Basic Upgrade",
untranslated = "Large Standing Mortared Granite Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Logging recipes.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 1,
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,785: Line 26,021:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,794: Line 26,030:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,803: Line 26,039:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoggingBasicUpgradeItem",
type = "LargeStandingMortaredGraniteSignItem",
typeID = nil,
typeID = 0,
},
},
Loom = {
["Large Standing Mortared Stone Sign"] = {
untranslated = "Loom",
untranslated = "Large Standing Mortared Stone Sign",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A device for making fabric by weaving yarn or thread.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 1,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,832: Line 26,064:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,841: Line 26,073:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,850: Line 26,082:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LoomItem",
type = "LargeStandingMortaredStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Low Top Shoes"] = {
["Large Standing Saguaro Sign"] = {
untranslated = "Low Top Shoes",
untranslated = "Large Standing Saguaro Sign",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
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 = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Clothing",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,877: Line 26,107:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,886: Line 26,116:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,895: Line 26,125:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LowTopShoesItem",
type = "LargeStandingSaguaroSignItem",
typeID = nil,
typeID = 0,
},
},
Lumber = {
["Large Standing Softwood Sign"] = {
untranslated = "Lumber",
untranslated = "Large Standing Softwood Sign",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "Can be fashioned into various usable equipment.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Building Materials",
weight = 2000,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,917: Line 26,143:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 26,924: Line 26,150:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,933: Line 26,159:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,942: Line 26,168:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberItem",
type = "LargeStandingSoftwoodSignItem",
typeID = nil,
typeID = 0,
},
},
["Lumber Bench"] = {
["Large Standing Stone Sign"] = {
untranslated = "Lumber Bench",
untranslated = "Large Standing Stone Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "World Object",
description = "A lumber bench for when you need extra seating space than a traditional chair.",
description = "A large sign for all your large text needs!",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 26,971: Line 26,193:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 26,980: Line 26,202:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 26,989: Line 26,211:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberBenchItem",
type = "LargeStandingStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Lumber Chair"] = {
["Large Standing Wood Sign"] = {
untranslated = "Lumber Chair",
untranslated = "Large Standing Wood Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
description = "A large sign for all of your larger text needs!",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,018: Line 26,236:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,036: Line 26,254:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberChairItem",
type = "LargeStandingWoodSignItem",
typeID = nil,
typeID = 0,
},
},
["Lumber Door"] = {
["Large Windowed Lumber Door"] = {
untranslated = "Lumber Door",
untranslated = "Large Windowed Lumber Door",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A door made from finely cut lumber.",
description = "A large lumber door with windows allowing moderate sized vehicles through..",
tagGroups = {
tagGroups = {},
"Doors",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,065: Line 26,279:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,074: Line 26,288:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,083: Line 26,297:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberDoorItem",
type = "LargeWindowedLumberDoorItem",
typeID = nil,
typeID = 0,
},
},
["Lumber Dresser"] = {
["Large Wooden Ship Frame"] = {
untranslated = "Lumber Dresser",
untranslated = "Large Wooden Ship Frame",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
description = "A large wooden frame for constructing a larger naval vessel.",
tagGroups = {
tagGroups = {},
"Bedroom",
maxStack = 100,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,112: Line 26,322:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,130: Line 26,340:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberDresserItem",
type = "LargeWoodenShipFrameItem",
typeID = nil,
typeID = 0,
},
},
["Lumber Stockpile"] = {
Laser = {
untranslated = "Lumber Stockpile",
untranslated = "Laser",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ",
description = "AVOID DIRECT EYE EXPOSURE",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Storage",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,156: Line 26,362:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,168: Line 26,374:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,177: Line 26,383:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberStockpileItem",
type = "LaserItem",
typeID = nil,
typeID = 0,
},
},
["Lumber Table"] = {
Lathe = {
untranslated = "Lumber Table",
untranslated = "Lathe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A large lumber table for eating meals or getting some work done.",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,203: Line 26,407:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,215: Line 26,419:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,224: Line 26,428:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberTableItem",
type = "LatheItem",
typeID = nil,
typeID = 0,
},
},
["Lumber Warehouse Shelves"] = {
["Lattice Mushroom Spores"] = {
untranslated = "Lumber Warehouse Shelves",
untranslated = "Lattice Mushroom Spores",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "",
description = "Plant to grow lattice mushrooms.",
tagGroups = {
tagGroups = {
"World Object",
"Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
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,251: Line 26,456:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,269: Line 26,474:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LumberWarehouseShelvesItem",
type = "LatticeMushroomSporesItem",
typeID = nil,
typeID = 0,
},
},
["Lupine Seed"] = {
["Leather Hide"] = {
untranslated = "Lupine Seed",
untranslated = "Leather Hide",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow lupine.",
description = "A thick hide.",
tagGroups = {
tagGroups = {
"Seed",
"Animal Skin",
},
},
maxStack = 0,
maxStack = 100,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 27,296: Line 26,501:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,314: Line 26,519:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "LupineSeedItem",
type = "LeatherHideItem",
typeID = nil,
typeID = 0,
},
},
Macarons = {
["Leavened Dough"] = {
untranslated = "Macarons",
untranslated = "Leavened Dough",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A small circular biscuit with a sweet huckleberry filling.",
description = "Leavened dough with added yeast that rises when baked.",
tagGroups = {
tagGroups = {
"Baking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 400,
calories = "1000",
calories = 10,
carbs = "20",
carbs = 6,
protein = "7",
protein = 18,
fat = "14",
fat = 13,
vitamins = "16",
vitamins = 5,
density = nil,
density = 420.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 27,342: Line 26,546:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,360: Line 26,564:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MacaronsItem",
type = "LeavenedDoughItem",
typeID = nil,
typeID = 0,
},
},
["Machinist Table"] = {
["Light Backpack"] = {
untranslated = "Machinist Table",
untranslated = "Light Backpack",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A fancy tool bench that creates equally fancy toys.",
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 = {
"Craft Tables",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,389: Line 26,591:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,407: Line 26,609:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MachinistTableItem",
type = "LightBackpackItem",
typeID = nil,
typeID = 0,
},
},
Mailbox = {
["Light Bulb"] = {
untranslated = "Mailbox",
untranslated = "Light Bulb",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "",
description = "An electric light with a wire filament.",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,434: Line 26,634:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,452: Line 26,652:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MailboxItem",
type = "LightBulbItem",
typeID = nil,
typeID = 0,
},
},
Maltodextrin = {
["Lighthouse Lamp"] = {
untranslated = "Maltodextrin",
untranslated = "Lighthouse Lamp",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "For powdering high-fat liquids.",
description = "A light, but a very large one and it's also spinning around and around.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5000,
calories = "10",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,488: Line 26,688:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,497: Line 26,697:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MaltodextrinItem",
type = "LighthouseLampItem",
typeID = nil,
typeID = 0,
},
},
["Marmot Carcass"] = {
Limestone = {
untranslated = "Marmot Carcass",
untranslated = "Limestone",
category = nil,
category = nil,
group = "Item",
group = "Natural Resources",
description = "A dead marmot.",
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 = {
"Item",
"Excavatable",
"Rock",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 6500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,517: Line 26,718:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 27,524: Line 26,725:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,542: Line 26,743:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MarmotCarcassItem",
type = "LimestoneItem",
typeID = nil,
typeID = 0,
},
},
["Masculine Mannequin"] = {
["Limestone Bison Statue"] = {
untranslated = "Masculine Mannequin",
untranslated = "Limestone Bison Statue",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "A bison statue carved from limestone.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,565: Line 26,766:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,578: Line 26,779:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,587: Line 26,788:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasculineMannequinItem",
type = "LimestoneBisonStatueItem",
typeID = nil,
typeID = 0,
},
},
["Masonry Advanced Upgrade"] = {
["Limestone Otter Statue"] = {
untranslated = "Masonry Advanced Upgrade",
untranslated = "Limestone Otter Statue",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.",
description = "An otter statue carved from limestone.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Housing",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,612: Line 26,811:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.2",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,625: Line 26,824:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,634: Line 26,833:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasonryAdvancedUpgradeItem",
type = "LimestoneOtterStatueItem",
typeID = nil,
typeID = 0,
},
},
["Masonry Basic Upgrade"] = {
["Limestone Owl Statue"] = {
untranslated = "Masonry Basic Upgrade",
untranslated = "Limestone Owl Statue",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Housing Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.",
description = "An owl statue carved from limestone.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Housing",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,659: Line 26,856:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.2",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,672: Line 26,869:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,681: Line 26,878:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasonryBasicUpgradeItem",
type = "LimestoneOwlStatueItem",
typeID = nil,
typeID = 0,
},
},
["Masonry Table"] = {
["Limestone Wolf Statue"] = {
untranslated = "Masonry Table",
untranslated = "Limestone Wolf Statue",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A workstation for hewing and shaping stone into usable objects.",
description = "A wolf statue carved from limestone.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,706: Line 26,901:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,719: Line 26,914:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 27,728: Line 26,923:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MasonryTableItem",
type = "LimestoneWolfStatueItem",
typeID = nil,
typeID = 0,
},
},
["Meat Pie"] = {
["Linen Fabric"] = {
untranslated = "Meat Pie",
untranslated = "Linen Fabric",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Much like a huckleberry pie, but filled to the brim with succulent meat.",
description = "A rough linen fabric that covers your basic needs.",
tagGroups = {
tagGroups = {
"Baking",
"Fabric",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "600",
weight = 100,
calories = "1300",
calories = nil,
carbs = "18",
carbs = nil,
protein = "4",
protein = nil,
fat = "20",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 27,756: Line 26,950:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,774: Line 26,968:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MeatPieItem",
type = "LinenFabricItem",
typeID = nil,
typeID = 0,
},
},
["Meat Stock"] = {
["Linen Yarn"] = {
untranslated = "Meat Stock",
untranslated = "Linen Yarn",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A meaty stock made from the flesh of animals.",
description = "Flax fibers spun into a usable string commonly known as linen yarn.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 100,
"Ingredients",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "800",
weight = 25,
calories = "600",
calories = nil,
carbs = "3",
carbs = nil,
protein = "8",
protein = nil,
fat = "9",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 27,802: Line 26,993:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,820: Line 27,011:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MeatStockItem",
type = "LinenYarnItem",
typeID = nil,
typeID = 0,
},
},
["Meaty Stew"] = {
["Loaded Taro Fries"] = {
untranslated = "Meaty Stew",
untranslated = "Loaded Taro Fries",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A thick meaty stew. A great source of protein.",
description = "Taro Fries with extra everything.",
tagGroups = {
tagGroups = {
"Campfire",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 100,
calories = "1100",
calories = 1200,
carbs = "6",
carbs = 14,
protein = "13",
protein = 6,
fat = "10",
fat = 18,
vitamins = "1",
vitamins = 0,
density = nil,
density = 3.166666666666667,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 27,848: Line 27,038:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,866: Line 27,056:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MeatyStewItem",
type = "LoadedTaroFriesItem",
typeID = nil,
typeID = 0,
},
},
["Mechanical Water Pump"] = {
Log = {
untranslated = "Mechanical Water Pump",
untranslated = "Log",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Block",
description = "Pumps water from a source into a pipe network.",
description = "A stack of logs.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 20,
"Specialty",
carried = "Hands",
"World Object",
weight = 10000,
},
maxStack = 0,
carried = "Backpack",
weight = "2000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,888: Line 27,074:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 27,895: Line 27,081:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,913: Line 27,099:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MechanicalWaterPumpItem",
type = "LogItem",
typeID = nil,
typeID = 0,
},
},
["Mechanics Advanced Upgrade"] = {
["Logging Advanced Upgrade"] = {
untranslated = "Mechanics 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 Mechanics recipes.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Upgrade",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,942: Line 27,126:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 27,960: Line 27,144:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MechanicsAdvancedUpgradeItem",
type = "LoggingAdvancedUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Mechanics Modern Upgrade"] = {
["Logging Basic Upgrade"] = {
untranslated = "Mechanics Modern Upgrade",
untranslated = "Logging Basic Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
description = "Basic Upgrade that greatly increases efficiency when crafting Logging recipes.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Upgrade",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 27,989: Line 27,171:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,007: Line 27,189:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MechanicsModernUpgradeItem",
type = "LoggingBasicUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Medium Fishing Trawler"] = {
Loom = {
untranslated = "Medium Fishing Trawler",
untranslated = "Loom",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "",
description = "A device for making fabric by weaving yarn or thread.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "25000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,033: Line 27,213:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,045: Line 27,225:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,054: Line 27,234:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumFishingTrawlerItem",
type = "LoomItem",
typeID = nil,
typeID = 0,
},
},
["Medium Metal Ship Frame"] = {
["Low Top Shoes"] = {
untranslated = "Medium Metal Ship Frame",
untranslated = "Low Top Shoes",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "A medium metal frame for constructing a naval vessel.",
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 = {
"Item",
"Clothes",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "15000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,076: Line 27,254:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 28,083: Line 27,261:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,101: Line 27,279:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumMetalShipFrameItem",
type = "LowTopShoesItem",
typeID = nil,
typeID = 0,
},
},
["Medium Shipyard"] = {
Lumber = {
untranslated = "Medium Shipyard",
untranslated = "Lumber",
category = nil,
category = nil,
group = "Work Stations",
group = "Blocks",
description = "A bigger more suitable place to build larger vessels with more extensive functionalities.",
description = "Can be fashioned into various usable equipment.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Burnable Fuel",
"Work Stations",
"Constructable",
"World Object",
"Lumber",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "10000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,123: Line 27,301:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 28,130: Line 27,308:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,148: Line 27,326:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumShipyardItem",
type = "LumberItem",
typeID = nil,
typeID = 0,
},
},
["Medium Wooden Ship Frame"] = {
["Lumber Bench"] = {
untranslated = "Medium Wooden Ship Frame",
untranslated = "Lumber Bench",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A medium wooden frame for constructing a larger naval vessel.",
description = "A lumber bench for when you need extra seating space than a traditional chair.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "15000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,170: Line 27,346:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,186: Line 27,362:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,195: Line 27,371:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MediumWoodenShipFrameItem",
type = "LumberBenchItem",
typeID = nil,
typeID = 0,
},
},
["Metal Keel"] = {
["Lumber Chair"] = {
untranslated = "Metal Keel",
untranslated = "Lumber Chair",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "The backbone of any metal ship.",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,217: Line 27,391:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,233: Line 27,407:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,242: Line 27,416:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetalKeelItem",
type = "LumberChairItem",
typeID = nil,
typeID = 0,
},
},
["Metal Rudder"] = {
["Lumber Door"] = {
untranslated = "Metal Rudder",
untranslated = "Lumber Door",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "If you dont have one of these, you have no control over your heading.",
description = "A door made from finely cut lumber.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,264: Line 27,434:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 28,271: Line 27,441:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,280: Line 27,450:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,289: Line 27,459:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetalRudderItem",
type = "LumberDoorItem",
typeID = nil,
typeID = 0,
},
},
["Metallurgy Research Paper Advanced"] = {
["Lumber Dresser"] = {
untranslated = "Metallurgy Research Paper Advanced",
untranslated = "Lumber Dresser",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Research Papers",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,311: Line 27,479:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,327: Line 27,495:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,336: Line 27,504:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetallurgyResearchPaperAdvancedItem",
type = "LumberDresserItem",
typeID = nil,
typeID = 0,
},
},
["Metallurgy Research Paper Basic"] = {
["Lumber Stockpile"] = {
untranslated = "Metallurgy Research Paper Basic",
untranslated = "Lumber Stockpile",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Research Papers",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,358: Line 27,522:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 28,365: Line 27,529:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,374: Line 27,538:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "10x10x9",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,383: Line 27,547:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetallurgyResearchPaperBasicItem",
type = "LumberStockpileItem",
typeID = nil,
typeID = 0,
},
},
["Metallurgy Research Paper Modern"] = {
["Lumber Table"] = {
untranslated = "Metallurgy Research Paper Modern",
untranslated = "Lumber Table",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A document containing important research information. Used to discover new skills at the research table.",
description = "A large lumber table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Research Papers",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,405: Line 27,567:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,421: Line 27,583:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,430: Line 27,592:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MetallurgyResearchPaperModernItem",
type = "LumberTableItem",
typeID = nil,
typeID = 0,
},
},
Milk = {
["Lupine Seed"] = {
untranslated = "Milk",
untranslated = "Lupine Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Milk, although maybe not from an animal.",
description = "Plant to grow lupine.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10",
weight = 50,
calories = "120",
calories = 0,
carbs = "3",
carbs = 0,
protein = "10",
protein = 0,
fat = "7",
fat = 0,
vitamins = "0",
vitamins = 0,
density = nil,
density = 0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 28,457: Line 27,620:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,475: Line 27,638:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MilkItem",
type = "LupineSeedItem",
typeID = nil,
typeID = 0,
},
},
Mill = {
Macarons = {
untranslated = "Mill",
untranslated = "Macarons",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "Refines food resources by crushing them under a stone millstone.",
description = "A small circular biscuit with a sweet huckleberry filling.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Kitchen",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 200,
calories = nil,
calories = 1000,
carbs = nil,
carbs = 20,
protein = nil,
protein = 7,
fat = nil,
fat = 14,
vitamins = nil,
vitamins = 16,
density = nil,
density = 5.7,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 28,504: Line 27,665:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,522: Line 27,683:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MillItem",
type = "MacaronsItem",
typeID = nil,
typeID = 0,
},
},
["Milling Upgrade"] = {
["Machinist Table"] = {
untranslated = "Milling Upgrade",
untranslated = "Machinist Table",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Work Stations",
description = "Basic Upgrade that greatly increases efficiency when crafting Milling recipes.",
description = "A fancy tool bench that creates equally fancy toys.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Crafting Table",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,548: Line 27,707:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,560: Line 27,719:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,569: Line 27,728:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MillingUpgradeItem",
type = "MachinistTableItem",
typeID = nil,
typeID = 0,
},
},
["Millionaires Salad"] = {
["Marmot Carcass"] = {
untranslated = "Millionaires Salad",
untranslated = "Marmot Carcass",
category = nil,
category = nil,
group = "Food",
group = "Item",
description = "A decadent yet healthy assemblage.",
description = "A dead marmot.",
tagGroups = {
tagGroups = {},
"Cooking",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 1000,
calories = "1000",
calories = nil,
carbs = "18",
carbs = nil,
protein = "6",
protein = nil,
fat = "6",
fat = nil,
vitamins = "26",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 28,597: Line 27,753:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,615: Line 27,771:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MillionairesSaladItem",
type = "MarmotCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Mining Advanced Upgrade"] = {
["Masonry Advanced Upgrade"] = {
untranslated = "Mining Advanced Upgrade",
untranslated = "Masonry Advanced Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Upgrade",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,644: Line 27,798:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,662: Line 27,816:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MiningAdvancedUpgradeItem",
type = "MasonryAdvancedUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Mining Basic Upgrade"] = {
["Masonry Basic Upgrade"] = {
untranslated = "Mining Basic Upgrade",
untranslated = "Masonry Basic Upgrade",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Upgrade Modules",
description = "Basic Upgrade that greatly increases efficiency when crafting Mining recipes.",
description = "Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Upgrade",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,691: Line 27,843:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,709: Line 27,861:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MiningBasicUpgradeItem",
type = "MasonryBasicUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Mining Modern Upgrade"] = {
["Masonry Skill Book"] = {
untranslated = "Mining Modern Upgrade",
untranslated = "Masonry Skill Book",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Skill Books",
description = "Modern Upgrade that greatly increases efficiency when crafting Mining recipes.",
description = "Masonry Skill Book",
tagGroups = {
tagGroups = {
"Plugin Module",
"Skill Books",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,738: Line 27,888:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,756: Line 27,906:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MiningModernUpgradeItem",
type = "Masonry Skill BookItem",
typeID = nil,
typeID = 0,
},
},
Mint = {
["Masonry Skill Scroll"] = {
untranslated = "Mint",
untranslated = "Masonry Skill Scroll",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Scrolls",
description = "Allows for the creation of currency.",
description = "Masonry Skill Scroll",
tagGroups = {
tagGroups = {
"Economic",
"Skill Scrolls",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 28,785: Line 27,933:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,803: Line 27,951:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MintItem",
type = "Masonry Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
Mochi = {
["Masonry Table"] = {
untranslated = "Mochi",
untranslated = "Masonry Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Watch your hands!",
description = "A workstation for hewing and shaping stone into usable objects.",
tagGroups = {
tagGroups = {
"Cooking",
"Crafting Table",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = "750",
calories = nil,
carbs = "25",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "5",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,840: Line 27,987:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 28,849: Line 27,996:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MochiItem",
type = "MasonryTableItem",
typeID = nil,
typeID = 0,
},
},
["Modern Double Street Light"] = {
["Meat Pie"] = {
untranslated = "Modern Double Street Light",
untranslated = "Meat Pie",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A towering metal light post that requires electricity to run.",
description = "Much like a huckleberry pie, but filled to the brim with succulent meat.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
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 28,878: Line 28,023:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,896: Line 28,041:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernDoubleStreetLightItem",
type = "MeatPieItem",
typeID = nil,
typeID = 0,
},
},
["Modern Street Light"] = {
["Meat Stock"] = {
untranslated = "Modern Street Light",
untranslated = "Meat Stock",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A towering metal light post that requires electricity to run.",
description = "A meaty stock made from the flesh of animals.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 800,
calories = nil,
calories = 600,
carbs = nil,
carbs = 3,
protein = nil,
protein = 8,
fat = nil,
fat = 9,
vitamins = nil,
vitamins = 0,
density = nil,
density = 3.3333333333333335,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 28,925: Line 28,068:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,943: Line 28,086:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernStreetLightItem",
type = "MeatStockItem",
typeID = nil,
typeID = 0,
},
},
["Modern Upgrade Lvl1"] = {
["Meaty Stew"] = {
untranslated = "Modern Upgrade Lvl1",
untranslated = "Meaty Stew",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Modern Upgrade with great efficiency increase.",
description = "A thick meaty stew. A great source of protein.",
tagGroups = {
tagGroups = {
"Modern Upgrades",
"Food",
"Plugin Module",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 500,
calories = nil,
calories = 1100,
carbs = nil,
carbs = 6,
protein = nil,
protein = 13,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 1,
density = nil,
density = 2.727272727272727,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 28,972: Line 28,113:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 28,990: Line 28,131:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl1Item",
type = "MeatyStewItem",
typeID = nil,
typeID = 0,
},
},
["Modern Upgrade Lvl2"] = {
["Mechanical Water Pump"] = {
untranslated = "Modern Upgrade Lvl2",
untranslated = "Mechanical Water Pump",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Modern Upgrade with great efficiency increase.",
description = "Pumps water from a source into a pipe network.",
tagGroups = {
tagGroups = {},
"Modern Upgrades",
maxStack = 1,
"Plugin Module",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,019: Line 28,156:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,028: Line 28,165:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,037: Line 28,174:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl2Item",
type = "MechanicalWaterPumpItem",
typeID = nil,
typeID = 0,
},
},
["Modern Upgrade Lvl3"] = {
["Mechanics Advanced Upgrade"] = {
untranslated = "Modern Upgrade Lvl3",
untranslated = "Mechanics 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 Mechanics recipes.",
tagGroups = {
tagGroups = {
"Modern Upgrades",
"Upgrade",
"Plugin Module",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,066: Line 28,201:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,084: Line 28,219:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl3Item",
type = "MechanicsAdvancedUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Modern Upgrade Lvl4"] = {
["Mechanics Modern Upgrade"] = {
untranslated = "Modern Upgrade Lvl4",
untranslated = "Mechanics 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 Mechanics recipes.",
tagGroups = {
tagGroups = {
"Modern Upgrades",
"Upgrade",
"Plugin Module",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,113: Line 28,246:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,131: Line 28,264:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ModernUpgradeLvl4Item",
type = "MechanicsModernUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Moon Jellyfish"] = {
["Mechanics Skill Book"] = {
untranslated = "Moon Jellyfish",
untranslated = "Mechanics Skill Book",
category = nil,
category = nil,
group = "Natural Resources",
group = "Skill Books",
description = "A moon jellyfish.",
description = "Mechanics Skill Book",
tagGroups = {
tagGroups = {
"Animal",
"Skill Books",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,153: Line 28,284:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 29,160: Line 28,291:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,178: Line 28,309:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MoonJellyfishItem",
type = "Mechanics Skill BookItem",
typeID = nil,
typeID = 0,
},
},
Mortar = {
["Mechanics Skill Scroll"] = {
untranslated = "Mortar",
untranslated = "Mechanics Skill Scroll",
category = nil,
category = nil,
group = "Items",
group = "Skill Scrolls",
description = "A binding pitch useful as a mortar.",
description = "Mechanics Skill Scroll",
tagGroups = {
tagGroups = {
"Item",
"Skill Scrolls",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,200: Line 28,329:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 29,207: Line 28,336:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,225: Line 28,354:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortarItem",
type = "Mechanics Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Basalt"] = {
["Medium Fishing Trawler"] = {
untranslated = "Mortared Basalt",
untranslated = "Medium Fishing Trawler",
category = nil,
category = nil,
group = "Block",
group = "Crafted Objects",
description = "Used to create tough but rudimentary buildings.",
description = "",
tagGroups = {
tagGroups = {
"Block",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,245: Line 28,374:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 29,252: Line 28,381:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,261: Line 28,390:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x14x10",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,270: Line 28,399:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredBasaltItem",
type = "MediumFishingTrawlerItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Gneiss"] = {
["Medium Metal Ship Frame"] = {
untranslated = "Mortared Gneiss",
untranslated = "Medium Metal Ship Frame",
category = nil,
category = nil,
group = "Block",
group = "Items",
description = "Used to create tough but rudimentary buildings.",
description = "A medium metal frame for constructing a naval vessel.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 100,
},
carried = "Backpack",
maxStack = 0,
weight = 15000,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,290: Line 28,417:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 29,297: Line 28,424:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,315: Line 28,442:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGneissItem",
type = "MediumMetalShipFrameItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Granite"] = {
["Medium Shipyard"] = {
untranslated = "Mortared Granite",
untranslated = "Medium Shipyard",
category = nil,
category = nil,
group = "Blocks",
group = "Work Stations",
description = "Used to create tough but rudimentary buildings.",
description = "A bigger more suitable place to build larger vessels with more extensive functionalities.",
tagGroups = {
tagGroups = {
"Block",
"Crafting Table",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,337: Line 28,462:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,353: Line 28,478:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "9x16x6",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,362: Line 28,487:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteItem",
type = "MediumShipyardItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Granite Bench"] = {
["Medium Wooden Ship Frame"] = {
untranslated = "Mortared Granite Bench",
untranslated = "Medium Wooden Ship Frame",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A basic stone bench for sitting.",
description = "A medium wooden frame for constructing a larger naval vessel.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 15000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,391: Line 28,512:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,409: Line 28,530:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteBenchItem",
type = "MediumWoodenShipFrameItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Granite Chair"] = {
["Metal Keel"] = {
untranslated = "Mortared Granite Chair",
untranslated = "Metal Keel",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "An early stone chair. Not too comfy but it does the job.",
description = "The backbone of any metal ship.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,438: Line 28,555:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,456: Line 28,573:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteChairItem",
type = "MetalKeelItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Granite Door"] = {
["Metal Rudder"] = {
untranslated = "Mortared Granite Door",
untranslated = "Metal Rudder",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A heavy mortared stone door.",
description = "If you dont have one of these, you have no control over your heading.",
tagGroups = {
tagGroups = {},
"Doors",
maxStack = 100,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,485: Line 28,598:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,503: Line 28,616:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteDoorItem",
type = "MetalRudderItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Granite Fireplace"] = {
["Metallurgy Research Paper Advanced"] = {
untranslated = "Mortared Granite Fireplace",
untranslated = "Metallurgy Research Paper Advanced",
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 document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Advanced Research",
"Living Room",
"Research",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,532: Line 28,644:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,550: Line 28,662:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteFireplaceItem",
type = "MetallurgyResearchPaperAdvancedItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Granite Table"] = {
["Metallurgy Research Paper Basic"] = {
untranslated = "Mortared Granite Table",
untranslated = "Metallurgy Research Paper Basic",
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 = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Basic Research",
"Seating",
"Research",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,579: Line 28,690:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,597: Line 28,708:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredGraniteTableItem",
type = "MetallurgyResearchPaperBasicItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Limestone"] = {
["Metallurgy Research Paper Modern"] = {
untranslated = "Mortared Limestone",
untranslated = "Metallurgy Research Paper Modern",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Used to create tough but rudimentary buildings.",
description = "A document containing important research information. Used to discover new skills at the research table.",
tagGroups = {
tagGroups = {
"Block",
"Modern Research",
"Blocks",
"Research",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,619: Line 28,729:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 29,626: Line 28,736:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,644: Line 28,754:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredLimestoneItem",
type = "MetallurgyResearchPaperModernItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Sandstone"] = {
Mill = {
untranslated = "Mortared Sandstone",
untranslated = "Mill",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Used to create tough but rudimentary buildings.",
description = "Refines food resources by crushing them under a stone millstone.",
tagGroups = {
tagGroups = {
"Block",
"Crafting Table",
"Blocks",
"Housing",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,666: Line 28,775:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,682: Line 28,791:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 29,691: Line 28,800:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredSandstoneItem",
type = "MillItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Shale"] = {
["Milling Skill Book"] = {
untranslated = "Mortared Shale",
untranslated = "Milling Skill Book",
category = nil,
category = nil,
group = "Block",
group = "Skill Books",
description = "Used to create tough but rudimentary buildings.",
description = "Milling Skill Book",
tagGroups = {
tagGroups = {
"Block",
"Skill Books",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,711: Line 28,820:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 29,718: Line 28,827:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,736: Line 28,845:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredShaleItem",
type = "Milling Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Stone"] = {
["Milling Skill Scroll"] = {
untranslated = "Mortared Stone",
untranslated = "Milling Skill Scroll",
category = nil,
category = nil,
group = "Blocks",
group = "Skill Scrolls",
description = "Old stone",
description = "Milling Skill Scroll",
tagGroups = {
tagGroups = {
"Block",
"Skill Scrolls",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 10,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,758: Line 28,865:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 29,765: Line 28,872:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,783: Line 28,890:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneItem",
type = "Milling Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Stone Bench"] = {
["Milling Upgrade"] = {
untranslated = "Mortared Stone Bench",
untranslated = "Milling Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A basic stone bench for sitting.",
description = "Basic Upgrade that greatly increases efficiency when crafting Milling recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,812: Line 28,917:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,830: Line 28,935:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneBenchItem",
type = "MillingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Stone Chair"] = {
["Millionaires Salad"] = {
untranslated = "Mortared Stone Chair",
untranslated = "Millionaires Salad",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "An early stone chair. Not too comfy but it does the job.",
description = "A decadent yet healthy assemblage.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 400,
calories = nil,
calories = 1000,
carbs = nil,
carbs = 18,
protein = nil,
protein = 6,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 26,
density = nil,
density = 5.6000000000000005,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 29,859: Line 28,962:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,877: Line 28,980:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneChairItem",
type = "MillionairesSaladItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Stone Door"] = {
["Mining Advanced Upgrade"] = {
untranslated = "Mortared Stone Door",
untranslated = "Mining Advanced Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A heavy mortared stone door.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.",
tagGroups = {
tagGroups = {
"Doors",
"Upgrade",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,906: Line 29,007:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,924: Line 29,025:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneDoorItem",
type = "MiningAdvancedUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Stone Fireplace"] = {
["Mining Basic Upgrade"] = {
untranslated = "Mortared Stone Fireplace",
untranslated = "Mining Basic Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
description = "Basic Upgrade that greatly increases efficiency when crafting Mining recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Living Room",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 29,953: Line 29,052:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 29,971: Line 29,070:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneFireplaceItem",
type = "MiningBasicUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Mortared Stone Table"] = {
["Mining Modern Upgrade"] = {
untranslated = "Mortared Stone Table",
untranslated = "Mining Modern Upgrade",
category = nil,
category = nil,
group = "Housing Objects",
group = "Upgrade Modules",
description = "An early stone table. Not much to look at but it does the job.",
description = "Modern Upgrade that greatly increases efficiency when crafting Mining recipes.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Upgrade",
"Seating",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,000: Line 29,097:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,018: Line 29,115:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MortaredStoneTableItem",
type = "MiningModernUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Mountain Goat Carcass"] = {
Mint = {
untranslated = "Mountain Goat Carcass",
untranslated = "Mint",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "A dead mountain goat.",
description = "Allows for the creation of currency.",
tagGroups = {
tagGroups = {},
"Animal",
maxStack = 1,
"Item",
"Natural Resources",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "3000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,040: Line 29,133:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,047: Line 29,140:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,056: Line 29,149:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,065: Line 29,158:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MountainGoatCarcassItem",
type = "MintItem",
typeID = nil,
typeID = 0,
},
},
["Muffin Hat"] = {
Mochi = {
untranslated = "Muffin Hat",
untranslated = "Mochi",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "I have no idea why it's called that but it's not edible.",
description = "Watch your hands!",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
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 30,092: Line 29,185:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,110: Line 29,203:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "MuffinHatItem",
type = "MochiItem",
typeID = nil,
typeID = 0,
},
},
Nail = {
["Modern Axe"] = {
untranslated = "Nail",
untranslated = "Modern Axe",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Nails used for construction.",
description = "A modern axe with a non-slip handle made using fiberglass.",
tagGroups = {
tagGroups = {
"Item",
"Tool",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,132: Line 29,223:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,139: Line 29,230:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,157: Line 29,248:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NailItem",
type = "ModernAxeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 2500.0,
ToolDamage = 2.5,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Modern",
},
},
["Normal Hair"] = {
["Modern Double Street Light"] = {
untranslated = "Normal Hair",
untranslated = "Modern Double Street Light",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "The hair with a completely normal amount of flare.",
description = "A towering metal light post that requires electricity to run.",
tagGroups = {
tagGroups = {
"Clothing",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,180: Line 29,277:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,193: Line 29,290:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x5x7",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,202: Line 29,299:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NormalHairItem",
type = "ModernDoubleStreetLightItem",
typeID = nil,
typeID = 0,
},
},
["Nuclear Fuel"] = {
["Modern Hammer"] = {
untranslated = "Nuclear Fuel",
untranslated = "Modern Hammer",
category = nil,
category = nil,
group = "Item",
group = "Items",
description = "Unstable nuclear fuel.",
description = "A modern hammer with a non-slip handle made using fiberglass.",
tagGroups = {
tagGroups = {
"Item",
"Tool",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,222: Line 29,319:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,229: Line 29,326:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,247: Line 29,344:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NuclearFuelItem",
type = "ModernHammerItem",
typeID = nil,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 2500.0,
ToolRepairType = "Modern",
},
},
Nylon = {
["Modern Hoe"] = {
untranslated = "Nylon",
untranslated = "Modern Hoe",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Nylon is a synthetic polymer that can be used as a cheap alternative to more natural textiles. ",
description = "A modern hoe with increased range.",
tagGroups = {
tagGroups = {
"Item",
"Tool",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,269: Line 29,367:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,276: Line 29,374:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,294: Line 29,392:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonItem",
type = "ModernHoeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 1500.0,
ToolRepairType = "Modern",
},
},
["Nylon Carpet"] = {
["Modern Machete"] = {
untranslated = "Nylon Carpet",
untranslated = "Modern Machete",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A woven nylon floor covering attached to a lumber backing.",
description = "A machete used to quickly clear plants. Has a large AoE with each swing.",
tagGroups = {
tagGroups = {
"Block",
"Tool",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,316: Line 29,415:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,323: Line 29,422:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,341: Line 29,440:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonCarpetItem",
type = "ModernMacheteItem",
typeID = nil,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 2000.0,
ToolRepairType = "Modern",
},
},
["Nylon Chips"] = {
["Modern Pickaxe"] = {
untranslated = "Nylon Chips",
untranslated = "Modern Pickaxe",
category = nil,
category = nil,
group = "Item",
group = "Items",
description = "",
description = "A modern pickaxe with a non-slip handle made using fiberglass.",
tagGroups = {
tagGroups = {
"Item",
"Tool",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,361: Line 29,463:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,368: Line 29,470:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,386: Line 29,488:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonChipsItem",
type = "ModernPickaxeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 2000.0,
ToolDamage = 4.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Modern",
},
},
["Nylon Curtains"] = {
["Modern Rock Drill"] = {
untranslated = "Nylon Curtains",
untranslated = "Modern Rock Drill",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "Curtains made out of plastic? \\n\\n (Only cosmetic does not impact room value.)",
description = "A gasoline-powered alternative for faster geological sampling.",
tagGroups = {
tagGroups = {
"Block",
"Tool",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,408: Line 29,514:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,415: Line 29,521:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,433: Line 29,539:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonCurtainsItem",
type = "ModernRockDrillItem",
typeID = nil,
typeID = 0,
ToolVariant = "Drill",
ToolDurability = 1000.0,
ToolRepairType = "Gasoline",
},
},
["Nylon Fabric"] = {
["Modern Scythe"] = {
untranslated = "Nylon Fabric",
untranslated = "Modern Scythe",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A synthetic fabric that is desired for its durability and cheap cost to produce.",
description = "A modern scythe used to harvest crops or cut grass. Has a large AoE with each swing.",
tagGroups = {
tagGroups = {
"Item",
"Tool",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,455: Line 29,562:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,462: Line 29,569:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,480: Line 29,587:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonFabricItem",
type = "ModernScytheItem",
typeID = nil,
typeID = 0,
ToolVariant = "Scythe",
ToolDurability = 2000.0,
ToolRepairType = "Modern",
},
},
["Nylon Futon Bed"] = {
["Modern Shovel"] = {
untranslated = "Nylon Futon Bed",
untranslated = "Modern Shovel",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A classic futon for when regular beds are too soft.",
description = "Terraforming is the first step towards a flourishing civilization and now you can do it with style and less repairs.",
tagGroups = {
tagGroups = {
"Bedroom",
"Tool",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,509: Line 29,617:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,527: Line 29,635:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonFutonBedItem",
type = "ModernShovelItem",
typeID = nil,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 2000.0,
ToolRepairType = "Modern",
ToolCarryCapacity = 10.0,
},
},
["Nylon Futon Couch"] = {
["Modern Street Light"] = {
untranslated = "Nylon Futon Couch",
untranslated = "Modern Street Light",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A modern styled couch with a classic touch.",
description = "A towering metal light post that requires electricity to run.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Living Room",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,552: Line 29,662:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,565: Line 29,675:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x7",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 30,574: Line 29,684:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonFutonCouchItem",
type = "ModernStreetLightItem",
typeID = nil,
typeID = 0,
},
},
["Nylon Mooring Rope"] = {
["Modern Upgrade 1"] = {
untranslated = "Nylon Mooring Rope",
untranslated = "Modern Upgrade 1",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A strong synthetic rope used to make sure a ship does not drift away.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Item",
"Modern Upgrade",
"Items",
"Upgrade",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,596: Line 29,705:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,603: Line 29,712:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,621: Line 29,730:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonMooringRopeItem",
type = "ModernUpgradeLvl1Item",
typeID = nil,
typeID = 0,
},
},
["Nylon Thread"] = {
["Modern Upgrade 2"] = {
untranslated = "Nylon Thread",
untranslated = "Modern Upgrade 2",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "Synthetic thread that has more resistance to abrasion than more natural threads.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Item",
"Modern Upgrade",
"Items",
"Upgrade",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "25",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,643: Line 29,751:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,650: Line 29,758:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,668: Line 29,776:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonThreadItem",
type = "ModernUpgradeLvl2Item",
typeID = nil,
typeID = 0,
},
},
["Nylon Trawler Net"] = {
["Modern Upgrade 3"] = {
untranslated = "Nylon Trawler Net",
untranslated = "Modern Upgrade 3",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Item",
"Modern Upgrade",
"Items",
"Upgrade",
"Tools",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,690: Line 29,797:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,697: Line 29,804:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,715: Line 29,822:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "NylonTrawlerNetItem",
type = "ModernUpgradeLvl3Item",
typeID = nil,
typeID = 0,
},
},
["Oak Log"] = {
["Modern Upgrade 4"] = {
untranslated = "Oak Log",
untranslated = "Modern Upgrade 4",
category = nil,
category = nil,
group = "Natural Resources",
group = "Upgrade Modules",
description = "Oak log is a type of hardwood. With its great strength and hardness, oak is commonly used for furniture and building materials.",
description = "Modern Upgrade with great efficiency increase.",
tagGroups = {
tagGroups = {
"Block",
"Modern Upgrade",
"Logs",
"Upgrade",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,737: Line 29,843:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,744: Line 29,850:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,762: Line 29,868:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OakLogItem",
type = "ModernUpgradeLvl4Item",
typeID = nil,
typeID = 0,
},
},
["Ocean Spray Seed"] = {
["Moon Jellyfish"] = {
untranslated = "Ocean Spray Seed",
untranslated = "Moon Jellyfish",
category = nil,
category = nil,
group = "Seed",
group = "Natural Resources",
description = "Plant to grow ocean spray.",
description = "A moon jellyfish.",
tagGroups = {
tagGroups = {
"Seed",
"Fish",
"Small Fish",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 200,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 30,789: Line 29,896:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,807: Line 29,914:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OceanSpraySeedItem",
type = "MoonJellyfishItem",
typeID = nil,
typeID = 0,
},
},
["Office Mailbox"] = {
Mortar = {
untranslated = "Office Mailbox",
untranslated = "Mortar",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "",
description = "A binding pitch useful as a mortar.",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,834: Line 29,939:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,852: Line 29,957:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OfficeMailboxItem",
type = "MortarItem",
typeID = nil,
typeID = 0,
},
},
Oil = {
["Mortared Basalt"] = {
untranslated = "Oil",
untranslated = "Mortared Basalt",
category = nil,
category = nil,
group = "Food",
group = "Block",
description = "A plant fat extracted for use in cooking.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 20,
"Ingredients",
carried = "Hands",
},
weight = 10000,
maxStack = 0,
calories = nil,
carried = "Backpack",
carbs = nil,
weight = "100",
protein = nil,
calories = "120",
fat = nil,
carbs = "0",
vitamins = nil,
protein = "0",
fat = "15",
vitamins = "0",
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 30,880: Line 29,982:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,898: Line 30,000:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilItem",
type = "MortaredBasaltItem",
typeID = nil,
typeID = 0,
},
},
["Oil Drilling Upgrade"] = {
["Mortared Gneiss"] = {
untranslated = "Oil Drilling Upgrade",
untranslated = "Mortared Gneiss",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Block",
description = "Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 20,
"Specialty Upgrades",
carried = "Hands",
"Upgrade Modules",
weight = 10000,
},
maxStack = 0,
carried = "Backpack",
weight = "1",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,927: Line 30,025:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,945: Line 30,043:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilDrillingUpgradeItem",
type = "MortaredGneissItem",
typeID = nil,
typeID = 0,
},
},
["Oil Head Lamp"] = {
["Mortared Granite"] = {
untranslated = "Oil Head Lamp",
untranslated = "Mortared Granite",
category = nil,
category = nil,
group = "Clothing",
group = "Blocks",
description = "An iron hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {
"Clothing",
"Constructable",
"Mortared Stone",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "100",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 30,972: Line 30,071:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 30,990: Line 30,089:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilHeadLampItem",
type = "MortaredGraniteItem",
typeID = nil,
typeID = 0,
},
},
["Oil Paint"] = {
["Mortared Granite Bench"] = {
untranslated = "Oil Paint",
untranslated = "Mortared Granite Bench",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A collection of paint variations used for art supplies.",
description = "A basic stone bench for sitting.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,012: Line 30,109:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,028: Line 30,125:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,037: Line 30,134:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilPaintItem",
type = "MortaredGraniteBenchItem",
typeID = nil,
typeID = 0,
},
},
["Oil Refinery"] = {
["Mortared Granite Chair"] = {
untranslated = "Oil Refinery",
untranslated = "Mortared Granite Chair",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "Sets of pipes and tanks which refine crude petroleum into usable products.",
description = "An early stone chair. Not too comfy but it does the job.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,062: Line 30,157:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,075: Line 30,170:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,084: Line 30,179:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OilRefineryItem",
type = "MortaredGraniteChairItem",
typeID = nil,
typeID = 0,
},
},
["Orange Vase"] = {
["Mortared Granite Door"] = {
untranslated = "Orange Vase",
untranslated = "Mortared Granite Door",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A vase made with glass to brighten up your home.",
description = "A heavy mortared stone door.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,113: Line 30,204:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,122: Line 30,213:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,131: Line 30,222:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrangeVaseItem",
type = "MortaredGraniteDoorItem",
typeID = nil,
typeID = 0,
},
},
Orchid = {
["Mortared Granite Fireplace"] = {
untranslated = "Orchid",
untranslated = "Mortared Granite Fireplace",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Placeholder Description.",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Produce",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = "",
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,168: Line 30,258:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,177: Line 30,267:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrchidItem",
type = "MortaredGraniteFireplaceItem",
typeID = nil,
typeID = 0,
},
},
["Orchid Seed"] = {
["Mortared Granite Table"] = {
untranslated = "Orchid Seed",
untranslated = "Mortared Granite Table",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow an orchid.",
description = "An early stone table. Not much to look at but it does the job.",
tagGroups = {
tagGroups = {
"Seed",
"Housing",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,213: Line 30,303:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,222: Line 30,312:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrchidSeedItem",
type = "MortaredGraniteTableItem",
typeID = nil,
typeID = 0,
},
},
["Ornate Gold Frame Landscape"] = {
["Mortared Limestone"] = {
untranslated = "Ornate Gold Frame Landscape",
untranslated = "Mortared Limestone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {
"Cultural",
"Constructable",
"Housing Objects",
"Mortared Stone",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,251: Line 30,340:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,269: Line 30,358:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateGoldFrameLandscapeItem",
type = "MortaredLimestoneItem",
typeID = nil,
typeID = 0,
},
},
["Ornate Gold Frame Wide"] = {
["Mortared Sandstone"] = {
untranslated = "Ornate Gold Frame Wide",
untranslated = "Mortared Sandstone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {
"Cultural",
"Constructable",
"Housing Objects",
"Mortared Stone",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,298: Line 30,386:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,316: Line 30,404:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateGoldFrameWideItem",
type = "MortaredSandstoneItem",
typeID = nil,
typeID = 0,
},
},
["Ornate Iron Frame Landscape"] = {
["Mortared Shale"] = {
untranslated = "Ornate Iron Frame Landscape",
untranslated = "Mortared Shale",
category = nil,
category = nil,
group = "Housing Objects",
group = "Block",
description = "",
description = "Used to create tough but rudimentary buildings.",
tagGroups = {
tagGroups = {},
"Cultural",
maxStack = 20,
"Housing Objects",
carried = "Hands",
"World Object",
weight = 10000,
},
maxStack = 0,
carried = "Backpack",
weight = "1000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,345: Line 30,429:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,363: Line 30,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateIronFrameLandscapeItem",
type = "MortaredShaleItem",
typeID = nil,
typeID = 0,
},
},
["Ornate Iron Frame Wide"] = {
["Mortared Stone"] = {
untranslated = "Ornate Iron Frame Wide",
untranslated = "Mortared Stone",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "",
description = "Old stone",
tagGroups = {
tagGroups = {
"Cultural",
"Constructable",
"Housing Objects",
"Mortared Stone",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,392: Line 30,475:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,410: Line 30,493:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateIronFrameWideItem",
type = "MortaredStoneItem",
typeID = nil,
typeID = 0,
},
},
["Ornate Wooden Frame Landscape"] = {
["Mortared Stone Bench"] = {
untranslated = "Ornate Wooden Frame Landscape",
untranslated = "Mortared Stone Bench",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "",
description = "A basic stone bench for sitting.",
tagGroups = {
tagGroups = {
"Cultural",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,435: Line 30,516:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,448: Line 30,529:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,457: Line 30,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateWoodenFrameLandscapeItem",
type = "MortaredStoneBenchItem",
typeID = nil,
typeID = 0,
},
},
["Ornate Wooden Frame Wide"] = {
["Mortared Stone Chair"] = {
untranslated = "Ornate Wooden Frame Wide",
untranslated = "Mortared Stone Chair",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "",
description = "An early stone chair. Not too comfy but it does the job.",
tagGroups = {
tagGroups = {
"Cultural",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,482: Line 30,561:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,495: Line 30,574:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,504: Line 30,583:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OrnateWoodenFrameWideItem",
type = "MortaredStoneChairItem",
typeID = nil,
typeID = 0,
},
},
["Otter Carcass"] = {
["Mortared Stone Door"] = {
untranslated = "Otter Carcass",
untranslated = "Mortared Stone Door",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A dead otter.",
description = "A heavy mortared stone door.",
tagGroups = {
tagGroups = {},
"Animal",
maxStack = 1,
"Item",
"Natural Resources",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,526: Line 30,601:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 31,533: Line 30,608:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,542: Line 30,617:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,551: Line 30,626:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OtterCarcassItem",
type = "MortaredStoneDoorItem",
typeID = nil,
typeID = 0,
},
},
["Outpost Netting"] = {
["Mortared Stone Fireplace"] = {
untranslated = "Outpost Netting",
untranslated = "Mortared Stone Fireplace",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A way to store your items when you run out of floor space.",
description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Storage",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,576: Line 30,649:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Fireplace",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,589: Line 30,662:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,598: Line 30,671:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OutpostNettingItem",
type = "MortaredStoneFireplaceItem",
typeID = nil,
typeID = 0,
},
},
["Outpost Table"] = {
["Mortared Stone Table"] = {
untranslated = "Outpost Table",
untranslated = "Mortared Stone Table",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "An explorers best collection of information is stored here.",
description = "An early stone table. Not much to look at but it does the job.",
tagGroups = {
tagGroups = {
"Government",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,623: Line 30,694:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Seating",
furnitureType = nil,
furnitureType = "Table",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,636: Line 30,707:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 31,645: Line 30,716:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "OutpostTableItem",
type = "MortaredStoneTableItem",
typeID = nil,
typeID = 0,
},
},
["Pacific Sardine"] = {
["Mountain Goat Carcass"] = {
untranslated = "Pacific Sardine",
untranslated = "Mountain Goat Carcass",
category = nil,
category = nil,
group = "Natural Resources",
group = "Natural Resources",
description = "A pacific sardine.",
description = "A dead mountain goat.",
tagGroups = {
tagGroups = {
"Animal",
"Medium Carcass",
"Item",
"Medium Wooly Carcass",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "150",
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,667: Line 30,737:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 31,674: Line 30,744:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,692: Line 30,762:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PacificSardineItem",
type = "MountainGoatCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Padded Chair"] = {
["Muffin Hat"] = {
untranslated = "Padded Chair",
untranslated = "Muffin Hat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A comfy chair to rest in.",
description = "I have no idea why it's called that but it's not edible.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Living Room",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,721: Line 30,789:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,739: Line 30,807:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaddedChairItem",
type = "MuffinHatItem",
typeID = nil,
typeID = 0,
},
},
["Palm Log"] = {
Nail = {
untranslated = "Palm Log",
untranslated = "Nail",
category = nil,
category = nil,
group = "Natural Resources",
group = "Items",
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 = "Nails used for construction.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 100,
"Logs",
carried = "Backpack",
"Natural Resources",
weight = 100,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,761: Line 30,825:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 31,768: Line 30,832:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,786: Line 30,850:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PalmLogItem",
type = "NailItem",
typeID = nil,
typeID = 0,
},
},
["Palm Seed"] = {
["Nuclear Fuel"] = {
untranslated = "Palm Seed",
untranslated = "Nuclear Fuel",
category = nil,
category = nil,
group = "Seed",
group = "Item",
description = "Plant to grow a palm tree.",
description = "Unstable nuclear fuel.",
tagGroups = {
tagGroups = {},
"Seed",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 10000,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 31,813: Line 30,875:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,831: Line 30,893:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PalmSeedItem",
type = "NuclearFuelItem",
typeID = nil,
typeID = 0,
},
},
Papaya = {
Nylon = {
untranslated = "Papaya",
untranslated = "Nylon",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Nice fresh Papaya.",
description = "Nylon is a synthetic polymer that can be used as a cheap alternative to more natural textiles. ",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 100,
"Produce",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 500,
calories = "200",
calories = nil,
carbs = "2",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "5",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 31,859: Line 30,918:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,877: Line 30,936:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PapayaItem",
type = "NylonItem",
typeID = nil,
typeID = 0,
},
},
["Papaya Seed"] = {
["Nylon Carpet"] = {
untranslated = "Papaya Seed",
untranslated = "Nylon Carpet",
category = nil,
category = nil,
group = "Seed",
group = "Blocks",
description = "Plant to grow a papaya plant.",
description = "A woven nylon floor covering attached to a lumber backing.",
tagGroups = {
tagGroups = {
"Seed",
"Constructable",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 31,904: Line 30,963:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 4,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,922: Line 30,981:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PapayaSeedItem",
type = "NylonCarpetItem",
typeID = nil,
typeID = 0,
},
},
Paper = {
["Nylon Chips"] = {
untranslated = "Paper",
untranslated = "Nylon Chips",
category = nil,
category = nil,
group = "Items",
group = "Item",
description = "It's paper.",
description = "",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,944: Line 30,999:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "100",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 31,951: Line 31,006:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 31,969: Line 31,024:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaperItem",
type = "NylonChipsItem",
typeID = nil,
typeID = 0,
},
},
["Paper Machine"] = {
["Nylon Curtains"] = {
untranslated = "Paper Machine",
untranslated = "Nylon Curtains",
category = nil,
category = nil,
group = "World Object",
group = "Blocks",
description = "",
description = "Curtains made out of plastic? \\n\\n (Only cosmetic does not impact room value.)",
tagGroups = {
tagGroups = {
"World Object",
"Constructable",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 31,996: Line 31,051:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,014: Line 31,069:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaperMachineItem",
type = "NylonCurtainsItem",
typeID = nil,
typeID = 0,
},
},
["Paper Milling Upgrade"] = {
["Nylon Fabric"] = {
untranslated = "Paper Milling Upgrade",
untranslated = "Nylon Fabric",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Items",
description = "Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.",
description = "A synthetic fabric that is desired for its durability and cheap cost to produce.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Fabric",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,043: Line 31,096:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,061: Line 31,114:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaperMillingUpgradeItem",
type = "NylonFabricItem",
typeID = nil,
typeID = 0,
},
},
["Paper Streamers"] = {
["Nylon Futon Bed"] = {
untranslated = "Paper Streamers",
untranslated = "Nylon Futon Bed",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "A classic futon for when regular beds are too soft.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,084: Line 31,137:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,097: Line 31,150:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,106: Line 31,159:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PaperStreamersItem",
type = "NylonFutonBedItem",
typeID = nil,
typeID = 0,
},
},
["Pastry Dough"] = {
["Nylon Futon Couch"] = {
untranslated = "Pastry Dough",
untranslated = "Nylon Futon Couch",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "An extra fatty leavened dough for making yummy pastries.",
description = "A modern styled couch with a classic touch.",
tagGroups = {
tagGroups = {
"Baking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = "10",
calories = nil,
carbs = "4",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,143: Line 31,195:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,152: Line 31,204:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PastryDoughItem",
type = "NylonFutonCouchItem",
typeID = nil,
typeID = 0,
},
},
["Peasant Hair"] = {
["Nylon Mooring Rope"] = {
untranslated = "Peasant Hair",
untranslated = "Nylon Mooring Rope",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "The haircut your mom always made you get before you realized you could make your own decisions.",
description = "A strong synthetic rope used to make sure a ship does not drift away.",
tagGroups = {
tagGroups = {},
"Clothing",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,179: Line 31,229:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,197: Line 31,247:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PeasantHairItem",
type = "NylonMooringRopeItem",
typeID = nil,
typeID = 0,
},
},
["Pelt Fertilizer"] = {
["Nylon Thread"] = {
untranslated = "Pelt Fertilizer",
untranslated = "Nylon Thread",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A fertilize made from fur pelts and filler.",
description = "Synthetic thread that has more resistance to abrasion than more natural threads.",
tagGroups = {
tagGroups = {},
"Fertilizer",
maxStack = 100,
"Fertilizers",
"Items",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 25,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,226: Line 31,272:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,244: Line 31,290:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PeltFertilizerItem",
type = "NylonThreadItem",
typeID = nil,
typeID = 0,
},
},
Petroleum = {
["Nylon Trawler Net"] = {
untranslated = "Petroleum",
untranslated = "Nylon Trawler Net",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. Its extraction, transport, and burning all have environmental impacts.",
description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
tagGroups = {
tagGroups = {
"Block",
"Tool",
"Blocks",
"Liquids",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,266: Line 31,310:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,273: Line 31,317:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,291: Line 31,335:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PetroleumItem",
type = "NylonTrawlerNetItem",
typeID = nil,
typeID = 0,
ToolDurability = 2000.0,
ToolRepairType = "Nylon",
},
},
["Phad Thai"] = {
["Oak Log"] = {
untranslated = "Phad Thai",
untranslated = "Oak Log",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "They make you full, and proud.",
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 = {
"Cooking",
"Burnable Fuel",
"Food",
"Hardwood",
"Wood",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "400",
weight = 10000,
calories = "1200",
calories = nil,
carbs = "9",
carbs = nil,
protein = "11",
protein = nil,
fat = "19",
fat = nil,
vitamins = "5",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,319: Line 31,366:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,337: Line 31,384:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PhadThaiItem",
type = "OakLogItem",
typeID = nil,
typeID = 0,
},
},
["Phosphate Fertilizer"] = {
["Ocean Spray Seed"] = {
untranslated = "Phosphate Fertilizer",
untranslated = "Ocean Spray Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Phosphate fertilizer is a great source of Phosphorus.",
description = "Plant to grow ocean spray.",
tagGroups = {
tagGroups = {
"Fertilizer",
"Food",
"Fertilizers",
"Seeds",
"Items",
},
},
maxStack = 0,
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,366: Line 31,412:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,384: Line 31,430:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PhosphateFertilizerItem",
type = "OceanSpraySeedItem",
typeID = nil,
typeID = 0,
},
},
["Picture Frame"] = {
Oil = {
untranslated = "Picture Frame",
untranslated = "Oil",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "",
description = "A plant fat extracted for use in cooking.",
tagGroups = {
tagGroups = {
"World Object",
"Fat",
"Food",
"Oil",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
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,
Line 32,411: Line 31,459:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,429: Line 31,477:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PictureFrameItem",
type = "OilItem",
typeID = nil,
typeID = 0,
},
},
Pineapple = {
["Oil Drilling Skill Book"] = {
untranslated = "Pineapple",
untranslated = "Oil Drilling Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "Nice fresh Pineapple.",
description = "Oil Drilling Skill Book",
tagGroups = {
tagGroups = {
"Food",
"Skill Books",
"Produce",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "125",
weight = 100,
calories = "200",
calories = nil,
carbs = "6",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,457: Line 31,504:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,475: Line 31,522:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PineappleItem",
type = "Oil Drilling Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Pineapple Friend Rice"] = {
["Oil Drilling Skill Scroll"] = {
untranslated = "Pineapple Friend Rice",
untranslated = "Oil Drilling Skill Scroll",
category = nil,
category = nil,
group = "Food",
group = "Skill Scrolls",
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 = "Oil Drilling Skill Scroll",
tagGroups = {
tagGroups = {
"Cooking",
"Skill Scrolls",
"Food",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "150",
weight = 10,
calories = "720",
calories = nil,
carbs = "20",
carbs = nil,
protein = "9",
protein = nil,
fat = "12",
fat = nil,
vitamins = "12",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,503: Line 31,549:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,521: Line 31,567:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PineappleFriendRiceItem",
type = "Oil Drilling Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Pineapple Seed"] = {
["Oil Drilling Upgrade"] = {
untranslated = "Pineapple Seed",
untranslated = "Oil Drilling Upgrade",
category = nil,
category = nil,
group = "Seed",
group = "Upgrade Modules",
description = "Plant to grow a pineapple plant.",
description = "Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.",
tagGroups = {
tagGroups = {
"Seed",
"Upgrade",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 32,548: Line 31,594:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,566: Line 31,612:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PineappleSeedItem",
type = "OilDrillingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
Pirozhok = {
["Oil Head Lamp"] = {
untranslated = "Pirozhok",
untranslated = "Oil Head Lamp",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "A baked bun filled with tasty meat and mushrooms.",
description = "An iron hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
tagGroups = {
tagGroups = {
"Baking",
"Clothes",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 100,
calories = "850",
calories = nil,
carbs = "14",
carbs = nil,
protein = "19",
protein = nil,
fat = "10",
fat = nil,
vitamins = "4",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,594: Line 31,639:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,612: Line 31,657:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PirozhokItem",
type = "OilHeadLampItem",
typeID = nil,
typeID = 0,
},
},
Piston = {
["Oil Paint"] = {
untranslated = "Piston",
untranslated = "Oil Paint",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A moving component that transfers force. Can also function as a valve occasionally.",
description = "A collection of paint variations used for art supplies.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,634: Line 31,675:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 32,641: Line 31,682:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,659: Line 31,700:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PistonItem",
type = "OilPaintItem",
typeID = nil,
typeID = 0,
},
},
["Plant Fibers"] = {
["Oil Refinery"] = {
untranslated = "Plant Fibers",
untranslated = "Oil Refinery",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "Harvested from a number of plants, these fibers are useful for a surprising number of things.",
description = "Sets of pipes and tanks which refine crude petroleum into usable products.",
tagGroups = {
tagGroups = {
"Item",
"Crafting Table",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "25",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,681: Line 31,720:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "100",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,697: Line 31,736:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,706: Line 31,745:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlantFibersItem",
type = "OilRefineryItem",
typeID = nil,
typeID = 0,
},
},
["Plant Vase"] = {
["Orange Vase"] = {
untranslated = "Plant Vase",
untranslated = "Orange Vase",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A  vase made with glass to brighten up your home.",
description = "A  vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,731: Line 31,768:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,753: Line 31,790:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlantVaseItem",
type = "OrangeVaseItem",
typeID = nil,
typeID = 0,
},
},
["Planter Pot Round"] = {
Orchid = {
untranslated = "Planter Pot Round",
untranslated = "Orchid",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "Sometimes you just want to bring a little bit of nature into your house.",
description = "Placeholder Description.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"Petals",
"World Object",
},
},
maxStack = 0,
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 32,782: Line 31,818:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,800: Line 31,836:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlanterPotRoundItem",
type = "OrchidItem",
typeID = nil,
typeID = 0,
},
},
["Planter Pot Square"] = {
["Orchid Seed"] = {
untranslated = "Planter Pot Square",
untranslated = "Orchid Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "Sometimes you just want to bring a little bit of nature into your house.",
description = "Plant to grow an orchid.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"Seeds",
"World Object",
},
},
maxStack = 0,
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 32,829: Line 31,864:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,847: Line 31,882:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlanterPotSquareItem",
type = "OrchidSeedItem",
typeID = nil,
typeID = 0,
},
},
Plastic = {
["Ornate Gold Frame Landscape"] = {
untranslated = "Plastic",
untranslated = "Ornate Gold Frame Landscape",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "An extremely useful synthetic material derived from petrochemicals.",
description = "",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,869: Line 31,902:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,894: Line 31,927:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticItem",
type = "OrnateGoldFrameLandscapeItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Bench Blue"] = {
["Ornate Gold Frame Wide"] = {
untranslated = "Plastic Bench Blue",
untranslated = "Ornate Gold Frame Wide",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,917: Line 31,950:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,930: Line 31,963:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 32,939: Line 31,972:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticBenchBlueItem",
type = "OrnateGoldFrameWideItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Bench Green"] = {
["Ornate Iron Frame Landscape"] = {
untranslated = "Plastic Bench Green",
untranslated = "Ornate Iron Frame Landscape",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 32,962: Line 31,995:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 32,984: Line 32,017:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticBenchGreenItem",
type = "OrnateIronFrameLandscapeItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Bench Red"] = {
["Ornate Iron Frame Wide"] = {
untranslated = "Plastic Bench Red",
untranslated = "Ornate Iron Frame Wide",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,007: Line 32,040:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,020: Line 32,053:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,029: Line 32,062:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticBenchRedItem",
type = "OrnateIronFrameWideItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Buoy"] = {
["Ornate Wooden Frame Landscape"] = {
untranslated = "Plastic Buoy",
untranslated = "Ornate Wooden Frame Landscape",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A modern plastic navigational buoy, can also be used as a moorage post.",
description = "",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Specialty",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,054: Line 32,085:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,076: Line 32,107:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticBuoyItem",
type = "OrnateWoodenFrameLandscapeItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Chair Blue"] = {
["Ornate Wooden Frame Wide"] = {
untranslated = "Plastic Chair Blue",
untranslated = "Ornate Wooden Frame Wide",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,099: Line 32,130:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0",
roomCategory = nil,
roomCategory = "Cultural",
furnitureType = nil,
furnitureType = "Cultural",
repeatsDepreciation = nil,
repeatsDepreciation = "",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,112: Line 32,143:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,121: Line 32,152:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticChairBlueItem",
type = "OrnateWoodenFrameWideItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Chair Green"] = {
["Otter Carcass"] = {
untranslated = "Plastic Chair Green",
untranslated = "Otter Carcass",
category = nil,
category = nil,
group = "World Object",
group = "Natural Resources",
description = "",
description = "A dead otter.",
tagGroups = {
tagGroups = {
"World Object",
"Tiny Carcass",
"Tiny Fur Carcass",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,148: Line 32,180:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,166: Line 32,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticChairGreenItem",
type = "OtterCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Chair Red"] = {
["Outpost Netting"] = {
untranslated = "Plastic Chair Red",
untranslated = "Outpost Netting",
category = nil,
category = nil,
group = "World Object",
group = "Crafted Objects",
description = "",
description = "A way to store your items when you run out of floor space.",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 1,
},
carried = "Backpack",
maxStack = 0,
weight = 1000,
carried = "Backpack",
weight = "",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,193: Line 32,223:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,202: Line 32,232:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,211: Line 32,241:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticChairRedItem",
type = "OutpostNettingItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Table Blue"] = {
["Outpost Table"] = {
untranslated = "Plastic Table Blue",
untranslated = "Outpost Table",
category = nil,
category = nil,
group = "World Object",
group = "Work Stations",
description = "",
description = "An explorers best collection of information is stored here.",
tagGroups = {
tagGroups = {
"World Object",
"Government",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,238: Line 32,268:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,247: Line 32,277:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,256: Line 32,286:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticTableBlueItem",
type = "OutpostTableItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Table Green"] = {
["Pacific Sardine"] = {
untranslated = "Plastic Table Green",
untranslated = "Pacific Sardine",
category = nil,
category = nil,
group = "World Object",
group = "Natural Resources",
description = "",
description = "A pacific sardine.",
tagGroups = {
tagGroups = {
"World Object",
"Fish",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 150,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,283: Line 32,313:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,301: Line 32,331:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticTableGreenItem",
type = "PacificSardineItem",
typeID = nil,
typeID = 0,
},
},
["Plastic Table Red"] = {
["Padded Chair"] = {
untranslated = "Plastic Table Red",
untranslated = "Padded Chair",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "A comfy chair to rest in.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,324: Line 32,354:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,337: Line 32,367:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 33,346: Line 32,376:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PlasticTableRedItem",
type = "PaddedChairItem",
typeID = nil,
typeID = 0,
},
},
["Poke Bowl"] = {
["Paint Bucket"] = {
untranslated = "Poke Bowl",
untranslated = "Paint Bucket",
category = nil,
category = nil,
group = "Food",
group = "Item",
description = "A basic yet filling meal with a bite.",
description = "A bucket of near magical paint used for making your environment a bit more lively.",
tagGroups = {
tagGroups = {},
"Cooking",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = nil,
calories = "1100",
calories = nil,
carbs = "21",
carbs = nil,
protein = "10",
protein = nil,
fat = "11",
fat = nil,
vitamins = "7",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,374: Line 32,401:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,392: Line 32,419:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PokeBowlItem",
type = "PaintBucketItem",
typeID = nil,
typeID = 0,
},
},
Ponytail = {
["Palm Log"] = {
untranslated = "Ponytail",
untranslated = "Palm Log",
category = nil,
category = nil,
group = "Clothing",
group = "Natural Resources",
description = "",
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 = {
"Clothing",
"Burnable Fuel",
"Wood",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,412: Line 32,440:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,419: Line 32,447:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,437: Line 32,465:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PonytailItem",
type = "PalmLogItem",
typeID = nil,
typeID = 0,
},
},
["Portable Steam Engine"] = {
["Palm Seed"] = {
untranslated = "Portable Steam Engine",
untranslated = "Palm Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "An engine that generates mechanical power through steam.",
description = "Plant to grow a palm tree.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Seeds",
"Products",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,466: Line 32,493:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,484: Line 32,511:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PortableSteamEngineItem",
type = "PalmSeedItem",
typeID = nil,
typeID = 0,
},
},
["Pottery Table"] = {
Papaya = {
untranslated = "Pottery Table",
untranslated = "Papaya",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "",
description = "Nice fresh Papaya.",
tagGroups = {
tagGroups = {
"World Object",
"Food",
"Fruit",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 75,
calories = nil,
calories = 200,
carbs = nil,
carbs = 2,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 5,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 33,511: Line 32,540:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,529: Line 32,558:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PotteryTableItem",
type = "PapayaItem",
typeID = nil,
typeID = 0,
},
},
["Pottery Upgrade"] = {
["Papaya Seed"] = {
untranslated = "Pottery Upgrade",
untranslated = "Papaya Seed",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Food",
description = "Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.",
description = "Plant to grow a papaya plant.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Crop Seed",
"Specialty Upgrades",
"Food",
"Upgrade Modules",
"Seeds",
},
},
maxStack = 0,
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 33,558: Line 32,587:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,576: Line 32,605:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PotteryUpgradeItem",
type = "PapayaSeedItem",
typeID = nil,
typeID = 0,
},
},
["Powered Cart"] = {
Paper = {
untranslated = "Powered Cart",
untranslated = "Paper",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Large cart for hauling sizable loads.",
description = "It's paper.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Burnable Fuel",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "15000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,598: Line 32,625:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 100,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,605: Line 32,632:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,623: Line 32,650:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PoweredCartItem",
type = "PaperItem",
typeID = nil,
typeID = 0,
},
},
["Powered Storage Silo"] = {
["Paper Milling Skill Book"] = {
untranslated = "Powered Storage Silo",
untranslated = "Paper Milling Skill Book",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Skill Books",
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 = "Paper Milling Skill Book",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Skill Books",
"Storage",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,652: Line 32,677:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,670: Line 32,695:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PoweredStorageSiloItem",
type = "Paper Milling Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Prairie Dog Carcass"] = {
["Paper Milling Skill Scroll"] = {
untranslated = "Prairie Dog Carcass",
untranslated = "Paper Milling Skill Scroll",
category = nil,
category = nil,
group = "Natural Resources",
group = "Skill Scrolls",
description = "A dead prairie dog.",
description = "Paper Milling Skill Scroll",
tagGroups = {
tagGroups = {
"Animal",
"Skill Scrolls",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,692: Line 32,715:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,699: Line 32,722:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,717: Line 32,740:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrairieDogCarcassItem",
type = "Paper Milling Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Prepared Meat"] = {
["Paper Milling Upgrade"] = {
untranslated = "Prepared Meat",
untranslated = "Paper Milling Upgrade",
category = nil,
category = nil,
group = "Food",
group = "Upgrade Modules",
description = "Carefully butchered meat, ready to cook.",
description = "Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.",
tagGroups = {
tagGroups = {
"Food",
"Upgrade",
"Raw Meat",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 1,
calories = "600",
calories = nil,
carbs = "0",
carbs = nil,
protein = "4",
protein = nil,
fat = "6",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,745: Line 32,767:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,763: Line 32,785:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PreparedMeatItem",
type = "PaperMillingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Prickly Pear Fruit"] = {
["Pastry Dough"] = {
untranslated = "Prickly Pear Fruit",
untranslated = "Pastry Dough",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A succulent fruit coated in a rather terrifying array of spines.",
description = "An extra fatty leavened dough for making yummy pastries.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Produce",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 100,
calories = "190",
calories = 10,
carbs = "2",
carbs = 4,
protein = "1",
protein = 0,
fat = "1",
fat = 0,
vitamins = "4",
vitamins = 4,
density = nil,
density = 80.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,791: Line 32,812:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,809: Line 32,830:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PricklyPearFruitItem",
type = "PastryDoughItem",
typeID = nil,
typeID = 0,
},
},
["Prickly Pear Seed"] = {
["Pelt Fertilizer"] = {
untranslated = "Prickly Pear Seed",
untranslated = "Pelt Fertilizer",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow prickly pear cacti.",
description = "A fertilize made from fur pelts and filler.",
tagGroups = {
tagGroups = {
"Seed",
"Fertilizer",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 33,836: Line 32,857:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,854: Line 32,875:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PricklyPearSeedItem",
type = "PeltFertilizerItem",
typeID = nil,
typeID = 0,
},
},
["Prime Cut"] = {
Petroleum = {
untranslated = "Prime Cut",
untranslated = "Petroleum",
category = nil,
category = nil,
group = "Food",
group = "Blocks",
description = "A perfectly marbled piece of meat.",
description = "A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. Its extraction, transport, and burning all have environmental impacts.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 20,
"Raw Meat",
carried = "Hands",
},
weight = 10000,
maxStack = 0,
calories = nil,
carried = "Backpack",
carbs = nil,
weight = "500",
protein = nil,
calories = "600",
fat = nil,
carbs = "0",
vitamins = nil,
protein = "9",
fat = "4",
vitamins = "0",
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 33,882: Line 32,900:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,900: Line 32,918:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimeCutItem",
type = "PetroleumItem",
typeID = nil,
typeID = 0,
},
},
["Primitive Canvas Boots"] = {
["Phad Thai"] = {
untranslated = "Primitive Canvas Boots",
untranslated = "Phad Thai",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A pair of crude canvas boots for your everyday use.",
description = "They make you full, and proud.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
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 33,927: Line 32,945:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,945: Line 32,963:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveCanvasBootsItem",
type = "PhadThaiItem",
typeID = nil,
typeID = 0,
},
},
["Primitive Canvas Pants"] = {
["Phosphate Fertilizer"] = {
untranslated = "Primitive Canvas Pants",
untranslated = "Phosphate Fertilizer",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Roughly stitched canvas pants.",
description = "Phosphate fertilizer is a great source of Phosphorus.",
tagGroups = {
tagGroups = {
"Clothing",
"Fertilizer",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 33,972: Line 32,990:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 33,990: Line 33,008:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveCanvasPantsItem",
type = "PhosphateFertilizerItem",
typeID = nil,
typeID = 0,
},
},
["Primitive Canvas Shorts"] = {
Pineapple = {
untranslated = "Primitive Canvas Shorts",
untranslated = "Pineapple",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "They're like the Primitive Canvas Pants, but shorter.",
description = "Nice fresh Pineapple.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
"Fruit",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
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 34,017: Line 33,037:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,035: Line 33,055:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveCanvasShortsItem",
type = "PineappleItem",
typeID = nil,
typeID = 0,
},
},
["Primitive Fur Belt"] = {
["Pineapple Friend Rice"] = {
untranslated = "Primitive Fur Belt",
untranslated = "Pineapple Friend Rice",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "You should probably still wear pants.",
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 = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 150,
calories = nil,
calories = 720,
carbs = nil,
carbs = 20,
protein = nil,
protein = 9,
fat = nil,
fat = 12,
vitamins = nil,
vitamins = 12,
density = nil,
density = 7.361111111111112,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,062: Line 33,082:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,080: Line 33,100:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveFurBeltItem",
type = "PineappleFriendRiceItem",
typeID = nil,
typeID = 0,
},
},
["Primitive Leather Boots"] = {
["Pineapple Seed"] = {
untranslated = "Primitive Leather Boots",
untranslated = "Pineapple Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A pair of crude leather boots for your everyday use.",
description = "Plant to grow a pineapple plant.",
tagGroups = {
tagGroups = {
"Clothing",
"Crop Seed",
"Food",
"Seeds",
},
},
maxStack = 0,
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 34,107: Line 33,129:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,125: Line 33,147:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherBootsItem",
type = "PineappleSeedItem",
typeID = nil,
typeID = 0,
},
},
["Primitive Leather Pants"] = {
Pirozhok = {
untranslated = "Primitive Leather Pants",
untranslated = "Pirozhok",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "You ever tried cutting leather with a rock?",
description = "A baked bun filled with tasty meat and mushrooms.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 400,
calories = nil,
calories = 850,
carbs = nil,
carbs = 14,
protein = nil,
protein = 19,
fat = nil,
fat = 10,
vitamins = nil,
vitamins = 4,
density = nil,
density = 5.529411764705882,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,152: Line 33,174:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,170: Line 33,192:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherPantsItem",
type = "PirozhokItem",
typeID = nil,
typeID = 0,
},
},
["Primitive Leather Shirt"] = {
Piston = {
untranslated = "Primitive Leather Shirt",
untranslated = "Piston",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A Shirt made from roughly cut pieces of leather, should keep your shoulders warm.",
description = "A moving component that transfers force. Can also function as a valve occasionally.",
tagGroups = {
tagGroups = {},
"Clothing",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,197: Line 33,217:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,215: Line 33,235:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherShirtItem",
type = "PistonItem",
typeID = nil,
typeID = 0,
},
},
["Primitive Leather Shorts"] = {
["Plant Fibers"] = {
untranslated = "Primitive Leather Shorts",
untranslated = "Plant Fibers",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "You may have enough leather left over to make a nice hat.",
description = "Harvested from a number of plants, these fibers are useful for a surprising number of things.",
tagGroups = {
tagGroups = {
"Clothing",
"Burnable Fuel",
"Crop",
"Natural Fiber",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 25,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,235: Line 33,257:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 100,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,242: Line 33,264:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,260: Line 33,282:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrimitiveLeatherShortsItem",
type = "PlantFibersItem",
typeID = nil,
typeID = 0,
},
},
["Printing Press"] = {
["Plant Vase"] = {
untranslated = "Printing Press",
untranslated = "Plant Vase",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "The world will never be the same.",
description = "A  vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Government",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,285: Line 33,305:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,307: Line 33,327:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PrintingPressItem",
type = "PlantVaseItem",
typeID = nil,
typeID = 0,
},
},
["Pulp Filler"] = {
Plastic = {
untranslated = "Pulp Filler",
untranslated = "Plastic",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Wood pulp and dirt make a great filler for other fertilizers. ",
description = "An extremely useful synthetic material derived from petrochemicals.",
tagGroups = {
tagGroups = {},
"Fertilizer",
maxStack = 100,
"Fertilizers",
"Items",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,336: Line 33,352:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,354: Line 33,370:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PulpFillerItem",
type = "PlasticItem",
typeID = nil,
typeID = 0,
},
},
["Pump Jack"] = {
["Plastic Buoy"] = {
untranslated = "Pump Jack",
untranslated = "Plastic Buoy",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Drill, baby! Drill!",
description = "A modern plastic navigational buoy, can also be used as a moorage post.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 1,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,383: Line 33,395:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,392: Line 33,404:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,401: Line 33,413:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PumpJackItem",
type = "PlasticBuoyItem",
typeID = nil,
typeID = 0,
},
},
Pumpkin = {
["Poke Bowl"] = {
untranslated = "Pumpkin",
untranslated = "Poke Bowl",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Round and large.",
description = "A basic yet filling meal with a bite.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Produce",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "125",
weight = 400,
calories = "340",
calories = 1100,
carbs = "5",
carbs = 21,
protein = "1",
protein = 10,
fat = "0",
fat = 11,
vitamins = "2",
vitamins = 7,
density = nil,
density = 4.454545454545455,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,429: Line 33,440:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,447: Line 33,458:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PumpkinItem",
type = "PokeBowlItem",
typeID = nil,
typeID = 0,
},
},
["Pumpkin Seed"] = {
["Portable Steam Engine"] = {
untranslated = "Pumpkin Seed",
untranslated = "Portable Steam Engine",
category = nil,
category = nil,
group = "Seed",
group = "Items",
description = "Plant to grow a pumpkin.",
description = "An engine that generates mechanical power through steam.",
tagGroups = {
tagGroups = {},
"Seed",
maxStack = 100,
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 34,474: Line 33,483:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,492: Line 33,501:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PumpkinSeedItem",
type = "PortableSteamEngineItem",
typeID = nil,
typeID = 0,
},
},
Pupusas = {
["Pottery Skill Book"] = {
untranslated = "Pupusas",
untranslated = "Pottery Skill Book",
category = nil,
category = nil,
group = "Food",
group = "Skill Books",
description = "Comforting, best served hot from the griddle.",
description = "Pottery Skill Book",
tagGroups = {
tagGroups = {
"Cooking",
"Skill Books",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 100,
calories = "900",
calories = nil,
carbs = "6",
carbs = nil,
protein = "11",
protein = nil,
fat = "9",
fat = nil,
vitamins = "14",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,520: Line 33,528:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,538: Line 33,546:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PupusasItem",
type = "Pottery Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Purple Vase"] = {
["Pottery Skill Scroll"] = {
untranslated = "Purple Vase",
untranslated = "Pottery Skill Scroll",
category = nil,
category = nil,
group = "Housing Objects",
group = "Skill Scrolls",
description = "A  vase made with glass to brighten up your home.",
description = "Pottery Skill Scroll",
tagGroups = {
tagGroups = {
"Decoration",
"Skill Scrolls",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,567: Line 33,573:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,585: Line 33,591:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "PurpleVaseItem",
type = "Pottery Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
Quicklime = {
["Pottery Table"] = {
untranslated = "Quicklime",
untranslated = "Pottery Table",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A chemical compound used in steel production.",
description = "A primitive table for shaping basic clay products.",
tagGroups = {
tagGroups = {
"Item",
"Crafting Table",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,607: Line 33,611:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,623: Line 33,627:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,632: Line 33,636:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "QuicklimeItem",
type = "PotteryTableItem",
typeID = nil,
typeID = 0,
},
},
Radiator = {
["Pottery Upgrade"] = {
untranslated = "Radiator",
untranslated = "Pottery Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "A heat sink that uses liquid running through copper fins to disperse heat build-up.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 34,654: Line 33,656:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,661: Line 33,663:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,679: Line 33,681:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RadiatorItem",
type = "PotteryUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Raw Bacon"] = {
["Power Hammer"] = {
untranslated = "Raw Bacon",
untranslated = "Power Hammer",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A fatty cut of meat that happens to be inexplicably tastier than other cuts.",
description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
"Raw Meat",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 5000,
calories = "200",
calories = nil,
carbs = "0",
carbs = nil,
protein = "3",
protein = nil,
fat = "9",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,716: Line 33,717:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x4x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,725: Line 33,726:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawBaconItem",
type = "PowerHammerItem",
typeID = nil,
typeID = 0,
},
},
["Raw Fish"] = {
["Powered Cart"] = {
untranslated = "Raw Fish",
untranslated = "Powered Cart",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "A fatty cut of raw fish.",
description = "Large cart for hauling sizable loads.",
tagGroups = {
tagGroups = {
"Food",
"Vehicles",
"Raw Meat",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 15000,
calories = "200",
calories = nil,
carbs = "0",
carbs = nil,
protein = "7",
protein = nil,
fat = "3",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,753: Line 33,753:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,762: Line 33,762:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x5x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,771: Line 33,771:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawFishItem",
type = "PoweredCartItem",
typeID = nil,
typeID = 0,
},
},
["Raw Meat"] = {
["Powered Storage Silo"] = {
untranslated = "Raw Meat",
untranslated = "Powered Storage Silo",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Fresh raw meat from the hunt. It should probably be cooked before being consumed.",
description = "A powered silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Raw Meat",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 10000,
calories = "250",
calories = nil,
carbs = "0",
carbs = nil,
protein = "4",
protein = nil,
fat = "8",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,799: Line 33,796:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,808: Line 33,805:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x4x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 34,817: Line 33,814:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawMeatItem",
type = "PoweredStorageSiloItem",
typeID = nil,
typeID = 0,
},
},
["Raw Roast"] = {
["Prairie Dog Carcass"] = {
untranslated = "Raw Roast",
untranslated = "Prairie Dog Carcass",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A trussed roast tied and ready to be cooked.",
description = "A dead prairie dog.",
tagGroups = {
tagGroups = {
"Food",
"Tiny Carcass",
"Raw Meat",
"Tiny Leather Carcass",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = "600",
calories = nil,
carbs = "0",
carbs = nil,
protein = "6",
protein = nil,
fat = "5",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,845: Line 33,842:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,863: Line 33,860:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawRoastItem",
type = "PrairieDogCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Raw Sausage"] = {
["Prepared Meat"] = {
untranslated = "Raw Sausage",
untranslated = "Prepared Meat",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Ground meat stuffed into an intestine casing.",
description = "Carefully butchered meat, ready to cook.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Raw Meat",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 400,
calories = "500",
calories = 600,
carbs = "0",
carbs = 0,
protein = "4",
protein = 4,
fat = "8",
fat = 6,
vitamins = "0",
vitamins = 0,
density = nil,
density = 1.6666666666666667,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,891: Line 33,887:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,909: Line 33,905:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RawSausageItem",
type = "PreparedMeatItem",
typeID = nil,
typeID = 0,
},
},
["Real Estate Desk"] = {
["Prickly Pear Fruit"] = {
untranslated = "Real Estate Desk",
untranslated = "Prickly Pear Fruit",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A place to manage the sale and transfer of deeds and property.",
description = "A succulent fruit coated in a rather terrifying array of spines.",
tagGroups = {
tagGroups = {
"Economic",
"Food",
"Work Stations",
"Fruit",
"World Object",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 50,
calories = nil,
calories = 190,
carbs = nil,
carbs = 2,
protein = nil,
protein = 1,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 4,
density = nil,
density = 4.2105263157894735,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 34,938: Line 33,934:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 34,956: Line 33,952:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RealEstateDeskItem",
type = "PricklyPearFruitItem",
typeID = nil,
typeID = 0,
},
},
Rebar = {
["Prickly Pear Seed"] = {
untranslated = "Rebar",
untranslated = "Prickly Pear Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "Ribbed steel bars for reinforcing stuctures.",
description = "Plant to grow prickly pear cacti.",
tagGroups = {
tagGroups = {
"Item",
"Crop Seed",
"Items",
"Food",
"Products",
"Seeds",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 34,985: Line 33,981:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,003: Line 33,999:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RebarItem",
type = "PricklyPearSeedItem",
typeID = nil,
typeID = 0,
},
},
["Red Vase"] = {
["Prime Cut"] = {
untranslated = "Red Vase",
untranslated = "Prime Cut",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A vase made with glass to brighten up your home.",
description = "A perfectly marbled piece of meat.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 500,
calories = nil,
calories = 600,
carbs = nil,
carbs = 0,
protein = nil,
protein = 9,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 0,
density = nil,
density = 2.166666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,032: Line 34,026:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,050: Line 34,044:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RedVaseItem",
type = "PrimeCutItem",
typeID = nil,
typeID = 0,
},
},
["Redwood Log"] = {
["Primitive Canvas Boots"] = {
untranslated = "Redwood Log",
untranslated = "Primitive Canvas Boots",
category = nil,
category = nil,
group = "Natural Resources",
group = "Clothing",
description = "Redwood log is a type of softwood that can be easily identified by its distinct red bark.",
description = "A pair of crude canvas boots for your everyday use.",
tagGroups = {
tagGroups = {
"Block",
"Clothes",
"Logs",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,072: Line 34,064:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 35,079: Line 34,071:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,097: Line 34,089:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RedwoodLogItem",
type = "PrimitiveCanvasBootsItem",
typeID = nil,
typeID = 0,
},
},
["Redwood Seed"] = {
["Primitive Canvas Pants"] = {
untranslated = "Redwood Seed",
untranslated = "Primitive Canvas Pants",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow a redwood tree.",
description = "Roughly stitched canvas pants.",
tagGroups = {
tagGroups = {
"Seed",
"Clothes",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 35,124: Line 34,116:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,142: Line 34,134:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RedwoodSeedItem",
type = "PrimitiveCanvasPantsItem",
typeID = nil,
typeID = 0,
},
},
Refrigerator = {
["Primitive Canvas Shorts"] = {
untranslated = "Refrigerator",
untranslated = "Primitive Canvas Shorts",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "An icebox from the future with significantly better cooling properties.",
description = "They're like the Primitive Canvas Pants, but shorter.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Clothes",
"Kitchen",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,171: Line 34,161:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,189: Line 34,179:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RefrigeratorItem",
type = "PrimitiveCanvasShortsItem",
typeID = nil,
typeID = 0,
},
},
Registrar = {
["Primitive Fur Belt"] = {
untranslated = "Registrar",
untranslated = "Primitive Fur Belt",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "Allows the setting management of titles.",
description = "You should probably still wear pants.",
tagGroups = {
tagGroups = {
"Economic",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,218: Line 34,206:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,236: Line 34,224:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RegistrarItem",
type = "PrimitiveFurBeltItem",
typeID = nil,
typeID = 0,
},
},
["Reinforced Concrete"] = {
["Primitive Leather Boots"] = {
untranslated = "Reinforced Concrete",
untranslated = "Primitive Leather Boots",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "A sturdy construction material poured around a latice of rebar.",
description = "A pair of crude leather boots for your everyday use.",
tagGroups = {
tagGroups = {
"Block",
"Clothes",
"Blocks",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,258: Line 34,244:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 35,265: Line 34,251:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,283: Line 34,269:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ReinforcedConcreteItem",
type = "PrimitiveLeatherBootsItem",
typeID = nil,
typeID = 0,
},
},
["Research Table"] = {
["Primitive Leather Pants"] = {
untranslated = "Research Table",
untranslated = "Primitive Leather Pants",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A basic table for researching new technologies and skills.",
description = "You ever tried cutting leather with a rock?",
tagGroups = {
tagGroups = {
"Researching",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,312: Line 34,296:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,330: Line 34,314:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ResearchTableItem",
type = "PrimitiveLeatherPantsItem",
typeID = nil,
typeID = 0,
},
},
Rice = {
["Primitive Leather Shirt"] = {
untranslated = "Rice",
untranslated = "Primitive Leather Shirt",
category = nil,
category = nil,
group = "Seed",
group = "Clothing",
description = "Plant to grow rice.",
description = "A Shirt made from roughly cut pieces of leather, should keep your shoulders warm.",
tagGroups = {
tagGroups = {
"Seed",
"Clothes",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 100,
calories = "150",
calories = nil,
carbs = "7",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 35,357: Line 34,341:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,375: Line 34,359:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RiceItem",
type = "PrimitiveLeatherShirtItem",
typeID = nil,
typeID = 0,
},
},
["Rice Flour"] = {
["Primitive Leather Shorts"] = {
untranslated = "Rice Flour",
untranslated = "Primitive Leather Shorts",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Rice grounded into flour is as equally versatile as its golden cousin.",
description = "You may have enough leather left over to make a nice hat.",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
"Ingredients",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 100,
calories = "50",
calories = nil,
carbs = "15",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 35,403: Line 34,386:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,421: Line 34,404:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RiceFlourItem",
type = "PrimitiveLeatherShortsItem",
typeID = nil,
typeID = 0,
},
},
["Rice Noodles"] = {
["Printing Press"] = {
untranslated = "Rice Noodles",
untranslated = "Printing Press",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Noodles made from delicious milled white grains.",
description = "The world will never be the same.",
tagGroups = {
tagGroups = {
"Food",
"Government",
"Ingredients",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 5000,
calories = "200",
calories = nil,
carbs = "10",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,458: Line 34,440:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,467: Line 34,449:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RiceNoodlesItem",
type = "PrintingPressItem",
typeID = nil,
typeID = 0,
},
},
Rivet = {
["Printing Supplies"] = {
untranslated = "Rivet",
untranslated = "Printing Supplies",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "An iron bolt used to hold together inventions.",
description = "A package of necessary items for copying art or other more elaborate designs.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,489: Line 34,467:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 35,496: Line 34,474:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,514: Line 34,492:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RivetItem",
type = "PrintingSuppliesItem",
typeID = nil,
typeID = 0,
},
},
["Roast Pumpkin"] = {
["Pulp Filler"] = {
untranslated = "Roast Pumpkin",
untranslated = "Pulp Filler",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Sweet but a suprising source of vitamins.",
description = "Wood pulp and dirt make a great filler for other fertilizers. ",
tagGroups = {
tagGroups = {
"Baking",
"Fertilizer",
"Food",
"Fertilizer Filler",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "900",
weight = 500,
calories = "1400",
calories = nil,
carbs = "23",
carbs = nil,
protein = "2",
protein = nil,
fat = "2",
fat = nil,
vitamins = "7",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 35,542: Line 34,520:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,560: Line 34,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RoastPumpkinItem",
type = "PulpFillerItem",
typeID = nil,
typeID = 0,
},
},
["Robotic Assembly Line"] = {
["Pump Jack"] = {
untranslated = "Robotic Assembly Line",
untranslated = "Pump Jack",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "A complex set of machinery for creating equally complex things.",
description = "Drill, baby! Drill!",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crafting Table",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,586: Line 34,562:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,598: Line 34,574:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x2x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 35,607: Line 34,583:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RoboticAssemblyLineItem",
type = "PumpJackItem",
typeID = nil,
typeID = 0,
},
},
["Rocker Box"] = {
Pumpkin = {
untranslated = "Rocker Box",
untranslated = "Pumpkin",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
description = "Round and large.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Food",
"Work Stations",
"Fruit",
"World Object",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 125,
calories = nil,
calories = 340,
carbs = nil,
carbs = 5,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 2,
density = nil,
density = 2.3529411764705883,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 35,636: Line 34,612:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,654: Line 34,630:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RockerBoxItem",
type = "PumpkinItem",
typeID = nil,
typeID = 0,
},
},
["Rolling Mill"] = {
["Pumpkin Seed"] = {
untranslated = "Rolling Mill",
untranslated = "Pumpkin Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "For rolling steel into more buildable materials.",
description = "Plant to grow a pumpkin.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crop Seed",
"Work Stations",
"Food",
"World Object",
"Seeds",
},
},
maxStack = 0,
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 35,683: Line 34,659:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,701: Line 34,677:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RollingMillItem",
type = "PumpkinSeedItem",
typeID = nil,
typeID = 0,
},
},
["Root Campfire Salad"] = {
Pupusas = {
untranslated = "Root Campfire Salad",
untranslated = "Pupusas",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A myriad of plants that make a healthy and odd blend.",
description = "Comforting, best served hot from the griddle.",
tagGroups = {
tagGroups = {
"Campfire",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 400,
calories = "950",
calories = 900,
carbs = "8",
carbs = 6,
protein = "5",
protein = 11,
fat = "4",
fat = 9,
vitamins = "11",
vitamins = 14,
density = nil,
density = 4.444444444444445,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 35,729: Line 34,704:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,747: Line 34,722:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RootCampfireSaladItem",
type = "PupusasItem",
typeID = nil,
typeID = 0,
},
},
["Root Campfire Stew"] = {
["Purple Vase"] = {
untranslated = "Root Campfire Stew",
untranslated = "Purple Vase",
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 vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Campfire",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 250,
calories = "1100",
calories = nil,
carbs = "8",
carbs = nil,
protein = "5",
protein = nil,
fat = "12",
fat = nil,
vitamins = "5",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,793: Line 34,767:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RootCampfireStewItem",
type = "PurpleVaseItem",
typeID = nil,
typeID = 0,
},
},
["Rubber Wheel"] = {
Quicklime = {
untranslated = "Rubber Wheel",
untranslated = "Quicklime",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "Rubber wheels provide much better traction and allow the construction of more modern vehicles.",
description = "A chemical compound used in steel production.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,815: Line 34,785:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 35,822: Line 34,792:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,840: Line 34,810:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RubberWheelItem",
type = "QuicklimeItem",
typeID = nil,
typeID = 0,
},
},
["Rug Large"] = {
Radiator = {
untranslated = "Rug Large",
untranslated = "Radiator",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A large area rug to cover that weird stain.",
description = "A heat sink that uses liquid running through copper fins to disperse heat build-up.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 35,869: Line 34,835:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,887: Line 34,853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RugLargeItem",
type = "RadiatorItem",
typeID = nil,
typeID = 0,
},
},
["Rug Medium"] = {
["Raw Bacon"] = {
untranslated = "Rug Medium",
untranslated = "Raw Bacon",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A medium rug for medium uses.",
description = "A fatty cut of meat that happens to be inexplicably tastier than other cuts.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 250,
calories = nil,
calories = 200,
carbs = nil,
carbs = 0,
protein = nil,
protein = 3,
fat = nil,
fat = 9,
vitamins = nil,
vitamins = 0,
density = nil,
density = 6.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,916: Line 34,880:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,934: Line 34,898:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RugMediumItem",
type = "RawBaconItem",
typeID = nil,
typeID = 0,
},
},
["Rug Small"] = {
["Raw Fish"] = {
untranslated = "Rug Small",
untranslated = "Raw Fish",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A small rug for when you just didn't have enough materials to make a bigger one.",
description = "A fatty cut of raw fish.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 100,
calories = nil,
calories = 200,
carbs = nil,
carbs = 0,
protein = nil,
protein = 7,
fat = nil,
fat = 3,
vitamins = nil,
vitamins = 0,
density = nil,
density = 5.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 35,963: Line 34,925:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 35,981: Line 34,943:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RugSmallItem",
type = "RawFishItem",
typeID = nil,
typeID = 0,
},
},
["Running Shoes"] = {
["Raw Meat"] = {
untranslated = "Running Shoes",
untranslated = "Raw Meat",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Light weight shoes designed to make you run faster.\\n\\n(Increases movement speed)",
description = "Fresh raw meat from the hunt. It should probably be cooked before being consumed.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
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 36,008: Line 34,970:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,026: Line 34,988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "RunningShoesItem",
type = "RawMeatItem",
typeID = nil,
typeID = 0,
},
},
["Saguaro Rib"] = {
["Raw Roast"] = {
untranslated = "Saguaro Rib",
untranslated = "Raw Roast",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.",
description = "A trussed roast tied and ready to be cooked.",
tagGroups = {
tagGroups = {
"Block",
"Food",
"Logs",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
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 = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 36,055: Line 35,015:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,073: Line 35,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaguaroRibItem",
type = "RawRoastItem",
typeID = nil,
typeID = 0,
},
},
["Saguaro Seed"] = {
["Raw Sausage"] = {
untranslated = "Saguaro Seed",
untranslated = "Raw Sausage",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow a saguaro cactus.",
description = "Ground meat stuffed into an intestine casing.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 300,
calories = "0",
calories = 500,
carbs = "0",
carbs = 0,
protein = "0",
protein = 4,
fat = "0",
fat = 8,
vitamins = "0",
vitamins = 0,
density = nil,
density = 2.4,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 36,100: Line 35,060:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,118: Line 35,078:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaguaroSeedItem",
type = "RawSausageItem",
typeID = nil,
typeID = 0,
},
},
Salmon = {
["Real Estate Desk"] = {
untranslated = "Salmon",
untranslated = "Real Estate Desk",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "A salmon.",
description = "A place to manage the sale and transfer of deeds and property.",
tagGroups = {
tagGroups = {},
"Animal",
maxStack = 1,
"Item",
"Natural Resources",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,140: Line 35,096:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 36,147: Line 35,103:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,156: Line 35,112:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,165: Line 35,121:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SalmonItem",
type = "RealEstateDeskItem",
typeID = nil,
typeID = 0,
},
},
["Salt Basket"] = {
Rebar = {
untranslated = "Salt Basket",
untranslated = "Rebar",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A basket of salt.",
description = "Ribbed steel bars for reinforcing stuctures.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Kitchen",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 3000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,194: Line 35,146:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,212: Line 35,164:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaltBasketItem",
type = "RebarItem",
typeID = nil,
typeID = 0,
},
},
Sandals = {
["Recurve Bow"] = {
untranslated = "Sandals",
untranslated = "Recurve Bow",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Basic footwear that helps reduce the strain of walking longer distances.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
description = "A recurve bow that shoots faster and more powerful than a traditional wooden bow. Requires arrows to fire.",
tagGroups = {
tagGroups = {
"Clothing",
"Tool",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,239: Line 35,191:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,257: Line 35,209:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SandalsItem",
type = "RecurveBowItem",
typeID = nil,
typeID = 0,
ToolVariant = "Bow",
ToolDurability = 1000.0,
ToolDamage = 1.2,
ToolDamageTalent = "HuntingPowerShotTalent",
ToolRepairType = "Linen",
},
},
Sandstone = {
["Red Vase"] = {
untranslated = "Sandstone",
untranslated = "Red Vase",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
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 vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Block",
"Housing",
"Natural Resources",
"Stone",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "6000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,279: Line 35,234:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,304: Line 35,259:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SandstoneItem",
type = "RedVaseItem",
typeID = nil,
typeID = 0,
},
},
Sawmill = {
["Redwood Log"] = {
untranslated = "Sawmill",
untranslated = "Redwood Log",
category = nil,
category = nil,
group = "Work Stations",
group = "Natural Resources",
description = "Used to saw wood into lumber.",
description = "Redwood log is a type of softwood that can be easily identified by its distinct red bark.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Burnable Fuel",
"Work Stations",
"Softwood",
"World Object",
"Wood",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "5000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,326: Line 35,281:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 36,333: Line 35,288:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,351: Line 35,306:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SawmillItem",
type = "RedwoodLogItem",
typeID = nil,
typeID = 0,
},
},
["Saxifrage Seed"] = {
["Redwood Seed"] = {
untranslated = "Saxifrage Seed",
untranslated = "Redwood Seed",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow saxifrage.",
description = "Plant to grow a redwood tree.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 50,
calories = "0",
calories = 0,
carbs = "0",
carbs = 0,
protein = "0",
protein = 0,
fat = "0",
fat = 0,
vitamins = "0",
vitamins = 0,
density = nil,
density = 0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 36,378: Line 35,334:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,396: Line 35,352:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SaxifrageSeedItem",
type = "RedwoodSeedItem",
typeID = nil,
typeID = 0,
},
},
["Scrap Meat"] = {
Refrigerator = {
untranslated = "Scrap Meat",
untranslated = "Refrigerator",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Chunks of extra meat.",
description = "An icebox from the future with significantly better cooling properties.",
tagGroups = {
"Food",
"Raw Meat",
},
maxStack = 0,
carried = "Backpack",
weight = "75",
calories = "50",
carbs = "0",
protein = "5",
fat = "5",
vitamins = "0",
density = nil,
fuel = "",
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = 0,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = 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 = nil,
},
["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 = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,467: Line 35,375:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "5",
roomCategory = nil,
roomCategory = "Kitchen",
furnitureType = nil,
furnitureType = "Food Storage",
repeatsDepreciation = nil,
repeatsDepreciation = "0.3",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,480: Line 35,388:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,489: Line 35,397:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScreeningMachineItem",
type = "RefrigeratorItem",
typeID = nil,
typeID = 0,
},
},
["Screw Press"] = {
Registrar = {
untranslated = "Screw Press",
untranslated = "Registrar",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
description = "Allows the setting management of titles.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 1,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,518: Line 35,422:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,527: Line 35,431:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,536: Line 35,440:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScrewPressItem",
type = "RegistrarItem",
typeID = nil,
typeID = 0,
},
},
Screws = {
["Reinforced Concrete"] = {
untranslated = "Screws",
untranslated = "Reinforced Concrete",
category = nil,
category = nil,
group = "Items",
group = "Blocks",
description = "A pointed metal fastener used in crafting to attach pieces of material together.",
description = "A sturdy construction material poured around a latice of rebar.",
tagGroups = {
tagGroups = {
"Item",
"Concrete",
"Items",
"Constructable",
"Products",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "500",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,558: Line 35,461:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 36,565: Line 35,468:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,583: Line 35,486:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScrewsItem",
type = "ReinforcedConcreteItem",
typeID = nil,
typeID = 0,
},
},
["Scruffy Hair"] = {
["Research Table"] = {
untranslated = "Scruffy Hair",
untranslated = "Research Table",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "Rockstar cool-person hair. This finely crafted hairpiece says \\\"I don't care what you think. I'm wearing an awesome toupee\\\"\".\"",
description = "A basic table for researching new technologies and skills.",
tagGroups = {
tagGroups = {},
"Clothing",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,610: Line 35,511:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,619: Line 35,520:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,628: Line 35,529:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ScruffyHairItem",
type = "ResearchTableItem",
typeID = nil,
typeID = 0,
},
},
["Seagrass Seed"] = {
Rice = {
untranslated = "Seagrass Seed",
untranslated = "Rice",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow seagrass.",
description = "Plant to grow rice.",
tagGroups = {
tagGroups = {
"Seed",
"Crop",
"Crop Seed",
"Food",
"Grain",
"Raw Food",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 50,
calories = "0",
calories = 150,
carbs = "0",
carbs = 7,
protein = "0",
protein = 1,
fat = "0",
fat = 0,
vitamins = "0",
vitamins = 0,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 36,655: Line 35,561:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,673: Line 35,579:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SeagrassSeedItem",
type = "RiceItem",
typeID = nil,
typeID = 0,
},
},
["Seared Meat"] = {
["Rice Flour"] = {
untranslated = "Seared Meat",
untranslated = "Rice Flour",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A cut of perfectly seared steak.",
description = "Rice grounded into flour is as equally versatile as its golden cousin.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 200,
calories = "600",
calories = 50,
carbs = "4",
carbs = 15,
protein = "19",
protein = 0,
fat = "17",
fat = 0,
vitamins = "7",
vitamins = 0,
density = nil,
density = 30.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 36,701: Line 35,606:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,719: Line 35,624:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SearedMeatItem",
type = "RiceFlourItem",
typeID = nil,
typeID = 0,
},
},
["Seeded Camas Roll"] = {
["Rice Noodles"] = {
untranslated = "Seeded Camas Roll",
untranslated = "Rice Noodles",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.",
description = "Noodles made from delicious milled white grains.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 200,
calories = "1400",
calories = 200,
carbs = "20",
carbs = 10,
protein = "2",
protein = 0,
fat = "13",
fat = 0,
vitamins = "16",
vitamins = 0,
density = nil,
density = 5.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 36,747: Line 35,651:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,765: Line 35,669:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SeededCamasRollItem",
type = "RiceNoodlesItem",
typeID = nil,
typeID = 0,
},
},
["Sensor Based Belt Sorter"] = {
Rivet = {
untranslated = "Sensor Based Belt Sorter",
untranslated = "Rivet",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
description = "An iron bolt used to hold together inventions.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 100,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,794: Line 35,694:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,812: Line 35,712:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SensorBasedBeltSorterItem",
type = "RivetItem",
typeID = nil,
typeID = 0,
},
},
["Sensuous Sea Pizza"] = {
["Roast Pumpkin"] = {
untranslated = "Sensuous Sea Pizza",
untranslated = "Roast Pumpkin",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "The chewyness is unreal.",
description = "Sweet but a suprising source of vitamins.",
tagGroups = {
tagGroups = {
"Baking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 900,
calories = "1200",
calories = 1400,
carbs = "28",
carbs = 23,
protein = "11",
protein = 2,
fat = "7",
fat = 2,
vitamins = "4",
vitamins = 7,
density = nil,
density = 2.4285714285714284,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 36,840: Line 35,739:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,858: Line 35,757:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SensuousSeaPizzaItem",
type = "RoastPumpkinItem",
typeID = nil,
typeID = 0,
},
},
Servo = {
["Robotic Assembly Line"] = {
untranslated = "Servo",
untranslated = "Robotic Assembly Line",
category = nil,
category = nil,
group = "Items",
group = "Work Stations",
description = "A rotary actuator that allows for control over angular position.",
description = "A complex set of machinery for creating equally complex things.",
tagGroups = {
tagGroups = {
"Item",
"Crafting Table",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,880: Line 35,777:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,896: Line 35,793:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x4x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,905: Line 35,802:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ServoItem",
type = "RoboticAssemblyLineItem",
typeID = nil,
typeID = 0,
},
},
["Settlement Crafting Table"] = {
["Rocker Box"] = {
untranslated = "Settlement Crafting Table",
untranslated = "Rocker Box",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "A basic workspace for crafting all manner of settlement related objects.",
description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
tagGroups = {
tagGroups = {
"Government",
"Crafting Table",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,931: Line 35,826:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,943: Line 35,838:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,952: Line 35,847:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SettlementCraftingTableItem",
type = "RockerBoxItem",
typeID = nil,
typeID = 0,
},
},
Shale = {
["Rolling Mill"] = {
untranslated = "Shale",
untranslated = "Rolling Mill",
category = nil,
category = nil,
group = "Natural Resources",
group = "Work Stations",
description = "A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.",
description = "For rolling steel into more buildable materials.",
tagGroups = {
tagGroups = {
"Block",
"Crafting Table",
"Natural Resources",
"Stone",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "6000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 36,974: Line 35,867:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 36,990: Line 35,883:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 36,999: Line 35,892:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShaleItem",
type = "RollingMillItem",
typeID = nil,
typeID = 0,
},
},
Shaper = {
["Root Campfire Salad"] = {
untranslated = "Shaper",
untranslated = "Root Campfire Salad",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
description = "A myriad of plants that make a healthy and odd blend.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Campfire Salad",
"Work Stations",
"Food",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 200,
calories = nil,
calories = 950,
carbs = nil,
carbs = 8,
protein = nil,
protein = 5,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 11,
density = nil,
density = 2.9473684210526314,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 37,028: Line 35,920:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,046: Line 35,938:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShaperItem",
type = "RootCampfireSaladItem",
typeID = nil,
typeID = 0,
},
},
["Shark Fillet Soup"] = {
["Root Campfire Stew"] = {
untranslated = "Shark Fillet Soup",
untranslated = "Root Campfire Stew",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A texture all of its own.",
description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "600",
weight = 500,
calories = "1400",
calories = 1100,
carbs = "10",
carbs = 8,
protein = "15",
protein = 5,
fat = "11",
fat = 12,
vitamins = "4",
vitamins = 5,
density = nil,
density = 2.727272727272727,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 37,074: Line 35,965:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,092: Line 35,983:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SharkFilletSoupItem",
type = "RootCampfireStewItem",
typeID = nil,
typeID = 0,
},
},
["Sheep Mount"] = {
["Round Pot"] = {
untranslated = "Sheep Mount",
untranslated = "Round Pot",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A hunting trophy for your house.",
description = "Sometimes you just want to bring a little bit of nature into your house.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Living Room",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,117: Line 36,006:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,139: Line 36,028:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SheepMountItem",
type = "PlanterPotRoundItem",
typeID = nil,
typeID = 0,
},
},
["Shelf Cabinet"] = {
["Rubber Wheel"] = {
untranslated = "Shelf Cabinet",
untranslated = "Rubber Wheel",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "When a shelf and a cabinet aren't enough individually.",
description = "Rubber wheels provide much better traction and allow the construction of more modern vehicles.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Living Room",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,168: Line 36,053:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,186: Line 36,071:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShelfCabinetItem",
type = "RubberWheelItem",
typeID = nil,
typeID = 0,
},
},
["Shipping Container Blue"] = {
["Rug Large"] = {
untranslated = "Shipping Container Blue",
untranslated = "Rug Large",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "A large area rug to cover that weird stain.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,209: Line 36,094:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,222: Line 36,107:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,231: Line 36,116:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShippingContainerBlueItem",
type = "RugLargeItem",
typeID = nil,
typeID = 0,
},
},
["Shipping Container Green"] = {
["Rug Medium"] = {
untranslated = "Shipping Container Green",
untranslated = "Rug Medium",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "A medium rug for medium uses.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,254: Line 36,139:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,267: Line 36,152:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,276: Line 36,161:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShippingContainerGreenItem",
type = "RugMediumItem",
typeID = nil,
typeID = 0,
},
},
["Shipping Container Red"] = {
["Rug Small"] = {
untranslated = "Shipping Container Red",
untranslated = "Rug Small",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "A small rug for when you just didn't have enough materials to make a bigger one.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,299: Line 36,184:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,312: Line 36,197:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,321: Line 36,206:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShippingContainerRedItem",
type = "RugSmallItem",
typeID = nil,
typeID = 0,
},
},
["Shipwright Advanced Upgrade"] = {
["Running Shoes"] = {
untranslated = "Shipwright Advanced Upgrade",
untranslated = "Running Shoes",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Clothing",
description = "Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
description = "Light weight shoes designed to make you run faster.\\n\\n(Increases movement speed)",
tagGroups = {
tagGroups = {
"Plugin Module",
"Clothes",
"Specialty Upgrades",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,350: Line 36,233:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,368: Line 36,251:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightAdvancedUpgradeItem",
type = "RunningShoesItem",
typeID = nil,
typeID = 0,
},
},
["Shipwright Basic Upgrade"] = {
["Saguaro Rib"] = {
untranslated = "Shipwright Basic Upgrade",
untranslated = "Saguaro Rib",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Natural Resources",
description = "Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
description = "Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.",
tagGroups = {
tagGroups = {
"Plugin Module",
"Burnable Fuel",
"Specialty Upgrades",
"Wood",
"Upgrade Modules",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,390: Line 36,272:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 37,397: Line 36,279:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,415: Line 36,297:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightBasicUpgradeItem",
type = "SaguaroRibItem",
typeID = nil,
typeID = 0,
},
},
["Shipwright Hat"] = {
["Saguaro Seed"] = {
untranslated = "Shipwright Hat",
untranslated = "Saguaro Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A simple sailor's cap, don?t lose it or you might be walking on a plank.",
description = "Plant to grow a saguaro cactus.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
"Seeds",
},
},
maxStack = 0,
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 37,442: Line 36,325:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,460: Line 36,343:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightHatItem",
type = "SaguaroSeedItem",
typeID = nil,
typeID = 0,
},
},
["Shipwright Overalls"] = {
Salmon = {
untranslated = "Shipwright Overalls",
untranslated = "Salmon",
category = nil,
category = nil,
group = "Clothing",
group = "Natural Resources",
description = "Denim overall for extra sturdy wearability.",
description = "A salmon.",
tagGroups = {
tagGroups = {
"Clothing",
"Fish",
"Medium Fish",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,487: Line 36,371:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,505: Line 36,389:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightOverallsItem",
type = "SalmonItem",
typeID = nil,
typeID = 0,
},
},
["Shipwright Sandals"] = {
["Salt Basket"] = {
untranslated = "Shipwright Sandals",
untranslated = "Salt Basket",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Comfortable sandals with extra traction to avoid slipping.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "A basket of salt.",
tagGroups = {
tagGroups = {
"Clothing",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,528: Line 36,412:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,541: Line 36,425:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,550: Line 36,434:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightSandalsItem",
type = "SaltBasketItem",
typeID = nil,
typeID = 0,
},
},
["Shipwright Shirt"] = {
Sandals = {
untranslated = "Shipwright Shirt",
untranslated = "Sandals",
category = nil,
category = nil,
group = "Clothing",
group = "Clothing",
description = "A striped shirt symbolizing your affinity for traveling across the seas.",
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 = {
"Clothing",
"Clothes",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,577: Line 36,461:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,595: Line 36,479:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShipwrightShirtItem",
type = "SandalsItem",
typeID = nil,
typeID = 0,
},
},
["Shorn Wool"] = {
Sandstone = {
untranslated = "Shorn Wool",
untranslated = "Sandstone",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "Wool that has been shorn from an animal.",
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 = {
"Item",
"Excavatable",
"Items",
"Rock",
"Products",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "250",
weight = 6000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,617: Line 36,500:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 37,624: Line 36,507:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,642: Line 36,525:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShornWoolItem",
type = "SandstoneItem",
typeID = nil,
typeID = 0,
},
},
["Short Beard"] = {
Sawmill = {
untranslated = "Short Beard",
untranslated = "Sawmill",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "",
description = "Used to saw wood into lumber.",
tagGroups = {
tagGroups = {
"Clothing",
"Crafting Table",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,666: Line 36,549:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,678: Line 36,561:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "7x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,687: Line 36,570:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShortBeardItem",
type = "SawmillItem",
typeID = nil,
typeID = 0,
},
},
Shorts = {
["Saxifrage Seed"] = {
untranslated = "Shorts",
untranslated = "Saxifrage Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.",
description = "Plant to grow saxifrage.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
"Seeds",
},
},
maxStack = 0,
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,
currency = nil,
currency = nil,
Line 37,714: Line 36,598:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,732: Line 36,616:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ShortsItem",
type = "SaxifrageSeedItem",
typeID = nil,
typeID = 0,
},
},
["Simmered Meat"] = {
["Scrap Meat"] = {
untranslated = "Simmered Meat",
untranslated = "Scrap Meat",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Meat cooked in meat juices keeps the meat juicy.",
description = "Chunks of extra meat.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "800",
weight = 75,
calories = "900",
calories = 50,
carbs = "6",
carbs = 0,
protein = "18",
protein = 5,
fat = "13",
fat = 5,
vitamins = "5",
vitamins = 0,
density = nil,
density = 20.0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 37,760: Line 36,643:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,778: Line 36,661:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SimmeredMeatItem",
type = "ScrapMeatItem",
typeID = nil,
typeID = 0,
},
},
["Simple Syrup"] = {
["Screening Machine"] = {
untranslated = "Simple Syrup",
untranslated = "Screening Machine",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "A simple water and suger combination heated until the sugar dissolves.",
description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
"Ingredients",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 5000,
calories = "400",
calories = nil,
carbs = "12",
carbs = nil,
protein = "0",
protein = nil,
fat = "3",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,815: Line 36,697:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,824: Line 36,706:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SimpleSyrupItem",
type = "ScreeningMachineItem",
typeID = nil,
typeID = 0,
},
},
Sink = {
["Screw Press"] = {
untranslated = "Sink",
untranslated = "Screw Press",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "An industrial sink.",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {
tagGroups = {
"Bathroom",
"Crafting Table",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,850: Line 36,730:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,862: Line 36,742:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 37,871: Line 36,751:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SinkItem",
type = "ScrewPressItem",
typeID = nil,
typeID = 0,
},
},
["Skid Steer"] = {
Screws = {
untranslated = "Skid Steer",
untranslated = "Screws",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Small scale bucket loader. Great for flat to low slope excavation.",
description = "A pointed metal fastener used in crafting to attach pieces of material together.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 100,
"Vehicle",
"Vehicles",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "25000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 37,900: Line 36,776:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,918: Line 36,794:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SkidSteerItem",
type = "ScrewsItem",
typeID = nil,
typeID = 0,
},
},
Slag = {
["Seagrass Seed"] = {
untranslated = "Slag",
untranslated = "Seagrass Seed",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A glass-like byproduct that is created when smelting ore. Crushed Slag is often used in the production of Concrete.",
description = "Plant to grow seagrass.",
tagGroups = {
tagGroups = {
"Block",
"Food",
"Blocks",
"Seeds",
"Byproducts",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "6000",
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 37,947: Line 36,822:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 37,965: Line 36,840:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SlagItem",
type = "SeagrassSeedItem",
typeID = nil,
typeID = 0,
},
},
["Sleek Short Hair"] = {
["Seared Meat"] = {
untranslated = "Sleek Short Hair",
untranslated = "Seared Meat",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "",
description = "A cut of perfectly seared steak.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
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,
Line 37,992: Line 36,867:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,010: Line 36,885:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SleekShortHairItem",
type = "SearedMeatItem",
typeID = nil,
typeID = 0,
},
},
["Small Bath Mat"] = {
["Seeded Camas Roll"] = {
untranslated = "Small Bath Mat",
untranslated = "Seeded Camas Roll",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A small bath mat when a normal rug does not cover your bathroom needs.",
description = "Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.",
tagGroups = {
tagGroups = {
"Bathroom",
"Food",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "250",
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,
Line 38,039: Line 36,912:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,057: Line 36,930:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallBathMatItem",
type = "SeededCamasRollItem",
typeID = nil,
typeID = 0,
},
},
["Small Canoe"] = {
["Sensor Based Belt Sorter"] = {
untranslated = "Small Canoe",
untranslated = "Sensor Based Belt Sorter",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "",
description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,083: Line 36,954:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,095: Line 36,966:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,104: Line 36,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCanoeItem",
type = "SensorBasedBeltSorterItem",
typeID = nil,
typeID = 0,
},
},
["Small Cotton Bunting Red"] = {
["Sensuous Sea Pizza"] = {
untranslated = "Small Cotton Bunting Red",
untranslated = "Sensuous Sea Pizza",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
description = "The chewyness is unreal.",
tagGroups = {
tagGroups = {
"Decoration",
"Food",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 300,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 28,
protein = nil,
protein = 11,
fat = nil,
fat = 7,
vitamins = nil,
vitamins = 4,
density = nil,
density = 4.166666666666666,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 38,133: Line 37,002:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,151: Line 37,020:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCottonBuntingRedItem",
type = "SensuousSeaPizzaItem",
typeID = nil,
typeID = 0,
},
},
["Small Cotton Bunting Regal"] = {
Servo = {
untranslated = "Small Cotton Bunting Regal",
untranslated = "Servo",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A small celebratory piece of cotton fabric used to brighten up an event.",
description = "A rotary actuator that allows for control over angular position.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,180: Line 37,045:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,198: Line 37,063:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCottonBuntingRegalItem",
type = "ServoItem",
typeID = nil,
typeID = 0,
},
},
["Small Court"] = {
["Settlement Crafting Table"] = {
untranslated = "Small Court",
untranslated = "Settlement Crafting Table",
category = nil,
category = nil,
group = "Work Stations",
group = "Work Stations",
description = "Allows the creation of Law, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
description = "A basic workspace for crafting all manner of settlement related objects.",
tagGroups = {
tagGroups = {
"Government",
"Government",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,227: Line 37,090:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,236: Line 37,099:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,245: Line 37,108:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallCourtItem",
type = "SettlementCraftingTableItem",
typeID = nil,
typeID = 0,
},
},
["Small Festive Paper Lantern"] = {
Shale = {
untranslated = "Small Festive Paper Lantern",
untranslated = "Shale",
category = nil,
category = nil,
group = "World Object",
group = "Natural Resources",
description = "",
description = "A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.",
tagGroups = {
tagGroups = {
"World Object",
"Excavatable",
"Rock",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "",
weight = 6000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,272: Line 37,136:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,290: Line 37,154:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallFestivePaperLanternItem",
type = "ShaleItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Ashlar Basalt Sign"] = {
Shaper = {
untranslated = "Small Hanging Ashlar Basalt Sign",
untranslated = "Shaper",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A small sign for all of your smaller text needs!",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Crafting Table",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,316: Line 37,178:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,328: Line 37,190:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,337: Line 37,199:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingAshlarBasaltSignItem",
type = "ShaperItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Ashlar Stone Sign"] = {
["Shark Fillet Soup"] = {
untranslated = "Small Hanging Ashlar Stone Sign",
untranslated = "Shark Fillet Soup",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A small sign for all of your smaller text needs!",
description = "A texture all of its own.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
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 38,366: Line 37,226:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,384: Line 37,244:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingAshlarStoneSignItem",
type = "SharkFilletSoupItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Birch Sign"] = {
["Sheep Mount"] = {
untranslated = "Small Hanging Birch Sign",
untranslated = "Sheep Mount",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A small sign for all of your smaller text needs!",
description = "A hunting trophy for your house.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,409: Line 37,267:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3.5",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,422: Line 37,280:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,431: Line 37,289:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingBirchSignItem",
type = "SheepMountItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Lumber Sign"] = {
["Shelf Cabinet"] = {
untranslated = "Small Hanging Lumber Sign",
untranslated = "Shelf Cabinet",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A small sign for all of your smaller text needs!",
description = "When a shelf and a cabinet aren't enough individually.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,456: Line 37,312:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Shelves",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,469: Line 37,325:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 38,478: Line 37,334:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingLumberSignItem",
type = "ShelfCabinetItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Mortared Granite Sign"] = {
["Shipwright Advanced Upgrade"] = {
untranslated = "Small Hanging Mortared Granite Sign",
untranslated = "Shipwright Advanced Upgrade",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Upgrade Modules",
description = "A small sign for all of your smaller text needs!",
description = "Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Upgrade",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,507: Line 37,361:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,525: Line 37,379:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingMortaredGraniteSignItem",
type = "ShipwrightAdvancedUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Mortared Stone Sign"] = {
["Shipwright Basic Upgrade"] = {
untranslated = "Small Hanging Mortared Stone Sign",
untranslated = "Shipwright Basic Upgrade",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Upgrade Modules",
description = "A small sign for all of your smaller text needs!",
description = "Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Upgrade",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,554: Line 37,406:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,572: Line 37,424:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingMortaredStoneSignItem",
type = "ShipwrightBasicUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Saguaro Sign"] = {
["Shipwright Hat"] = {
untranslated = "Small Hanging Saguaro Sign",
untranslated = "Shipwright Hat",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "A small sign for all of your smaller text needs!",
description = "A simple sailor's cap, don?t lose it or you might be walking on a plank.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,601: Line 37,451:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,619: Line 37,469:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingSaguaroSignItem",
type = "ShipwrightHatItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Softwood Sign"] = {
["Shipwright Overalls"] = {
untranslated = "Small Hanging Softwood Sign",
untranslated = "Shipwright Overalls",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "A small sign for all of your smaller text needs!",
description = "Denim overall for extra sturdy wearability.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,648: Line 37,496:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,666: Line 37,514:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingSoftwoodSignItem",
type = "ShipwrightOverallsItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Stone Sign"] = {
["Shipwright Sandals"] = {
untranslated = "Small Hanging Stone Sign",
untranslated = "Shipwright Sandals",
category = nil,
category = nil,
group = "World Object",
group = "Clothing",
description = "A small sign for all of your smaller text needs!",
description = "Comfortable sandals with extra traction to avoid slipping.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"World Object",
"Clothes",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,693: Line 37,541:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,711: Line 37,559:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingStoneSignItem",
type = "ShipwrightSandalsItem",
typeID = nil,
typeID = 0,
},
},
["Small Hanging Wood Sign"] = {
["Shipwright Shirt"] = {
untranslated = "Small Hanging Wood Sign",
untranslated = "Shipwright Shirt",
category = nil,
category = nil,
group = "Item",
group = "Clothing",
description = "A small sign for all of your smaller text needs!",
description = "A striped shirt symbolizing your affinity for traveling across the seas.",
tagGroups = {
tagGroups = {
"Item",
"Clothes",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,731: Line 37,579:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 38,738: Line 37,586:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,756: Line 37,604:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallHangingWoodSignItem",
type = "ShipwrightShirtItem",
typeID = nil,
typeID = 0,
},
},
["Small Meeting Chair"] = {
["Shipwright Skill Book"] = {
untranslated = "Small Meeting Chair",
untranslated = "Shipwright Skill Book",
category = nil,
category = nil,
group = "World Object",
group = "Skill Books",
description = "",
description = "Shipwright Skill Book",
tagGroups = {
tagGroups = {
"World Object",
"Skill Books",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,783: Line 37,631:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,801: Line 37,649:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallMeetingChairItem",
type = "Shipwright Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Small Meeting Table"] = {
["Shipwright Skill Scroll"] = {
untranslated = "Small Meeting Table",
untranslated = "Shipwright Skill Scroll",
category = nil,
category = nil,
group = "World Object",
group = "Skill Scrolls",
description = "",
description = "Shipwright Skill Scroll",
tagGroups = {
tagGroups = {
"World Object",
"Skill Scrolls",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,828: Line 37,676:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,846: Line 37,694:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallMeetingTableItem",
type = "Shipwright Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Small Nylon Bunting Green"] = {
["Shorn Wool"] = {
untranslated = "Small Nylon Bunting Green",
untranslated = "Shorn Wool",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
description = "Wool that has been shorn from an animal.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,875: Line 37,719:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,893: Line 37,737:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallNylonBuntingGreenItem",
type = "ShornWoolItem",
typeID = nil,
typeID = 0,
},
},
["Small Nylon Bunting Purple"] = {
Shorts = {
untranslated = "Small Nylon Bunting Purple",
untranslated = "Shorts",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
description = "Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.",
tagGroups = {
tagGroups = {
"Decoration",
"Clothes",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 38,922: Line 37,764:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,940: Line 37,782:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallNylonBuntingPurpleItem",
type = "ShortsItem",
typeID = nil,
typeID = 0,
},
},
["Small Paper Lantern"] = {
["Simmered Meat"] = {
untranslated = "Small Paper Lantern",
untranslated = "Simmered Meat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A small paper lantern.",
description = "Meat cooked in meat juices keeps the meat juicy.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 800,
calories = nil,
calories = 900,
carbs = nil,
carbs = 6,
protein = nil,
protein = 18,
fat = nil,
fat = 13,
vitamins = nil,
vitamins = 5,
density = nil,
density = 4.666666666666667,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 38,969: Line 37,809:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 38,987: Line 37,827:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallPaperLanternItem",
type = "SimmeredMeatItem",
typeID = nil,
typeID = 0,
},
},
["Small Paper Machine"] = {
["Simple Syrup"] = {
untranslated = "Small Paper Machine",
untranslated = "Simple Syrup",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "Laborous way of creating sheets of paper.",
description = "A simple water and suger combination heated until the sugar dissolves.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Food",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
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 39,016: Line 37,854:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,034: Line 37,872:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallPaperMachineItem",
type = "SimpleSyrupItem",
typeID = nil,
typeID = 0,
},
},
["Small Shipyard"] = {
Sink = {
untranslated = "Small Shipyard",
untranslated = "Sink",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "A crude workspace for constructing smaller vehicles designed for use in a maritime environment.",
description = "An industrial sink.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,059: Line 37,895:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,072: Line 37,908:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,081: Line 37,917:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallShipyardItem",
type = "SinkItem",
typeID = nil,
typeID = 0,
},
},
["Small Sink"] = {
["Skid Steer"] = {
untranslated = "Small Sink",
untranslated = "Skid Steer",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A small household sink.",
description = "Small scale bucket loader. Great for flat to low slope excavation.",
tagGroups = {
tagGroups = {
"Bathroom",
"Vehicles",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,110: Line 37,944:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,119: Line 37,953:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,128: Line 37,962:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallSinkItem",
type = "SkidSteerItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Ashlar Basalt Sign"] = {
Slag = {
untranslated = "Small Standing Ashlar Basalt Sign",
untranslated = "Slag",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A small sign for all of your smaller text needs!",
description = "A glass-like byproduct that is created when smelting ore. Crushed Slag is often used in the production of Concrete.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Excavatable",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 6000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,157: Line 37,989:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,175: Line 38,007:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingAshlarBasaltSignItem",
type = "SlagItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Ashlar Stone Sign"] = {
["Small Bath Mat"] = {
untranslated = "Small Standing Ashlar Stone Sign",
untranslated = "Small Bath Mat",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A small sign for all of your smaller text needs!",
description = "A small bath mat when a normal rug does not cover your bathroom needs.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,200: Line 38,030:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Rug",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,213: Line 38,043:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,222: Line 38,052:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingAshlarStoneSignItem",
type = "SmallBathMatItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Birch Sign"] = {
["Small Canoe"] = {
untranslated = "Small Standing Birch Sign",
untranslated = "Small Canoe",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A small sign for all of your smaller text needs!",
description = "",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Vehicles",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,251: Line 38,079:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,260: Line 38,088:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x4x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,269: Line 38,097:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingBirchSignItem",
type = "SmallCanoeItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Lumber Sign"] = {
["Small Cotton Bunting Red"] = {
untranslated = "Small Standing Lumber Sign",
untranslated = "Small Cotton Bunting Red",
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 cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,294: Line 38,120:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,316: Line 38,142:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingLumberSignItem",
type = "SmallCottonBuntingRedItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Mortared Granite Sign"] = {
["Small Cotton Bunting Regal"] = {
untranslated = "Small Standing Mortared Granite Sign",
untranslated = "Small Cotton Bunting Regal",
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 cotton fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,341: Line 38,165:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,363: Line 38,187:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingMortaredGraniteSignItem",
type = "SmallCottonBuntingRegalItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Mortared Stone Sign"] = {
["Small Court"] = {
untranslated = "Small Standing Mortared Stone Sign",
untranslated = "Small Court",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Work Stations",
description = "A small sign for all of your smaller text needs!",
description = "Allows the creation of Law, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Government",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,392: Line 38,214:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,401: Line 38,223:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x6x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,410: Line 38,232:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingMortaredStoneSignItem",
type = "SmallCourtItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Saguaro Sign"] = {
["Small Hanging Ashlar Basalt Sign"] = {
untranslated = "Small Standing Saguaro Sign",
untranslated = "Small Hanging Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A small sign for all of your smaller text needs!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Signs",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,439: Line 38,257:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,448: Line 38,266:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,457: Line 38,275:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingSaguaroSignItem",
type = "SmallHangingAshlarBasaltSignItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Softwood Sign"] = {
["Small Hanging Ashlar Stone Sign"] = {
untranslated = "Small Standing Softwood Sign",
untranslated = "Small Hanging Ashlar Stone Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A small sign for all of your smaller text needs!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Signs",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,486: Line 38,300:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,495: Line 38,309:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,504: Line 38,318:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingSoftwoodSignItem",
type = "SmallHangingAshlarStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Stone Sign"] = {
["Small Hanging Birch Sign"] = {
untranslated = "Small Standing Stone Sign",
untranslated = "Small Hanging Birch Sign",
category = nil,
category = nil,
group = "World Object",
group = "Crafted Objects",
description = "A small sign for all of your smaller text needs!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,531: Line 38,343:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,540: Line 38,352:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,549: Line 38,361:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingStoneSignItem",
type = "SmallHangingBirchSignItem",
typeID = nil,
typeID = 0,
},
},
["Small Standing Wood Sign"] = {
["Small Hanging Lumber Sign"] = {
untranslated = "Small Standing Wood Sign",
untranslated = "Small Hanging Lumber Sign",
category = nil,
category = nil,
group = "Item",
group = "Crafted Objects",
description = "A small sign for all of your smaller text needs!",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,569: Line 38,379:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 39,576: Line 38,386:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,585: Line 38,395:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,594: Line 38,404:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStandingWoodSignItem",
type = "SmallHangingLumberSignItem",
typeID = nil,
typeID = 0,
},
},
["Small Stockpile"] = {
["Small Hanging Mortared Granite Sign"] = {
untranslated = "Small Stockpile",
untranslated = "Small Hanging Mortared Granite Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "Designates a 3x3x3 area as storage for large items.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Storage",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,623: Line 38,429:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,632: Line 38,438:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,641: Line 38,447:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallStockpileItem",
type = "SmallHangingMortaredGraniteSignItem",
typeID = nil,
typeID = 0,
},
},
["Small Wood Cart"] = {
["Small Hanging Mortared Stone Sign"] = {
untranslated = "Small Wood Cart",
untranslated = "Small Hanging Mortared Stone Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "Small wood cart for hauling minimal loads.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Vehicle",
"Vehicles",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,670: Line 38,472:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,679: Line 38,481:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,688: Line 38,490:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallWoodCartItem",
type = "SmallHangingMortaredStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Small Wooden Boat"] = {
["Small Hanging Saguaro Sign"] = {
untranslated = "Small Wooden Boat",
untranslated = "Small Hanging Saguaro Sign",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A personal transport vessel capable of holding a suprising amount of goods.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Vehicle",
"Vehicles",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,717: Line 38,515:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,726: Line 38,524:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,735: Line 38,533:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallWoodenBoatItem",
type = "SmallHangingSaguaroSignItem",
typeID = nil,
typeID = 0,
},
},
["Small Wooden Ship Frame"] = {
["Small Hanging Softwood Sign"] = {
untranslated = "Small Wooden Ship Frame",
untranslated = "Small Hanging Softwood Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "The basis for any wooden personal vessel.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,757: Line 38,551:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 39,764: Line 38,558:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,773: Line 38,567:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,782: Line 38,576:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmallWoodenShipFrameItem",
type = "SmallHangingSoftwoodSignItem",
typeID = nil,
typeID = 0,
},
},
["Smelting Upgrade"] = {
["Small Hanging Stone Sign"] = {
untranslated = "Smelting Upgrade",
untranslated = "Small Hanging Stone Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "World Object",
description = "Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 1,
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,811: Line 38,601:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,820: Line 38,610:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 39,829: Line 38,619:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmeltingUpgradeItem",
type = "SmallHangingStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Smith Apron"] = {
["Small Hanging Wood Sign"] = {
untranslated = "Smith Apron",
untranslated = "Small Hanging Wood Sign",
category = nil,
category = nil,
group = "Clothing",
group = "Item",
description = "A thick leather apron that provides protection from the ocassional chunk of flying metal when hammering on an anvil.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Clothing",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,856: Line 38,644:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,874: Line 38,662:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithApronItem",
type = "SmallHangingWoodSignItem",
typeID = nil,
typeID = 0,
},
},
["Smith Bandana"] = {
["Small Nylon Bunting Green"] = {
untranslated = "Smith Bandana",
untranslated = "Small Nylon Bunting Green",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "A cotton bandana that is great for keeping the hair out of your face and acts as a sweat band.",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Clothing",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,897: Line 38,685:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,919: Line 38,707:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithBandanaItem",
type = "SmallNylonBuntingGreenItem",
typeID = nil,
typeID = 0,
},
},
["Smith Boots"] = {
["Small Nylon Bunting Purple"] = {
untranslated = "Smith Boots",
untranslated = "Small Nylon Bunting Purple",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Heavy duty steel-toed boots.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "A small celebratory piece of nylon fabric used to brighten up an event.",
tagGroups = {
tagGroups = {
"Clothing",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,942: Line 38,730:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 39,964: Line 38,752:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithBootsItem",
type = "SmallNylonBuntingPurpleItem",
typeID = nil,
typeID = 0,
},
},
["Smith Gloves"] = {
["Small Paper Lantern"] = {
untranslated = "Smith Gloves",
untranslated = "Small Paper Lantern",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "A reinforced wrist guard paired with a lone work glove.",
description = "A small paper lantern.",
tagGroups = {
tagGroups = {
"Clothing",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 39,987: Line 38,775:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,000: Line 38,788:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,009: Line 38,797:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithGlovesItem",
type = "SmallPaperLanternItem",
typeID = nil,
typeID = 0,
},
},
["Smith Pants"] = {
["Small Paper Machine"] = {
untranslated = "Smith Pants",
untranslated = "Small Paper Machine",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "Denim pants with knee patches.",
description = "Laborous way of creating sheets of paper.",
tagGroups = {
tagGroups = {
"Clothing",
"Crafting Table",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,033: Line 38,821:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,054: Line 38,842:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithPantsItem",
type = "SmallPaperMachineItem",
typeID = nil,
typeID = 0,
},
},
["Smith Shirt"] = {
["Small Shipyard"] = {
untranslated = "Smith Shirt",
untranslated = "Small Shipyard",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "A simple cotton shirt helps reduce the strain of heat exposure.",
description = "A crude workspace for constructing smaller vehicles designed for use in a maritime environment.",
tagGroups = {
tagGroups = {
"Clothing",
"Crafting Table",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,078: Line 38,866:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,090: Line 38,878:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,099: Line 38,887:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmithShirtItem",
type = "SmallShipyardItem",
typeID = nil,
typeID = 0,
},
},
["Smooth Gut Noodle Roll"] = {
["Small Sink"] = {
untranslated = "Smooth Gut Noodle Roll",
untranslated = "Small Sink",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "These noodle rolls look VERY smooth.",
description = "A small household sink.",
tagGroups = {
tagGroups = {
"Cooking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 1000,
calories = "1200",
calories = nil,
carbs = "19",
carbs = nil,
protein = "15",
protein = nil,
fat = "9",
fat = nil,
vitamins = "1",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Sink",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,136: Line 38,923:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,145: Line 38,932:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SmoothGutNoodleRollItem",
type = "SmallSinkItem",
typeID = nil,
typeID = 0,
},
},
["Snapping Turtle Carcass"] = {
["Small Standing Ashlar Basalt Sign"] = {
untranslated = "Snapping Turtle Carcass",
untranslated = "Small Standing Ashlar Basalt Sign",
category = nil,
category = nil,
group = "Natural Resources",
group = "Crafted Objects",
description = "A dead snapping turtle.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Animal",
maxStack = 1,
"Item",
"Natural Resources",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,167: Line 38,950:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 40,174: Line 38,957:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,183: Line 38,966:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,192: Line 38,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SnappingTurtleCarcassItem",
type = "SmallStandingAshlarBasaltSignItem",
typeID = nil,
typeID = 0,
},
},
["Softwood Board"] = {
["Small Standing Ashlar Stone Sign"] = {
untranslated = "Softwood Board",
untranslated = "Small Standing Ashlar Stone Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A higher quality softwood board used for long lasting furniture.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,214: Line 38,993:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "2000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 40,221: Line 39,000:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,230: Line 39,009:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,239: Line 39,018:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodBoardItem",
type = "SmallStandingAshlarStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Softwood Hewn Log"] = {
["Small Standing Birch Sign"] = {
untranslated = "Softwood Hewn Log",
untranslated = "Small Standing Birch Sign",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Building Materials",
weight = 1000,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,261: Line 39,036:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 40,268: Line 39,043:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,277: Line 39,052:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,286: Line 39,061:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodHewnLogItem",
type = "SmallStandingBirchSignItem",
typeID = nil,
typeID = 0,
},
},
["Softwood Lumber"] = {
["Small Standing Lumber Sign"] = {
untranslated = "Softwood Lumber",
untranslated = "Small Standing Lumber Sign",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "Can be fashioned into various usable equipment.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Building Materials",
weight = 1000,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,308: Line 39,079:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 40,315: Line 39,086:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,324: Line 39,095:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,333: Line 39,104:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberItem",
type = "SmallStandingLumberSignItem",
typeID = nil,
typeID = 0,
},
},
["Softwood Lumber Bench"] = {
["Small Standing Mortared Granite Sign"] = {
untranslated = "Softwood Lumber Bench",
untranslated = "Small Standing Mortared Granite Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A lumber bench for when you need extra seating space than a traditional chair.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,362: Line 39,129:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,371: Line 39,138:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,380: Line 39,147:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberBenchItem",
type = "SmallStandingMortaredGraniteSignItem",
typeID = nil,
typeID = 0,
},
},
["Softwood Lumber Chair"] = {
["Small Standing Mortared Stone Sign"] = {
untranslated = "Softwood Lumber Chair",
untranslated = "Small Standing Mortared Stone Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,409: Line 39,172:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,418: Line 39,181:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,427: Line 39,190:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberChairItem",
type = "SmallStandingMortaredStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Softwood Lumber Door"] = {
["Small Standing Saguaro Sign"] = {
untranslated = "Softwood Lumber Door",
untranslated = "Small Standing Saguaro Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A door made from finely cut lumber.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Doors",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,456: Line 39,215:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,465: Line 39,224:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,474: Line 39,233:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberDoorItem",
type = "SmallStandingSaguaroSignItem",
typeID = nil,
typeID = 0,
},
},
["Softwood Lumber Dresser"] = {
["Small Standing Softwood Sign"] = {
untranslated = "Softwood Lumber Dresser",
untranslated = "Small Standing Softwood Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Bedroom",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,503: Line 39,258:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,512: Line 39,267:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,521: Line 39,276:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberDresserItem",
type = "SmallStandingSoftwoodSignItem",
typeID = nil,
typeID = 0,
},
},
["Softwood Lumber Table"] = {
["Small Standing Stone Sign"] = {
untranslated = "Softwood Lumber Table",
untranslated = "Small Standing Stone Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "World Object",
description = "A large lumber table for eating meals or getting some work done.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Seating",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,550: Line 39,301:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,559: Line 39,310:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,568: Line 39,319:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoftwoodLumberTableItem",
type = "SmallStandingStoneSignItem",
typeID = nil,
typeID = 0,
},
},
["Soil Sampler"] = {
["Small Standing Wood Sign"] = {
untranslated = "Soil Sampler",
untranslated = "Small Standing Wood Sign",
category = nil,
category = nil,
group = "Items",
group = "Item",
description = "Checking the moisture levels, temperature, and nutrients of soil is important for farming.",
description = "A small sign for all of your smaller text needs!",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Tools",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = nil,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,590: Line 39,337:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 40,597: Line 39,344:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,615: Line 39,362:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SoilSamplerItem",
type = "SmallStandingWoodSignItem",
typeID = nil,
typeID = 0,
},
},
["Solar Generator"] = {
["Small Stockpile"] = {
untranslated = "Solar Generator",
untranslated = "Small Stockpile",
category = nil,
category = nil,
group = "Crafted Objects",
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.",
description = "Designates a 3x3x3 area as storage for large items.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Power Generation",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,644: Line 39,387:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,653: Line 39,396:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,662: Line 39,405:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SolarGeneratorItem",
type = "SmallStockpileItem",
typeID = nil,
typeID = 0,
},
},
["Spiky Roll"] = {
["Small Wood Cart"] = {
untranslated = "Spiky Roll",
untranslated = "Small Wood Cart",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Spikes are definitely removed before serving.",
description = "Small wood cart for hauling minimal loads.",
tagGroups = {
tagGroups = {
"Cooking",
"Vehicles",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 5000,
calories = "1300",
calories = nil,
carbs = "20",
carbs = nil,
protein = "17",
protein = nil,
fat = "7",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 40,690: Line 39,432:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,699: Line 39,441:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,708: Line 39,450:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpikyRollItem",
type = "SmallWoodCartItem",
typeID = nil,
typeID = 0,
},
},
["Spin Melter"] = {
["Small Wooden Boat"] = {
untranslated = "Spin Melter",
untranslated = "Small Wooden Boat",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A device with a rotating drum that is used to shape molten synthetic materials into thin ribbons.",
description = "A personal transport vessel capable of holding a suprising amount of goods.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Vehicles",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,737: Line 39,477:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,746: Line 39,486:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x5x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 40,755: Line 39,495:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpinMelterItem",
type = "SmallWoodenBoatItem",
typeID = nil,
typeID = 0,
},
},
["Spinning Jenny"] = {
["Small Wooden Ship Frame"] = {
untranslated = "Spinning Jenny",
untranslated = "Small Wooden Ship Frame",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "Making yarn and threads made easy!",
description = "The basis for any wooden personal vessel.",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,782: Line 39,520:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,800: Line 39,538:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpinningJennyItem",
type = "SmallWoodenShipFrameItem",
typeID = nil,
typeID = 0,
},
},
["Spoiled Food"] = {
["Smelting Basic Upgrade"] = {
untranslated = "Spoiled Food",
untranslated = "Smelting Basic Upgrade",
category = nil,
category = nil,
group = "Items",
group = "Upgrade Modules",
description = "Food that has spoiled beyond the point of being suitable for human consumption. It can still be used for compost.",
description = "Basic Upgrade that greatly increases efficiency when crafting Smelting recipes.",
tagGroups = {
tagGroups = {
"Item",
"Upgrade",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "20",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,822: Line 39,558:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 40,829: Line 39,565:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,847: Line 39,583:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpoiledFoodItem",
type = "SmeltingBasicUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Spruce Log"] = {
["Smelting Skill Book"] = {
untranslated = "Spruce Log",
untranslated = "Smelting Skill Book",
category = nil,
category = nil,
group = "Natural Resources",
group = "Skill Books",
description = "Spruce log is a type of softwood, sometimes referred to as whitewood.",
description = "Smelting Skill Book",
tagGroups = {
tagGroups = {
"Block",
"Skill Books",
"Logs",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,869: Line 39,603:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "4000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 40,876: Line 39,610:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,894: Line 39,628:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpruceLogItem",
type = "Smelting Skill BookItem",
typeID = nil,
typeID = 0,
},
},
["Spruce Seed"] = {
["Smelting Skill Scroll"] = {
untranslated = "Spruce Seed",
untranslated = "Smelting Skill Scroll",
category = nil,
category = nil,
group = "Seed",
group = "Skill Scrolls",
description = "Plant to grow a spruce tree.",
description = "Smelting Skill Scroll",
tagGroups = {
tagGroups = {
"Seed",
"Skill Scrolls",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 40,921: Line 39,655:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,939: Line 39,673:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SpruceSeedItem",
type = "Smelting Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Square Belt"] = {
["Smelting Upgrade"] = {
untranslated = "Square Belt",
untranslated = "Smelting Upgrade",
category = nil,
category = nil,
group = "Clothing",
group = "Upgrade Modules",
description = "Belt with a square buckle.",
description = "Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.",
tagGroups = {
tagGroups = {
"Clothing",
"Upgrade",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 40,966: Line 39,700:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 40,984: Line 39,718:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SquareBeltItem",
type = "SmeltingUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Stamp Mill"] = {
["Smith Apron"] = {
untranslated = "Stamp Mill",
untranslated = "Smith Apron",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "A crushing machine that uses iron stamps to pound rocks into small pieces.",
description = "A thick leather apron that provides protection from the ocassional chunk of flying metal when hammering on an anvil.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,013: Line 39,745:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,031: Line 39,763:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StampMillItem",
type = "SmithApronItem",
typeID = nil,
typeID = 0,
},
},
["Standing Glass Sign"] = {
["Smith Bandana"] = {
untranslated = "Standing Glass Sign",
untranslated = "Smith Bandana",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "A large sign framed with a glass plate.",
description = "A cotton bandana that is great for keeping the hair out of your face and acts as a sweat band.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,060: Line 39,790:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,078: Line 39,808:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StandingGlassSignItem",
type = "SmithBandanaItem",
typeID = nil,
typeID = 0,
},
},
["Standing Long Steel Sign"] = {
["Smith Boots"] = {
untranslated = "Standing Long Steel Sign",
untranslated = "Smith Boots",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "A long steel plate with a wooden base.",
description = "Heavy duty steel-toed boots.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,107: Line 39,835:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,125: Line 39,853:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StandingLongSteelSignItem",
type = "SmithBootsItem",
typeID = nil,
typeID = 0,
},
},
["Standing Steel Brick Sign"] = {
["Smith Gloves"] = {
untranslated = "Standing Steel Brick Sign",
untranslated = "Smith Gloves",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "A solid steel plate supported by a brick base.",
description = "A reinforced wrist guard paired with a lone work glove.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,154: Line 39,880:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,172: Line 39,898:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StandingSteelBrickSignItem",
type = "SmithGlovesItem",
typeID = nil,
typeID = 0,
},
},
["Steam Engine"] = {
["Smith Pants"] = {
untranslated = "Steam Engine",
untranslated = "Smith Pants",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "A large steam engine for generating power.",
description = "Denim pants with knee patches.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Power Generation",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,201: Line 39,925:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,219: Line 39,943:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamEngineItem",
type = "SmithPantsItem",
typeID = nil,
typeID = 0,
},
},
["Steam Tractor"] = {
["Smith Shirt"] = {
untranslated = "Steam Tractor",
untranslated = "Smith Shirt",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "A tractor powered through steam.",
description = "A simple cotton shirt helps reduce the strain of heat exposure.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "25000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,248: Line 39,970:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,266: Line 39,988:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTractorItem",
type = "SmithShirtItem",
typeID = nil,
typeID = 0,
},
},
["Steam Tractor Harvester"] = {
["Smooth Gut Noodle Roll"] = {
untranslated = "Steam Tractor Harvester",
untranslated = "Smooth Gut Noodle Roll",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "An attachment for the steam tractor that allows for quick harvesting of plants.",
description = "These noodle rolls look VERY smooth.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Tools",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 400,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 19,
protein = nil,
protein = 15,
fat = nil,
fat = 9,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.6666666666666665,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,295: Line 40,015:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,313: Line 40,033:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTractorHarvesterItem",
type = "SmoothGutNoodleRollItem",
typeID = nil,
typeID = 0,
},
},
["Steam Tractor Plow"] = {
["Snapping Turtle Carcass"] = {
untranslated = "Steam Tractor Plow",
untranslated = "Snapping Turtle Carcass",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "An attachment for the steam tractor that allows for quick plowing.",
description = "A dead snapping turtle.",
tagGroups = {
tagGroups = {
"Item",
"Tiny Carcass",
"Items",
"Tiny Leather Carcass",
"Tools",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,335: Line 40,054:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,342: Line 40,061:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,360: Line 40,079:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTractorPlowItem",
type = "SnappingTurtleCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Steam Tractor Sower"] = {
["Softwood Board"] = {
untranslated = "Steam Tractor Sower",
untranslated = "Softwood Board",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "An attachment for the steam tractor that allows for quick planting of seeds.",
description = "A higher quality softwood board used for long lasting furniture.",
tagGroups = {
tagGroups = {
"Item",
"Burnable Fuel",
"Items",
"Wood Board",
"Tools",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,382: Line 40,100:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 2000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,389: Line 40,107:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,407: Line 40,125:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTractorSowerItem",
type = "SoftwoodBoardItem",
typeID = nil,
typeID = 0,
},
},
["Steam Truck"] = {
["Softwood Hewn Log"] = {
untranslated = "Steam Truck",
untranslated = "Softwood Hewn Log",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A truck that runs on steam.",
description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Burnable Fuel",
"Vehicle",
"Constructable",
"Vehicles",
"Hewn Log",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "25000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,429: Line 40,147:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,436: Line 40,154:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,454: Line 40,172:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteamTruckItem",
type = "SoftwoodHewnLogItem",
typeID = nil,
typeID = 0,
},
},
["Steel Abstract Fixture"] = {
["Softwood Lumber"] = {
untranslated = "Steel Abstract Fixture",
untranslated = "Softwood Lumber",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "A more modern way to light up a room.",
description = "Can be fashioned into various usable equipment.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Burnable Fuel",
"Lighting",
"Constructable",
"World Object",
"Lumber",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "500",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,476: Line 40,194:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,483: Line 40,201:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,501: Line 40,219:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelAbstractFixtureItem",
type = "SoftwoodLumberItem",
typeID = nil,
typeID = 0,
},
},
["Steel Axle"] = {
["Softwood Lumber Bench"] = {
untranslated = "Steel Axle",
untranslated = "Softwood Lumber Bench",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A rotating steel rod that can be fixed to wheels for use in vehicles.",
description = "A lumber bench for when you need extra seating space than a traditional chair.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,523: Line 40,239:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,539: Line 40,255:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,548: Line 40,264:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelAxleItem",
type = "SoftwoodLumberBenchItem",
typeID = nil,
typeID = 0,
},
},
["Steel Bar"] = {
["Softwood Lumber Chair"] = {
untranslated = "Steel Bar",
untranslated = "Softwood Lumber Chair",
category = nil,
category = nil,
group = "Blocks",
group = "Housing Objects",
description = "Refined bar of steel.",
description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
tagGroups = {
tagGroups = {
"Block",
"Housing",
"Blocks",
"Metals",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "20000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,570: Line 40,284:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,586: Line 40,300:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,595: Line 40,309:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelBarItem",
type = "SoftwoodLumberChairItem",
typeID = nil,
typeID = 0,
},
},
["Steel Buoy"] = {
["Softwood Lumber Door"] = {
untranslated = "Steel Buoy",
untranslated = "Softwood Lumber Door",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "A steel navigational buoy, can also be used as a moorage post.",
description = "A door made from finely cut lumber.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Specialty",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,624: Line 40,334:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 2,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,633: Line 40,343:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,642: Line 40,352:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelBuoyItem",
type = "SoftwoodLumberDoorItem",
typeID = nil,
typeID = 0,
},
},
["Steel Ceiling Light"] = {
["Softwood Lumber Dresser"] = {
untranslated = "Steel Ceiling Light",
untranslated = "Softwood Lumber Dresser",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A more modern way to light up a room.",
description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,667: Line 40,375:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,680: Line 40,388:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,689: Line 40,397:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelCeilingLightItem",
type = "SoftwoodLumberDresserItem",
typeID = nil,
typeID = 0,
},
},
["Steel Floor Lamp"] = {
["Softwood Lumber Table"] = {
untranslated = "Steel Floor Lamp",
untranslated = "Softwood Lumber Table",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A more modern way to light up a room. This time from the floor.",
description = "A large lumber table for eating meals or getting some work done.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,714: Line 40,420:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,727: Line 40,433:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,736: Line 40,442:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelFloorLampItem",
type = "SoftwoodLumberTableItem",
typeID = nil,
typeID = 0,
},
},
["Steel Gear"] = {
["Soil Sampler"] = {
untranslated = "Steel Gear",
untranslated = "Soil Sampler",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A toothed machine part that interlocks with others.",
description = "Checking the moisture levels, temperature, and nutrients of soil is important for farming.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,758: Line 40,460:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,765: Line 40,467:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,783: Line 40,485:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelGearItem",
type = "SoilSamplerItem",
typeID = nil,
typeID = 0,
},
},
["Steel Gearbox"] = {
["Solar Generator"] = {
untranslated = "Steel Gearbox",
untranslated = "Solar Generator",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "Provides speed and torque conversions from a rotating power source to another device.",
description = "Generates electrical power from the sun! Requires a clear view of the sky above the generator for full output. Internal batteries ensure generation during nighttime.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,805: Line 40,503:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,821: Line 40,519:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "6x7x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,830: Line 40,528:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelGearboxItem",
type = "SolarGeneratorItem",
typeID = nil,
typeID = 0,
},
},
["Steel Hanging Fixture"] = {
["Spiky Roll"] = {
untranslated = "Steel Hanging Fixture",
untranslated = "Spiky Roll",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A more modern way to light up a room.",
description = "Spikes are definitely removed before serving.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 300,
calories = nil,
calories = 1300,
carbs = nil,
carbs = 20,
protein = nil,
protein = 17,
fat = nil,
fat = 7,
vitamins = nil,
vitamins = 2,
density = nil,
density = 3.5384615384615383,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 41,859: Line 40,555:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,877: Line 40,573:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelHangingFixtureItem",
type = "SpikyRollItem",
typeID = nil,
typeID = 0,
},
},
["Steel Hanging Lamp"] = {
["Spin Melter"] = {
untranslated = "Steel Hanging Lamp",
untranslated = "Spin Melter",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A more modern way to light up a room.",
description = "A device with a rotating drum that is used to shape molten synthetic materials into thin ribbons.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,903: Line 40,597:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,915: Line 40,609:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 41,924: Line 40,618:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelHangingLampItem",
type = "SpinMelterItem",
typeID = nil,
typeID = 0,
},
},
["Steel Kitchen Lamp"] = {
["Spoiled Food"] = {
untranslated = "Steel Kitchen Lamp",
untranslated = "Spoiled Food",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A more modern way to light up a room.",
description = "Food that has spoiled beyond the point of being suitable for human consumption. It can still be used for compost.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Lighting",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 20,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,953: Line 40,643:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 41,971: Line 40,661:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelKitchenLampItem",
type = "SpoiledFoodItem",
typeID = nil,
typeID = 0,
},
},
["Steel Liquids Tank"] = {
["Spruce Log"] = {
untranslated = "Steel Liquids Tank",
untranslated = "Spruce Log",
category = nil,
category = nil,
group = "World Object",
group = "Natural Resources",
description = "",
description = "Spruce log is a type of softwood, sometimes referred to as whitewood.",
tagGroups = {
tagGroups = {
"World Object",
"Burnable Fuel",
"Softwood",
"Wood",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 41,991: Line 40,683:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 4000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 41,998: Line 40,690:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,016: Line 40,708:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelLiquidsTankItem",
type = "SpruceLogItem",
typeID = nil,
typeID = 0,
},
},
["Steel Moorage Post"] = {
["Spruce Seed"] = {
untranslated = "Steel Moorage Post",
untranslated = "Spruce Seed",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "An iron moorage post that makes sure that even the largest of vessels stay still.",
description = "Plant to grow a spruce tree.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Specialty",
"Seeds",
"World Object",
},
},
maxStack = 0,
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 42,045: Line 40,736:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,063: Line 40,754:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelMooragePostItem",
type = "SpruceSeedItem",
typeID = nil,
typeID = 0,
},
},
["Steel Pipe"] = {
["Square Belt"] = {
untranslated = "Steel Pipe",
untranslated = "Square Belt",
category = nil,
category = nil,
group = "Blocks",
group = "Clothing",
description = "A pipe for transporting liquids.",
description = "Belt with a square buckle.",
tagGroups = {
tagGroups = {
"Block",
"Clothes",
"Blocks",
"Pipes",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,085: Line 40,774:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 42,092: Line 40,781:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,110: Line 40,799:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelPipeItem",
type = "SquareBeltItem",
typeID = nil,
typeID = 0,
},
},
["Steel Plate"] = {
["Square Pot"] = {
untranslated = "Steel Plate",
untranslated = "Square Pot",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "A sturdy steel plate for use in various crafting recipes.",
description = "Sometimes you just want to bring a little bit of nature into your house.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,132: Line 40,819:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,157: Line 40,844:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelPlateItem",
type = "PlanterPotSquareItem",
typeID = nil,
typeID = 0,
},
},
["Steel Podium"] = {
["Stamp Mill"] = {
untranslated = "Steel Podium",
untranslated = "Stamp Mill",
category = nil,
category = nil,
group = "World Object",
group = "Work Stations",
description = "",
description = "A crushing machine that uses iron stamps to pound rocks into small pieces.",
tagGroups = {
tagGroups = {
"World Object",
"Crafting Table",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,181: Line 40,868:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,193: Line 40,880:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x4",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,202: Line 40,889:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelPodiumItem",
type = "StampMillItem",
typeID = nil,
typeID = 0,
},
},
["Steel Row Seating"] = {
["Standing Glass Sign"] = {
untranslated = "Steel Row Seating",
untranslated = "Standing Glass Sign",
category = nil,
category = nil,
group = "World Object",
group = "Crafted Objects",
description = "",
description = "A large sign framed with a glass plate.",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,229: Line 40,914:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,238: Line 40,923:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,247: Line 40,932:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelRowSeatingItem",
type = "StandingGlassSignItem",
typeID = nil,
typeID = 0,
},
},
["Steel Saw Blade"] = {
["Standing Long Steel Sign"] = {
untranslated = "Steel Saw Blade",
untranslated = "Standing Long Steel Sign",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "A disc shaped steel saw that can be attached to rotary machines to shape wood and masonry products.",
description = "A long steel plate with a wooden base.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,269: Line 40,950:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 42,276: Line 40,957:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,285: Line 40,966:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,294: Line 40,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelSawBladeItem",
type = "StandingLongSteelSignItem",
typeID = nil,
typeID = 0,
},
},
["Steel Searchlight"] = {
["Standing Steel Brick Sign"] = {
untranslated = "Steel Searchlight",
untranslated = "Standing Steel Brick Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "When your goal is to really light up the heaven!",
description = "A solid steel plate supported by a brick base.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Lighting",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,323: Line 41,000:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,332: Line 41,009:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,341: Line 41,018:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelSearchlightItem",
type = "StandingSteelBrickSignItem",
typeID = nil,
typeID = 0,
},
},
["Steel Square Fixture"] = {
["Steam Engine"] = {
untranslated = "Steel Square Fixture",
untranslated = "Steam Engine",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A more modern way to light up a room.",
description = "A large steam engine for generating power.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Lighting",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,367: Line 41,040:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,379: Line 41,052:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,388: Line 41,061:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelSquareFixtureItem",
type = "SteamEngineItem",
typeID = nil,
typeID = 0,
},
},
["Steel Table Lamp"] = {
["Steam Tractor"] = {
untranslated = "Steel Table Lamp",
untranslated = "Steam Tractor",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "For late night studying. Or working. Or anything, really.",
description = "A tractor powered through steam.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Vehicles",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,417: Line 41,088:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,426: Line 41,097:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,435: Line 41,106:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelTableLampItem",
type = "SteamTractorItem",
typeID = nil,
typeID = 0,
},
},
["Steel Warehouse Shelves"] = {
["Steam Tractor Harvester"] = {
untranslated = "Steel Warehouse Shelves",
untranslated = "Steam Tractor Harvester",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "A large metal rack allowing larger volume storage.",
description = "An attachment for the steam tractor that allows for quick harvesting of plants.",
tagGroups = {
tagGroups = {
"World Object",
"Tool",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,462: Line 41,133:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,480: Line 41,151:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SteelWarehouseShelvesItem",
type = "SteamTractorHarvesterItem",
typeID = nil,
typeID = 0,
ToolDurability = 5000.0,
ToolRepairType = "Mechanical",
},
},
["Stenographers Table"] = {
["Steam Tractor Plow"] = {
untranslated = "Stenographers Table",
untranslated = "Steam Tractor Plow",
category = nil,
category = nil,
group = "Work Stations",
group = "Items",
description = "Documenting a court case is of vital importance and a dedicated unique typewriter is required for this purpose and of course its own table to place it on.",
description = "An attachment for the steam tractor that allows for quick plowing.",
tagGroups = {
tagGroups = {
"Government",
"Tool",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,509: Line 41,180:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,527: Line 41,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StenographersTableItem",
type = "SteamTractorPlowItem",
typeID = nil,
typeID = 0,
ToolDurability = 5000.0,
ToolRepairType = "Mechanical",
},
},
Stockpile = {
["Steam Tractor Sower"] = {
untranslated = "Stockpile",
untranslated = "Steam Tractor Sower",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "Designates a 5x5x5 area as storage for large items.",
description = "An attachment for the steam tractor that allows for quick planting of seeds.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Storage",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,556: Line 41,227:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,574: Line 41,245:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StockpileItem",
type = "SteamTractorSowerItem",
typeID = nil,
typeID = 0,
ToolDurability = 5000.0,
ToolRepairType = "Mechanical",
},
},
Stone = {
["Steam Truck"] = {
untranslated = "Stone",
untranslated = "Steam Truck",
category = nil,
category = nil,
group = "Block",
group = "Crafted Objects",
description = "A pile of stones.",
description = "A truck that runs on steam.",
tagGroups = {
tagGroups = {
"Block",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "7000",
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,594: Line 41,267:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 42,601: Line 41,274:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,610: Line 41,283:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x4x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,619: Line 41,292:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoneItem",
type = "SteamTruckItem",
typeID = nil,
typeID = 0,
},
},
["Stone Brazier"] = {
["Steel Abstract Fixture"] = {
untranslated = "Stone Brazier",
untranslated = "Steel Abstract Fixture",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A stone stand which can hold burning fuel to provide light.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,644: Line 41,315:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,657: Line 41,328:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,666: Line 41,337:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoneBrazierItem",
type = "SteelAbstractFixtureItem",
typeID = nil,
typeID = 0,
},
},
["Stone Door"] = {
["Steel Axe"] = {
untranslated = "Stone Door",
untranslated = "Steel Axe",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "A heavy stone door.",
description = "A Steel axe made for cutting down trees.",
tagGroups = {
tagGroups = {
"World Object",
"Tool",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,693: Line 41,364:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,711: Line 41,382:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoneDoorItem",
type = "SteelAxeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 1250.0,
ToolDamage = 2.0,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Steel",
},
},
["Stone Road"] = {
["Steel Axle"] = {
untranslated = "Stone Road",
untranslated = "Steel Axle",
category = nil,
category = nil,
group = "Blocks",
group = "Items",
description = "A rocky surface formed from smoothed rubble. It's fairly durable and efficient for any wheeled vehicle.",
description = "A rotating steel rod that can be fixed to wheels for use in vehicles.",
tagGroups = {
tagGroups = {},
"Block",
maxStack = 100,
"Blocks",
carried = "Backpack",
"Roads",
weight = 500,
},
maxStack = 0,
carried = "Hands",
weight = "10000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,733: Line 41,406:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 42,740: Line 41,413:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,758: Line 41,431:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoneRoadItem",
type = "SteelAxleItem",
typeID = nil,
typeID = 0,
},
},
["Stop Sign"] = {
["Steel Bar"] = {
untranslated = "Stop Sign",
untranslated = "Steel Bar",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "A traffic sign used to notify drivers to come to a complete stop and make sure the interesection is clear before proceeding.",
description = "Refined bar of steel.",
tagGroups = {
tagGroups = {
"Community",
"Metal",
"Crafted Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "1000",
weight = 20000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,787: Line 41,458:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,805: Line 41,476:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StopSignItem",
type = "SteelBarItem",
typeID = nil,
typeID = 0,
},
},
["Storage Chest"] = {
["Steel Buoy"] = {
untranslated = "Storage Chest",
untranslated = "Steel Buoy",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A container you can store items in.",
description = "A steel navigational buoy, can also be used as a moorage post.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Storage",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,834: Line 41,501:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,843: Line 41,510:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,852: Line 41,519:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StorageChestItem",
type = "SteelBuoyItem",
typeID = nil,
typeID = 0,
},
},
["Storage Silo"] = {
["Steel Ceiling Light"] = {
untranslated = "Storage Silo",
untranslated = "Steel Ceiling Light",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing 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.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Storage",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,877: Line 41,542:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,890: Line 41,555:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,899: Line 41,564:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StorageSiloItem",
type = "SteelCeilingLightItem",
typeID = nil,
typeID = 0,
},
},
Store = {
["Steel Floor Lamp"] = {
untranslated = "Store",
untranslated = "Steel Floor Lamp",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "Allows the selling and trading of items.",
description = "A more modern way to light up a room. This time from the floor.",
tagGroups = {
tagGroups = {
"Economic",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,924: Line 41,587:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,937: Line 41,600:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 42,946: Line 41,609:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoreItem",
type = "SteelFloorLampItem",
typeID = nil,
typeID = 0,
},
},
Stove = {
["Steel Gear"] = {
untranslated = "Stove",
untranslated = "Steel Gear",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A heavy stove for cooking more complex dishes.",
description = "A toothed machine part that interlocks with others.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Gear",
"Kitchen",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 42,975: Line 41,636:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 42,993: Line 41,654:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StoveItem",
type = "SteelGearItem",
typeID = nil,
typeID = 0,
},
},
["Strange Fuel"] = {
["Steel Gearbox"] = {
untranslated = "Strange Fuel",
untranslated = "Steel Gearbox",
category = nil,
category = nil,
group = "Item",
group = "Items",
description = "CHEEEAAAAATER",
description = "Provides speed and torque conversions from a rotating power source to another device.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,013: Line 41,672:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "10000000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 43,020: Line 41,679:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,038: Line 41,697:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StrangeFuelItem",
type = "SteelGearboxItem",
typeID = nil,
typeID = 0,
},
},
["Street Sign"] = {
["Steel Hammer"] = {
untranslated = "Street Sign",
untranslated = "Steel Hammer",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Items",
description = "A metal sign that is especially useful when placed alongside a road to provide information or give instructions to road users.",
description = "A robust steel hammer useful for shaping blocks and deconstruction.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tool",
"Signs",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,067: Line 41,724:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,085: Line 41,742:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StreetSignItem",
type = "SteelHammerItem",
typeID = nil,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 1250.0,
ToolRepairType = "Steel",
},
},
Streetlamp = {
["Steel Hanging Fixture"] = {
untranslated = "Streetlamp",
untranslated = "Steel Hanging Fixture",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A towering metal light post that requires electricity to run.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,110: Line 41,768:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,123: Line 41,781:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,132: Line 41,790:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StreetlampItem",
type = "SteelHangingFixtureItem",
typeID = nil,
typeID = 0,
},
},
["Students Desk T1"] = {
["Steel Hanging Lamp"] = {
untranslated = "Students Desk T1",
untranslated = "Steel Hanging Lamp",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,155: Line 41,813:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,168: Line 41,826:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,177: Line 41,835:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StudentsDeskT1Item",
type = "SteelHangingLampItem",
typeID = nil,
typeID = 0,
},
},
["Students Desk T2"] = {
["Steel Hoe"] = {
untranslated = "Students Desk T2",
untranslated = "Steel Hoe",
category = nil,
category = nil,
group = "World Object",
group = "Items",
description = "",
description = "A steel hoe with improved range to help tilling larger areas.",
tagGroups = {
tagGroups = {
"World Object",
"Tool",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,204: Line 41,862:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,222: Line 41,880:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StudentsDeskT2Item",
type = "SteelHoeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Hoe",
ToolDurability = 750.0,
ToolRepairType = "Steel",
},
},
["Students Desk T3"] = {
["Steel Kitchen Lamp"] = {
untranslated = "Students Desk T3",
untranslated = "Steel Kitchen Lamp",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,245: Line 41,906:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.8",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,258: Line 41,919:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,267: Line 41,928:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StudentsDeskT3Item",
type = "SteelKitchenLampItem",
typeID = nil,
typeID = 0,
},
},
["Stuffed Alligator"] = {
["Steel Machete"] = {
untranslated = "Stuffed Alligator",
untranslated = "Steel Machete",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "It looks so real!",
description = "A machete used to quickly clear plants.",
tagGroups = {
tagGroups = {
"Decoration",
"Tool",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,296: Line 41,955:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,314: Line 41,973:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedAlligatorItem",
type = "SteelMacheteItem",
typeID = nil,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 1000.0,
ToolRepairType = "Steel",
},
},
["Stuffed Bison"] = {
["Steel Moorage Post"] = {
untranslated = "Stuffed Bison",
untranslated = "Steel Moorage Post",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "It looks so real!",
description = "An iron moorage post that makes sure that even the largest of vessels stay still.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,343: Line 42,001:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,361: Line 42,019:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedBisonItem",
type = "SteelMooragePostItem",
typeID = nil,
typeID = 0,
},
},
["Stuffed Elk"] = {
["Steel Pickaxe"] = {
untranslated = "Stuffed Elk",
untranslated = "Steel Pickaxe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "It looks so real!",
description = "A steel pickaxe used to break down stone and ore into usable rubble.",
tagGroups = {
tagGroups = {
"Decoration",
"Tool",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,390: Line 42,046:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,408: Line 42,064:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedElkItem",
type = "SteelPickaxeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 1000.0,
ToolDamage = 3.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Steel",
},
},
["Stuffed Goat"] = {
["Steel Pipe"] = {
untranslated = "Stuffed Goat",
untranslated = "Steel Pipe",
category = nil,
category = nil,
group = "Housing Objects",
group = "Blocks",
description = "It looks so real!",
description = "A pipe for transporting liquids.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 20,
"Housing Objects",
carried = "Hands",
"World Object",
weight = 2000,
},
maxStack = 0,
carried = "Backpack",
weight = "2000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,437: Line 42,095:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,455: Line 42,113:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedGoatItem",
type = "SteelPipeItem",
typeID = nil,
typeID = 0,
},
},
["Stuffed Jaguar"] = {
["Steel Plate"] = {
untranslated = "Stuffed Jaguar",
untranslated = "Steel Plate",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "It looks so real!",
description = "A sturdy steel plate for use in various crafting recipes.",
tagGroups = {
tagGroups = {},
"Decoration",
maxStack = 100,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,484: Line 42,138:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,502: Line 42,156:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedJaguarItem",
type = "SteelPlateItem",
typeID = nil,
typeID = 0,
},
},
["Stuffed Turkey"] = {
["Steel Saw Blade"] = {
untranslated = "Stuffed Turkey",
untranslated = "Steel Saw Blade",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "To give thanks for the fact that this food gives two extra nutrients than other food items of the same tier.",
description = "A disc shaped steel saw that can be attached to rotary machines to shape wood and masonry products.",
tagGroups = {
tagGroups = {},
"Baking",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 100,
calories = "1600",
calories = nil,
carbs = "17",
carbs = nil,
protein = "24",
protein = nil,
fat = "16",
fat = nil,
vitamins = "7",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 43,530: Line 42,181:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,548: Line 42,199:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedTurkeyItem",
type = "SteelSawBladeItem",
typeID = nil,
typeID = 0,
},
},
["Stuffed Wolf"] = {
["Steel Searchlight"] = {
untranslated = "Stuffed Wolf",
untranslated = "Steel Searchlight",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "It looks so real!",
description = "When your goal is to really light up the heaven!",
tagGroups = {
tagGroups = {
"Decoration",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,573: Line 42,222:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,586: Line 42,235:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,595: Line 42,244:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "StuffedWolfItem",
type = "SteelSearchlightItem",
typeID = nil,
typeID = 0,
},
},
Substrate = {
["Steel Shovel"] = {
untranslated = "Substrate",
untranslated = "Steel Shovel",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "The foundation material for complex electronics.",
description = "When an iron shovel is not enough and you need something more durable while terraforming.",
tagGroups = {
tagGroups = {
"Item",
"Tool",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 43,617: Line 42,264:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 43,624: Line 42,271:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,642: Line 42,289:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SubstrateItem",
type = "SteelShovelItem",
typeID = nil,
typeID = 0,
ToolVariant = "Shovel",
ToolDurability = 1000.0,
ToolRepairType = "Steel",
ToolCarryCapacity = 5.0,
},
},
Sugar = {
["Steel Sickle"] = {
untranslated = "Sugar",
untranslated = "Steel Sickle",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Even sweet lovers don't eat sugar plain.",
description = "A steel sickle used to harvest crops or cut grass. Has an AoE with each swing.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
"Ingredients",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = "50",
calories = nil,
carbs = "15",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 43,670: Line 42,320:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 3,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,688: Line 42,338:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SugarItem",
type = "SteelSickleItem",
typeID = nil,
typeID = 0,
ToolVariant = "Sickle",
ToolDurability = 1000.0,
ToolRepairType = "Steel",
},
},
Sugarcane = {
["Steel Square Fixture"] = {
untranslated = "Sugarcane",
untranslated = "Steel Square Fixture",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "How did you even get this?",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Seed",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 500,
calories = "1",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "1",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,724: Line 42,377:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,733: Line 42,386:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SugarcaneItem",
type = "SteelSquareFixtureItem",
typeID = nil,
typeID = 0,
},
},
["Sun Butter"] = {
["Steel Table Lamp"] = {
untranslated = "Sun Butter",
untranslated = "Steel Table Lamp",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "A revolutionary method to acquire butter.",
description = "For late night studying. Or working. Or anything, really.",
tagGroups = {
tagGroups = {
"Food",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,769: Line 42,422:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,778: Line 42,431:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SunButterItem",
type = "SteelTableLampItem",
typeID = nil,
typeID = 0,
},
},
["Sun Cheese"] = {
["Stenographers Table"] = {
untranslated = "Sun Cheese",
untranslated = "Stenographers Table",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "Cheesy yet not made in a traditional way.",
description = "Documenting a court case is of vital importance and a dedicated unique typewriter is required for this purpose and of course its own table to place it on.",
tagGroups = {
tagGroups = {
"Food",
"Government",
"Ingredients",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 2000,
calories = "250",
calories = nil,
carbs = "2",
carbs = nil,
protein = "4",
protein = nil,
fat = "12",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 43,806: Line 42,458:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,824: Line 42,476:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SunCheeseItem",
type = "StenographersTableItem",
typeID = nil,
typeID = 0,
},
},
Sunflower = {
Stockpile = {
untranslated = "Sunflower",
untranslated = "Stockpile",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "A plant whose seeds are quite versitile in their use further processed.",
description = "Designates a 5x5x5 area as storage for large items.",
tagGroups = {
tagGroups = {},
"Food",
maxStack = 1,
"Produce",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 1000,
calories = "50",
calories = nil,
carbs = "2",
carbs = nil,
protein = "2",
protein = nil,
fat = "4",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 43,852: Line 42,501:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,861: Line 42,510:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "5x5x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 43,870: Line 42,519:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SunflowerItem",
type = "StockpileItem",
typeID = nil,
typeID = 0,
},
},
["Sunflower Seed"] = {
Stone = {
untranslated = "Sunflower Seed",
untranslated = "Stone",
category = nil,
category = nil,
group = "Seed",
group = "Block",
description = "Plant to grow sunflowers.",
description = "A pile of stones.",
tagGroups = {
tagGroups = {
"Seed",
"Rock",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "50",
weight = 7000,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 43,897: Line 42,546:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,915: Line 42,564:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SunflowerSeedItem",
type = "StoneItem",
typeID = nil,
typeID = 0,
},
},
["Sweet Deer Jerky"] = {
["Stone Axe"] = {
untranslated = "Sweet Deer Jerky",
untranslated = "Stone Axe",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "Marinated in a mix of oil, herbs and some sweetener really increased the potential.",
description = "A crude stone axe made for cutting down trees.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
"Preserved Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 1000,
calories = "600",
calories = nil,
carbs = "4",
carbs = nil,
protein = "22",
protein = nil,
fat = "6",
fat = nil,
vitamins = "3",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 43,943: Line 42,591:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,961: Line 42,609:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SweetDeerJerkyItem",
type = "StoneAxeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Axe",
ToolDurability = 250.0,
ToolDamage = 1.0,
ToolDamageTalent = "LoggingToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Stone",
},
},
["Sweet Salad"] = {
["Stone Brazier"] = {
untranslated = "Sweet Salad",
untranslated = "Stone Brazier",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "The sweetness of the fruits happens to work well with the salad.",
description = "A stone stand which can hold burning fuel to provide light.",
tagGroups = {
tagGroups = {
"Cooking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "400",
weight = 1000,
calories = "1200",
calories = nil,
carbs = "18",
carbs = nil,
protein = "9",
protein = nil,
fat = "7",
fat = nil,
vitamins = "22",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 43,998: Line 42,651:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,007: Line 42,660:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SweetSaladItem",
type = "StoneBrazierItem",
typeID = nil,
typeID = 0,
},
},
["Swirl Vase"] = {
["Stone Hammer"] = {
untranslated = "Swirl Vase",
untranslated = "Stone Hammer",
category = nil,
category = nil,
group = "Housing Objects",
group = "Items",
description = "A vase made with glass to brighten up your home.",
description = "A crude stone hammer useful for shaping blocks and deconstruction.",
tagGroups = {
tagGroups = {
"Decoration",
"Tool",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "250",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,036: Line 42,687:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,054: Line 42,705:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SwirlVaseItem",
type = "StoneHammerItem",
typeID = nil,
typeID = 0,
ToolVariant = "Hammer",
ToolDurability = 250.0,
ToolRepairType = "Stone",
},
},
["Synthetic Rubber"] = {
["Stone Machete"] = {
untranslated = "Synthetic Rubber",
untranslated = "Stone Machete",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "An extremely useful synthetic material derived from petrochemicals.",
description = "A machete used to quickly clear plants.",
tagGroups = {
tagGroups = {
"Item",
"Tool",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,076: Line 42,728:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 44,083: Line 42,735:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,101: Line 42,753:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "SyntheticRubberItem",
type = "StoneMacheteItem",
typeID = nil,
typeID = 0,
ToolVariant = "Machete",
ToolDurability = 200.0,
ToolRepairType = "Stone",
},
},
["Tailor Bowler Hat"] = {
["Stone Pickaxe"] = {
untranslated = "Tailor Bowler Hat",
untranslated = "Stone Pickaxe",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A stylish bowler hat made of tighly spun fur felt.",
description = "A crude pickaxe used to break down stone and ore into usable rubble.",
tagGroups = {
tagGroups = {
"Clothing",
"Tool",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,128: Line 42,783:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,146: Line 42,801:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailorBowlerHatItem",
type = "StonePickaxeItem",
typeID = nil,
typeID = 0,
ToolVariant = "Pickaxe",
ToolDurability = 200.0,
ToolDamage = 1.0,
ToolDamageTalent = "MiningToolStrengthTalent",
ToolDamagePerk = true,
ToolRepairType = "Stone",
},
},
["Tailor Pants"] = {
["Stone Road"] = {
untranslated = "Tailor Pants",
untranslated = "Stone Road",
category = nil,
category = nil,
group = "Clothing",
group = "Blocks",
description = "Tailored slacks that fit just right.",
description = "A rocky surface formed from smoothed rubble. It's fairly durable and efficient for any wheeled vehicle.",
tagGroups = {
tagGroups = {
"Clothing",
"Constructable",
"Road",
"Road Type",
},
},
maxStack = 0,
maxStack = 20,
carried = "Backpack",
carried = "Hands",
weight = "100",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,173: Line 42,836:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,191: Line 42,854:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailorPantsItem",
type = "StoneRoadItem",
typeID = nil,
typeID = 0,
},
},
["Tailor Shirt"] = {
["Stone Road Tool"] = {
untranslated = "Tailor Shirt",
untranslated = "Stone Road Tool",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "A form-fitting vest and tie ensemble which includes measuring tape.",
description = "A tool for tamping dirt into roads.",
tagGroups = {
tagGroups = {
"Clothing",
"Tool",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,218: Line 42,881:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,236: Line 42,899:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailorShirtItem",
type = "StoneRoadToolItem",
typeID = nil,
typeID = 0,
ToolVariant = "RoadTool",
ToolDurability = 200.0,
ToolRepairType = "StoneRoadTool",
},
},
["Tailor Shoes"] = {
["Stone Sickle"] = {
untranslated = "Tailor Shoes",
untranslated = "Stone Sickle",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Two-toned suede shoes.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
description = "A stone sickle used to harvest crops or cut grass.",
tagGroups = {
tagGroups = {
"Clothing",
"Tool",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,263: Line 42,929:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,281: Line 42,947:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailorShoesItem",
type = "StoneSickleItem",
typeID = nil,
typeID = 0,
ToolVariant = "Sickle",
ToolDurability = 200.0,
ToolRepairType = "Stone",
},
},
["Tailoring Modern Upgrade"] = {
["Stop Sign"] = {
untranslated = "Tailoring Modern Upgrade",
untranslated = "Stop Sign",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Modern Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
description = "A traffic sign used to notify drivers to come to a complete stop and make sure the interesection is clear before proceeding.",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 1,
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,310: Line 42,975:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,319: Line 42,984:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,328: Line 42,993:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailoringModernUpgradeItem",
type = "StopSignItem",
typeID = nil,
typeID = 0,
},
},
["Tailoring Table"] = {
["Storage Chest"] = {
untranslated = "Tailoring Table",
untranslated = "Storage Chest",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "Spearhead the fashion movement with the finest clothes and hair!",
description = "A container you can store items in.",
tagGroups = {
tagGroups = {},
"Craft Tables",
maxStack = 1,
"Work Stations",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,357: Line 43,018:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,366: Line 43,027:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,375: Line 43,036:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailoringTableItem",
type = "StorageChestItem",
typeID = nil,
typeID = 0,
},
},
["Tailoring Upgrade"] = {
["Storage Silo"] = {
untranslated = "Tailoring Upgrade",
untranslated = "Storage Silo",
category = nil,
category = nil,
group = "Upgrade Modules",
group = "Crafted Objects",
description = "Basic Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
description = "A wooden silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
tagGroups = {
tagGroups = {},
"Plugin Module",
maxStack = 1,
"Specialty Upgrades",
"Upgrade Modules",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,404: Line 43,061:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,413: Line 43,070:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x4x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,422: Line 43,079:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TailoringUpgradeItem",
type = "StorageSiloItem",
typeID = nil,
typeID = 0,
},
},
["Tall Boots"] = {
Store = {
untranslated = "Tall Boots",
untranslated = "Store",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "Knee-high boots are boots that rise to the knee, or slightly thereunder. They are generally tighter around the leg shaft and ankle than at the top.",
description = "Allows the selling and trading of items.",
tagGroups = {
tagGroups = {},
"Clothing",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,449: Line 43,104:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,458: Line 43,113:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,467: Line 43,122:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallBootsItem",
type = "StoreItem",
typeID = nil,
typeID = 0,
},
},
Tallow = {
Stove = {
untranslated = "Tallow",
untranslated = "Stove",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Rendered animal fat useful for more than just cooking.",
description = "A heavy stove for cooking more complex dishes.",
tagGroups = {
tagGroups = {
"Food",
"Crafting Table",
"Ingredients",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5000,
calories = "200",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "8",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "2000",
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
energyUsed = nil,
energyUsed = nil,
Line 44,504: Line 43,159:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,513: Line 43,168:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallowItem",
type = "StoveItem",
typeID = nil,
typeID = 0,
},
},
["Tallow Candle"] = {
["Strange Fuel"] = {
untranslated = "Tallow Candle",
untranslated = "Strange Fuel",
category = nil,
category = nil,
group = "Housing Objects",
group = "Item",
description = "A candle which can burn tallow to produce a small amount of light.",
description = "CHEEEAAAAATER",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 100,
"Lighting",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,535: Line 43,186:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 10000000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 44,542: Line 43,193:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,560: Line 43,211:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallowCandleItem",
type = "StrangeFuelItem",
typeID = nil,
typeID = 0,
},
},
["Tallow Lamp"] = {
["Street Sign"] = {
untranslated = "Tallow Lamp",
untranslated = "Street Sign",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A pottery lamp. Fuel with tallow.",
description = "A metal sign that is especially useful when placed alongside a road to provide information or give instructions to road users.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Lighting",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,589: Line 43,236:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,598: Line 43,245:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,607: Line 43,254:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallowLampItem",
type = "StreetSignItem",
typeID = nil,
typeID = 0,
},
},
["Tallow Wall Lamp"] = {
Streetlamp = {
untranslated = "Tallow Wall Lamp",
untranslated = "Streetlamp",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.",
description = "A towering metal light post that requires electricity to run.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,632: Line 43,277:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,645: Line 43,290:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,654: Line 43,299:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TallowWallLampItem",
type = "StreetlampItem",
typeID = nil,
typeID = 0,
},
},
["Taro Fries"] = {
["Stuffed Alligator"] = {
untranslated = "Taro Fries",
untranslated = "Stuffed Alligator",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Crispy strips of taro that have been deep fried in oil.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Cooking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = "600",
calories = nil,
carbs = "10",
carbs = nil,
protein = "2",
protein = nil,
fat = "20",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,691: Line 43,335:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,700: Line 43,344:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TaroFriesItem",
type = "StuffedAlligatorItem",
typeID = nil,
typeID = 0,
},
},
["Taro Root"] = {
["Stuffed Bison"] = {
untranslated = "Taro Root",
untranslated = "Stuffed Bison",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "Colocasia esculenta.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Food",
"Housing",
"Produce",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 5000,
calories = "250",
calories = nil,
carbs = "6",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "1",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,737: Line 43,380:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,746: Line 43,389:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TaroRootItem",
type = "StuffedBisonItem",
typeID = nil,
typeID = 0,
},
},
["Taro Seed"] = {
["Stuffed Elk"] = {
untranslated = "Taro Seed",
untranslated = "Stuffed Elk",
category = nil,
category = nil,
group = "Seed",
group = "Housing Objects",
description = "Plant to grow taro.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Seed",
"Housing",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,782: Line 43,425:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,791: Line 43,434:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TaroSeedItem",
type = "StuffedElkItem",
typeID = nil,
typeID = 0,
},
},
["Tasty Tropical Pizza"] = {
["Stuffed Goat"] = {
untranslated = "Tasty Tropical Pizza",
untranslated = "Stuffed Goat",
category = nil,
category = nil,
group = "Food",
group = "Housing Objects",
description = "To some it is tasty. To others, unforgivable.",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"Baking",
"Housing",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 2000,
calories = "1200",
calories = nil,
carbs = "21",
carbs = nil,
protein = "6",
protein = nil,
fat = "12",
fat = nil,
vitamins = "11",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,828: Line 43,470:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,837: Line 43,479:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TastyTropicalPizzaItem",
type = "StuffedGoatItem",
typeID = nil,
typeID = 0,
},
},
["Teachers Desk T1"] = {
["Stuffed Jaguar"] = {
untranslated = "Teachers Desk T1",
untranslated = "Stuffed Jaguar",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,860: Line 43,502:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,873: Line 43,515:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,882: Line 43,524:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TeachersDeskT1Item",
type = "StuffedJaguarItem",
typeID = nil,
typeID = 0,
},
},
["Teachers Desk T2"] = {
["Stuffed Turkey"] = {
untranslated = "Teachers Desk T2",
untranslated = "Stuffed Turkey",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "",
description = "To give thanks for the fact that this food gives two extra nutrients than other food items of the same tier.",
tagGroups = {
tagGroups = {
"World Object",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 500,
calories = nil,
calories = 1600,
carbs = nil,
carbs = 17,
protein = nil,
protein = 24,
fat = nil,
fat = 16,
vitamins = nil,
vitamins = 7,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 44,909: Line 43,551:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,927: Line 43,569:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TeachersDeskT2Item",
type = "StuffedTurkeyItem",
typeID = nil,
typeID = 0,
},
},
["Teachers Desk T3"] = {
["Stuffed Wolf"] = {
untranslated = "Teachers Desk T3",
untranslated = "Stuffed Wolf",
category = nil,
category = nil,
group = "World Object",
group = "Housing Objects",
description = "",
description = "It looks so real!",
tagGroups = {
tagGroups = {
"World Object",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,950: Line 43,592:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2.5",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Statue",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 44,963: Line 43,605:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 44,972: Line 43,614:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TeachersDeskT3Item",
type = "StuffedWolfItem",
typeID = nil,
typeID = 0,
},
},
["The Bob"] = {
Substrate = {
untranslated = "The Bob",
untranslated = "Substrate",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "",
description = "The foundation material for complex electronics.",
tagGroups = {
tagGroups = {},
"Clothing",
maxStack = 100,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 44,999: Line 43,639:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,017: Line 43,657:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TheBobItem",
type = "SubstrateItem",
typeID = nil,
typeID = 0,
},
},
["Tiny Stockpile"] = {
Sugar = {
untranslated = "Tiny Stockpile",
untranslated = "Sugar",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "Designates a 2x3x2 area as storage for large items.",
description = "Even sweet lovers don't eat sugar plain.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Storage",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 100,
calories = nil,
calories = 50,
carbs = nil,
carbs = 15,
protein = nil,
protein = 0,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 30.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 45,046: Line 43,684:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,064: Line 43,702:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TinyStockpileItem",
type = "SugarItem",
typeID = nil,
typeID = 0,
},
},
Toilet = {
Sugarcane = {
untranslated = "Toilet",
untranslated = "Sugarcane",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "When you gotta go, you gotta go.",
description = "How did you even get this?",
tagGroups = {
tagGroups = {
"Bathroom",
"Food",
"Housing Objects",
"Seeds",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 50,
calories = nil,
calories = 1,
carbs = nil,
carbs = 0,
protein = nil,
protein = 0,
fat = nil,
fat = 1,
vitamins = nil,
vitamins = 0,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 45,093: Line 43,730:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,111: Line 43,748:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ToiletItem",
type = "SugarcaneItem",
typeID = nil,
typeID = 0,
},
},
Tomato = {
["Sun Cheese"] = {
untranslated = "Tomato",
untranslated = "Sun Cheese",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.",
description = "Cheesy yet not made in a traditional way.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Produce",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "75",
weight = 50,
calories = "240",
calories = 250,
carbs = "5",
carbs = 2,
protein = "1",
protein = 4,
fat = "0",
fat = 12,
vitamins = "2",
vitamins = 0,
density = nil,
density = 7.199999999999999,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 45,139: Line 43,775:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,157: Line 43,793:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TomatoItem",
type = "SunCheeseItem",
typeID = nil,
typeID = 0,
},
},
["Tomato Seed"] = {
Sunflower = {
untranslated = "Tomato Seed",
untranslated = "Sunflower",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow tomato plants.",
description = "A plant whose seeds are quite versitile in their use further processed.",
tagGroups = {
tagGroups = {
"Seed",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 75,
calories = "0",
calories = 50,
carbs = "0",
carbs = 2,
protein = "0",
protein = 2,
fat = "0",
fat = 4,
vitamins = "0",
vitamins = 0,
density = nil,
density = 16.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 45,184: Line 43,820:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,202: Line 43,838:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TomatoSeedItem",
type = "SunflowerItem",
typeID = nil,
typeID = 0,
},
},
["Tool Bench"] = {
["Sunflower Seed"] = {
untranslated = "Tool Bench",
untranslated = "Sunflower Seed",
category = nil,
category = nil,
group = "Work Stations",
group = "Food",
description = "A place to craft and fix up tools.",
description = "Plant to grow sunflowers.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Crop Seed",
"Work Stations",
"Food",
"World Object",
"Seeds",
},
},
maxStack = 0,
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 45,231: Line 43,867:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,249: Line 43,885:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ToolBenchItem",
type = "SunflowerSeedItem",
typeID = nil,
typeID = 0,
},
},
["Topped Porridge"] = {
["Sweet Deer Jerky"] = {
untranslated = "Topped Porridge",
untranslated = "Sweet Deer Jerky",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A thick gruel of boiled grains with a dash of fruity flavor.",
description = "Marinated in a mix of oil, herbs and some sweetener really increased the potential.",
tagGroups = {
tagGroups = {
"Campfire",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 400,
calories = "700",
calories = 600,
carbs = "10",
carbs = 4,
protein = "4",
protein = 22,
fat = "0",
fat = 6,
vitamins = "10",
vitamins = 3,
density = nil,
density = 5.833333333333333,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 45,277: Line 43,912:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,295: Line 43,930:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ToppedPorridgeItem",
type = "SweetDeerJerkyItem",
typeID = nil,
typeID = 0,
},
},
Torch = {
["Sweet Salad"] = {
untranslated = "Torch",
untranslated = "Sweet Salad",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A little bit of light to help beat back the night.",
description = "The sweetness of the fruits happens to work well with the salad.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Tools",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 400,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 18,
protein = nil,
protein = 9,
fat = nil,
fat = 7,
vitamins = nil,
vitamins = 22,
density = nil,
density = 4.666666666666667,
fuel = "8000",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 45,324: Line 43,957:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,342: Line 43,975:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TorchItem",
type = "SweetSaladItem",
typeID = nil,
typeID = 0,
},
},
["Torch Stand"] = {
["Swirl Vase"] = {
untranslated = "Torch Stand",
untranslated = "Swirl Vase",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A stand for a torch.",
description = "A vase made with glass to brighten up your home.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 250,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,367: Line 43,998:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1",
roomCategory = nil,
roomCategory = "Decoration",
furnitureType = nil,
furnitureType = "Decoration",
repeatsDepreciation = nil,
repeatsDepreciation = "0.4",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,389: Line 44,020:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TorchStandItem",
type = "SwirlVaseItem",
typeID = nil,
typeID = 0,
},
},
Tortilla = {
["Synthetic Rubber"] = {
untranslated = "Tortilla",
untranslated = "Synthetic Rubber",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A thin, unleavened flatbread.",
description = "An extremely useful synthetic material derived from petrochemicals.",
tagGroups = {
tagGroups = {},
"Cooking",
maxStack = 100,
"Food",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = "350",
calories = nil,
carbs = "20",
carbs = nil,
protein = "10",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 45,417: Line 44,045:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,435: Line 44,063:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TortillaItem",
type = "SyntheticRubberItem",
typeID = nil,
typeID = 0,
},
},
["Towel Rack"] = {
["Tailor Bowler Hat"] = {
untranslated = "Towel Rack",
untranslated = "Tailor Bowler Hat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A wooden hanging rack designed for towels.",
description = "A stylish bowler hat made of tighly spun fur felt.",
tagGroups = {
tagGroups = {
"Bathroom",
"Clothes",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,464: Line 44,090:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,482: Line 44,108:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TowelRackItem",
type = "TailorBowlerHatItem",
typeID = nil,
typeID = 0,
},
},
["Town Foundation"] = {
["Tailor Pants"] = {
untranslated = "Town Foundation",
untranslated = "Tailor Pants",
category = nil,
category = nil,
group = "Work Stations",
group = "Clothing",
description = "The founding stone for civilization.",
description = "Tailored slacks that fit just right.",
tagGroups = {
tagGroups = {
"Government",
"Clothes",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,511: Line 44,135:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,529: Line 44,153:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TownFoundationItem",
type = "TailorPantsItem",
typeID = nil,
typeID = 0,
},
},
["Trailer Truck"] = {
["Tailor Shirt"] = {
untranslated = "Trailer Truck",
untranslated = "Tailor Shirt",
category = nil,
category = nil,
group = "Vehicle",
group = "Clothing",
description = "Modern truck for hauling sizable loads.",
description = "A form-fitting vest and tie ensemble which includes measuring tape.",
tagGroups = {
tagGroups = {
"Vehicle",
"Clothes",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "25000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,556: Line 44,180:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,574: Line 44,198:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrailerTruckItem",
type = "TailorShirtItem",
typeID = nil,
typeID = 0,
},
},
Transglutaminase = {
["Tailor Shoes"] = {
untranslated = "Transglutaminase",
untranslated = "Tailor Shoes",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Any enzyme that can be used to bond proteins together.",
description = "Two-toned suede shoes.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
tagGroups = {
tagGroups = {
"Food",
"Clothes",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = "10",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 45,601: Line 44,225:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,619: Line 44,243:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TransglutaminaseItem",
type = "TailorShoesItem",
typeID = nil,
typeID = 0,
},
},
["Transmission Pole"] = {
["Tailoring Basic Upgrade"] = {
untranslated = "Transmission Pole",
untranslated = "Tailoring Basic Upgrade",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Upgrade Modules",
description = "Can link energy.",
description = "Basic Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Upgrade",
"Specialty",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,648: Line 44,270:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,666: Line 44,288:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TransmissionPoleItem",
type = "TailoringUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Trapper Fur Hat"] = {
["Tailoring Modern Upgrade"] = {
untranslated = "Trapper Fur Hat",
untranslated = "Tailoring Modern Upgrade",
category = nil,
category = nil,
group = "Clothing",
group = "Upgrade Modules",
description = "It sure is warm.",
description = "Modern Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
tagGroups = {
tagGroups = {
"Clothing",
"Upgrade",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,693: Line 44,315:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,711: Line 44,333:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrapperFurHatItem",
type = "TailoringModernUpgradeItem",
typeID = nil,
typeID = 0,
},
},
["Trapper Leather Hat"] = {
["Tailoring Skill Book"] = {
untranslated = "Trapper Leather Hat",
untranslated = "Tailoring Skill Book",
category = nil,
category = nil,
group = "Clothing",
group = "Skill Books",
description = "Helps keep the sun off your face... and neck... and also ears.",
description = "Tailoring Skill Book",
tagGroups = {
tagGroups = {
"Clothing",
"Skill Books",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,738: Line 44,360:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,756: Line 44,378:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrapperLeatherHatItem",
type = "Tailoring Skill BookItem",
typeID = nil,
typeID = 0,
},
},
Treasury = {
["Tailoring Skill Scroll"] = {
untranslated = "Treasury",
untranslated = "Tailoring Skill Scroll",
category = nil,
category = nil,
group = "Work Stations",
group = "Skill Scrolls",
description = "Allows the setting of taxes.",
description = "Tailoring Skill Scroll",
tagGroups = {
tagGroups = {
"Government",
"Skill Scrolls",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 10,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 10,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,785: Line 44,405:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,803: Line 44,423:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TreasuryItem",
type = "Tailoring Skill ScrollItem",
typeID = nil,
typeID = 0,
},
},
["Tree Debris"] = {
["Tailoring Table"] = {
untranslated = "Tree Debris",
untranslated = "Tailoring Table",
category = nil,
category = nil,
group = "Blocks",
group = "Work Stations",
description = "Clear cut debris that needs to be broken down to be more usable.",
description = "Spearhead the fashion movement with the finest clothes and hair!",
tagGroups = {
tagGroups = {
"Block",
"Crafting Table",
"Blocks",
"Byproducts",
},
},
maxStack = 0,
maxStack = 1,
carried = "Hands",
carried = "Backpack",
weight = "",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,825: Line 44,443:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,841: Line 44,459:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 45,850: Line 44,468:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TreeDebrisItem",
type = "TailoringTableItem",
typeID = nil,
typeID = 0,
},
},
["Trillium Flower"] = {
["Tall Boots"] = {
untranslated = "Trillium Flower",
untranslated = "Tall Boots",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "Placeholder Description.",
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 = {
tagGroups = {
"Food",
"Clothes",
"Produce",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 45,878: Line 44,495:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,896: Line 44,513:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrilliumFlowerItem",
type = "TallBootsItem",
typeID = nil,
typeID = 0,
},
},
["Trillium Seed"] = {
Tallow = {
untranslated = "Trillium Seed",
untranslated = "Tallow",
category = nil,
category = nil,
group = "Seed",
group = "Food",
description = "Plant to grow trillium.",
description = "Rendered animal fat useful for more than just cooking.",
tagGroups = {
tagGroups = {
"Seed",
"Fat",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 100,
calories = "0",
calories = 200,
carbs = "0",
carbs = 0,
protein = "0",
protein = 0,
fat = "0",
fat = 8,
vitamins = "0",
vitamins = 0,
density = nil,
density = 4.0,
fuel = nil,
fuel = 2000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 45,923: Line 44,541:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,941: Line 44,559:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrilliumSeedItem",
type = "TallowItem",
typeID = nil,
typeID = 0,
},
},
["Tripod Camera"] = {
["Tallow Candle"] = {
untranslated = "Tripod Camera",
untranslated = "Tallow Candle",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing Objects",
description = "When you want to save the world but in a frame.",
description = "A candle which can burn tallow to produce a small amount of light.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Specialty",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 45,966: Line 44,582:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.8",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 45,979: Line 44,595:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 45,988: Line 44,604:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TripodCameraItem",
type = "TallowCandleItem",
typeID = nil,
typeID = 0,
},
},
Trousers = {
["Tallow Lamp"] = {
untranslated = "Trousers",
untranslated = "Tallow Lamp",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "Sturdy pair of slim-fit pants. Trousers are an item of clothing worn from the waist to the ankles, covering both legs separately (rather than with cloth extending across both legs as in robes, skirts, and dresses).",
description = "A pottery lamp. Fuel with tallow.",
tagGroups = {
tagGroups = {
"Clothing",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,011: Line 44,627:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,024: Line 44,640:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,033: Line 44,649:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TrousersItem",
type = "TallowLampItem",
typeID = nil,
typeID = 0,
},
},
Trout = {
["Tallow Wall Lamp"] = {
untranslated = "Trout",
untranslated = "Tallow Wall Lamp",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A trout.",
description = "A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.",
tagGroups = {
tagGroups = {
"Animal",
"Housing",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "800",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,055: Line 44,669:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,071: Line 44,685:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,080: Line 44,694:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TroutItem",
type = "TallowWallLampItem",
typeID = nil,
typeID = 0,
},
},
Truck = {
["Taro Fries"] = {
untranslated = "Truck",
untranslated = "Taro Fries",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "Modern truck for hauling sizable loads.",
description = "Crispy strips of taro that have been deep fried in oil.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "25000",
weight = 100,
calories = nil,
calories = 600,
carbs = nil,
carbs = 10,
protein = nil,
protein = 2,
fat = nil,
fat = 20,
vitamins = nil,
vitamins = 0,
density = nil,
density = 5.333333333333334,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 46,109: Line 44,721:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,127: Line 44,739:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TruckItem",
type = "TaroFriesItem",
typeID = nil,
typeID = 0,
},
},
Tuna = {
["Taro Root"] = {
untranslated = "Tuna",
untranslated = "Taro Root",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A tuna.",
description = "Colocasia esculenta.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Item",
"Raw Food",
"Natural Resources",
"Root",
"Vegetable",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1250",
weight = 75,
calories = nil,
calories = 250,
carbs = nil,
carbs = 6,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 1,
density = nil,
density = 3.2,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 46,156: Line 44,769:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,174: Line 44,787:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TunaItem",
type = "TaroRootItem",
typeID = nil,
typeID = 0,
},
},
Tunic = {
["Taro Seed"] = {
untranslated = "Tunic",
untranslated = "Taro Seed",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A simply made canvas shirt. Does not have a pocket to put your pen in.",
description = "Plant to grow taro.",
tagGroups = {
tagGroups = {
"Clothing",
"Crop Seed",
"Food",
"Seeds",
},
},
maxStack = 0,
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 46,201: Line 44,816:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,219: Line 44,834:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TunicItem",
type = "TaroSeedItem",
typeID = nil,
typeID = 0,
},
},
["Turkey Carcass"] = {
["Tasty Tropical Pizza"] = {
untranslated = "Turkey Carcass",
untranslated = "Tasty Tropical Pizza",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "A dead turkey.",
description = "To some it is tasty. To others, unforgivable.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 300,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 21,
protein = nil,
protein = 6,
fat = nil,
fat = 12,
vitamins = nil,
vitamins = 11,
density = nil,
density = 4.166666666666666,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 46,248: Line 44,861:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,266: Line 44,879:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "TurkeyCarcassItem",
type = "TastyTropicalPizzaItem",
typeID = nil,
typeID = 0,
},
},
["Upholstered Chair"] = {
["Tiny Stockpile"] = {
untranslated = "Upholstered Chair",
untranslated = "Tiny Stockpile",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "Like a chair, but upholstered.",
description = "Designates a 2x3x2 area as storage for large items.",
tagGroups = {
tagGroups = {},
"Housing Objects",
maxStack = 1,
"Living Room",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,295: Line 44,904:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,304: Line 44,913:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,313: Line 44,922:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "UpholsteredChairItem",
type = "TinyStockpileItem",
typeID = nil,
typeID = 0,
},
},
["Upholstered Couch"] = {
Toilet = {
untranslated = "Upholstered Couch",
untranslated = "Toilet",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "Like a couch, but upholstered.",
description = "When you gotta go, you gotta go.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Living Room",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,338: Line 44,945:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "3",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Toilet",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,351: Line 44,958:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,360: Line 44,967:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "UpholsteredCouchItem",
type = "ToiletItem",
typeID = nil,
typeID = 0,
},
},
Urchin = {
Tomato = {
untranslated = "Urchin",
untranslated = "Tomato",
category = nil,
category = nil,
group = "Natural Resources",
group = "Food",
description = "An urchin.",
description = "Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.",
tagGroups = {
tagGroups = {
"Animal",
"Food",
"Item",
"Raw Food",
"Natural Resources",
"Vegetable",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 75,
calories = nil,
calories = 240,
carbs = nil,
carbs = 5,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 2,
density = nil,
density = 3.3333333333333335,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 46,389: Line 44,996:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,407: Line 45,014:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "UrchinItem",
type = "TomatoItem",
typeID = nil,
typeID = 0,
},
},
Valve = {
["Tomato Seed"] = {
untranslated = "Valve",
untranslated = "Tomato Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A device that regulates, directs, or controls the flow of fluid.",
description = "Plant to grow tomato plants.",
tagGroups = {
tagGroups = {
"Item",
"Crop Seed",
"Items",
"Food",
"Products",
"Seeds",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
Line 46,436: Line 45,043:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,454: Line 45,061:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ValveItem",
type = "TomatoSeedItem",
typeID = nil,
typeID = 0,
},
},
["Vegetable Medley"] = {
["Tool Bench"] = {
untranslated = "Vegetable Medley",
untranslated = "Tool Bench",
category = nil,
category = nil,
group = "Food",
group = "Work Stations",
description = "An eclectic arrangement of vegetables.",
description = "A place to craft and fix up tools.",
tagGroups = {
tagGroups = {
"Cooking",
"Crafting Table",
"Food",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "300",
weight = 1000,
calories = "900",
calories = nil,
carbs = "8",
carbs = nil,
protein = "4",
protein = nil,
fat = "7",
fat = nil,
vitamins = "17",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 46,482: Line 45,088:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,491: Line 45,097:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x2x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,500: Line 45,106:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VegetableMedleyItem",
type = "ToolBenchItem",
typeID = nil,
typeID = 0,
},
},
["Vegetable Soup"] = {
["Topped Porridge"] = {
untranslated = "Vegetable Soup",
untranslated = "Topped Porridge",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "Who knew plants in plant broth could be so tasty?",
description = "A thick gruel of boiled grains with a dash of fruity flavor.",
tagGroups = {
tagGroups = {
"Cooking",
"Food",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "700",
weight = 200,
calories = "1200",
calories = 700,
carbs = "12",
carbs = 10,
protein = "4",
protein = 4,
fat = "7",
fat = 0,
vitamins = "19",
vitamins = 10,
density = nil,
density = 3.428571428571429,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 46,528: Line 45,133:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,546: Line 45,151:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VegetableSoupItem",
type = "ToppedPorridgeItem",
typeID = nil,
typeID = 0,
},
},
["Vegetable Stock"] = {
Torch = {
untranslated = "Vegetable Stock",
untranslated = "Torch",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A hearty stock full of assorted vegetables.",
description = "A little bit of light to help beat back the night.",
tagGroups = {
tagGroups = {
"Food",
"Torch",
"Ingredients",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "600",
weight = 500,
calories = "700",
calories = nil,
carbs = "11",
carbs = nil,
protein = "1",
protein = nil,
fat = "2",
fat = nil,
vitamins = "11",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = 8000,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 46,574: Line 45,178:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,592: Line 45,196:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VegetableStockItem",
type = "TorchItem",
typeID = nil,
typeID = 0,
},
},
["Villagers Cowl Lowered"] = {
["Torch Stand"] = {
untranslated = "Villagers Cowl Lowered",
untranslated = "Torch Stand",
category = nil,
category = nil,
group = "Clothing",
group = "Housing Objects",
description = "A rough linen cowl lowered, showing your face.",
description = "A stand for a torch.",
tagGroups = {
tagGroups = {
"Clothing",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,615: Line 45,219:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "0.8",
roomCategory = nil,
roomCategory = "Lighting",
furnitureType = nil,
furnitureType = "Lights",
repeatsDepreciation = nil,
repeatsDepreciation = "0.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,628: Line 45,232:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,637: Line 45,241:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VillagersCowlLoweredItem",
type = "TorchStandItem",
typeID = nil,
typeID = 0,
},
},
["Villagers Cowl Raised"] = {
Tortilla = {
untranslated = "Villagers Cowl Raised",
untranslated = "Tortilla",
category = nil,
category = nil,
group = "Clothing",
group = "Food",
description = "A rough linen cowl raised, hiding your face partially.",
description = "A thin, unleavened flatbread.",
tagGroups = {
tagGroups = {
"Clothing",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 100,
calories = nil,
calories = 350,
carbs = nil,
carbs = 20,
protein = nil,
protein = 10,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 8.571428571428571,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 46,664: Line 45,268:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,682: Line 45,286:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "VillagersCowlRaisedItem",
type = "TortillaItem",
typeID = nil,
typeID = 0,
},
},
["Wainwright Table"] = {
["Towel Rack"] = {
untranslated = "Wainwright Table",
untranslated = "Towel Rack",
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 wooden hanging rack designed for towels.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,707: Line 45,309:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.5",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Hanger",
repeatsDepreciation = nil,
repeatsDepreciation = "0.1",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,720: Line 45,322:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,729: Line 45,331:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WainwrightTableItem",
type = "TowelRackItem",
typeID = nil,
typeID = 0,
},
},
["Wall Candle"] = {
["Town Bell"] = {
untranslated = "Wall Candle",
untranslated = "Town Bell",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A wall mounted candle.",
description = "A large bell used to alert nearby citizens of dangers, meetings and other assorted activities.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,754: Line 45,354:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,767: Line 45,367:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "4x4x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,776: Line 45,376:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WallCandleItem",
type = "TownBellItem",
typeID = nil,
typeID = 0,
},
},
["Wanderers Hood Lowered"] = {
["Town Foundation"] = {
untranslated = "Wanderers Hood Lowered",
untranslated = "Town Foundation",
category = nil,
category = nil,
group = "Clothing",
group = "Work Stations",
description = "A quality linen cowl lowered, showing your face.",
description = "The founding stone for civilization.",
tagGroups = {
tagGroups = {
"Clothing",
"Government",
"Housing",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,799: Line 45,400:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
energyUsed = nil,
energyUsed = nil,
energyProduced = nil,
energyProduced = nil,
Line 46,812: Line 45,413:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,821: Line 45,422:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WanderersHoodLoweredItem",
type = "TownFoundationItem",
typeID = nil,
typeID = 0,
},
},
["Wanderers Hood Raised"] = {
["Trailer Truck"] = {
untranslated = "Wanderers Hood Raised",
untranslated = "Trailer Truck",
category = nil,
category = nil,
group = "Clothing",
group = "Vehicle",
description = "A quality linen cowl raised, hiding your face partially.",
description = "Modern truck for hauling sizable loads.",
tagGroups = {
tagGroups = {
"Clothing",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 25000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,848: Line 45,449:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,857: Line 45,458:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x7x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,866: Line 45,467:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WanderersHoodRaisedItem",
type = "TrailerTruckItem",
typeID = nil,
typeID = 0,
},
},
Washboard = {
["Transmission Pole"] = {
untranslated = "Washboard",
untranslated = "Transmission Pole",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "Sometimes it can be nice to have clean clothes.",
description = "Can link energy.",
tagGroups = {
tagGroups = {},
"Bathroom",
maxStack = 1,
"Housing Objects",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,895: Line 45,492:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,904: Line 45,501:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x8",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 46,913: Line 45,510:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WashboardItem",
type = "TransmissionPoleItem",
typeID = nil,
typeID = 0,
},
},
["Washing Machine"] = {
["Trapper Fur Hat"] = {
untranslated = "Washing Machine",
untranslated = "Trapper Fur Hat",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?",
description = "It sure is warm.",
tagGroups = {
tagGroups = {
"Bathroom",
"Clothes",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,942: Line 45,537:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 46,960: Line 45,555:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WashingMachineItem",
type = "TrapperFurHatItem",
typeID = nil,
typeID = 0,
},
},
["Waste Filter"] = {
["Trapper Leather Hat"] = {
untranslated = "Waste Filter",
untranslated = "Trapper Leather Hat",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "Treats raw sewage.",
description = "Helps keep the sun off your face... and neck... and also ears.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Specialty",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 46,989: Line 45,582:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,007: Line 45,600:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WasteFilterItem",
type = "TrapperLeatherHatItem",
typeID = nil,
typeID = 0,
},
},
["Waterweed Seed"] = {
Treasury = {
untranslated = "Waterweed Seed",
untranslated = "Treasury",
category = nil,
category = nil,
group = "Seed",
group = "Work Stations",
description = "Plant to grow waterweed.",
description = "Allows the setting of taxes.",
tagGroups = {
tagGroups = {
"Seed",
"Government",
},
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 47,034: Line 45,627:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,043: Line 45,636:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 47,052: Line 45,645:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WaterweedSeedItem",
type = "TreasuryItem",
typeID = nil,
typeID = 0,
},
},
Waterwheel = {
["Tree Debris"] = {
untranslated = "Waterwheel",
untranslated = "Tree Debris",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Blocks",
description = "Uses the power of flowing water to produce mechanical power. Must be placed in fresh water and produces double power when placed in both a river and waterfall.",
description = "Clear cut debris that needs to be broken down to be more usable.",
tagGroups = {
tagGroups = {},
"Crafted Objects",
maxStack = 20,
"Power Generation",
carried = "Hands",
"World Object",
weight = nil,
},
maxStack = 0,
carried = "Backpack",
weight = "5000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,081: Line 45,670:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,099: Line 45,688:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WaterwheelItem",
type = "TreeDebrisItem",
typeID = nil,
typeID = 0,
},
},
["Wet Brick"] = {
["Trillium Flower"] = {
untranslated = "Wet Brick",
untranslated = "Trillium Flower",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A simple wet brick ready to be processed into a construction block.",
description = "Placeholder Description.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Petals",
"Products",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 47,128: Line 45,716:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,146: Line 45,734:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WetBrickItem",
type = "TrilliumFlowerItem",
typeID = nil,
typeID = 0,
},
},
Wheat = {
["Trillium Seed"] = {
untranslated = "Wheat",
untranslated = "Trillium Seed",
category = nil,
category = nil,
group = "Food",
group = "Food",
description = "A common grain that is significantly more useful processed.",
description = "Plant to grow trillium.",
tagGroups = {
tagGroups = {
"Food",
"Food",
"Produce",
"Seeds",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 50,
calories = "150",
calories = 0,
carbs = "6",
carbs = 0,
protein = "2",
protein = 0,
fat = "0",
fat = 0,
vitamins = "0",
vitamins = 0,
density = nil,
density = 0,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 47,174: Line 45,762:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,192: Line 45,780:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WheatItem",
type = "TrilliumSeedItem",
typeID = nil,
typeID = 0,
},
},
["Wheat Seed"] = {
["Tripod Camera"] = {
untranslated = "Wheat Seed",
untranslated = "Tripod Camera",
category = nil,
category = nil,
group = "Seed",
group = "Crafted Objects",
description = "Plant to grow wheat.",
description = "When you want to save the world but in a frame.",
tagGroups = {
tagGroups = {},
"Seed",
maxStack = 1,
},
maxStack = 0,
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 = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 47,219: Line 45,805:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,228: Line 45,814:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 47,237: Line 45,823:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WheatSeedItem",
type = "TripodCameraItem",
typeID = nil,
typeID = 0,
},
},
Wheelbarrow = {
Trousers = {
untranslated = "Wheelbarrow",
untranslated = "Trousers",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "Small wheelbarrow for hauling minimal loads.",
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 = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,266: Line 45,850:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,284: Line 45,868:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WheelbarrowItem",
type = "TrousersItem",
typeID = nil,
typeID = 0,
},
},
["White Bursage Seed"] = {
Trout = {
untranslated = "White Bursage Seed",
untranslated = "Trout",
category = nil,
category = nil,
group = "Seed",
group = "Natural Resources",
description = "Plant to grow a white bursage.",
description = "A trout.",
tagGroups = {
tagGroups = {
"Seed",
"Fish",
"Medium Fish",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 800,
calories = "0",
calories = nil,
carbs = "0",
carbs = nil,
protein = "0",
protein = nil,
fat = "0",
fat = nil,
vitamins = "0",
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = nil,
Line 47,311: Line 45,896:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,329: Line 45,914:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WhiteBursageSeedItem",
type = "TroutItem",
typeID = nil,
typeID = 0,
},
},
["Wild Mix"] = {
Truck = {
untranslated = "Wild Mix",
untranslated = "Truck",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "A dressed salad that, with the added sweetness, it's pretty tasty.",
description = "Modern truck for hauling sizable loads.",
tagGroups = {
tagGroups = {
"Cooking",
"Vehicles",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "600",
weight = 25000,
calories = "800",
calories = nil,
carbs = "15",
carbs = nil,
protein = "6",
protein = nil,
fat = "4",
fat = nil,
vitamins = "21",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 47,357: Line 45,941:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,366: Line 45,950:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x5x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 47,375: Line 45,959:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WildMixItem",
type = "TruckItem",
typeID = nil,
typeID = 0,
},
},
["Wild Stew"] = {
Tuna = {
untranslated = "Wild Stew",
untranslated = "Tuna",
category = nil,
category = nil,
group = "Food",
group = "Natural Resources",
description = "A thick stew made with a variety of vegetables.",
description = "A tuna.",
tagGroups = {
tagGroups = {
"Campfire",
"Fish",
"Food",
"Large Fish",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1250,
calories = "1100",
calories = nil,
carbs = "10",
carbs = nil,
protein = "2",
protein = nil,
fat = "6",
fat = nil,
vitamins = "12",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 47,403: Line 45,987:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,421: Line 46,005:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WildStewItem",
type = "TunaItem",
typeID = nil,
typeID = 0,
},
},
["Wilted Fiddleheads"] = {
Tunic = {
untranslated = "Wilted Fiddleheads",
untranslated = "Tunic",
category = nil,
category = nil,
group = "Food",
group = "Clothing",
description = "While a bunch of wilted fiddleheads may seem a bit sad, at least they're nutritious.",
description = "A simply made canvas shirt. Does not have a pocket to put your pen in.",
tagGroups = {
tagGroups = {
"Charred Food",
"Clothes",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 100,
calories = "350",
calories = nil,
carbs = "4",
carbs = nil,
protein = "1",
protein = nil,
fat = "0",
fat = nil,
vitamins = "7",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 47,449: Line 46,032:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,467: Line 46,050:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WiltedFiddleheadsItem",
type = "TunicItem",
typeID = nil,
typeID = 0,
},
},
["Wind Turbine"] = {
["Turkey Carcass"] = {
untranslated = "Wind Turbine",
untranslated = "Turkey Carcass",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "Uses wind to produce electrical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.",
description = "A dead turkey.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Tiny Carcass",
"Power Generation",
"Tiny Leather Carcass",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,496: Line 46,078:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,514: Line 46,096:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WindTurbineItem",
type = "TurkeyCarcassItem",
typeID = nil,
typeID = 0,
},
},
Windmill = {
["Upholstered Chair"] = {
untranslated = "Windmill",
untranslated = "Upholstered Chair",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Housing 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.",
description = "Like a chair, but upholstered.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Housing",
"Power Generation",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,539: Line 46,119:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "1.7",
roomCategory = nil,
roomCategory = "Living Room",
furnitureType = nil,
furnitureType = "Chair",
repeatsDepreciation = nil,
repeatsDepreciation = "0.6",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,552: Line 46,132:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 47,561: Line 46,141:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WindmillItem",
type = "UpholsteredChairItem",
typeID = nil,
typeID = 0,
},
},
["Wolf Carcass"] = {
["Upholstered Couch"] = {
untranslated = "Wolf Carcass",
untranslated = "Upholstered Couch",
category = nil,
category = nil,
group = "Natural Resources",
group = "Housing Objects",
description = "A dead wolf.",
description = "Like a couch, but upholstered.",
tagGroups = {
tagGroups = {
"Animal",
"Housing",
"Item",
"Natural Resources",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,583: Line 46,161:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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.7",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,599: Line 46,177:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 47,608: Line 46,186:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WolfCarcassItem",
type = "UpholsteredCouchItem",
typeID = nil,
typeID = 0,
},
},
["Wood Cart"] = {
Urchin = {
untranslated = "Wood Cart",
untranslated = "Urchin",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Natural Resources",
description = "Small cart for hauling small loads.",
description = "An urchin.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Marine Life",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,637: Line 46,213:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,655: Line 46,231:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodCartItem",
type = "UrchinItem",
typeID = nil,
typeID = 0,
},
},
["Wood Pulp"] = {
Valve = {
untranslated = "Wood Pulp",
untranslated = "Valve",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "A byproduct of processing lumber, wood pulp can be burned for Mortar or pressed into paper.",
description = "A device that regulates, directs, or controls the flow of fluid.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "50",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,677: Line 46,249:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "50",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 47,684: Line 46,256:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,702: Line 46,274:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodPulpItem",
type = "ValveItem",
typeID = nil,
typeID = 0,
},
},
["Wood Shop Cart"] = {
["Vegetable Medley"] = {
untranslated = "Wood Shop Cart",
untranslated = "Vegetable Medley",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "A store in a wooden cart, very useful when your customers are far away.",
description = "An eclectic arrangement of vegetables.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 300,
calories = nil,
calories = 900,
carbs = nil,
carbs = 8,
protein = nil,
protein = 4,
fat = nil,
fat = 7,
vitamins = nil,
vitamins = 17,
density = nil,
density = 4.0,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 47,731: Line 46,301:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,749: Line 46,319:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodShopCartItem",
type = "VegetableMedleyItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Barge"] = {
["Vegetable Soup"] = {
untranslated = "Wooden Barge",
untranslated = "Vegetable Soup",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "",
description = "Who knew plants in plant broth could be so tasty?",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "20000",
weight = 700,
calories = nil,
calories = 1200,
carbs = nil,
carbs = 12,
protein = nil,
protein = 4,
fat = nil,
fat = 7,
vitamins = nil,
vitamins = 19,
density = nil,
density = 3.5000000000000004,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 47,778: Line 46,346:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,796: Line 46,364:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenBargeItem",
type = "VegetableSoupItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Ceiling Light"] = {
["Vegetable Stock"] = {
untranslated = "Wooden Ceiling Light",
untranslated = "Vegetable Stock",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "A more modern way to light up a room.",
description = "A hearty stock full of assorted vegetables.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 600,
calories = nil,
calories = 700,
carbs = nil,
carbs = 11,
protein = nil,
protein = 1,
fat = nil,
fat = 2,
vitamins = nil,
vitamins = 11,
density = nil,
density = 3.571428571428571,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 47,825: Line 46,391:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,843: Line 46,409:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenCeilingLightItem",
type = "VegetableStockItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Elevator"] = {
["Villagers Cowl Lowered"] = {
untranslated = "Wooden Elevator",
untranslated = "Villagers Cowl Lowered",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Clothing",
description = "An elevator for transporting loads vertically.",
description = "A rough linen cowl lowered, showing your face.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Clothes",
"Specialty",
"Vehicle",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "10000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,872: Line 46,436:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,890: Line 46,454:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenElevatorItem",
type = "VillagersCowlLoweredItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Fabric Bed"] = {
["Villagers Cowl Raised"] = {
untranslated = "Wooden Fabric Bed",
untranslated = "Villagers Cowl Raised",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "A much more comfortable bed made with fabric.",
description = "A rough linen cowl raised, hiding your face partially.",
tagGroups = {
tagGroups = {
"Bedroom",
"Clothes",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,919: Line 46,481:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,937: Line 46,499:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenFabricBedItem",
type = "VillagersCowlRaisedItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Floor Lamp"] = {
["Wainwright Table"] = {
untranslated = "Wooden Floor Lamp",
untranslated = "Wainwright Table",
category = nil,
category = nil,
group = "Housing Objects",
group = "Work Stations",
description = "A more modern way to light up a room. This time from the floor.",
description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Crafting Table",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 47,963: Line 46,523:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 47,975: Line 46,535:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 47,984: Line 46,544:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenFloorLampItem",
type = "WainwrightTableItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Frame Landscape"] = {
["Wall Candle"] = {
untranslated = "Wooden Frame Landscape",
untranslated = "Wall Candle",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "",
description = "A wall mounted candle.",
tagGroups = {
tagGroups = {
"Cultural",
"Housing",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,009: Line 46,567:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,022: Line 46,580:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 48,031: Line 46,589:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenFrameLandscapeItem",
type = "WallCandleItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Frame Wide"] = {
["Wanderers Hood Lowered"] = {
untranslated = "Wooden Frame Wide",
untranslated = "Wanderers Hood Lowered",
category = nil,
category = nil,
group = "Housing Objects",
group = "Clothing",
description = "",
description = "A quality linen cowl lowered, showing your face.",
tagGroups = {
tagGroups = {
"Cultural",
"Clothes",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,060: Line 46,616:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,078: Line 46,634:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenFrameWideItem",
type = "WanderersHoodLoweredItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Hull Planks"] = {
["Wanderers Hood Raised"] = {
untranslated = "Wooden Hull Planks",
untranslated = "Wanderers Hood Raised",
category = nil,
category = nil,
group = "Items",
group = "Clothing",
description = "Basic wooden boards specially made for ships.",
description = "A quality linen cowl raised, hiding your face partially.",
tagGroups = {
tagGroups = {
"Item",
"Clothes",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1500",
weight = 100,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,100: Line 46,654:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 48,107: Line 46,661:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,125: Line 46,679:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenHullPlanksItem",
type = "WanderersHoodRaisedItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Keel"] = {
Washboard = {
untranslated = "Wooden Keel",
untranslated = "Washboard",
category = nil,
category = nil,
group = "Items",
group = "Housing Objects",
description = "The backbone of any wooden ships.",
description = "Sometimes it can be nice to have clean clothes.",
tagGroups = {
tagGroups = {
"Item",
"Housing",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "5000",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,147: Line 46,699:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "2",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Washing",
repeatsDepreciation = nil,
repeatsDepreciation = "0.5",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,163: Line 46,715:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x2",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 48,172: Line 46,724:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenKeelItem",
type = "WashboardItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Kitchen Lamp"] = {
["Washing Machine"] = {
untranslated = "Wooden Kitchen Lamp",
untranslated = "Washing Machine",
category = nil,
category = nil,
group = "Housing Objects",
group = "Housing Objects",
description = "A more modern way to light up a room.",
description = "Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?",
tagGroups = {
tagGroups = {
"Housing Objects",
"Housing",
"Lighting",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,197: Line 46,747:
yield = nil,
yield = nil,
currency = nil,
currency = nil,
skillValue = nil,
skillValue = "5",
roomCategory = nil,
roomCategory = "Bathroom",
furnitureType = nil,
furnitureType = "Washing",
repeatsDepreciation = nil,
repeatsDepreciation = "0.2",
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,210: Line 46,760:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 48,219: Line 46,769:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenKitchenLampItem",
type = "WashingMachineItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Liquids Tank"] = {
["Waste Filter"] = {
untranslated = "Wooden Liquids Tank",
untranslated = "Waste Filter",
category = nil,
category = nil,
group = "World Object",
group = "Crafted Objects",
description = "",
description = "Treats raw sewage.",
tagGroups = {
tagGroups = {},
"World Object",
maxStack = 1,
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,246: Line 46,794:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,255: Line 46,803:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "3x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 48,264: Line 46,812:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenLiquidsTankItem",
type = "WasteFilterItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Mold"] = {
["Waterweed Seed"] = {
untranslated = "Wooden Mold",
untranslated = "Waterweed Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A useful material for hardening, curing, and other various uses.",
description = "Plant to grow waterweed.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Seeds",
"Products",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 48,293: Line 46,840:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,311: Line 46,858:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenMoldItem",
type = "WaterweedSeedItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Moorage Post"] = {
Waterwheel = {
untranslated = "Wooden Moorage Post",
untranslated = "Waterwheel",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Crafted Objects",
description = "A basic moorage post made from wood to anchor smaller vessels in place.",
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 = {
tagGroups = {},
"Crafted Objects",
maxStack = 1,
"Specialty",
"World Object",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,337: Line 46,880:
currency = nil,
currency = nil,
skillValue = nil,
skillValue = nil,
roomCategory = nil,
roomCategory = "Industrial",
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,358: Line 46,901:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenMooragePostItem",
type = "WaterwheelItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Oar"] = {
["Wet Brick"] = {
untranslated = "Wooden Oar",
untranslated = "Wet Brick",
category = nil,
category = nil,
group = "Items",
group = "Items",
description = "An important piece of equipment used to give smaller wooden ships momentum.",
description = "A simple wet brick ready to be processed into a construction block.",
tagGroups = {
tagGroups = {},
"Item",
maxStack = 100,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 1000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,380: Line 46,919:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 48,387: Line 46,926:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,405: Line 46,944:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenOarItem",
type = "WetBrickItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Podium"] = {
Wheat = {
untranslated = "Wooden Podium",
untranslated = "Wheat",
category = nil,
category = nil,
group = "World Object",
group = "Food",
description = "",
description = "A common grain that is significantly more useful processed.",
tagGroups = {
tagGroups = {
"World Object",
"Food",
"Grain",
"Raw Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "",
weight = 50,
calories = nil,
calories = 150,
carbs = nil,
carbs = 6,
protein = nil,
protein = 2,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 0,
density = nil,
density = 5.333333333333334,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 48,432: Line 46,973:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,450: Line 46,991:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenPodiumItem",
type = "WheatItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Rudder"] = {
["Wheat Seed"] = {
untranslated = "Wooden Rudder",
untranslated = "Wheat Seed",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "If you dont have one of these, you have no control over your heading.",
description = "Plant to grow wheat.",
tagGroups = {
tagGroups = {
"Item",
"Crop Seed",
"Items",
"Food",
"Products",
"Seeds",
},
},
maxStack = 0,
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 = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 48,479: Line 47,020:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,497: Line 47,038:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenRudderItem",
type = "WheatSeedItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Straw Bed"] = {
Wheelbarrow = {
untranslated = "Wooden Straw Bed",
untranslated = "Wheelbarrow",
category = nil,
category = nil,
group = "Housing Objects",
group = "Crafted Objects",
description = "A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.",
description = "Small wheelbarrow for hauling minimal loads.",
tagGroups = {
tagGroups = {
"Bedroom",
"Vehicles",
"Housing Objects",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,526: Line 47,065:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,535: Line 47,074:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 48,544: Line 47,083:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenStrawBedItem",
type = "WheelbarrowItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Table Lamp"] = {
["White Bursage Seed"] = {
untranslated = "Wooden Table Lamp",
untranslated = "White Bursage Seed",
category = nil,
category = nil,
group = "Housing Objects",
group = "Food",
description = "For late night studying. Or working. Or anything, really.",
description = "Plant to grow a white bursage.",
tagGroups = {
tagGroups = {
"Housing Objects",
"Food",
"Lighting",
"Seeds",
"World Object",
},
},
maxStack = 0,
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 48,573: Line 47,111:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,591: Line 47,129:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenTableLampItem",
type = "WhiteBursageSeedItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Transport Ship"] = {
["Wild Mix"] = {
untranslated = "Wooden Transport Ship",
untranslated = "Wild Mix",
category = nil,
category = nil,
group = "Crafted Objects",
group = "Food",
description = "",
description = "A dressed salad that, with the added sweetness, it's pretty tasty.",
tagGroups = {
tagGroups = {
"Crafted Objects",
"Food",
"Vehicle",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "20000",
weight = 600,
calories = nil,
calories = 800,
carbs = nil,
carbs = 15,
protein = nil,
protein = 6,
fat = nil,
fat = 4,
vitamins = nil,
vitamins = 21,
density = nil,
density = 5.75,
fuel = nil,
fuel = nil,
yield = nil,
yield = nil,
Line 48,620: Line 47,156:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,638: Line 47,174:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenTransportShipItem",
type = "WildMixItem",
typeID = nil,
typeID = 0,
},
},
["Wooden Wheel"] = {
["Wild Stew"] = {
untranslated = "Wooden Wheel",
untranslated = "Wild Stew",
category = nil,
category = nil,
group = "Items",
group = "Food",
description = "A basic wheel for use in early wooden vehicles.",
description = "A thick stew made with a variety of vegetables.",
tagGroups = {
tagGroups = {
"Item",
"Food",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "500",
weight = 500,
calories = nil,
calories = 1100,
carbs = nil,
carbs = 10,
protein = nil,
protein = 2,
fat = nil,
fat = 6,
vitamins = nil,
vitamins = 12,
density = nil,
density = 2.727272727272727,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 48,667: Line 47,201:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,685: Line 47,219:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoodenWheelItem",
type = "WildStewItem",
typeID = nil,
typeID = 0,
},
},
["Wool Carpet"] = {
["Wilted Fiddleheads"] = {
untranslated = "Wool Carpet",
untranslated = "Wilted Fiddleheads",
category = nil,
category = nil,
group = "Blocks",
group = "Food",
description = "A woven wool floor covering attached to a lumber backing.",
description = "While a bunch of wilted fiddleheads may seem a bit sad, at least they're nutritious.",
tagGroups = {
tagGroups = {
"Block",
"Charred Green",
"Blocks",
"Food",
"Building Materials",
},
},
maxStack = 0,
maxStack = 100,
carried = "Hands",
carried = "Backpack",
weight = "10000",
weight = 200,
calories = nil,
calories = 350,
carbs = nil,
carbs = 4,
protein = nil,
protein = 1,
fat = nil,
fat = 0,
vitamins = nil,
vitamins = 7,
density = nil,
density = 3.428571428571429,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 48,714: Line 47,247:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,732: Line 47,265:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoolCarpetItem",
type = "WiltedFiddleheadsItem",
typeID = nil,
typeID = 0,
},
},
["Wool Curtains"] = {
["Wind Turbine"] = {
untranslated = "Wool Curtains",
untranslated = "Wind Turbine",
category = nil,
category = nil,
group = "Blocks",
group = "Crafted Objects",
description = "Curtains woven using the finest wool. \\n\\n (Only cosmetic does not impact room value.)",
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 = {
tagGroups = {},
"Block",
maxStack = 1,
"Blocks",
carried = "Backpack",
"Building Materials",
weight = 10000,
},
maxStack = 0,
carried = "Hands",
weight = "5000",
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,754: Line 47,283:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,770: Line 47,299:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "7x3x10",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 48,779: Line 47,308:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoolCurtainsItem",
type = "WindTurbineItem",
typeID = nil,
typeID = 0,
},
},
["Wool Fabric"] = {
Windmill = {
untranslated = "Wool Fabric",
untranslated = "Windmill",
category = nil,
category = nil,
group = "Items",
group = "Crafted Objects",
description = "Wool fabric is warm and durable, but it can be slightly itchy.",
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 = {
tagGroups = {},
"Item",
maxStack = 1,
"Items",
"Products",
},
maxStack = 0,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 5000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,801: Line 47,326:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
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,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,817: Line 47,342:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "7x2x7",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 48,826: Line 47,351:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoolFabricItem",
type = "WindmillItem",
typeID = nil,
typeID = 0,
},
},
["Wool Yarn"] = {
["Wolf Carcass"] = {
untranslated = "Wool Yarn",
untranslated = "Wolf Carcass",
category = nil,
category = nil,
group = "Items",
group = "Natural Resources",
description = "Spun wool that can be used for knitting, weaving, or sewing.",
description = "A dead wolf.",
tagGroups = {
tagGroups = {
"Item",
"Small Carcass",
"Items",
"Products",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "20",
weight = 2000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,848: Line 47,371:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 48,855: Line 47,378:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,873: Line 47,396:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WoolYarnItem",
type = "WolfCarcassItem",
typeID = nil,
typeID = 0,
},
},
["Work Backpack"] = {
["Wood Cart"] = {
untranslated = "Work Backpack",
untranslated = "Wood Cart",
category = nil,
category = nil,
group = "Clothing",
group = "Crafted Objects",
description = "Lighter pack that causes lower calorie consumption.\\n\\n(Decreases calories consumed when using tools by 10\\u0025 and increases max carry weight by 5 kg)",
description = "Small cart for hauling small loads.",
tagGroups = {
tagGroups = {
"Clothing",
"Vehicles",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,900: Line 47,423:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,909: Line 47,432:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x2x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 48,918: Line 47,441:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WorkBackpackItem",
type = "WoodCartItem",
typeID = nil,
typeID = 0,
},
},
["Work Boots"] = {
["Wood Pulp"] = {
untranslated = "Work Boots",
untranslated = "Wood Pulp",
category = nil,
category = nil,
group = "Clothing",
group = "Items",
description = "Boots designed to be rugged and reduce muscle strain while working.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)\\n\\n(Increases movement speed)",
description = "A byproduct of processing lumber, wood pulp can be burned for Mortar or pressed into paper.",
tagGroups = {
tagGroups = {
"Clothing",
"Burnable Fuel",
"Natural Fiber",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 50,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,938: Line 47,462:
vitamins = nil,
vitamins = nil,
density = nil,
density = nil,
fuel = nil,
fuel = 50,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 48,945: Line 47,469:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 48,963: Line 47,487:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WorkBootsItem",
type = "WoodPulpItem",
typeID = nil,
typeID = 0,
},
},
Workbench = {
["Wood Shop Cart"] = {
untranslated = "Workbench",
untranslated = "Wood Shop Cart",
category = nil,
category = nil,
group = "Work Stations",
group = "Crafted Objects",
description = "A bench for the basics and making even more benches.",
description = "A store in a wooden cart, very useful when your customers are far away.",
tagGroups = {
tagGroups = {
"Craft Tables",
"Vehicles",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "1000",
weight = 10000,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 48,992: Line 47,514:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 49,001: Line 47,523:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "2x3x3",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 49,010: Line 47,532:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WorkbenchItem",
type = "WoodShopCartItem",
typeID = nil,
typeID = 0,
},
},
["Worldly Donut"] = {
["Wooden Barge"] = {
untranslated = "Worldly Donut",
untranslated = "Wooden Barge",
category = nil,
category = nil,
group = "Food",
group = "Crafted Objects",
description = "Understand this, and you will understand a lot.",
description = "",
tagGroups = {
tagGroups = {
"Baking",
"Vehicles",
"Food",
},
},
maxStack = 0,
maxStack = 100,
carried = "Backpack",
carried = "Backpack",
weight = "200",
weight = 20000,
calories = "750",
calories = nil,
carbs = "15",
carbs = nil,
protein = "2",
protein = nil,
fat = "17",
fat = nil,
vitamins = "2",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 49,038: Line 47,559:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 49,047: Line 47,568:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "7x9x5",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 49,056: Line 47,577:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "WorldlyDonutItem",
type = "WoodenBargeItem",
typeID = nil,
typeID = 0,
},
},
Yeast = {
["Wooden Bow"] = {
untranslated = "Yeast",
untranslated = "Wooden Bow",
category = nil,
category = nil,
group = "Food",
group = "Items",
description = "A fungus that acts as an amazing leavening agent.",
description = "A primitive ranged weapon for hunting. Requires arrows to fire.",
tagGroups = {
tagGroups = {
"Food",
"Tool",
"Ingredients",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "100",
weight = 1000,
calories = "60",
calories = nil,
carbs = "0",
carbs = nil,
protein = "8",
protein = nil,
fat = "0",
fat = nil,
vitamins = "7",
vitamins = nil,
density = nil,
density = nil,
fuel = "",
fuel = nil,
yield = nil,
yield = nil,
currency = nil,
currency = nil,
Line 49,084: Line 47,604:
furnitureType = nil,
furnitureType = nil,
repeatsDepreciation = nil,
repeatsDepreciation = nil,
materialTier = 0,
materialTier = 1,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 49,102: Line 47,622:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "YeastItem",
type = "WoodenBowItem",
typeID = nil,
typeID = 0,
ToolVariant = "Bow",
ToolDurability = 200.0,
ToolDamage = 1.0,
ToolDamageTalent = "HuntingPowerShotTalent",
ToolRepairType = "Wood",
},
},
["Zoning Office"] = {
["Wooden Ceiling Light"] = {
untranslated = "Zoning Office",
untranslated = "Wooden Ceiling Light",
category = nil,
category = nil,
group = "Work Stations",
group = "Housing Objects",
description = "Allows the creation of District Maps, which define a set of districts.  Districts can then be specified in laws and other civic actions.",
description = "A more modern way to light up a room.",
tagGroups = {
tagGroups = {
"Government",
"Housing",
"Work Stations",
"World Object",
},
},
maxStack = 0,
maxStack = 1,
carried = "Backpack",
carried = "Backpack",
weight = "2000",
weight = 500,
calories = nil,
calories = nil,
carbs = nil,
carbs = nil,
Line 49,127: Line 47,650:
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 = 0,
materialTier = nil,
fuelsUsed = nil,
fuelsUsed = nil,
gridRadius = nil,
gridRadius = nil,
Line 49,140: Line 47,663:
fluidsProduced = nil,
fluidsProduced = nil,
validTalents = nil,
validTalents = nil,
footprint = nil,
footprint = "1x1x1",
mobile = nil,
mobile = nil,
roomSizeReq = nil,
roomSizeReq = nil,
Line 49,149: Line 47,672:
inventoryRestrictions = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
NutrientElement = nil,
type = "ZoningOfficeItem",
type = "WoodenCeilingLightItem",
typeID = nil,
typeID = 0,
},
},
},
["Wooden Elevator"] = {
tags = {
untranslated = "Wooden Elevator",
["Advanced Upgrades"] = {
category = nil,
"Advanced Upgrade Lvl1",
group = "Crafted Objects",
"Advanced Upgrade Lvl2",
description = "An elevator for transporting loads vertically.",
"Advanced Upgrade Lvl3",
tagGroups = {
"Advanced Upgrade Lvl4",
"Vehicles",
},
},
Animal = {
maxStack = 100,
"Agouti Carcass",
carried = "Backpack",
"Alligator Carcass",
weight = 10000,
"Bass",
calories = nil,
"Bighorn Carcass",
carbs = nil,
"Bison Carcass",
protein = nil,
"Blue Shark",
fat = nil,
"Clam",
vitamins = nil,
"Cod",
density = nil,
"Coyote Carcass",
fuel = nil,
"Crab Carcass",
yield = nil,
"Deer Carcass",
currency = nil,
"Elk Carcass",
skillValue = nil,
"Fox Carcass",
roomCategory = nil,
"Hare Carcass",
furnitureType = nil,
"Jaguar Carcass",
repeatsDepreciation = nil,
"Moon Jellyfish",
materialTier = nil,
"Mountain Goat Carcass",
fuelsUsed = nil,
"Otter Carcass",
gridRadius = nil,
"Pacific Sardine",
energyUsed = nil,
"Prairie Dog Carcass",
energyProduced = nil,
"Salmon",
energyType = nil,
"Snapping Turtle Carcass",
fluidsUsed = nil,
"Trout",
fluidsProduced = nil,
"Tuna",
validTalents = nil,
"Turkey Carcass",
footprint = "4x3x4",
"Urchin",
mobile = nil,
"Wolf Carcass",
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenElevatorItem",
typeID = 0,
},
},
Baking = {
["Wooden Fabric Bed"] = {
"Baked Agave",
untranslated = "Wooden Fabric Bed",
"Baked Beet",
category = nil,
"Baked Corn",
group = "Housing Objects",
"Baked Heart Of Palm",
description = "A much more comfortable bed made with fabric.",
"Baked Meat",
tagGroups = {
"Baked Roast",
"Housing",
"Baked Taro",
},
"Baked Tomato",
maxStack = 1,
"Bearclaw",
carried = "Backpack",
"Bread",
weight = 2000,
"Camas Bread",
calories = nil,
"Camas Bulb Bake",
carbs = nil,
"Elk Wellington",
protein = nil,
"Fantastic Forest Pizza",
fat = nil,
"Flatbread",
vitamins = nil,
"Fruit Muffin",
density = nil,
"Fruit Tart",
fuel = nil,
"Hearty Hometown Pizza",
yield = nil,
"Huckleberry Fritter",
currency = nil,
"Huckleberry Pie",
skillValue = "4",
"Leavened Dough",
roomCategory = "Bedroom",
"Macarons",
furnitureType = "Bed",
"Meat Pie",
repeatsDepreciation = "0.3",
"Pastry Dough",
materialTier = nil,
"Pirozhok",
fuelsUsed = nil,
"Roast Pumpkin",
gridRadius = nil,
"Sensuous Sea Pizza",
energyUsed = nil,
"Stuffed Turkey",
energyProduced = nil,
"Tasty Tropical Pizza",
energyType = nil,
"Worldly Donut",
fluidsUsed = nil,
},
fluidsProduced = nil,
["Basic Upgrades"] = {
validTalents = nil,
"Basic Upgrade Lvl1",
footprint = "2x3x2",
"Basic Upgrade Lvl2",
mobile = nil,
"Basic Upgrade Lvl3",
roomSizeReq = nil,
"Basic Upgrade Lvl4",
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenFabricBedItem",
typeID = 0,
},
},
Bathroom = {
["Wooden Floor Lamp"] = {
"Bathtub",
untranslated = "Wooden Floor Lamp",
"Large Bath Mat",
category = nil,
"Latrine",
group = "Housing Objects",
"Sink",
description = "A more modern way to light up a room. This time from the floor.",
"Small Bath Mat",
tagGroups = {
"Small Sink",
"Housing",
"Toilet",
},
"Towel Rack",
maxStack = 1,
"Washboard",
carried = "Backpack",
"Washing Machine",
weight = 500,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "2",
roomCategory = "Lighting",
furnitureType = "Lights",
repeatsDepreciation = "0.7",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenFloorLampItem",
typeID = 0,
},
},
Bedroom = {
["Wooden Frame Landscape"] = {
"Cast Iron Bed",
untranslated = "Wooden Frame Landscape",
"Cast Iron Royal Bed",
category = nil,
"Hardwood Lumber Dresser",
group = "Housing Objects",
"Hewn Dresser",
description = "",
"Hewn Nightstand",
tagGroups = {
"Lumber Dresser",
"Housing",
"Nylon Futon Bed",
},
"Softwood Lumber Dresser",
maxStack = 1,
"Wooden Fabric Bed",
carried = "Backpack",
"Wooden Straw Bed",
weight = 1000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "0",
roomCategory = "Cultural",
furnitureType = "Cultural",
repeatsDepreciation = "",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenFrameLandscapeItem",
typeID = 0,
},
},
Block = {
["Wooden Frame Wide"] = {
"Ashlar Basalt",
untranslated = "Wooden Frame Wide",
"Ashlar Gneiss",
category = nil,
"Ashlar Granite",
group = "Housing Objects",
"Ashlar Limestone",
description = "",
"Ashlar Sandstone",
tagGroups = {
"Ashlar Shale",
"Housing",
"Asphalt Concrete",
},
"Barrel",
maxStack = 1,
"Basalt",
carried = "Backpack",
"Biodiesel",
weight = 1000,
"Birch Log",
calories = nil,
"Brick",
carbs = nil,
"Cedar Log",
protein = nil,
"Ceiba Log",
fat = nil,
"Clay",
vitamins = nil,
"Coal",
density = nil,
"Composite Birch Lumber",
fuel = nil,
"Composite Cedar Lumber",
yield = nil,
"Composite Ceiba Lumber",
currency = nil,
"Composite Fir Lumber",
skillValue = "0",
"Composite Joshua Lumber",
roomCategory = "Cultural",
"Composite Lumber",
furnitureType = "Cultural",
"Composite Oak Lumber",
repeatsDepreciation = "",
"Composite Palm Lumber",
materialTier = nil,
"Composite Redwood Lumber",
fuelsUsed = nil,
"Composite Saguaro Lumber",
gridRadius = nil,
"Composite Spruce Lumber",
energyUsed = nil,
"Copper Bar",
energyProduced = nil,
"Copper Concentrate",
energyType = nil,
"Copper Ore",
fluidsUsed = nil,
"Copper Pipe",
fluidsProduced = nil,
"Corrugated Steel",
validTalents = nil,
"Cotton Carpet",
footprint = "2x1x1",
"Cotton Curtains",
mobile = nil,
"Crushed Basalt",
roomSizeReq = nil,
"Crushed Coal",
roomMatReq = nil,
"Crushed Copper Ore",
roomContainReq = nil,
"Crushed Gneiss",
inventorySlots = nil,
"Crushed Gold Ore",
inventoryMaxWeight = nil,
"Crushed Granite",
inventoryRestrictions = nil,
"Crushed Iron Ore",
NutrientElement = nil,
"Crushed Limestone",
type = "WoodenFrameWideItem",
"Crushed Mixed Rock",
typeID = 0,
"Crushed Oil Shale",
"Crushed Sandstone",
"Crushed Shale",
"Crushed Slag",
"Dirt Ramp",
"Fir Log",
"Flat Steel",
"Framed Glass",
"Gasoline",
"Glass",
"Gneiss",
"Gold Bar",
"Gold Concentrate",
"Gold Ore",
"Granite",
"Hardwood Hewn Log",
"Hardwood Lumber",
"Hewn Log",
"Iron Bar",
"Iron Concentrate",
"Iron Ore",
"Iron Pipe",
"Joshua Log",
"Limestone",
"Log",
"Lumber",
"Mortared Basalt",
"Mortared Gneiss",
"Mortared Granite",
"Mortared Limestone",
"Mortared Sandstone",
"Mortared Shale",
"Mortared Stone",
"Nylon Carpet",
"Nylon Curtains",
"Oak Log",
"Palm Log",
"Petroleum",
"Redwood Log",
"Reinforced Concrete",
"Saguaro Rib",
"Sandstone",
"Shale",
"Slag",
"Softwood Hewn Log",
"Softwood Lumber",
"Spruce Log",
"Steel Bar",
"Steel Pipe",
"Stone",
"Stone Road",
"Tree Debris",
"Wool Carpet",
"Wool Curtains",
},
},
Blocks = {
["Wooden Hoe"] = {
"Ashlar Basalt",
untranslated = "Wooden Hoe",
"Ashlar Gneiss",
category = nil,
"Ashlar Granite",
group = "Items",
"Ashlar Limestone",
description = "A crude wooden hoe made for tilling soil.",
"Ashlar Sandstone",
tagGroups = {
"Ashlar Shale",
"Tool",
"Asphalt Concrete",
},
"Barrel",
maxStack = 1,
"Biodiesel",
carried = "Backpack",
"Brick",
weight = 1000,
"Clay",
calories = nil,
"Composite Birch Lumber",
carbs = nil,
"Composite Cedar Lumber",
protein = nil,
"Composite Ceiba Lumber",
fat = nil,
"Composite Fir Lumber",
vitamins = nil,
"Composite Joshua Lumber",
density = nil,
"Composite Lumber",
fuel = nil,
"Composite Oak Lumber",
yield = nil,
"Composite Palm Lumber",
currency = nil,
"Composite Redwood Lumber",
skillValue = nil,
"Composite Saguaro Lumber",
roomCategory = nil,
"Composite Spruce Lumber",
furnitureType = nil,
"Copper Bar",
repeatsDepreciation = nil,
"Copper Concentrate",
materialTier = 1,
"Copper Pipe",
fuelsUsed = nil,
"Corrugated Steel",
gridRadius = nil,
"Cotton Carpet",
energyUsed = nil,
"Cotton Curtains",
energyProduced = nil,
"Crushed Basalt",
energyType = nil,
"Crushed Coal",
fluidsUsed = nil,
"Crushed Copper Ore",
fluidsProduced = nil,
"Crushed Gneiss",
validTalents = nil,
"Crushed Gold Ore",
footprint = nil,
"Crushed Granite",
mobile = nil,
"Crushed Iron Ore",
roomSizeReq = nil,
"Crushed Limestone",
roomMatReq = nil,
"Crushed Mixed Rock",
roomContainReq = nil,
"Crushed Sandstone",
inventorySlots = nil,
"Crushed Shale",
inventoryMaxWeight = nil,
"Crushed Slag",
inventoryRestrictions = nil,
"Dirt Ramp",
NutrientElement = nil,
"Flat Steel",
type = "WoodenHoeItem",
"Framed Glass",
typeID = 0,
"Gasoline",
ToolVariant = "Hoe",
"Glass",
ToolDurability = 150.0,
"Gold Bar",
ToolRepairType = "Wood",
"Gold Concentrate",
"Hardwood Hewn Log",
"Hardwood Lumber",
"Hewn Log",
"Iron Bar",
"Iron Concentrate",
"Iron Pipe",
"Lumber",
"Mortared Granite",
"Mortared Limestone",
"Mortared Sandstone",
"Mortared Stone",
"Nylon Carpet",
"Nylon Curtains",
"Petroleum",
"Reinforced Concrete",
"Slag",
"Softwood Hewn Log",
"Softwood Lumber",
"Steel Bar",
"Steel Pipe",
"Stone Road",
"Tree Debris",
"Wool Carpet",
"Wool Curtains",
},
},
["Building Materials"] = {
["Wooden Hull Planks"] = {
"Ashlar Basalt",
untranslated = "Wooden Hull Planks",
"Ashlar Gneiss",
category = nil,
"Ashlar Granite",
group = "Items",
"Ashlar Limestone",
description = "Basic wooden boards specially made for ships.",
"Ashlar Sandstone",
tagGroups = {},
"Ashlar Shale",
maxStack = 100,
"Brick",
carried = "Backpack",
"Composite Birch Lumber",
weight = 1500,
"Composite Cedar Lumber",
calories = nil,
"Composite Ceiba Lumber",
carbs = nil,
"Composite Fir Lumber",
protein = nil,
"Composite Joshua Lumber",
fat = nil,
"Composite Lumber",
vitamins = nil,
"Composite Oak Lumber",
density = nil,
"Composite Palm Lumber",
fuel = nil,
"Composite Redwood Lumber",
yield = nil,
"Composite Saguaro Lumber",
currency = nil,
"Composite Spruce Lumber",
skillValue = nil,
"Corrugated Steel",
roomCategory = nil,
"Cotton Carpet",
furnitureType = nil,
"Cotton Curtains",
repeatsDepreciation = nil,
"Flat Steel",
materialTier = nil,
"Framed Glass",
fuelsUsed = nil,
"Glass",
gridRadius = nil,
"Hardwood Hewn Log",
energyUsed = nil,
"Hardwood Lumber",
energyProduced = nil,
"Hewn Log",
energyType = nil,
"Lumber",
fluidsUsed = nil,
"Mortared Granite",
fluidsProduced = nil,
"Mortared Limestone",
validTalents = nil,
"Mortared Sandstone",
footprint = nil,
"Mortared Stone",
mobile = nil,
"Nylon Carpet",
roomSizeReq = nil,
"Nylon Curtains",
roomMatReq = nil,
"Reinforced Concrete",
roomContainReq = nil,
"Softwood Hewn Log",
inventorySlots = nil,
"Softwood Lumber",
inventoryMaxWeight = nil,
"Wool Carpet",
inventoryRestrictions = nil,
"Wool Curtains",
NutrientElement = nil,
type = "WoodenHullPlanksItem",
typeID = 0,
},
},
Byproducts = {
["Wooden Keel"] = {
"Slag",
untranslated = "Wooden Keel",
"Tree Debris",
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,
},
},
Campfire = {
["Wooden Kitchen Lamp"] = {
"Bannock",
untranslated = "Wooden Kitchen Lamp",
"Beet Campfire Salad",
category = nil,
"Campfire Roast",
group = "Housing Objects",
"Fern Campfire Salad",
description = "A more modern way to light up a room.",
"Field Campfire Stew",
tagGroups = {
"Fried Camas",
"Housing",
"Fried Fiddleheads",
},
"Fried Hearts Of Palm",
maxStack = 1,
"Fried Taro",
carried = "Backpack",
"Fried Tomatoes",
weight = 500,
"Jungle Campfire Salad",
calories = nil,
"Jungle Campfire Stew",
carbs = nil,
"Meaty Stew",
protein = nil,
"Root Campfire Salad",
fat = nil,
"Root Campfire Stew",
vitamins = nil,
"Topped Porridge",
density = nil,
"Wild Stew",
fuel = nil,
yield = nil,
currency = nil,
skillValue = "1",
roomCategory = "Lighting",
furnitureType = "Lights",
repeatsDepreciation = "0.5",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x1x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenKitchenLampItem",
typeID = 0,
},
},
["Charred Food"] = {
["Wooden Latrine"] = {
"Boiled Grains",
untranslated = "Wooden Latrine",
"Charred Agave",
category = nil,
"Charred Beans",
group = "Housing Objects",
"Charred Beet",
description = "A wooden potty.",
"Charred Cactus Fruit",
tagGroups = {
"Charred Camas Bulb",
"Housing",
"Charred Corn",
},
"Charred Fireweed Shoots",
maxStack = 1,
"Charred Fish",
carried = "Backpack",
"Charred Heart Of Palm",
weight = 1000,
"Charred Meat",
calories = nil,
"Charred Mushrooms",
carbs = nil,
"Charred Papaya",
protein = nil,
"Charred Pineapple",
fat = nil,
"Charred Sausage",
vitamins = nil,
"Charred Taro",
density = nil,
"Charred Tomato",
fuel = nil,
"Wilted Fiddleheads",
yield = nil,
currency = nil,
skillValue = "1.5",
roomCategory = "Bathroom",
furnitureType = "Toilet",
repeatsDepreciation = "0.1",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = nil,
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "LatrineItem",
typeID = 0,
},
},
Clothing = {
["Wooden Mold"] = {
"Bandana",
untranslated = "Wooden Mold",
"Basic Backpack",
category = nil,
"Bearpack",
group = "Items",
"Big Backpack",
description = "A useful material for hardening, curing, and other various uses.",
"Builder Boots",
tagGroups = {},
"Builder Gloves",
maxStack = 100,
"Builder Helmet",
carried = "Backpack",
"Builder Overalls",
weight = 500,
"Builder Shirt",
calories = nil,
"Bycocket",
carbs = nil,
"Camo Pants",
protein = nil,
"Camo Shirt",
fat = nil,
"Capris",
vitamins = nil,
"Carbide Helmet Lamp",
density = nil,
"Chef Hat",
fuel = nil,
"Chef Pants",
yield = nil,
"Chef Shirt",
currency = nil,
"Chef Shoes",
skillValue = nil,
"Cloth Belt",
roomCategory = nil,
"Cloth Cape",
furnitureType = nil,
"Cornrows",
repeatsDepreciation = nil,
"Curly",
materialTier = nil,
"Derpy Hat",
fuelsUsed = nil,
"Explorer Boots",
gridRadius = nil,
"Explorer Gloves",
energyUsed = nil,
"Explorer Hat",
energyProduced = nil,
"Explorer Pants",
energyType = nil,
"Explorer Shirt",
fluidsUsed = nil,
"Farmer Boots",
fluidsProduced = nil,
"Farmer Gloves",
validTalents = nil,
"Farmer Hat",
footprint = nil,
"Farmer Overalls",
mobile = nil,
"Farmer Shirt",
roomSizeReq = nil,
"Garden Boots",
roomMatReq = nil,
"Gigot Sleeve Shirt",
roomContainReq = nil,
"Hardy Beard",
inventorySlots = nil,
"Henley",
inventoryMaxWeight = nil,
"Light Backpack",
inventoryRestrictions = nil,
"Low Top Shoes",
NutrientElement = nil,
"Muffin Hat",
type = "WoodenMoldItem",
"Normal Hair",
typeID = 0,
"Oil Head Lamp",
"Peasant Hair",
"Ponytail",
"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",
"Scruffy Hair",
"Shipwright Hat",
"Shipwright Overalls",
"Shipwright Sandals",
"Shipwright Shirt",
"Short Beard",
"Shorts",
"Sleek Short Hair",
"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",
"The Bob",
"Trapper Fur Hat",
"Trapper Leather Hat",
"Trousers",
"Tunic",
"Villagers Cowl Lowered",
"Villagers Cowl Raised",
"Wanderers Hood Lowered",
"Wanderers Hood Raised",
"Work Backpack",
"Work Boots",
},
},
Community = {
["Wooden Moorage Post"] = {
"Construction Post",
untranslated = "Wooden Moorage Post",
"Distribution Station",
category = nil,
"Stop Sign",
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,
},
},
Cooking = {
["Wooden Oar"] = {
"Agouti Enchiladas",
untranslated = "Wooden Oar",
"Autumn Stew",
category = nil,
"Banh Xeo",
group = "Items",
"Basic Salad",
description = "An important piece of equipment used to give smaller wooden ships momentum.",
"Bear SUPREME",
tagGroups = {},
"Bison Chow Fun",
maxStack = 100,
"Boiled Sausage",
carried = "Backpack",
"Clam Chowder",
weight = 500,
"Corn Fritters",
calories = nil,
"Crimson Salad",
carbs = nil,
"Crispy Bacon",
protein = nil,
"Elk Taco",
fat = nil,
"Fish N Chips",
vitamins = nil,
"Fried Hare Haunches",
density = nil,
"Fruit Salad",
fuel = nil,
"Hosomaki",
yield = nil,
"Kelpy Crab Roll",
currency = nil,
"Loaded Taro Fries",
skillValue = nil,
"Millionaires Salad",
roomCategory = nil,
"Mochi",
furnitureType = nil,
"Phad Thai",
repeatsDepreciation = nil,
"Pineapple Friend Rice",
materialTier = nil,
"Poke Bowl",
fuelsUsed = nil,
"Pupusas",
gridRadius = nil,
"Seared Meat",
energyUsed = nil,
"Seeded Camas Roll",
energyProduced = nil,
"Shark Fillet Soup",
energyType = nil,
"Simmered Meat",
fluidsUsed = nil,
"Smooth Gut Noodle Roll",
fluidsProduced = nil,
"Spiky Roll",
validTalents = nil,
"Sweet Salad",
footprint = nil,
"Taro Fries",
mobile = nil,
"Tortilla",
roomSizeReq = nil,
"Vegetable Medley",
roomMatReq = nil,
"Vegetable Soup",
roomContainReq = nil,
"Wild Mix",
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenOarItem",
typeID = 0,
},
},
["Craft Tables"] = {
["Wooden Rudder"] = {
"Advanced Carpentry Table",
untranslated = "Wooden Rudder",
"Advanced Masonry Table",
category = nil,
"Advanced Tailoring Table",
group = "Items",
"Anvil",
description = "If you dont have one of these, you have no control over your heading.",
"Arrastra",
tagGroups = {},
"Assembly Line",
maxStack = 100,
"Automatic Loom",
carried = "Backpack",
"Blast Furnace",
weight = 500,
"Bloomery",
calories = nil,
"Campfire",
carbs = nil,
"Campsite",
protein = nil,
"Carpentry Table",
fat = nil,
"Cement Kiln",
vitamins = nil,
"Electric Lathe",
density = nil,
"Electric Machinist Table",
fuel = nil,
"Electric Planer",
yield = nil,
"Electric Stamping Press",
currency = nil,
"Electronics Assembly",
skillValue = nil,
"Farmers Table",
roomCategory = nil,
"Fiber Scutching Station",
furnitureType = nil,
"Fish Rack",
repeatsDepreciation = nil,
"Fishery",
materialTier = nil,
"Froth Floatation Cell",
fuelsUsed = nil,
"Glassworks",
gridRadius = nil,
"Jaw Crusher",
energyUsed = nil,
"Kiln",
energyProduced = nil,
"Lathe",
energyType = nil,
"Loom",
fluidsUsed = nil,
"Machinist Table",
fluidsProduced = nil,
"Masonry Table",
validTalents = nil,
"Medium Shipyard",
footprint = nil,
"Oil Refinery",
mobile = nil,
"Pump Jack",
roomSizeReq = nil,
"Robotic Assembly Line",
roomMatReq = nil,
"Rocker Box",
roomContainReq = nil,
"Rolling Mill",
inventorySlots = nil,
"Sawmill",
inventoryMaxWeight = nil,
"Screening Machine",
inventoryRestrictions = nil,
"Screw Press",
NutrientElement = nil,
"Sensor Based Belt Sorter",
type = "WoodenRudderItem",
"Shaper",
typeID = 0,
"Small Paper Machine",
"Small Shipyard",
"Spin Melter",
"Stamp Mill",
"Tailoring Table",
"Tool Bench",
"Wainwright Table",
"Workbench",
},
},
["Crafted Objects"] = {
["Wooden Shovel"] = {
"Combustion Generator",
untranslated = "Wooden Shovel",
"Computer Lab",
category = nil,
"Construction Post",
group = "Items",
"Crab Pot",
description = "A simple wooden shovel made for moving dirt.",
"Crane",
tagGroups = {
"Distribution Station",
"Tool",
"Easel",
},
"Electric Water Pump",
maxStack = 1,
"Elevator Call Post",
carried = "Backpack",
"Excavator",
weight = 1000,
"Fish Trap",
calories = nil,
"Hand Plow",
carbs = nil,
"Hanging Long Steel Sign",
protein = nil,
"Hanging Steel Framed Sign",
fat = nil,
"Hanging Steel Mine Sign",
vitamins = nil,
"Hanging Steel Plain Sign",
density = nil,
"Hanging Steel Shop Sign",
fuel = nil,
"Huge Banner Sign",
yield = nil,
"Huge Iron Banner Sign",
currency = nil,
"Huge Iron Sign",
skillValue = nil,
"Huge Steel Banner Sign",
roomCategory = nil,
"Huge Steel Sign",
furnitureType = nil,
"Huge Wooden Banner Sign",
repeatsDepreciation = nil,
"Industrial Barge",
materialTier = 1,
"Industrial Elevator",
fuelsUsed = nil,
"Industrial Generator",
gridRadius = nil,
"Industrial Refrigerator",
energyUsed = nil,
"Large Canoe",
energyProduced = nil,
"Large Hanging Ashlar Basalt Sign",
energyType = nil,
"Large Hanging Ashlar Stone Sign",
fluidsUsed = nil,
"Large Hanging Birch Sign",
fluidsProduced = nil,
"Large Hanging Lumber Sign",
validTalents = nil,
"Large Hanging Mortared Granite Sign",
footprint = nil,
"Large Hanging Mortared Stone Sign",
mobile = nil,
"Large Hanging Saguaro Sign",
roomSizeReq = nil,
"Large Hanging Softwood Sign",
roomMatReq = nil,
"Large Lumber Stockpile",
roomContainReq = nil,
"Large Standing Ashlar Basalt Sign",
inventorySlots = nil,
"Large Standing Ashlar Stone Sign",
inventoryMaxWeight = nil,
"Large Standing Birch Sign",
inventoryRestrictions = nil,
"Large Standing Lumber Sign",
NutrientElement = nil,
"Large Standing Mortared Granite Sign",
type = "WoodenShovelItem",
"Large Standing Mortared Stone Sign",
typeID = 0,
"Large Standing Saguaro Sign",
ToolVariant = "Shovel",
"Large Standing Softwood Sign",
ToolDurability = 175.0,
"Laser",
ToolRepairType = "Wood",
"Lumber Stockpile",
ToolCarryCapacity = 1.0,
"Mechanical Water Pump",
"Medium Fishing Trawler",
"Outpost Netting",
"Plastic Buoy",
"Powered Cart",
"Powered Storage Silo",
"Skid Steer",
"Small Canoe",
"Small Hanging Ashlar Basalt Sign",
"Small Hanging Ashlar Stone Sign",
"Small Hanging Birch Sign",
"Small Hanging Lumber Sign",
"Small Hanging Mortared Granite Sign",
"Small Hanging Mortared Stone Sign",
"Small Hanging Saguaro Sign",
"Small Hanging Softwood Sign",
"Small Standing Ashlar Basalt Sign",
"Small Standing Ashlar Stone Sign",
"Small Standing Birch Sign",
"Small Standing Lumber Sign",
"Small Standing Mortared Granite Sign",
"Small Standing Mortared Stone Sign",
"Small Standing Saguaro Sign",
"Small Standing Softwood Sign",
"Small Stockpile",
"Small Wood Cart",
"Small Wooden Boat",
"Solar Generator",
"Standing Glass Sign",
"Standing Long Steel Sign",
"Standing Steel Brick Sign",
"Steam Engine",
"Steam Tractor",
"Steam Truck",
"Steel Buoy",
"Steel Moorage Post",
"Stockpile",
"Stop Sign",
"Storage Chest",
"Storage Silo",
"Street Sign",
"Tiny Stockpile",
"Transmission Pole",
"Tripod Camera",
"Truck",
"Waste Filter",
"Waterwheel",
"Wheelbarrow",
"Wind Turbine",
"Windmill",
"Wood Cart",
"Wood Shop Cart",
"Wooden Barge",
"Wooden Elevator",
"Wooden Moorage Post",
"Wooden Transport Ship",
},
},
Cultural = {
["Wooden Straw Bed"] = {
"Copper Frame Landscape",
untranslated = "Wooden Straw Bed",
"Copper Frame Wide",
category = nil,
"Gold Frame Landscape",
group = "Housing Objects",
"Gold Frame Wide",
description = "A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.",
"Iron Frame Landscape",
tagGroups = {
"Iron Frame Wide",
"Housing",
"Ornate Gold Frame Landscape",
},
"Ornate Gold Frame Wide",
maxStack = 1,
"Ornate Iron Frame Landscape",
carried = "Backpack",
"Ornate Iron Frame Wide",
weight = 2000,
"Ornate Wooden Frame Landscape",
calories = nil,
"Ornate Wooden Frame Wide",
carbs = nil,
"Wooden Frame Landscape",
protein = nil,
"Wooden Frame Wide",
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = "3",
roomCategory = "Bedroom",
furnitureType = "Bed",
repeatsDepreciation = "0.4",
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "1x3x1",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenStrawBedItem",
typeID = 0,
},
},
Decoration = {
["Wooden Table Lamp"] = {
"Ashlar Large Basalt Fountain",
untranslated = "Wooden Table Lamp",
"Ashlar Large Stone Fountain",
category = nil,
"Ashlar Small Basalt Fountain",
group = "Housing Objects",
"Ashlar Small Stone Fountain",
description = "For late night studying. Or working. Or anything, really.",
"Carved Pumpkin",
tagGroups = {
"Cotton Streamer Stars",
"Housing",
"Cotton Streamer Stripes",
},
"Decorative Anchor",
maxStack = 1,
"Decorative Glass Buoy Blue",
carried = "Backpack",
"Decorative Glass Buoy Red",
weight = 500,
"Decorative Hanging Buoy",
calories = nil,
"Decorative Life Preserver",
carbs = nil,
"Decorative Ship Wheel",
protein = nil,
"Galaxy Vase",
fat = nil,
"Large Cotton Bunting Red",
vitamins = nil,
"Large Cotton Bunting Regal",
density = nil,
"Large Nylon Bunting Green",
fuel = nil,
"Large Nylon Bunting Purple",
yield = nil,
"Limestone Bison Statue",
currency = nil,
"Limestone Otter Statue",
skillValue = "2",
"Limestone Owl Statue",
roomCategory = "Lighting",
"Limestone Wolf Statue",
furnitureType = "Lights",
"Orange Vase",
repeatsDepreciation = "0.7",
"Plant Vase",
materialTier = nil,
"Planter Pot Round",
fuelsUsed = nil,
"Planter Pot Square",
gridRadius = nil,
"Purple Vase",
energyUsed = nil,
"Red Vase",
energyProduced = nil,
"Rug Large",
energyType = nil,
"Rug Medium",
fluidsUsed = nil,
"Rug Small",
fluidsProduced = nil,
"Small Cotton Bunting Red",
validTalents = nil,
"Small Cotton Bunting Regal",
footprint = "1x1x1",
"Small Nylon Bunting Green",
mobile = nil,
"Small Nylon Bunting Purple",
roomSizeReq = nil,
"Stuffed Alligator",
roomMatReq = nil,
"Stuffed Bison",
roomContainReq = nil,
"Stuffed Elk",
inventorySlots = nil,
"Stuffed Goat",
inventoryMaxWeight = nil,
"Stuffed Jaguar",
inventoryRestrictions = nil,
"Stuffed Wolf",
NutrientElement = nil,
"Swirl Vase",
type = "WoodenTableLampItem",
typeID = 0,
},
},
Doors = {
["Wooden Transport Ship"] = {
"Ashlar Basalt Door",
untranslated = "Wooden Transport Ship",
"Ashlar Stone Door",
category = nil,
"Composite Birch Door",
group = "Crafted Objects",
"Composite Hardwood Door",
description = "",
"Composite Lumber Door",
tagGroups = {
"Corrugated Steel Door",
"Vehicles",
"Corrugated Steel Fence Door",
},
"Flat Steel Door",
maxStack = 100,
"Framed Glass Door",
carried = "Backpack",
"Hewn Door",
weight = 20000,
"Hewn Softwood Door",
calories = nil,
"Large Corrugated Steel Door",
carbs = nil,
"Large Lumber Door",
protein = nil,
"Large Windowed Lumber Door",
fat = nil,
"Lumber Door",
vitamins = nil,
"Mortared Granite Door",
density = nil,
"Mortared Stone Door",
fuel = nil,
"Softwood Lumber Door",
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "4x8x4",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "WoodenTransportShipItem",
typeID = 0,
},
},
Economic = {
["Wooden Wheel"] = {
"Bank",
untranslated = "Wooden Wheel",
"Contract Board",
category = nil,
"Currency Exchange",
group = "Items",
"Mint",
description = "A basic wheel for use in early wooden vehicles.",
"Real Estate Desk",
tagGroups = {},
"Registrar",
maxStack = 100,
"Store",
carried = "Backpack",
},
weight = 500,
Fertilizer = {
calories = nil,
"Berry Extract Fertilizer",
carbs = nil,
"Blood Meal Fertilizer",
protein = nil,
"Camas Ash Fertilizer",
fat = nil,
"Composite Filler",
vitamins = nil,
"Compost Fertilizer",
density = nil,
"Fiber Filler",
fuel = nil,
"Hide Ash Fertilizer",
yield = nil,
"Pelt Fertilizer",
currency = nil,
"Phosphate Fertilizer",
skillValue = nil,
"Pulp Filler",
roomCategory = nil,
},
furnitureType = nil,
Fertilizers = {
repeatsDepreciation = nil,
"Berry Extract Fertilizer",
materialTier = nil,
"Blood Meal Fertilizer",
fuelsUsed = nil,
"Camas Ash Fertilizer",
gridRadius = nil,
"Composite Filler",
energyUsed = nil,
"Compost Fertilizer",
energyProduced = nil,
"Fiber Filler",
energyType = nil,
"Hide Ash Fertilizer",
fluidsUsed = nil,
"Pelt Fertilizer",
fluidsProduced = nil,
"Phosphate Fertilizer",
validTalents = nil,
"Pulp Filler",
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,
},
},
Food = {
["Wool Curtains"] = {
"Acorn Powder",
untranslated = "Wool Curtains",
"Agave Leaves",
category = nil,
"Agouti Enchiladas",
group = "Blocks",
"Amanita Mushrooms",
description = "Curtains woven using the finest wool. \\n\\n (Only cosmetic does not impact room value.)",
"Autumn Stew",
tagGroups = {
"Baked Agave",
"Constructable",
"Baked Beet",
},
"Baked Corn",
maxStack = 20,
"Baked Heart Of Palm",
carried = "Hands",
"Baked Meat",
weight = 5000,
"Baked Roast",
calories = nil,
"Baked Taro",
carbs = nil,
"Baked Tomato",
protein = nil,
"Banh Xeo",
fat = nil,
"Bannock",
vitamins = nil,
"Basic Salad",
density = nil,
"Bean Paste",
fuel = nil,
"Bean Sprout",
yield = nil,
"Bear SUPREME",
currency = nil,
"Bearclaw",
skillValue = nil,
"Beet",
roomCategory = nil,
"Beet Campfire Salad",
furnitureType = nil,
"Beet Greens",
repeatsDepreciation = nil,
"Bison Chow Fun",
materialTier = nil,
"Boiled Grains",
fuelsUsed = nil,
"Boiled Rice",
gridRadius = nil,
"Boiled Sausage",
energyUsed = nil,
"Bolete Mushrooms",
energyProduced = nil,
"Bread",
energyType = nil,
"Camas Bread",
fluidsUsed = nil,
"Camas Bulb Bake",
fluidsProduced = nil,
"Camas Paste",
validTalents = nil,
"Campfire Roast",
footprint = nil,
"Campfire Salad",
mobile = nil,
"Campfire Stew",
roomSizeReq = nil,
"Cereal Germ",
roomMatReq = nil,
"Charred Agave",
roomContainReq = nil,
"Charred Beans",
inventorySlots = nil,
"Charred Beet",
inventoryMaxWeight = nil,
"Charred Cactus Fruit",
inventoryRestrictions = nil,
"Charred Camas Bulb",
NutrientElement = nil,
"Charred Corn",
type = "WoolCurtainsItem",
"Charred Fireweed Shoots",
typeID = 0,
"Charred Fish",
},
"Charred Heart Of Palm",
["Wool Fabric"] = {
"Charred Meat",
untranslated = "Wool Fabric",
"Charred Mushrooms",
category = nil,
"Charred Papaya",
group = "Items",
"Charred Pineapple",
description = "Wool fabric is warm and durable, but it can be slightly itchy.",
"Charred Sausage",
tagGroups = {
"Charred Taro",
"Fabric",
"Charred Tomato",
},
"Clam Chowder",
maxStack = 100,
"Cookeina Mushrooms",
carried = "Backpack",
"Corn",
weight = 100,
"Corn Fritters",
calories = nil,
"Corn Starch",
carbs = nil,
"Cornmeal",
protein = nil,
"Creosote Flower",
fat = nil,
"Crimini Mushrooms",
vitamins = nil,
"Crimson Salad",
density = nil,
"Crispy Bacon",
fuel = nil,
"Dried Fish",
yield = nil,
"Dried Meat",
currency = nil,
"Ecoylent",
skillValue = nil,
"Elk Taco",
roomCategory = nil,
"Elk Wellington",
furnitureType = nil,
"Fantastic Forest Pizza",
repeatsDepreciation = nil,
"Fern Campfire Salad",
materialTier = nil,
"Fiddleheads",
fuelsUsed = nil,
"Field Campfire Stew",
gridRadius = nil,
"Fireweed Shoots",
energyUsed = nil,
"Fish N Chips",
energyProduced = nil,
"Flatbread",
energyType = nil,
"Flaxseed Oil",
fluidsUsed = nil,
"Flour",
fluidsProduced = nil,
"Fried Camas",
validTalents = nil,
"Fried Fiddleheads",
footprint = nil,
"Fried Hare Haunches",
mobile = nil,
"Fried Hearts Of Palm",
roomSizeReq = nil,
"Fried Taro",
roomMatReq = nil,
"Fried Tomatoes",
roomContainReq = nil,
"Fried Vegetables",
inventorySlots = nil,
"Fruit Muffin",
inventoryMaxWeight = nil,
"Fruit Salad",
inventoryRestrictions = nil,
"Fruit Tart",
NutrientElement = nil,
"Giant Cactus Fruit",
type = "WoolFabricItem",
"Heart Of Palm",
typeID = 0,
"Hearty Hometown Pizza",
"Hosomaki",
"Huckleberries",
"Huckleberry Extract",
"Huckleberry Fritter",
"Huckleberry Pie",
"Hydrocolloids",
"Infused Oil",
"Jungle Campfire Salad",
"Jungle Campfire Stew",
"Kelpy Crab Roll",
"Leavened Dough",
"Liquid Nitrogen",
"Loaded Taro Fries",
"Macarons",
"Maltodextrin",
"Meat Pie",
"Meat Stock",
"Meaty Stew",
"Milk",
"Millionaires Salad",
"Mochi",
"Oil",
"Orchid",
"Papaya",
"Pastry Dough",
"Phad Thai",
"Pineapple",
"Pineapple Friend Rice",
"Pirozhok",
"Poke Bowl",
"Prepared Meat",
"Prickly Pear Fruit",
"Prime Cut",
"Pumpkin",
"Pupusas",
"Raw Bacon",
"Raw Fish",
"Raw Meat",
"Raw Roast",
"Raw Sausage",
"Rice Flour",
"Rice Noodles",
"Roast Pumpkin",
"Root Campfire Salad",
"Root Campfire Stew",
"Scrap Meat",
"Seared Meat",
"Seeded Camas Roll",
"Sensuous Sea Pizza",
"Shark Fillet Soup",
"Simmered Meat",
"Simple Syrup",
"Smooth Gut Noodle Roll",
"Spiky Roll",
"Stuffed Turkey",
"Sugar",
"Sun Butter",
"Sun Cheese",
"Sunflower",
"Sweet Deer Jerky",
"Sweet Salad",
"Tallow",
"Taro Fries",
"Taro Root",
"Tasty Tropical Pizza",
"Tomato",
"Topped Porridge",
"Tortilla",
"Transglutaminase",
"Trillium Flower",
"Vegetable Medley",
"Vegetable Soup",
"Vegetable Stock",
"Wheat",
"Wild Mix",
"Wild Stew",
"Wilted Fiddleheads",
"Worldly Donut",
"Yeast",
},
},
Government = {
["Wool Yarn"] = {
"Amendments",
untranslated = "Wool Yarn",
"Ballot Box",
category = nil,
"Board Of Elections",
group = "Items",
"Capitol",
description = "Spun wool that can be used for knitting, weaving, or sewing.",
"Census Bureau",
tagGroups = {},
"Country Foundation",
maxStack = 100,
"Court Table",
carried = "Backpack",
"Embassy Desk",
weight = 20,
"Executive Office",
calories = nil,
"Federation Foundation",
carbs = nil,
"Government Office",
protein = nil,
"Immigration Desk",
fat = nil,
"Large Court",
vitamins = nil,
"Outpost Table",
density = nil,
"Printing Press",
fuel = nil,
"Settlement Crafting Table",
yield = nil,
"Small Court",
currency = nil,
"Stenographers Table",
skillValue = nil,
"Town Foundation",
roomCategory = nil,
"Treasury",
furnitureType = nil,
"Zoning Office",
repeatsDepreciation = nil,
},
materialTier = nil,
["Housing Objects"] = {
fuelsUsed = nil,
"Adorned Ashlar Basalt Bench",
gridRadius = nil,
"Adorned Ashlar Basalt Chair",
energyUsed = nil,
"Adorned Ashlar Basalt Table",
energyProduced = nil,
"Adorned Ashlar Stone Bench",
energyType = nil,
"Adorned Ashlar Stone Chair",
fluidsUsed = nil,
"Adorned Ashlar Stone Table",
fluidsProduced = nil,
"Ashlar Basalt Bench",
validTalents = nil,
"Ashlar Basalt Chair",
footprint = nil,
"Ashlar Basalt Door",
mobile = nil,
"Ashlar Basalt Fireplace",
roomSizeReq = nil,
"Ashlar Basalt Table",
roomMatReq = nil,
"Ashlar Large Basalt Fountain",
roomContainReq = nil,
"Ashlar Large Stone Fountain",
inventorySlots = nil,
"Ashlar Small Basalt Fountain",
inventoryMaxWeight = nil,
"Ashlar Small Stone Fountain",
inventoryRestrictions = nil,
"Ashlar Stone Bench",
NutrientElement = nil,
"Ashlar Stone Chair",
type = "WoolYarnItem",
"Ashlar Stone Door",
typeID = 0,
"Ashlar Stone Fireplace",
},
"Ashlar Stone Table",
["Work Backpack"] = {
"Bakery Oven",
untranslated = "Work Backpack",
"Bathtub",
category = nil,
"Bison Mount",
group = "Clothing",
"Bookshelf",
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)",
"Brazier",
tagGroups = {
"Brick Fireplace",
"Clothes",
"Butchery Table",
},
"Candle Stand",
maxStack = 100,
"Carved Pumpkin",
carried = "Backpack",
"Cast Iron Bed",
weight = 100,
"Cast Iron Royal Bed",
calories = nil,
"Cast Iron Stove",
carbs = nil,
"Ceiling Candle",
protein = nil,
"Composite Birch Bench",
fat = nil,
"Composite Birch Chair",
vitamins = nil,
"Composite Birch Door",
density = nil,
"Composite Birch Table",
fuel = nil,
"Composite Hardwood Bench",
yield = nil,
"Composite Hardwood Chair",
currency = nil,
"Composite Hardwood Door",
skillValue = nil,
"Composite Hardwood Table",
roomCategory = nil,
"Composite Lumber Bench",
furnitureType = nil,
"Composite Lumber Chair",
repeatsDepreciation = nil,
"Composite Lumber Door",
materialTier = nil,
"Composite Lumber Table",
fuelsUsed = nil,
"Copper Frame Landscape",
gridRadius = nil,
"Copper Frame Wide",
energyUsed = nil,
"Corrugated Steel Door",
energyProduced = nil,
"Corrugated Steel Fence Door",
energyType = nil,
"Cotton Streamer Stars",
fluidsUsed = nil,
"Cotton Streamer Stripes",
fluidsProduced = nil,
"Couch",
validTalents = nil,
"Court Chair",
footprint = nil,
"Decorative Anchor",
mobile = nil,
"Decorative Glass Buoy Blue",
roomSizeReq = nil,
"Decorative Glass Buoy Red",
roomMatReq = nil,
"Decorative Hanging Buoy",
roomContainReq = nil,
"Decorative Life Preserver",
inventorySlots = nil,
"Decorative Ship Wheel",
inventoryMaxWeight = nil,
"Electric Wall Lamp",
inventoryRestrictions = nil,
"Elk Mount",
NutrientElement = nil,
"Flat Steel Door",
type = "WorkBackpackItem",
"Framed Glass Door",
typeID = 0,
"Galaxy Vase",
},
"Goat Mount",
["Work Boots"] = {
"Gold Frame Landscape",
untranslated = "Work Boots",
"Gold Frame Wide",
category = nil,
"Hardwood Lumber Dresser",
group = "Clothing",
"Hewn Bench",
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)",
"Hewn Chair",
tagGroups = {
"Hewn Door",
"Clothes",
"Hewn Dresser",
},
"Hewn Nightstand",
maxStack = 100,
"Hewn Softwood Bench",
carried = "Backpack",
"Hewn Softwood Chair",
weight = 100,
"Hewn Softwood Door",
calories = nil,
"Hewn Softwood Table",
carbs = nil,
"Hewn Table",
protein = nil,
"Icebox",
fat = nil,
"Iron Frame Landscape",
vitamins = nil,
"Iron Frame Wide",
density = nil,
"Kitchen",
fuel = nil,
"Large Bath Mat",
yield = nil,
"Large Corrugated Steel Door",
currency = nil,
"Large Cotton Bunting Red",
skillValue = nil,
"Large Cotton Bunting Regal",
roomCategory = nil,
"Large Festive Paper Lantern",
furnitureType = nil,
"Large Lumber Door",
repeatsDepreciation = nil,
"Large Nylon Bunting Green",
materialTier = nil,
"Large Nylon Bunting Purple",
fuelsUsed = nil,
"Large Paper Lantern",
gridRadius = nil,
"Large Windowed Lumber Door",
energyUsed = nil,
"Latrine",
energyProduced = nil,
"Limestone Bison Statue",
energyType = nil,
"Limestone Otter Statue",
fluidsUsed = nil,
"Limestone Owl Statue",
fluidsProduced = nil,
"Limestone Wolf Statue",
validTalents = nil,
"Lumber Bench",
footprint = nil,
"Lumber Chair",
mobile = nil,
"Lumber Door",
roomSizeReq = nil,
"Lumber Dresser",
roomMatReq = nil,
"Lumber Table",
roomContainReq = nil,
"Mill",
inventorySlots = nil,
"Modern Double Street Light",
inventoryMaxWeight = nil,
"Modern Street Light",
inventoryRestrictions = nil,
"Mortared Granite Bench",
NutrientElement = nil,
"Mortared Granite Chair",
type = "WorkBootsItem",
"Mortared Granite Door",
typeID = 0,
"Mortared Granite Fireplace",
},
"Mortared Granite Table",
Workbench = {
"Mortared Stone Bench",
untranslated = "Workbench",
"Mortared Stone Chair",
category = nil,
"Mortared Stone Door",
group = "Work Stations",
"Mortared Stone Fireplace",
description = "A bench for the basics and making even more benches.",
"Mortared Stone Table",
tagGroups = {
"Nylon Futon Bed",
"Crafting Table",
"Nylon Futon Couch",
},
"Orange Vase",
maxStack = 1,
"Ornate Gold Frame Landscape",
carried = "Backpack",
"Ornate Gold Frame Wide",
weight = 1000,
"Ornate Iron Frame Landscape",
calories = nil,
"Ornate Iron Frame Wide",
carbs = nil,
"Ornate Wooden Frame Landscape",
protein = nil,
"Ornate Wooden Frame Wide",
fat = nil,
"Padded Chair",
vitamins = nil,
"Plant Vase",
density = nil,
"Planter Pot Round",
fuel = nil,
"Planter Pot Square",
yield = nil,
"Purple Vase",
currency = nil,
"Red Vase",
skillValue = nil,
"Refrigerator",
roomCategory = nil,
"Rug Large",
furnitureType = nil,
"Rug Medium",
repeatsDepreciation = nil,
"Rug Small",
materialTier = nil,
"Salt Basket",
fuelsUsed = nil,
"Sheep Mount",
gridRadius = nil,
"Shelf Cabinet",
energyUsed = nil,
"Sink",
energyProduced = nil,
"Small Bath Mat",
energyType = nil,
"Small Cotton Bunting Red",
fluidsUsed = nil,
"Small Cotton Bunting Regal",
fluidsProduced = nil,
"Small Nylon Bunting Green",
validTalents = nil,
"Small Nylon Bunting Purple",
footprint = "2x1x2",
"Small Paper Lantern",
mobile = nil,
"Small Sink",
roomSizeReq = nil,
"Softwood Lumber Bench",
roomMatReq = nil,
"Softwood Lumber Chair",
roomContainReq = nil,
"Softwood Lumber Door",
inventorySlots = nil,
"Softwood Lumber Dresser",
inventoryMaxWeight = nil,
"Softwood Lumber Table",
inventoryRestrictions = nil,
"Steel Abstract Fixture",
NutrientElement = nil,
"Steel Ceiling Light",
type = "WorkbenchItem",
"Steel Floor Lamp",
typeID = 0,
"Steel Hanging Fixture",
"Steel Hanging Lamp",
"Steel Kitchen Lamp",
"Steel Searchlight",
"Steel Square Fixture",
"Steel Table Lamp",
"Stone Brazier",
"Stove",
"Streetlamp",
"Stuffed Alligator",
"Stuffed Bison",
"Stuffed Elk",
"Stuffed Goat",
"Stuffed Jaguar",
"Stuffed Wolf",
"Swirl Vase",
"Tallow Candle",
"Tallow Lamp",
"Tallow Wall Lamp",
"Toilet",
"Torch Stand",
"Towel Rack",
"Upholstered Chair",
"Upholstered Couch",
"Wall Candle",
"Washboard",
"Washing Machine",
"Wooden Ceiling Light",
"Wooden Fabric Bed",
"Wooden Floor Lamp",
"Wooden Frame Landscape",
"Wooden Frame Wide",
"Wooden Kitchen Lamp",
"Wooden Straw Bed",
"Wooden Table Lamp",
},
},
Ingredients = {
["Worldly Donut"] = {
"Acorn Powder",
untranslated = "Worldly Donut",
"Bean Paste",
category = nil,
"Boiled Rice",
group = "Food",
"Camas Paste",
description = "Understand this, and you will understand a lot.",
"Cereal Germ",
tagGroups = {
"Cornmeal",
"Food",
"Flaxseed Oil",
},
"Flour",
maxStack = 100,
"Huckleberry Extract",
carried = "Backpack",
"Infused Oil",
weight = 200,
"Meat Stock",
calories = 750,
"Oil",
carbs = 15,
"Rice Flour",
protein = 2,
"Rice Noodles",
fat = 17,
"Simple Syrup",
vitamins = 2,
"Sugar",
density = 4.8,
"Sun Cheese",
fuel = nil,
"Tallow",
yield = nil,
"Vegetable Stock",
currency = nil,
"Yeast",
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = 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,
},
},
Item = {
Yeast = {
"Advanced Circuit",
untranslated = "Yeast",
"Advanced Combustion Engine",
category = nil,
"Agouti Carcass",
group = "Food",
"Agriculture Research Paper Advanced",
description = "A fungus that acts as an amazing leavening agent.",
"Agriculture Research Paper Modern",
tagGroups = {
"Alligator Carcass",
"Food",
"Arrow",
},
"Art Supplies",
maxStack = 100,
"Basic Circuit",
carried = "Backpack",
"Bass",
weight = 100,
"Beaver Carcass",
calories = 60,
"Bighorn Carcass",
carbs = 0,
"Bison Carcass",
protein = 8,
"Blue Shark",
fat = 0,
"Board",
vitamins = 7,
"Boiler",
density = 25.0,
"C O2 Canister",
fuel = nil,
"Camera",
yield = nil,
"Camera Film",
currency = nil,
"Canvas",
skillValue = nil,
"Cellulose Fiber",
roomCategory = nil,
"Cement",
furnitureType = nil,
"Charcoal",
repeatsDepreciation = nil,
"Claim Tool",
materialTier = nil,
"Clam",
fuelsUsed = nil,
"Cloth",
gridRadius = nil,
"Cod",
energyUsed = nil,
"Colored Powder",
energyProduced = nil,
"Combustion Engine",
energyType = nil,
"Copper Plate",
fluidsUsed = nil,
"Copper Wiring",
fluidsProduced = nil,
"Cotton Boll",
validTalents = nil,
"Cotton Fabric",
footprint = nil,
"Cotton Lint",
mobile = nil,
"Cotton Thread",
roomSizeReq = nil,
"Coyote Carcass",
roomMatReq = nil,
"Crab Carcass",
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "YeastItem",
typeID = 0,
},
["Zoning Office"] = {
untranslated = "Zoning Office",
category = nil,
group = "Work Stations",
description = "Allows the creation of District Maps, which define a set of districts.  Districts can then be specified in laws and other civic actions.",
tagGroups = {
"Government",
},
maxStack = 1,
carried = "Backpack",
weight = 2000,
calories = nil,
carbs = nil,
protein = nil,
fat = nil,
vitamins = nil,
density = nil,
fuel = nil,
yield = nil,
currency = nil,
skillValue = nil,
roomCategory = nil,
furnitureType = nil,
repeatsDepreciation = nil,
materialTier = nil,
fuelsUsed = nil,
gridRadius = nil,
energyUsed = nil,
energyProduced = nil,
energyType = nil,
fluidsUsed = nil,
fluidsProduced = nil,
validTalents = nil,
footprint = "3x2x2",
mobile = nil,
roomSizeReq = nil,
roomMatReq = nil,
roomContainReq = nil,
inventorySlots = nil,
inventoryMaxWeight = nil,
inventoryRestrictions = nil,
NutrientElement = nil,
type = "ZoningOfficeItem",
typeID = 0,
},
},
tags = {
["Advanced Research"] = {
"Agriculture Research Paper Advanced",
"Culinary Research Paper Advanced",
"Culinary Research Paper Advanced",
"Culinary Research Paper Basic",
"Culinary Research Paper Modern",
"Deer Carcass",
"Dendrology Research Paper Advanced",
"Dendrology Research Paper Advanced",
"Dendrology Research Paper Basic",
"Dendrology Research Paper Modern",
"Ecko The Dolphin",
"Electric Motor",
"Elk Carcass",
"Engineering Research Paper Advanced",
"Engineering Research Paper Advanced",
"Engineering Research Paper Modern",
"Geology Research Paper Advanced",
"Epoxy",
"Metallurgy Research Paper Advanced",
"Ethanol",
},
"Fiberglass",
["Advanced Upgrade"] = {
"Fishing Pole",
"Advanced Upgrade 1",
"Flax Fiber",
"Advanced Upgrade 2",
"Flax Stem",
"Advanced Upgrade 3",
"Flax Trawler Net",
"Advanced Upgrade 4",
"Fox Carcass",
},
["Animal Skin"] = {
"Fur Pelt",
"Fur Pelt",
"Gathering Research Paper Basic",
"Gearbox",
"Geology Research Paper Advanced",
"Geology Research Paper Basic",
"Geology Research Paper Modern",
"Glass Lens",
"Gold Flakes",
"Gold Wiring",
"Hardwood Board",
"Hare Carcass",
"Heat Sink",
"Hemp Mooring Rope",
"Iron Anchor",
"Iron Axle",
"Iron Gear",
"Iron Hull Sheet",
"Iron Plate",
"Iron Saw Blade",
"Iron Wheel",
"Jaguar Carcass",
"Kelp",
"Large Hanging Wood Sign",
"Large Metal Ship Frame",
"Large Standing Wood Sign",
"Large Wooden Ship Frame",
"Leather Hide",
"Leather Hide",
"Light Bulb",
"Linen Fabric",
"Linen Yarn",
"Marmot Carcass",
"Medium Metal Ship Frame",
"Medium Wooden Ship Frame",
"Metal Keel",
"Metal Rudder",
"Metallurgy Research Paper Advanced",
"Metallurgy Research Paper Basic",
"Metallurgy Research Paper Modern",
"Moon Jellyfish",
"Mortar",
"Mountain Goat Carcass",
"Nail",
"Nuclear Fuel",
"Nylon",
"Nylon Chips",
"Nylon Fabric",
"Nylon Mooring Rope",
"Nylon Thread",
"Nylon Trawler Net",
"Oil Paint",
"Otter Carcass",
"Pacific Sardine",
"Paper",
"Piston",
"Plant Fibers",
"Plastic",
"Portable Steam Engine",
"Prairie Dog Carcass",
"Quicklime",
"Radiator",
"Rebar",
"Rivet",
"Rubber Wheel",
"Salmon",
"Screws",
"Servo",
"Shorn Wool",
"Small Hanging Wood Sign",
"Small Standing Wood Sign",
"Small Wooden Ship Frame",
"Snapping Turtle Carcass",
"Softwood Board",
"Soil Sampler",
"Spoiled Food",
"Steam Tractor Harvester",
"Steam Tractor Plow",
"Steam Tractor Sower",
"Steel Axle",
"Steel Gear",
"Steel Gearbox",
"Steel Plate",
"Steel Saw Blade",
"Strange Fuel",
"Substrate",
"Synthetic Rubber",
"Torch",
"Trout",
"Tuna",
"Turkey Carcass",
"Urchin",
"Valve",
"Wet Brick",
"Wolf Carcass",
"Wood Pulp",
"Wooden Hull Planks",
"Wooden Keel",
"Wooden Mold",
"Wooden Oar",
"Wooden Rudder",
"Wooden Wheel",
"Wool Fabric",
"Wool Yarn",
},
},
Items = {
["Ashlar Stone"] = {
"Advanced Circuit",
"Ashlar Basalt",
"Advanced Combustion Engine",
"Ashlar Gneiss",
"Agriculture Research Paper Advanced",
"Ashlar Granite",
"Agriculture Research Paper Modern",
"Ashlar Limestone",
"Arrow",
"Ashlar Sandstone",
"Art Supplies",
"Ashlar Shale",
"Basic Circuit",
},
"Berry Extract Fertilizer",
["Baked Food"] = {
"Blood Meal Fertilizer",
"Baked Agave",
"Board",
"Baked Beet",
"Boiler",
"Baked Corn",
"Camas Ash Fertilizer",
"Baked Heart Of Palm",
"Camera Film",
"Baked Roast",
"Canvas",
"Baked Taro",
"Cellulose Fiber",
"Baked Tomato",
"Cement",
"Camas Bulb Bake",
"Charcoal",
},
"Claim Tool",
["Baked Vegetable"] = {
"Colored Powder",
"Baked Agave",
"Combustion Engine",
"Baked Beet",
"Composite Filler",
"Baked Corn",
"Compost Fertilizer",
"Baked Heart Of Palm",
"Copper Plate",
"Baked Taro",
"Copper Wiring",
"Baked Tomato",
"Cotton Boll",
"Camas Bulb Bake",
"Cotton Fabric",
},
"Cotton Lint",
["Basic Research"] = {
"Cotton Thread",
"Culinary Research Paper Advanced",
"Culinary Research Paper Basic",
"Culinary Research Paper Basic",
"Culinary Research Paper Modern",
"Dendrology Research Paper Advanced",
"Dendrology Research Paper Basic",
"Dendrology Research Paper Basic",
"Dendrology Research Paper Modern",
"Electric Motor",
"Engineering Research Paper Advanced",
"Engineering Research Paper Modern",
"Epoxy",
"Ethanol",
"Fiber Filler",
"Fiberglass",
"Fishing Pole",
"Flax Fiber",
"Flax Stem",
"Flax Trawler Net",
"Fur Pelt",
"Gathering Research Paper Basic",
"Gathering Research Paper Basic",
"Gearbox",
"Geology Research Paper Advanced",
"Geology Research Paper Basic",
"Geology Research Paper Basic",
"Geology Research Paper Modern",
"Metallurgy Research Paper Basic",
"Glass Lens",
},
"Gold Flakes",
["Basic Upgrade"] = {
"Gold Wiring",
"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 Board",
"Heat Sink",
"Hardwood Hewn Log",
"Hemp Mooring Rope",
"Hardwood Lumber",
"Hide Ash Fertilizer",
"Hewn Log",
"Iron Anchor",
"Joshua Log",
"Iron Axle",
"Lumber",
"Iron Gear",
"Oak Log",
"Iron Hull Sheet",
"Palm Log",
"Iron Plate",
"Iron Saw Blade",
"Iron Wheel",
"Kelp",
"Large Metal Ship Frame",
"Large Wooden Ship Frame",
"Leather Hide",
"Light Bulb",
"Linen Fabric",
"Linen Yarn",
"Medium Metal Ship Frame",
"Medium Wooden Ship Frame",
"Metal Keel",
"Metal Rudder",
"Metallurgy Research Paper Advanced",
"Metallurgy Research Paper Basic",
"Metallurgy Research Paper Modern",
"Mortar",
"Nail",
"Nylon",
"Nylon Fabric",
"Nylon Mooring Rope",
"Nylon Thread",
"Nylon Trawler Net",
"Oil Paint",
"Paper",
"Paper",
"Pelt Fertilizer",
"Phosphate Fertilizer",
"Piston",
"Plant Fibers",
"Plant Fibers",
"Plastic",
"Redwood Log",
"Portable Steam Engine",
"Saguaro Rib",
"Pulp Filler",
"Quicklime",
"Radiator",
"Rebar",
"Rivet",
"Rubber Wheel",
"Screws",
"Servo",
"Shorn Wool",
"Small Wooden Ship Frame",
"Softwood Board",
"Softwood Board",
"Soil Sampler",
"Softwood Hewn Log",
"Spoiled Food",
"Softwood Lumber",
"Steam Tractor Harvester",
"Spruce Log",
"Steam Tractor Plow",
"Steam Tractor Sower",
"Steel Axle",
"Steel Gear",
"Steel Gearbox",
"Steel Plate",
"Steel Saw Blade",
"Substrate",
"Synthetic Rubber",
"Torch",
"Valve",
"Wet Brick",
"Wood Pulp",
"Wood Pulp",
"Wooden Hull Planks",
"Wooden Keel",
"Wooden Mold",
"Wooden Oar",
"Wooden Rudder",
"Wooden Wheel",
"Wool Fabric",
"Wool Yarn",
},
},
Kitchen = {
["Campfire Salad"] = {
"Bakery Oven",
"Beet Campfire Salad",
"Butchery Table",
"Fern Campfire Salad",
"Cast Iron Stove",
"Jungle Campfire Salad",
"Icebox",
"Root Campfire Salad",
"Kitchen",
},
"Mill",
["Charred Fruit"] = {
"Refrigerator",
"Charred Cactus Fruit",
"Salt Basket",
"Charred Papaya",
"Stove",
"Charred Pineapple",
},
},
Lighting = {
["Charred Green"] = {
"Brazier",
"Charred Agave",
"Candle Stand",
"Charred Fireweed Shoots",
"Ceiling Candle",
"Wilted Fiddleheads",
"Electric Wall Lamp",
"Large Festive Paper Lantern",
"Large Paper Lantern",
"Modern Double Street Light",
"Modern Street Light",
"Small Paper Lantern",
"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",
"Streetlamp",
"Tallow Candle",
"Tallow Lamp",
"Tallow Wall Lamp",
"Torch Stand",
"Wall Candle",
"Wooden Ceiling Light",
"Wooden Floor Lamp",
"Wooden Kitchen Lamp",
"Wooden Table Lamp",
},
},
Liquids = {
["Charred Vegetable"] = {
"Barrel",
"Charred Beans",
"Biodiesel",
"Charred Beet",
"Gasoline",
"Charred Camas Bulb",
"Petroleum",
"Charred Corn",
"Charred Heart Of Palm",
"Charred Mushrooms",
"Charred Taro",
"Charred Tomato",
},
},
["Living Room"] = {
Clothes = {
"Ashlar Basalt Fireplace",
"Bandana",
"Ashlar Stone Fireplace",
"Basic Backpack",
"Bison Mount",
"Bearpack",
"Bookshelf",
"Big Backpack",
"Brick Fireplace",
"Builder Boots",
"Couch",
"Builder Gloves",
"Elk Mount",
"Builder Helmet",
"Goat Mount",
"Builder Overalls",
"Mortared Granite Fireplace",
"Builder Shirt",
"Mortared Stone Fireplace",
"Bycocket",
"Nylon Futon Couch",
"Camo Pants",
"Padded Chair",
"Camo Shirt",
"Sheep Mount",
"Capris",
"Shelf Cabinet",
"Carbide Helmet Lamp",
"Upholstered Chair",
"Chef Hat",
"Upholstered Couch",
"Chef Pants",
},
"Chef Shirt",
Logs = {
"Chef Shoes",
"Birch Log",
"Cloth Belt",
"Cedar Log",
"Cloth Cape",
"Ceiba Log",
"Derpy Hat",
"Fir Log",
"Explorer Boots",
"Joshua Log",
"Explorer Gloves",
"Oak Log",
"Explorer Hat",
"Palm Log",
"Explorer Pants",
"Redwood Log",
"Explorer Shirt",
"Saguaro Rib",
"Farmer Boots",
"Spruce Log",
"Farmer Gloves",
},
"Farmer Hat",
Metals = {
"Farmer Overalls",
"Copper Bar",
"Farmer Shirt",
"Gold Bar",
"Garden Boots",
"Iron Bar",
"Gigot Sleeve Shirt",
"Steel Bar",
"Henley",
},
"Light Backpack",
["Modern Upgrades"] = {
"Low Top Shoes",
"Modern Upgrade Lvl1",
"Muffin Hat",
"Modern Upgrade Lvl2",
"Oil Head Lamp",
"Modern Upgrade Lvl3",
"Primitive Canvas Boots",
"Modern Upgrade Lvl4",
"Primitive Canvas Pants",
},
"Primitive Canvas Shorts",
["Natural Resources"] = {
"Primitive Fur Belt",
"Agouti Carcass",
"Primitive Leather Boots",
"Alligator Carcass",
"Primitive Leather Pants",
"Basalt",
"Primitive Leather Shirt",
"Bass",
"Primitive Leather Shorts",
"Bighorn Carcass",
"Running Shoes",
"Birch Log",
"Sandals",
"Bison Carcass",
"Shipwright Hat",
"Blue Shark",
"Shipwright Overalls",
"Cedar Log",
"Shipwright Sandals",
"Ceiba Log",
"Shipwright Shirt",
"Clam",
"Shorts",
"Clay",
"Smith Apron",
"Coal",
"Smith Bandana",
"Cod",
"Smith Boots",
"Copper Ore",
"Smith Gloves",
"Coyote Carcass",
"Smith Pants",
"Crab Carcass",
"Smith Shirt",
"Deer Carcass",
"Square Belt",
"Elk Carcass",
"Tailor Bowler Hat",
"Fir Log",
"Tailor Pants",
"Fox Carcass",
"Tailor Shirt",
"Gneiss",
"Tailor Shoes",
"Gold Ore",
"Tall Boots",
"Granite",
"Trapper Fur Hat",
"Hare Carcass",
"Trapper Leather Hat",
"Iron Ore",
"Trousers",
"Jaguar Carcass",
"Tunic",
"Joshua Log",
"Villagers Cowl Lowered",
"Limestone",
"Villagers Cowl Raised",
"Moon Jellyfish",
"Wanderers Hood Lowered",
"Mountain Goat Carcass",
"Wanderers Hood Raised",
"Oak Log",
"Work Backpack",
"Otter Carcass",
"Work Boots",
"Pacific Sardine",
},
"Palm Log",
Coal = {
"Prairie Dog Carcass",
"Charcoal",
"Redwood Log",
"Crushed Coal",
"Saguaro Rib",
},
"Salmon",
["Composite Lumber"] = {
"Sandstone",
"Composite Birch Lumber",
"Shale",
"Composite Cedar Lumber",
"Snapping Turtle Carcass",
"Composite Ceiba Lumber",
"Spruce Log",
"Composite Fir Lumber",
"Trout",
"Composite Joshua Lumber",
"Tuna",
"Composite Lumber",
"Turkey Carcass",
"Composite Oak Lumber",
"Urchin",
"Composite Palm Lumber",
"Wolf Carcass",
"Composite Redwood Lumber",
"Composite Saguaro Lumber",
"Composite Spruce Lumber",
},
},
Ore = {
["Concentrated Ore"] = {
"Coal",
"Copper Concentrate",
"Copper Ore",
"Gold Concentrate",
"Gold Ore",
"Iron Concentrate",
"Iron Ore",
},
},
Pipes = {
Concrete = {
"Copper Pipe",
"Reinforced Concrete",
"Iron Pipe",
"Steel Pipe",
},
},
["Plugin Module"] = {
Constructable = {
"Advanced Baking Upgrade",
"Ashlar Basalt",
"Advanced Cooking Upgrade",
"Ashlar Gneiss",
"Advanced Masonry Upgrade",
"Ashlar Granite",
"Advanced Smelting Upgrade",
"Ashlar Limestone",
"Advanced Upgrade Lvl1",
"Ashlar Sandstone",
"Advanced Upgrade Lvl2",
"Ashlar Shale",
"Advanced Upgrade Lvl3",
"Asphalt Concrete",
"Advanced Upgrade Lvl4",
"Brick",
"Baking Upgrade",
"Composite Birch Lumber",
"Basic Engineering Upgrade",
"Composite Cedar Lumber",
"Basic Upgrade Lvl1",
"Composite Ceiba Lumber",
"Basic Upgrade Lvl2",
"Composite Fir Lumber",
"Basic Upgrade Lvl3",
"Composite Joshua Lumber",
"Basic Upgrade Lvl4",
"Composite Lumber",
"Butchery Upgrade",
"Composite Oak Lumber",
"Campfire Cooking Upgrade",
"Composite Palm Lumber",
"Carpentry Advanced Upgrade",
"Composite Redwood Lumber",
"Carpentry Basic Upgrade",
"Composite Saguaro Lumber",
"Composites Upgrade",
"Composite Spruce Lumber",
"Cooking Upgrade",
"Corrugated Steel",
"Cutting Edge Cooking Upgrade",
"Cotton Carpet",
"Electronics Upgrade",
"Cotton Curtains",
"Farming Upgrade",
"Dirt Ramp",
"Fertilizers Upgrade",
"Flat Steel",
"Gathering Basic Upgrade",
"Framed Glass",
"Glassworking Advanced Upgrade",
"Glass",
"Glassworking Modern Upgrade",
"Hardwood Hewn Log",
"Hunting Upgrade",
"Hardwood Lumber",
"Industry Upgrade",
"Hewn Log",
"Logging Advanced Upgrade",
"Lumber",
"Logging Basic Upgrade",
"Mortared Granite",
"Masonry Advanced Upgrade",
"Mortared Limestone",
"Masonry Basic Upgrade",
"Mortared Sandstone",
"Mechanics Advanced Upgrade",
"Mortared Stone",
"Mechanics Modern Upgrade",
"Nylon Carpet",
"Milling Upgrade",
"Nylon Curtains",
"Mining Advanced Upgrade",
"Reinforced Concrete",
"Mining Basic Upgrade",
"Softwood Hewn Log",
"Mining Modern Upgrade",
"Softwood Lumber",
"Modern Upgrade Lvl1",
"Stone Road",
"Modern Upgrade Lvl2",
"Wool Carpet",
"Modern Upgrade Lvl3",
"Wool Curtains",
"Modern Upgrade Lvl4",
"Oil Drilling Upgrade",
"Paper Milling Upgrade",
"Pottery Upgrade",
"Shipwright Advanced Upgrade",
"Shipwright Basic Upgrade",
"Smelting Upgrade",
"Tailoring Modern Upgrade",
"Tailoring Upgrade",
},
},
["Power Generation"] = {
["Crafting Table"] = {
"Combustion Generator",
"Advanced Carpentry Table",
"Industrial Generator",
"Advanced Masonry Table",
"Solar Generator",
"Advanced Tailoring Table",
"Steam Engine",
"Anvil",
"Waterwheel",
"Arrastra",
"Wind Turbine",
"Assembly Line",
"Windmill",
"Automatic Loom",
},
"Bakery Oven",
["Preserved Food"] = {
"Blacksmith Table",
"Dried Fish",
"Blast Furnace",
"Dried Meat",
"Bloomery",
"Sweet Deer Jerky",
"Butchery Table",
},
"Campfire",
["Processed Rock"] = {
"Carpentry Table",
"Copper Concentrate",
"Cast Iron Stove",
"Crushed Basalt",
"Cement Kiln",
"Crushed Coal",
"Computer Lab",
"Crushed Copper Ore",
"Electric Lathe",
"Crushed Gneiss",
"Electric Machinist Table",
"Crushed Gold Ore",
"Electric Planer",
"Crushed Granite",
"Electric Stamping Press",
"Crushed Iron Ore",
"Electronics Assembly",
"Crushed Limestone",
"Farmers Table",
"Crushed Mixed Rock",
"Fiber Scutching Station",
"Crushed Sandstone",
"Fish Rack",
"Crushed Shale",
"Fishery",
"Crushed Slag",
"Fletching Table",
"Gold Concentrate",
"Froth Floatation Cell",
"Iron Concentrate",
"Glassworks",
},
"Grindstone",
Produce = {
"Jaw Crusher",
"Agave Leaves",
"Kiln",
"Amanita Mushrooms",
"Kitchen",
"Bean Sprout",
"Laboratory",
"Beet",
"Lathe",
"Beet Greens",
"Loom",
"Bolete Mushrooms",
"Machinist Table",
"Cookeina Mushrooms",
"Masonry Table",
"Corn",
"Medium Shipyard",
"Creosote Flower",
"Mill",
"Crimini Mushrooms",
"Oil Refinery",
"Fiddleheads",
"Pottery Table",
"Fireweed Shoots",
"Power Hammer",
"Giant Cactus Fruit",
"Pump Jack",
"Heart Of Palm",
"Robotic Assembly Line",
"Huckleberries",
"Rocker Box",
"Orchid",
"Rolling Mill",
"Papaya",
"Sawmill",
"Pineapple",
"Screening Machine",
"Prickly Pear Fruit",
"Screw Press",
"Pumpkin",
"Sensor Based Belt Sorter",
"Sunflower",
"Shaper",
"Taro Root",
"Small Paper Machine",
"Tomato",
"Small Shipyard",
"Trillium Flower",
"Spin Melter",
"Wheat",
"Stamp Mill",
"Stove",
"Tailoring Table",
"Tool Bench",
"Wainwright Table",
"Workbench",
},
},
Products = {
Crop = {
"Advanced Circuit",
"Beans",
"Advanced Combustion Engine",
"Camas Bulb",
"Art Supplies",
"Basic Circuit",
"Board",
"Boiler",
"Camera Film",
"Canvas",
"Cellulose Fiber",
"Cement",
"Charcoal",
"Colored Powder",
"Combustion Engine",
"Copper Plate",
"Copper Wiring",
"Cotton Boll",
"Cotton Boll",
"Cotton Fabric",
"Cotton Lint",
"Cotton Thread",
"Electric Motor",
"Epoxy",
"Ethanol",
"Fiberglass",
"Flax Fiber",
"Flax Stem",
"Flax Stem",
"Fur Pelt",
"Gearbox",
"Glass Lens",
"Gold Flakes",
"Gold Wiring",
"Hardwood Board",
"Heat Sink",
"Hemp Mooring Rope",
"Iron Anchor",
"Iron Axle",
"Iron Gear",
"Iron Hull Sheet",
"Iron Plate",
"Iron Saw Blade",
"Iron Wheel",
"Kelp",
"Kelp",
"Large Metal Ship Frame",
"Large Wooden Ship Frame",
"Leather Hide",
"Light Bulb",
"Linen Fabric",
"Linen Yarn",
"Medium Metal Ship Frame",
"Medium Wooden Ship Frame",
"Metal Keel",
"Metal Rudder",
"Mortar",
"Nail",
"Nylon",
"Nylon Fabric",
"Nylon Mooring Rope",
"Nylon Thread",
"Oil Paint",
"Paper",
"Piston",
"Plant Fibers",
"Plant Fibers",
"Plastic",
"Rice",
"Portable Steam Engine",
},
"Quicklime",
["Crop Seed"] = {
"Radiator",
"Agave Seed",
"Rebar",
"Amanita Mushroom Spores",
"Rivet",
"Beans",
"Rubber Wheel",
"Beet Seed",
"Screws",
"Bolete Mushroom Spores",
"Servo",
"Camas Bulb",
"Shorn Wool",
"Cookeina Mushroom Spores",
"Small Wooden Ship Frame",
"Corn Seed",
"Softwood Board",
"Crimini Mushroom Spores",
"Spoiled Food",
"Fern Spore",
"Steel Axle",
"Fireweed Seed",
"Steel Gear",
"Flax Seed",
"Steel Gearbox",
"Huckleberry Seed",
"Steel Plate",
"Papaya Seed",
"Steel Saw Blade",
"Pineapple Seed",
"Substrate",
"Prickly Pear Seed",
"Synthetic Rubber",
"Pumpkin Seed",
"Valve",
"Rice",
"Wet Brick",
"Sunflower Seed",
"Wood Pulp",
"Taro Seed",
"Wooden Hull Planks",
"Tomato Seed",
"Wooden Keel",
"Wheat Seed",
"Wooden Mold",
"Wooden Oar",
"Wooden Rudder",
"Wooden Wheel",
"Wool Fabric",
"Wool Yarn",
},
},
["Raw Meat"] = {
["Crushed Rock"] = {
"Prepared Meat",
"Crushed Basalt",
"Prime Cut",
"Crushed Gneiss",
"Raw Bacon",
"Crushed Granite",
"Raw Fish",
"Crushed Limestone",
"Raw Meat",
"Crushed Mixed Rock",
"Raw Roast",
"Crushed Sandstone",
"Raw Sausage",
"Crushed Shale",
"Scrap Meat",
"Crushed Slag",
},
},
["Research Papers"] = {
Excavatable = {
"Agriculture Research Paper Advanced",
"Basalt",
"Agriculture Research Paper Modern",
"Clay",
"Culinary Research Paper Advanced",
"Coal",
"Culinary Research Paper Basic",
"Copper Concentrate",
"Culinary Research Paper Modern",
"Copper Ore",
"Dendrology Research Paper Advanced",
"Crushed Basalt",
"Dendrology Research Paper Basic",
"Crushed Coal",
"Dendrology Research Paper Modern",
"Crushed Copper Ore",
"Engineering Research Paper Advanced",
"Crushed Gneiss",
"Engineering Research Paper Modern",
"Crushed Gold Ore",
"Gathering Research Paper Basic",
"Crushed Granite",
"Geology Research Paper Advanced",
"Crushed Iron Ore",
"Geology Research Paper Basic",
"Crushed Limestone",
"Geology Research Paper Modern",
"Crushed Mixed Rock",
"Metallurgy Research Paper Advanced",
"Crushed Sandstone",
"Metallurgy Research Paper Basic",
"Crushed Shale",
"Metallurgy Research Paper Modern",
"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",
},
},
Researching = {
Fertilizer = {
"Laboratory",
"Berry Extract Fertilizer",
"Research Table",
"Blood Meal Fertilizer",
"Camas Ash Fertilizer",
"Composite Filler",
"Compost Fertilizer",
"Fiber Filler",
"Hide Ash Fertilizer",
"Pelt Fertilizer",
"Phosphate Fertilizer",
"Pulp Filler",
},
},
Roads = {
["Fertilizer Filler"] = {
"Asphalt Concrete",
"Composite Filler",
"Dirt Ramp",
"Fiber Filler",
"Stone Road",
"Pulp Filler",
},
},
Seating = {
Fish = {
"Adorned Ashlar Basalt Bench",
"Bass",
"Adorned Ashlar Basalt Chair",
"Blue Shark",
"Adorned Ashlar Basalt Table",
"Cod",
"Adorned Ashlar Stone Bench",
"Moon Jellyfish",
"Adorned Ashlar Stone Chair",
"Pacific Sardine",
"Adorned Ashlar Stone Table",
"Salmon",
"Ashlar Basalt Bench",
"Trout",
"Ashlar Basalt Chair",
"Tuna",
"Ashlar Basalt Table",
"Ashlar Stone Bench",
"Ashlar Stone Chair",
"Ashlar Stone Table",
"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",
"Court Chair",
"Hewn Bench",
"Hewn Chair",
"Hewn Softwood Bench",
"Hewn Softwood Chair",
"Hewn Softwood Table",
"Hewn Table",
"Lumber Bench",
"Lumber Chair",
"Lumber Table",
"Mortared Granite Bench",
"Mortared Granite Chair",
"Mortared Granite Table",
"Mortared Stone Bench",
"Mortared Stone Chair",
"Mortared Stone Table",
"Softwood Lumber Bench",
"Softwood Lumber Chair",
"Softwood Lumber Table",
},
},
Seed = {
Food = {
"Acorn",
"Acorn",
"Acorn Powder",
"Agave Leaves",
"Agave Seed",
"Agave Seed",
"Agouti Enchiladas",
"Amanita Mushroom Spores",
"Amanita Mushroom Spores",
"Amanita Mushrooms",
"Arctic Willow Seed",
"Arctic Willow Seed",
"Barrel Cactus Seed",
"Autumn Stew",
"Beans",
"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",
"Beet Seed",
"Big Bluestem Seed",
"Big Bluestem Seed",
"Birch Seed",
"Birch Seed",
"Bison Chow Fun",
"Boiled Grains",
"Boiled Rice",
"Boiled Sausage",
"Bolete Mushroom Spores",
"Bolete Mushroom Spores",
"Bolete Mushrooms",
"Bread",
"Bullrush Seed",
"Bullrush Seed",
"Bunchgrass Seed",
"Bunchgrass Seed",
"Camas Bread",
"Camas Bulb",
"Camas Bulb",
"Camas Bulb Bake",
"Camas Paste",
"Campfire Roast",
"Cedar Seed",
"Cedar Seed",
"Ceiba 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 Mushroom Spores",
"Cookeina Mushrooms",
"Corn",
"Corn Fritters",
"Corn Seed",
"Corn Seed",
"Cornmeal",
"Cotton Seed",
"Cotton Seed",
"Creosote Bush Seed",
"Creosote Bush Seed",
"Creosote Flower",
"Crimini Mushroom Spores",
"Crimini Mushroom Spores",
"Crimini Mushrooms",
"Crimson Salad",
"Crispy Bacon",
"Dried Fish",
"Dried Meat",
"Dwarf Willow Seed",
"Dwarf Willow Seed",
"Elk Taco",
"Elk Wellington",
"Fantastic Forest Pizza",
"Fern Campfire Salad",
"Fern Spore",
"Fern Spore",
"Fiddleheads",
"Field Campfire Stew",
"Filmy Fern Spore",
"Filmy Fern Spore",
"Fir Seed",
"Fir Seed",
"Fireweed Seed",
"Fireweed Seed",
"Fireweed Shoots",
"Fish N Chips",
"Flatbread",
"Flax Seed",
"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",
"Grass Seed",
"Heart Of Palm",
"Hearty Hometown Pizza",
"Heliconia Seed",
"Heliconia Seed",
"Hosomaki",
"Huckleberries",
"Huckleberry Extract",
"Huckleberry Fritter",
"Huckleberry Pie",
"Huckleberry Seed",
"Huckleberry Seed",
"Infused Oil",
"Jointfir Seed",
"Jointfir Seed",
"Joshua Seed",
"Joshua Seed",
"Kelp Seed",
"Jungle Campfire Salad",
"Jungle Campfire Stew",
"Kelpy Crab Roll",
"King Fern Spore",
"King Fern Spore",
"Lattice Mushroom Spores",
"Lattice Mushroom Spores",
"Leavened Dough",
"Loaded Taro Fries",
"Lupine Seed",
"Lupine Seed",
"Macarons",
"Meat Pie",
"Meat Stock",
"Meaty Stew",
"Millionaires Salad",
"Mochi",
"Ocean Spray Seed",
"Ocean Spray Seed",
"Oil",
"Orchid",
"Orchid Seed",
"Orchid Seed",
"Palm Seed",
"Palm Seed",
"Papaya",
"Papaya Seed",
"Papaya Seed",
"Pastry Dough",
"Phad Thai",
"Pineapple",
"Pineapple Friend Rice",
"Pineapple Seed",
"Pineapple Seed",
"Pirozhok",
"Poke Bowl",
"Prepared Meat",
"Prickly Pear Fruit",
"Prickly Pear Seed",
"Prickly Pear Seed",
"Prime Cut",
"Pumpkin",
"Pumpkin Seed",
"Pumpkin Seed",
"Pupusas",
"Raw Bacon",
"Raw Fish",
"Raw Meat",
"Raw Roast",
"Raw Sausage",
"Redwood Seed",
"Redwood Seed",
"Rice",
"Rice",
"Saguaro Seed",
"Rice Flour",
"Saxifrage Seed",
"Rice Noodles",
"Roast Pumpkin",
"Root Campfire Salad",
"Root Campfire Stew",
"Saguaro Seed",
"Saxifrage Seed",
"Scrap Meat",
"Seagrass Seed",
"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",
"Spruce Seed",
"Stuffed Turkey",
"Sugar",
"Sugarcane",
"Sugarcane",
"Sun Cheese",
"Sunflower",
"Sunflower Seed",
"Sunflower Seed",
"Sweet Deer Jerky",
"Sweet Salad",
"Tallow",
"Taro Fries",
"Taro Root",
"Taro Seed",
"Taro Seed",
"Tasty Tropical Pizza",
"Tomato",
"Tomato Seed",
"Tomato Seed",
"Topped Porridge",
"Tortilla",
"Trillium Flower",
"Trillium Seed",
"Trillium Seed",
"Vegetable Medley",
"Vegetable Soup",
"Vegetable Stock",
"Waterweed Seed",
"Waterweed Seed",
"Wheat",
"Wheat Seed",
"Wheat Seed",
"White Bursage Seed",
"White Bursage Seed",
"Wild Mix",
"Wild Stew",
"Wilted Fiddleheads",
"Worldly Donut",
"Yeast",
},
},
Signs = {
["Fried Vegetable"] = {
"Hanging Long Steel Sign",
"Fried Camas",
"Hanging Steel Framed Sign",
"Fried Fiddleheads",
"Hanging Steel Mine Sign",
"Fried Hearts Of Palm",
"Hanging Steel Plain Sign",
"Fried Taro",
"Hanging Steel Shop Sign",
"Fried Tomatoes",
"Huge Banner Sign",
"Huge Iron Banner Sign",
"Huge Iron Sign",
"Huge Steel Banner Sign",
"Huge Steel Sign",
"Huge Wooden Banner Sign",
"Large Hanging Ashlar Basalt Sign",
"Large Hanging Ashlar Stone Sign",
"Large Hanging Birch Sign",
"Large Hanging Lumber Sign",
"Large Hanging Mortared Granite Sign",
"Large Hanging Mortared Stone Sign",
"Large Hanging Saguaro Sign",
"Large Hanging Softwood Sign",
"Large Standing Ashlar Basalt Sign",
"Large Standing Ashlar Stone Sign",
"Large Standing Birch Sign",
"Large Standing Lumber Sign",
"Large Standing Mortared Granite Sign",
"Large Standing Mortared Stone Sign",
"Large Standing Saguaro Sign",
"Large Standing Softwood Sign",
"Small Hanging Ashlar Basalt Sign",
"Small Hanging Ashlar Stone Sign",
"Small Hanging Birch Sign",
"Small Hanging Lumber Sign",
"Small Hanging Mortared Granite Sign",
"Small Hanging Mortared Stone Sign",
"Small Hanging Saguaro Sign",
"Small Hanging Softwood Sign",
"Small Standing Ashlar Basalt Sign",
"Small Standing Ashlar Stone Sign",
"Small Standing Birch Sign",
"Small Standing Lumber Sign",
"Small Standing Mortared Granite Sign",
"Small Standing Mortared Stone Sign",
"Small Standing Saguaro Sign",
"Small Standing Softwood Sign",
"Standing Glass Sign",
"Standing Long Steel Sign",
"Standing Steel Brick Sign",
"Street Sign",
},
},
Specialty = {
Fruit = {
"Computer Lab",
"Giant Cactus Fruit",
"Crab Pot",
"Huckleberries",
"Easel",
"Papaya",
"Electric Water Pump",
"Pineapple",
"Elevator Call Post",
"Prickly Pear Fruit",
"Fish Trap",
"Pumpkin",
"Industrial Elevator",
"Laser",
"Mechanical Water Pump",
"Plastic Buoy",
"Steel Buoy",
"Steel Moorage Post",
"Transmission Pole",
"Tripod Camera",
"Waste Filter",
"Wooden Elevator",
"Wooden Moorage Post",
},
},
["Specialty Upgrades"] = {
Fungus = {
"Advanced Baking Upgrade",
"Amanita Mushrooms",
"Advanced Cooking Upgrade",
"Bolete Mushrooms",
"Advanced Masonry Upgrade",
"Cookeina Mushrooms",
"Advanced Smelting Upgrade",
"Crimini Mushrooms",
"Baking Upgrade",
"Basic Engineering Upgrade",
"Butchery Upgrade",
"Campfire Cooking Upgrade",
"Carpentry Advanced Upgrade",
"Carpentry Basic Upgrade",
"Composites Upgrade",
"Cooking Upgrade",
"Cutting Edge Cooking Upgrade",
"Electronics Upgrade",
"Farming Upgrade",
"Fertilizers Upgrade",
"Gathering Basic Upgrade",
"Glassworking Advanced Upgrade",
"Glassworking Modern Upgrade",
"Hunting Upgrade",
"Industry Upgrade",
"Logging Advanced Upgrade",
"Logging Basic Upgrade",
"Masonry Advanced Upgrade",
"Masonry Basic Upgrade",
"Mechanics Advanced Upgrade",
"Mechanics Modern Upgrade",
"Milling Upgrade",
"Mining Advanced Upgrade",
"Mining Basic Upgrade",
"Mining Modern Upgrade",
"Oil Drilling Upgrade",
"Paper Milling Upgrade",
"Pottery Upgrade",
"Shipwright Advanced Upgrade",
"Shipwright Basic Upgrade",
"Smelting Upgrade",
"Tailoring Modern Upgrade",
"Tailoring Upgrade",
},
},
Stone = {
Gear = {
"Basalt",
"Iron Gear",
"Gneiss",
"Steel Gear",
"Granite",
"Limestone",
"Sandstone",
"Shale",
},
},
Storage = {
Government = {
"Industrial Refrigerator",
"Amendments",
"Large Lumber Stockpile",
"Ballot Box",
"Lumber Stockpile",
"Board Of Elections",
"Outpost Netting",
"Capitol",
"Powered Storage Silo",
"Census Bureau",
"Small Stockpile",
"Country Foundation",
"Stockpile",
"Court Table",
"Storage Chest",
"Embassy Desk",
"Storage Silo",
"Tiny Stockpile",
},
Tools = {
"Arrow",
"Claim Tool",
"Fishing Pole",
"Flax Trawler Net",
"Nylon Trawler Net",
"Soil Sampler",
"Steam Tractor Harvester",
"Steam Tractor Plow",
"Steam Tractor Sower",
"Torch",
},
["Upgrade Modules"] = {
"Advanced Baking Upgrade",
"Advanced Cooking Upgrade",
"Advanced Masonry Upgrade",
"Advanced Smelting Upgrade",
"Advanced Upgrade Lvl1",
"Advanced Upgrade Lvl2",
"Advanced Upgrade Lvl3",
"Advanced Upgrade Lvl4",
"Baking Upgrade",
"Basic Engineering Upgrade",
"Basic Upgrade Lvl1",
"Basic Upgrade Lvl2",
"Basic Upgrade Lvl3",
"Basic Upgrade Lvl4",
"Butchery Upgrade",
"Campfire Cooking Upgrade",
"Carpentry Advanced Upgrade",
"Carpentry Basic Upgrade",
"Composites Upgrade",
"Cooking Upgrade",
"Cutting Edge Cooking Upgrade",
"Electronics Upgrade",
"Farming Upgrade",
"Fertilizers Upgrade",
"Gathering Basic Upgrade",
"Glassworking Advanced Upgrade",
"Glassworking Modern Upgrade",
"Hunting Upgrade",
"Industry Upgrade",
"Logging Advanced Upgrade",
"Logging Basic Upgrade",
"Masonry Advanced Upgrade",
"Masonry Basic Upgrade",
"Mechanics Advanced Upgrade",
"Mechanics Modern Upgrade",
"Milling Upgrade",
"Mining Advanced Upgrade",
"Mining Basic Upgrade",
"Mining Modern Upgrade",
"Modern Upgrade Lvl1",
"Modern Upgrade Lvl2",
"Modern Upgrade Lvl3",
"Modern Upgrade Lvl4",
"Oil Drilling Upgrade",
"Paper Milling Upgrade",
"Pottery Upgrade",
"Shipwright Advanced Upgrade",
"Shipwright Basic Upgrade",
"Smelting Upgrade",
"Tailoring Modern Upgrade",
"Tailoring Upgrade",
},
Vehicle = {
"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",
},
Vehicles = {
"Crane",
"Excavator",
"Hand Plow",
"Industrial Barge",
"Large Canoe",
"Medium Fishing Trawler",
"Powered Cart",
"Skid Steer",
"Small Canoe",
"Small Wood Cart",
"Small Wooden Boat",
"Steam Tractor",
"Steam Truck",
"Truck",
"Wheelbarrow",
"Wood Cart",
"Wood Shop Cart",
"Wooden Barge",
"Wooden Transport Ship",
},
["Work Stations"] = {
"Advanced Carpentry Table",
"Advanced Masonry Table",
"Advanced Tailoring Table",
"Amendments",
"Anvil",
"Arrastra",
"Assembly Line",
"Automatic Loom",
"Ballot Box",
"Bank",
"Blast Furnace",
"Bloomery",
"Board Of Elections",
"Campfire",
"Campsite",
"Capitol",
"Carpentry Table",
"Cement Kiln",
"Census Bureau",
"Contract Board",
"Country Foundation",
"Court Table",
"Currency Exchange",
"Electric Lathe",
"Electric Machinist Table",
"Electric Planer",
"Electric Stamping Press",
"Electronics Assembly",
"Embassy Desk",
"Executive Office",
"Executive Office",
"Farmers Table",
"Federation Foundation",
"Federation Foundation",
"Fiber Scutching Station",
"Fish Rack",
"Fishery",
"Froth Floatation Cell",
"Glassworks",
"Government Office",
"Government Office",
"Immigration Desk",
"Immigration Desk",
"Jaw Crusher",
"Kiln",
"Laboratory",
"Large Court",
"Large Court",
"Lathe",
"Outpost Table",
"Loom",
"Machinist Table",
"Masonry Table",
"Medium Shipyard",
"Mint",
"Oil Refinery",
"Outpost Table",
"Printing Press",
"Printing Press",
"Pump Jack",
"Real Estate Desk",
"Registrar",
"Research Table",
"Robotic Assembly Line",
"Rocker Box",
"Rolling Mill",
"Sawmill",
"Screening Machine",
"Screw Press",
"Sensor Based Belt Sorter",
"Settlement Crafting Table",
"Settlement Crafting Table",
"Shaper",
"Small Court",
"Small Court",
"Small Paper Machine",
"Small Shipyard",
"Spin Melter",
"Stamp Mill",
"Stenographers Table",
"Stenographers Table",
"Store",
"Tailoring Table",
"Tool Bench",
"Town Foundation",
"Town Foundation",
"Treasury",
"Treasury",
"Wainwright Table",
"Workbench",
"Zoning Office",
"Zoning Office",
},
},
["World Object"] = {
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 Bench",
"Adorned Ashlar Basalt Chair",
"Adorned Ashlar Basalt Chair",
Line 51,424: Line 49,702:
"Adorned Ashlar Stone Chair",
"Adorned Ashlar Stone Chair",
"Adorned Ashlar Stone Table",
"Adorned Ashlar Stone Table",
"Advanced Carpentry Table",
"Advanced Masonry Table",
"Advanced Tailoring Table",
"Amendments",
"Anvil",
"Arrastra",
"Ashlar Basalt Bench",
"Ashlar Basalt Bench",
"Ashlar Basalt Chair",
"Ashlar Basalt Chair",
"Ashlar Basalt Door",
"Ashlar Basalt Fireplace",
"Ashlar Basalt Fireplace",
"Ashlar Basalt Table",
"Ashlar Basalt Table",
Line 51,441: Line 49,712:
"Ashlar Stone Bench",
"Ashlar Stone Bench",
"Ashlar Stone Chair",
"Ashlar Stone Chair",
"Ashlar Stone Door",
"Ashlar Stone Fireplace",
"Ashlar Stone Fireplace",
"Ashlar Stone Table",
"Ashlar Stone Table",
"Assembly Line",
"Automatic Loom",
"Bakery Oven",
"Bakery Oven",
"Ballot Box",
"Bank",
"Bathroom",
"Bathtub",
"Bathtub",
"Bedroom",
"Bison Mount",
"Bison Mount",
"Blackboard",
"Blast Furnace",
"Bloomery",
"Board Of Elections",
"Bookshelf",
"Bookshelf",
"Brazier",
"Brazier",
"Brick Fireplace",
"Brick Fireplace",
"Butchery Table",
"Butchery Table",
"Campfire",
"Campsite",
"Candle Stand",
"Candle Stand",
"Canning Assembly",
"Capitol",
"Carpentry Table",
"Carved Pumpkin",
"Carved Pumpkin",
"Cast Iron Bed",
"Cast Iron Bed",
Line 51,475: Line 49,730:
"Cast Iron Table",
"Cast Iron Table",
"Ceiling Candle",
"Ceiling Candle",
"Cement Kiln",
"Census Bureau",
"Combustion Generator",
"Composite Birch Bench",
"Composite Birch Bench",
"Composite Birch Chair",
"Composite Birch Chair",
"Composite Birch Door",
"Composite Birch Table",
"Composite Birch Table",
"Composite Hardwood Bench",
"Composite Hardwood Bench",
"Composite Hardwood Chair",
"Composite Hardwood Chair",
"Composite Hardwood Door",
"Composite Hardwood Table",
"Composite Hardwood Table",
"Composite Lumber Bench",
"Composite Lumber Bench",
"Composite Lumber Chair",
"Composite Lumber Chair",
"Composite Lumber Door",
"Composite Lumber Dresser",
"Composite Lumber Table",
"Composite Lumber Table",
"Computer Lab",
"Construction Post",
"Contract Board",
"Copper Frame Landscape",
"Copper Frame Landscape",
"Copper Frame Wide",
"Copper Frame Wide",
"Corrugated Steel Door",
"Corrugated Steel Fence Door",
"Cotton Streamer Stars",
"Cotton Streamer Stripes",
"Couch",
"Couch",
"Country Foundation",
"Country Foundation",
"Court Chair",
"Court Table",
"Crab Pot",
"Culture",
"Currency Exchange",
"Decorative Anchor",
"Decorative Anchor",
"Decorative Glass Buoy Blue",
"Decorative Glass Buoy Blue",
Line 51,513: Line 49,749:
"Decorative Life Preserver",
"Decorative Life Preserver",
"Decorative Ship Wheel",
"Decorative Ship Wheel",
"Distribution Station",
"Dumpster Compost",
"Dumpster Garbage",
"Dumpster Recycle",
"Easel",
"Ecko Statue",
"Electric Lathe",
"Electric Machinist Table",
"Electric Planer",
"Electric Stamping Press",
"Electric Wall Lamp",
"Electric Wall Lamp",
"Electric Water Pump",
"Electronics Assembly",
"Elevator Call Post",
"Elk Mount",
"Elk Mount",
"Elk Skypiercer",
"Embassy Desk",
"Executive Office",
"Farmers Table",
"Federation Foundation",
"Federation Foundation",
"Feminine Mannequin",
"Fiber Scutching Station",
"Fish Rack",
"Fish Trap",
"Fishery",
"Flat Steel Door",
"Framed Glass Door",
"Froth Floatation Cell",
"Galaxy Vase",
"Galaxy Vase",
"Glassworks",
"Goat Mount",
"Goat Mount",
"Gold Frame Landscape",
"Gold Frame Landscape",
"Gold Frame Wide",
"Gold Frame Wide",
"Government Office",
"Hanging Long Steel Sign",
"Hanging Steel Framed Sign",
"Hanging Steel Mine Sign",
"Hanging Steel Plain Sign",
"Hanging Steel Shop Sign",
"Hardwood Lumber Dresser",
"Hardwood Lumber Dresser",
"Hewn Bench",
"Hewn Bench",
"Hewn Chair",
"Hewn Chair",
"Hewn Door",
"Hewn Dresser",
"Hewn Dresser",
"Hewn Nightstand",
"Hewn Nightstand",
"Hewn Softwood Bench",
"Hewn Softwood Bench",
"Hewn Softwood Chair",
"Hewn Softwood Chair",
"Hewn Softwood Door",
"Hewn Softwood Table",
"Hewn Softwood Table",
"Hewn Table",
"Hewn Table",
"Huge Banner Sign",
"Huge Iron Banner Sign",
"Huge Iron Sign",
"Huge Steel Banner Sign",
"Huge Steel Sign",
"Huge Wooden Banner Sign",
"Icebox",
"Icebox",
"Immigration Desk",
"Industrial",
"Industrial Generator",
"Industrial Refrigerator",
"Injection Mold Machine",
"Iron Frame Landscape",
"Iron Frame Landscape",
"Iron Frame Wide",
"Iron Frame Wide",
"Jaw Crusher",
"Kiln",
"Kitchen",
"Kitchen",
"Kitchenroom",
"Laboratory",
"Large Bath Mat",
"Large Bath Mat",
"Large Corrugated Steel Door",
"Large Cotton Bunting Red",
"Large Cotton Bunting Red",
"Large Cotton Bunting Regal",
"Large Cotton Bunting Regal",
"Large Court",
"Large Festive Paper Lantern",
"Large Festive Paper Lantern",
"Large Hanging Ashlar Basalt Sign",
"Large Hanging Ashlar Stone Sign",
"Large Hanging Birch Sign",
"Large Hanging Lumber Sign",
"Large Hanging Mortared Granite Sign",
"Large Hanging Mortared Stone Sign",
"Large Hanging Saguaro Sign",
"Large Hanging Softwood Sign",
"Large Hanging Stone Sign",
"Large Lumber Door",
"Large Lumber Stockpile",
"Large Nylon Bunting Green",
"Large Nylon Bunting Green",
"Large Nylon Bunting Purple",
"Large Nylon Bunting Purple",
"Large Paper Lantern",
"Large Paper Lantern",
"Large Standing Ashlar Basalt Sign",
"Lighthouse Lamp",
"Large Standing Ashlar Stone Sign",
"Large Standing Birch Sign",
"Large Standing Lumber Sign",
"Large Standing Mortared Granite Sign",
"Large Standing Mortared Stone Sign",
"Large Standing Saguaro Sign",
"Large Standing Softwood Sign",
"Large Standing Stone Sign",
"Large Windowed Lumber Door",
"Large Wooden Bookshelf",
"Laser",
"Lathe",
"Latrine",
"Limestone Bison Statue",
"Limestone Bison Statue",
"Limestone Otter Statue",
"Limestone Otter Statue",
"Limestone Owl Statue",
"Limestone Owl Statue",
"Limestone Podium",
"Limestone Wolf Statue",
"Limestone Wolf Statue",
"Livingroom",
"Loom",
"Lumber Bench",
"Lumber Bench",
"Lumber Chair",
"Lumber Chair",
"Lumber Door",
"Lumber Dresser",
"Lumber Dresser",
"Lumber Stockpile",
"Lumber Table",
"Lumber Table",
"Lumber Warehouse Shelves",
"Machinist Table",
"Mailbox",
"Masculine Mannequin",
"Masonry Table",
"Mechanical Water Pump",
"Medium Shipyard",
"Mill",
"Mill",
"Mint",
"Modern Double Street Light",
"Modern Double Street Light",
"Modern Street Light",
"Modern Street Light",
"Mortared Granite Bench",
"Mortared Granite Bench",
"Mortared Granite Chair",
"Mortared Granite Chair",
"Mortared Granite Door",
"Mortared Granite Fireplace",
"Mortared Granite Fireplace",
"Mortared Granite Table",
"Mortared Granite Table",
"Mortared Stone Bench",
"Mortared Stone Bench",
"Mortared Stone Chair",
"Mortared Stone Chair",
"Mortared Stone Door",
"Mortared Stone Fireplace",
"Mortared Stone Fireplace",
"Mortared Stone Table",
"Mortared Stone Table",
"Nylon Futon Bed",
"Nylon Futon Bed",
"Nylon Futon Couch",
"Nylon Futon Couch",
"Office Mailbox",
"Oil Refinery",
"Orange Vase",
"Orange Vase",
"Ornate Gold Frame Landscape",
"Ornate Gold Frame Landscape",
Line 51,661: Line 49,805:
"Ornate Wooden Frame Landscape",
"Ornate Wooden Frame Landscape",
"Ornate Wooden Frame Wide",
"Ornate Wooden Frame Wide",
"Outpost Netting",
"Outpost Table",
"Padded Chair",
"Padded Chair",
"Paper Machine",
"Paper Streamers",
"Picture Frame",
"Plant Vase",
"Plant Vase",
"Planter Pot Round",
"Planter Pot Square",
"Plastic Bench Blue",
"Plastic Bench Green",
"Plastic Bench Red",
"Plastic Buoy",
"Plastic Chair Blue",
"Plastic Chair Green",
"Plastic Chair Red",
"Plastic Table Blue",
"Plastic Table Green",
"Plastic Table Red",
"Pottery Table",
"Powered Storage Silo",
"Printing Press",
"Pump Jack",
"Purple Vase",
"Purple Vase",
"Real Estate Desk",
"Red Vase",
"Red Vase",
"Refrigerator",
"Refrigerator",
"Registrar",
"Round Pot",
"Research Table",
"Robotic Assembly Line",
"Rocker Box",
"Rolling Mill",
"Rug Large",
"Rug Large",
"Rug Medium",
"Rug Medium",
"Rug Small",
"Rug Small",
"Salt Basket",
"Salt Basket",
"Sawmill",
"Screening Machine",
"Screw Press",
"Sensor Based Belt Sorter",
"Settlement Crafting Table",
"Shaper",
"Sheep Mount",
"Sheep Mount",
"Shelf Cabinet",
"Shelf Cabinet",
"Shipping Container Blue",
"Shipping Container Green",
"Shipping Container Red",
"Sink",
"Sink",
"Small Bath Mat",
"Small Bath Mat",
"Small Cotton Bunting Red",
"Small Cotton Bunting Red",
"Small Cotton Bunting Regal",
"Small Cotton Bunting Regal",
"Small Court",
"Small Festive Paper Lantern",
"Small Hanging Ashlar Basalt Sign",
"Small Hanging Ashlar Stone Sign",
"Small Hanging Birch Sign",
"Small Hanging Lumber Sign",
"Small Hanging Mortared Granite Sign",
"Small Hanging Mortared Stone Sign",
"Small Hanging Saguaro Sign",
"Small Hanging Softwood Sign",
"Small Hanging Stone Sign",
"Small Meeting Chair",
"Small Meeting Table",
"Small Nylon Bunting Green",
"Small Nylon Bunting Green",
"Small Nylon Bunting Purple",
"Small Nylon Bunting Purple",
"Small Paper Lantern",
"Small Paper Lantern",
"Small Paper Machine",
"Small Shipyard",
"Small Sink",
"Small Sink",
"Small Standing Ashlar Basalt Sign",
"Small Standing Ashlar Stone Sign",
"Small Standing Birch Sign",
"Small Standing Lumber Sign",
"Small Standing Mortared Granite Sign",
"Small Standing Mortared Stone Sign",
"Small Standing Saguaro Sign",
"Small Standing Softwood Sign",
"Small Standing Stone Sign",
"Small Stockpile",
"Softwood Lumber Bench",
"Softwood Lumber Bench",
"Softwood Lumber Chair",
"Softwood Lumber Chair",
"Softwood Lumber Door",
"Softwood Lumber Dresser",
"Softwood Lumber Dresser",
"Softwood Lumber Table",
"Softwood Lumber Table",
"Solar Generator",
"Square Pot",
"Spin Melter",
"Spinning Jenny",
"Stamp Mill",
"Standing Glass Sign",
"Standing Long Steel Sign",
"Standing Steel Brick Sign",
"Steam Engine",
"Steel Abstract Fixture",
"Steel Abstract Fixture",
"Steel Buoy",
"Steel Ceiling Light",
"Steel Ceiling Light",
"Steel Floor Lamp",
"Steel Floor Lamp",
Line 51,761: Line 49,836:
"Steel Hanging Lamp",
"Steel Hanging Lamp",
"Steel Kitchen Lamp",
"Steel Kitchen Lamp",
"Steel Liquids Tank",
"Steel Moorage Post",
"Steel Podium",
"Steel Row Seating",
"Steel Searchlight",
"Steel Searchlight",
"Steel Square Fixture",
"Steel Square Fixture",
"Steel Table Lamp",
"Steel Table Lamp",
"Steel Warehouse Shelves",
"Stenographers Table",
"Stockpile",
"Stone Brazier",
"Stone Brazier",
"Stone Door",
"Stop Sign",
"Storage Chest",
"Storage Silo",
"Store",
"Stove",
"Stove",
"Street Sign",
"Streetlamp",
"Streetlamp",
"Students Desk T1",
"Students Desk T2",
"Students Desk T3",
"Stuffed Alligator",
"Stuffed Alligator",
"Stuffed Bison",
"Stuffed Bison",
Line 51,790: Line 49,849:
"Stuffed Wolf",
"Stuffed Wolf",
"Swirl Vase",
"Swirl Vase",
"Tailoring Table",
"Tallow Candle",
"Tallow Candle",
"Tallow Lamp",
"Tallow Lamp",
"Tallow Wall Lamp",
"Tallow Wall Lamp",
"Teachers Desk T1",
"Teachers Desk T2",
"Teachers Desk T3",
"Tiny Stockpile",
"Toilet",
"Toilet",
"Tool Bench",
"Torch Stand",
"Torch Stand",
"Towel Rack",
"Towel Rack",
"Town Bell",
"Town Foundation",
"Town Foundation",
"Transmission Pole",
"Treasury",
"Tripod Camera",
"Upholstered Chair",
"Upholstered Chair",
"Upholstered Couch",
"Upholstered Couch",
"Wainwright Table",
"Wall Candle",
"Wall Candle",
"Washboard",
"Washboard",
"Washing Machine",
"Washing Machine",
"Waste Filter",
"Waterwheel",
"Wind Turbine",
"Windmill",
"Wooden Ceiling Light",
"Wooden Ceiling Light",
"Wooden Fabric Bed",
"Wooden Fabric Bed",
Line 51,822: Line 49,868:
"Wooden Frame Wide",
"Wooden Frame Wide",
"Wooden Kitchen Lamp",
"Wooden Kitchen Lamp",
"Wooden Liquids Tank",
"Wooden Latrine",
"Wooden Moorage Post",
"Wooden Podium",
"Wooden Straw Bed",
"Wooden Straw Bed",
"Wooden Table Lamp",
"Wooden Table Lamp",
"Workbench",
},
"Zoning Office",
["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",
},
},
},
},
}
}

Latest revision as of 00:01, 1 May 2024

Documentation[edit source]


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


The Module:ItemData is currently used in:


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

return {
	items = {
		Acorn = {
			untranslated = "Acorn",
			category = nil,
			group = "Food",
			description = "Plant to grow an oak tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AcornItem",
			typeID = 0,
		},
		["Acorn Powder"] = {
			untranslated = "Acorn Powder",
			category = nil,
			group = "Food",
			description = "Powdered acorn.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 40,
			carbs = 1,
			protein = 5,
			fat = 2,
			vitamins = 5,
			density = 32.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AcornPowderItem",
			typeID = 0,
		},
		["Adorned Ashlar Basalt Bench"] = {
			untranslated = "Adorned Ashlar Basalt Bench",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone bench that has been adorned with gold.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarBasaltBenchItem",
			typeID = 0,
		},
		["Adorned Ashlar Basalt Chair"] = {
			untranslated = "Adorned Ashlar Basalt Chair",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarBasaltChairItem",
			typeID = 0,
		},
		["Adorned Ashlar Basalt Table"] = {
			untranslated = "Adorned Ashlar Basalt Table",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone table that has been adorned with gold.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3.5",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarBasaltTableItem",
			typeID = 0,
		},
		["Adorned Ashlar Stone Bench"] = {
			untranslated = "Adorned Ashlar Stone Bench",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone bench that has been adorned with gold.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarStoneBenchItem",
			typeID = 0,
		},
		["Adorned Ashlar Stone Chair"] = {
			untranslated = "Adorned Ashlar Stone Chair",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarStoneChairItem",
			typeID = 0,
		},
		["Adorned Ashlar Stone Table"] = {
			untranslated = "Adorned Ashlar Stone Table",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone table that has been adorned with gold.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3.5",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdornedAshlarStoneTableItem",
			typeID = 0,
		},
		["Advanced Baking Skill Book"] = {
			untranslated = "Advanced Baking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Advanced Baking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Baking Skill BookItem",
			typeID = 0,
		},
		["Advanced Baking Skill Scroll"] = {
			untranslated = "Advanced Baking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Advanced Baking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Baking Skill ScrollItem",
			typeID = 0,
		},
		["Advanced Baking Upgrade"] = {
			untranslated = "Advanced Baking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedBakingUpgradeItem",
			typeID = 0,
		},
		["Advanced Carpentry Table"] = {
			untranslated = "Advanced Carpentry Table",
			category = nil,
			group = "Work Stations",
			description = "A modern carpentry table with an electric motor and heavy duty steel sawblades.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedCarpentryTableItem",
			typeID = 0,
		},
		["Advanced Circuit"] = {
			untranslated = "Advanced Circuit",
			category = nil,
			group = "Items",
			description = "A complex electrical component used in advanced electronics.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedCircuitItem",
			typeID = 0,
		},
		["Advanced Combustion Engine"] = {
			untranslated = "Advanced Combustion Engine",
			category = nil,
			group = "Items",
			description = "A more advanced version of the normal combustion engine that produces a greater output.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedCombustionEngineItem",
			typeID = 0,
		},
		["Advanced Cooking Skill Book"] = {
			untranslated = "Advanced Cooking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Advanced Cooking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Cooking Skill BookItem",
			typeID = 0,
		},
		["Advanced Cooking Skill Scroll"] = {
			untranslated = "Advanced Cooking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Advanced Cooking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Cooking Skill ScrollItem",
			typeID = 0,
		},
		["Advanced Cooking Upgrade"] = {
			untranslated = "Advanced Cooking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedCookingUpgradeItem",
			typeID = 0,
		},
		["Advanced Masonry Skill Book"] = {
			untranslated = "Advanced Masonry Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Advanced Masonry Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Masonry Skill BookItem",
			typeID = 0,
		},
		["Advanced Masonry Skill Scroll"] = {
			untranslated = "Advanced Masonry Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Advanced Masonry Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Masonry Skill ScrollItem",
			typeID = 0,
		},
		["Advanced Masonry Table"] = {
			untranslated = "Advanced Masonry Table",
			category = nil,
			group = "Work Stations",
			description = "A workbench for the advanced shaping of rocks into beautiful stone.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedMasonryTableItem",
			typeID = 0,
		},
		["Advanced Masonry Upgrade"] = {
			untranslated = "Advanced Masonry Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedMasonryUpgradeItem",
			typeID = 0,
		},
		["Advanced Smelting Skill Book"] = {
			untranslated = "Advanced Smelting Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Advanced Smelting Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Smelting Skill BookItem",
			typeID = 0,
		},
		["Advanced Smelting Skill Scroll"] = {
			untranslated = "Advanced Smelting Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Advanced Smelting Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Advanced Smelting Skill ScrollItem",
			typeID = 0,
		},
		["Advanced Smelting Upgrade"] = {
			untranslated = "Advanced Smelting Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Advanced Smelting recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedSmeltingUpgradeItem",
			typeID = 0,
		},
		["Advanced Tailoring Table"] = {
			untranslated = "Advanced Tailoring Table",
			category = nil,
			group = "Work Stations",
			description = "An advanced tailoring table.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedTailoringTableItem",
			typeID = 0,
		},
		["Advanced Upgrade 1"] = {
			untranslated = "Advanced Upgrade 1",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Advanced Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedUpgradeLvl1Item",
			typeID = 0,
		},
		["Advanced Upgrade 2"] = {
			untranslated = "Advanced Upgrade 2",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Advanced Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedUpgradeLvl2Item",
			typeID = 0,
		},
		["Advanced Upgrade 3"] = {
			untranslated = "Advanced Upgrade 3",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Advanced Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedUpgradeLvl3Item",
			typeID = 0,
		},
		["Advanced Upgrade 4"] = {
			untranslated = "Advanced Upgrade 4",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Advanced Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AdvancedUpgradeLvl4Item",
			typeID = 0,
		},
		["Agave Leaves"] = {
			untranslated = "Agave Leaves",
			category = nil,
			group = "Food",
			description = "The succulent leaves of the agave plant can be cooked to make a nice meal.",
			tagGroups = {
				"Food",
				"Greens",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 1,
			fat = 1,
			vitamins = 4,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgaveLeavesItem",
			typeID = 0,
		},
		["Agave Seed"] = {
			untranslated = "Agave Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow an agave plant.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgaveSeedItem",
			typeID = 0,
		},
		["Agouti Carcass"] = {
			untranslated = "Agouti Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead agouti.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Fur Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgoutiCarcassItem",
			typeID = 0,
		},
		["Agouti Enchiladas"] = {
			untranslated = "Agouti Enchiladas",
			category = nil,
			group = "Food",
			description = "Sweet and savory...it doesn't have to be an Agouti.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 550,
			calories = 800,
			carbs = 20,
			protein = 8,
			fat = 27,
			vitamins = 3,
			density = 7.249999999999999,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgoutiEnchiladasItem",
			typeID = 0,
		},
		["Agriculture Research Paper Advanced"] = {
			untranslated = "Agriculture Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgricultureResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Agriculture Research Paper Modern"] = {
			untranslated = "Agriculture Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AgricultureResearchPaperModernItem",
			typeID = 0,
		},
		["Alligator Carcass"] = {
			untranslated = "Alligator Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead alligator.",
			tagGroups = {
				"Medium Carcass",
				"Medium Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AlligatorCarcassItem",
			typeID = 0,
		},
		["Amanita Mushroom Spores"] = {
			untranslated = "Amanita Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow amanita mushrooms. Not sure why you'd want these poisonous mushrooms, though.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AmanitaMushroomSporesItem",
			typeID = 0,
		},
		["Amanita Mushrooms"] = {
			untranslated = "Amanita Mushrooms",
			category = nil,
			group = "Food",
			description = "A potentially poisonous mushroom. It might not be wise to eat it raw, but it can be detoxified when prepared properly by a chef. Eat at your own risk!",
			tagGroups = {
				"Food",
				"Fungus",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = -200,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = -0.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AmanitaMushroomsItem",
			typeID = 0,
		},
		Amendments = {
			untranslated = "Amendments",
			category = nil,
			group = "Work Stations",
			description = "Allows the modification of the constitution.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AmendmentsItem",
			typeID = 0,
		},
		Anvil = {
			untranslated = "Anvil",
			category = nil,
			group = "Work Stations",
			description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AnvilItem",
			typeID = 0,
		},
		["Arctic Willow Seed"] = {
			untranslated = "Arctic Willow Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow arctic willow.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ArcticWillowSeedItem",
			typeID = 0,
		},
		Arrastra = {
			untranslated = "Arrastra",
			category = nil,
			group = "Work Stations",
			description = "A primitive rock mill of dragged boulders.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ArrastraItem",
			typeID = 0,
		},
		Arrow = {
			untranslated = "Arrow",
			category = nil,
			group = "Items",
			description = "Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).",
			tagGroups = {
				"Burnable Fuel",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 500,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ArrowItem",
			typeID = 0,
		},
		["Art Supplies"] = {
			untranslated = "Art Supplies",
			category = nil,
			group = "Items",
			description = "A set of art supplies that ",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 150,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ArtSuppliesItem",
			typeID = 0,
		},
		["Ashlar Basalt"] = {
			untranslated = "Ashlar Basalt",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltItem",
			typeID = 0,
		},
		["Ashlar Basalt Bench"] = {
			untranslated = "Ashlar Basalt Bench",
			category = nil,
			group = "Housing Objects",
			description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltBenchItem",
			typeID = 0,
		},
		["Ashlar Basalt Chair"] = {
			untranslated = "Ashlar Basalt Chair",
			category = nil,
			group = "Housing Objects",
			description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltChairItem",
			typeID = 0,
		},
		["Ashlar Basalt Door"] = {
			untranslated = "Ashlar Basalt Door",
			category = nil,
			group = "Housing Objects",
			description = "A heavy ashlar stone door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltDoorItem",
			typeID = 0,
		},
		["Ashlar Basalt Fireplace"] = {
			untranslated = "Ashlar Basalt Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltFireplaceItem",
			typeID = 0,
		},
		["Ashlar Basalt Table"] = {
			untranslated = "Ashlar Basalt Table",
			category = nil,
			group = "Housing Objects",
			description = "A large stone table crafted by an expert mason.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarBasaltTableItem",
			typeID = 0,
		},
		["Ashlar Gneiss"] = {
			untranslated = "Ashlar Gneiss",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarGneissItem",
			typeID = 0,
		},
		["Ashlar Granite"] = {
			untranslated = "Ashlar Granite",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarGraniteItem",
			typeID = 0,
		},
		["Ashlar Large Basalt Fountain"] = {
			untranslated = "Ashlar Large Basalt Fountain",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Fountain",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarLargeBasaltFountainItem",
			typeID = 0,
		},
		["Ashlar Large Stone Fountain"] = {
			untranslated = "Ashlar Large Stone Fountain",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Fountain",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarLargeStoneFountainItem",
			typeID = 0,
		},
		["Ashlar Limestone"] = {
			untranslated = "Ashlar Limestone",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarLimestoneItem",
			typeID = 0,
		},
		["Ashlar Sandstone"] = {
			untranslated = "Ashlar Sandstone",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarSandstoneItem",
			typeID = 0,
		},
		["Ashlar Shale"] = {
			untranslated = "Ashlar Shale",
			category = nil,
			group = "Blocks",
			description = "Ashlar is finely cut stone made by an expert mason. Ashlar stone is an especially decorative building material that comes in a variety of styles based on the type of rock used.",
			tagGroups = {
				"Ashlar Stone",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarShaleItem",
			typeID = 0,
		},
		["Ashlar Small Basalt Fountain"] = {
			untranslated = "Ashlar Small Basalt Fountain",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Decoration",
			furnitureType = "Fountain",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarSmallBasaltFountainItem",
			typeID = 0,
		},
		["Ashlar Small Stone Fountain"] = {
			untranslated = "Ashlar Small Stone Fountain",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Decoration",
			furnitureType = "Fountain",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarSmallStoneFountainItem",
			typeID = 0,
		},
		["Ashlar Stone Bench"] = {
			untranslated = "Ashlar Stone Bench",
			category = nil,
			group = "Housing Objects",
			description = "An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneBenchItem",
			typeID = 0,
		},
		["Ashlar Stone Chair"] = {
			untranslated = "Ashlar Stone Chair",
			category = nil,
			group = "Housing Objects",
			description = "An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneChairItem",
			typeID = 0,
		},
		["Ashlar Stone Door"] = {
			untranslated = "Ashlar Stone Door",
			category = nil,
			group = "Housing Objects",
			description = "A heavy ashlar stone door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneDoorItem",
			typeID = 0,
		},
		["Ashlar Stone Fireplace"] = {
			untranslated = "Ashlar Stone Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneFireplaceItem",
			typeID = 0,
		},
		["Ashlar Stone Table"] = {
			untranslated = "Ashlar Stone Table",
			category = nil,
			group = "Housing Objects",
			description = "A large stone table crafted by an expert mason.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AshlarStoneTableItem",
			typeID = 0,
		},
		["Asphalt Concrete"] = {
			untranslated = "Asphalt Concrete",
			category = nil,
			group = "Blocks",
			description = "A paved surface constructed with asphalt and concrete. It's durable and extremely efficient for any wheeled vehicle.",
			tagGroups = {
				"Constructable",
				"Road",
				"Road Type",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AsphaltConcreteItem",
			typeID = 0,
		},
		["Assembly Line"] = {
			untranslated = "Assembly Line",
			category = nil,
			group = "Work Stations",
			description = "The assembly line allows for mass production of mechanical products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x7x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AssemblyLineItem",
			typeID = 0,
		},
		["Automatic Loom"] = {
			untranslated = "Automatic Loom",
			category = nil,
			group = "Work Stations",
			description = "An automated device for making fabric by weaving yarn or thread.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x5x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AutomaticLoomItem",
			typeID = 0,
		},
		["Autumn Stew"] = {
			untranslated = "Autumn Stew",
			category = nil,
			group = "Food",
			description = "A healthy and cozy meal for those cold days.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 1200,
			carbs = 13,
			protein = 8,
			fat = 5,
			vitamins = 12,
			density = 3.166666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "AutumnStewItem",
			typeID = 0,
		},
		["Baked Agave"] = {
			untranslated = "Baked Agave",
			category = nil,
			group = "Food",
			description = "Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 14,
			protein = 2,
			fat = 4,
			vitamins = 8,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedAgaveItem",
			typeID = 0,
		},
		["Baked Beet"] = {
			untranslated = "Baked Beet",
			category = nil,
			group = "Food",
			description = "Baked beets that retain more nutrients than more simple methods of cooking.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 10,
			protein = 1,
			fat = 2,
			vitamins = 15,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedBeetItem",
			typeID = 0,
		},
		["Baked Corn"] = {
			untranslated = "Baked Corn",
			category = nil,
			group = "Food",
			description = "Baked corn that retains more nutrients than more simple methods of cooking.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 12,
			protein = 3,
			fat = 2,
			vitamins = 11,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedCornItem",
			typeID = 0,
		},
		["Baked Heart Of Palm"] = {
			untranslated = "Baked Heart Of Palm",
			category = nil,
			group = "Food",
			description = "Baked heart of palm that retains more nutrients than more simple methods of cooking.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 12,
			protein = 6,
			fat = 4,
			vitamins = 6,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedHeartOfPalmItem",
			typeID = 0,
		},
		["Baked Meat"] = {
			untranslated = "Baked Meat",
			category = nil,
			group = "Food",
			description = "Baked meat is less fatty than other methods of cooking.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = 700,
			carbs = 0,
			protein = 17,
			fat = 13,
			vitamins = 0,
			density = 4.285714285714286,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedMeatItem",
			typeID = 0,
		},
		["Baked Roast"] = {
			untranslated = "Baked Roast",
			category = nil,
			group = "Food",
			description = "A trussed roast baked to perfection.",
			tagGroups = {
				"Baked Food",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 900,
			calories = 1000,
			carbs = 4,
			protein = 16,
			fat = 10,
			vitamins = 4,
			density = 3.4000000000000004,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedRoastItem",
			typeID = 0,
		},
		["Baked Taro"] = {
			untranslated = "Baked Taro",
			category = nil,
			group = "Food",
			description = "Baked taro root.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 8,
			protein = 6,
			fat = 2,
			vitamins = 12,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedTaroItem",
			typeID = 0,
		},
		["Baked Tomato"] = {
			untranslated = "Baked Tomato",
			category = nil,
			group = "Food",
			description = "Baked tomatoes might not look as red or plump as the raw variety, but they are nice and tasty.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 16,
			protein = 1,
			fat = 5,
			vitamins = 6,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakedTomatoItem",
			typeID = 0,
		},
		["Bakery Oven"] = {
			untranslated = "Bakery Oven",
			category = nil,
			group = "Housing Objects",
			description = "A solidly built brick oven useful for baking all manner of treats.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Kitchen",
			furnitureType = "Cooking",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakeryOvenItem",
			typeID = 0,
		},
		["Baking Skill Book"] = {
			untranslated = "Baking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Baking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Baking Skill BookItem",
			typeID = 0,
		},
		["Baking Skill Scroll"] = {
			untranslated = "Baking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Baking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Baking Skill ScrollItem",
			typeID = 0,
		},
		["Baking Upgrade"] = {
			untranslated = "Baking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BakingUpgradeItem",
			typeID = 0,
		},
		["Ballot Box"] = {
			untranslated = "Ballot Box",
			category = nil,
			group = "Work Stations",
			description = "A tamper proof box where votes are cast. Citizens can run for elected office here.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BallotBoxItem",
			typeID = 0,
		},
		Bandana = {
			untranslated = "Bandana",
			category = nil,
			group = "Clothing",
			description = "It just looks cool.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BandanaItem",
			typeID = 0,
		},
		["Banh Xeo"] = {
			untranslated = "Banh Xeo",
			category = nil,
			group = "Food",
			description = "Wrap the pancakes in the greens, then dip.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1550,
			carbs = 26,
			protein = 17,
			fat = 10,
			vitamins = 4,
			density = 3.6774193548387095,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BanhXeoItem",
			typeID = 0,
		},
		Bank = {
			untranslated = "Bank",
			category = nil,
			group = "Work Stations",
			description = "Allows players to create and use bank accounts.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BankItem",
			typeID = 0,
		},
		Bannock = {
			untranslated = "Bannock",
			category = nil,
			group = "Food",
			description = "A dense whole wheat unleavened bread.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 700,
			carbs = 15,
			protein = 3,
			fat = 6,
			vitamins = 0,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BannockItem",
			typeID = 0,
		},
		Barrel = {
			untranslated = "Barrel",
			category = nil,
			group = "Blocks",
			description = "A metal barrel for carrying liquids.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BarrelItem",
			typeID = 0,
		},
		["Barrel Cactus Seed"] = {
			untranslated = "Barrel Cactus Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow barrel cactus.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BarrelCactusSeedItem",
			typeID = 0,
		},
		Basalt = {
			untranslated = "Basalt",
			category = nil,
			group = "Natural Resources",
			description = "A hard and heavy rock with some uses in construction. Basalt forms directly from lava erupted volcanically, making it an extrusive igneous rock. The basis of all bedrock in the oceans.",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasaltItem",
			typeID = 0,
		},
		["Basic Backpack"] = {
			untranslated = "Basic Backpack",
			category = nil,
			group = "Clothing",
			description = "A basic backpack to carry supplies.\\n\\n(Increases max carry weight by 5 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicBackpackItem",
			typeID = 0,
		},
		["Basic Circuit"] = {
			untranslated = "Basic Circuit",
			category = nil,
			group = "Items",
			description = "A complex electrical component used in advanced electronics.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicCircuitItem",
			typeID = 0,
		},
		["Basic Engineering Skill Book"] = {
			untranslated = "Basic Engineering Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Basic Engineering Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Basic Engineering Skill BookItem",
			typeID = 0,
		},
		["Basic Engineering Skill Scroll"] = {
			untranslated = "Basic Engineering Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Basic Engineering Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Basic Engineering Skill ScrollItem",
			typeID = 0,
		},
		["Basic Engineering Upgrade"] = {
			untranslated = "Basic Engineering Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicEngineeringUpgradeItem",
			typeID = 0,
		},
		["Basic Salad"] = {
			untranslated = "Basic Salad",
			category = nil,
			group = "Food",
			description = "A seemingly random assortment of wild plants that form a sort of salad.",
			tagGroups = {
				"Food",
				"Salad",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 800,
			carbs = 18,
			protein = 6,
			fat = 4,
			vitamins = 10,
			density = 4.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicSaladItem",
			typeID = 0,
		},
		["Basic Upgrade 1"] = {
			untranslated = "Basic Upgrade 1",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Basic Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicUpgradeLvl1Item",
			typeID = 0,
		},
		["Basic Upgrade 2"] = {
			untranslated = "Basic Upgrade 2",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Basic Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicUpgradeLvl2Item",
			typeID = 0,
		},
		["Basic Upgrade 3"] = {
			untranslated = "Basic Upgrade 3",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Basic Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicUpgradeLvl3Item",
			typeID = 0,
		},
		["Basic Upgrade 4"] = {
			untranslated = "Basic Upgrade 4",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that increases crafting efficiency.",
			tagGroups = {
				"Basic Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BasicUpgradeLvl4Item",
			typeID = 0,
		},
		Bass = {
			untranslated = "Bass",
			category = nil,
			group = "Natural Resources",
			description = "A bass. ",
			tagGroups = {
				"Fish",
				"Medium Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BassItem",
			typeID = 0,
		},
		Bathtub = {
			untranslated = "Bathtub",
			category = nil,
			group = "Housing Objects",
			description = "A porcelain bathtub for when you need to get clean or just relax.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bathroom",
			furnitureType = "Sink",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BathtubItem",
			typeID = 0,
		},
		["Bean Paste"] = {
			untranslated = "Bean Paste",
			category = nil,
			group = "Food",
			description = "Smashed beans can work as a thickener or flavour enhancer.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 40,
			carbs = 3,
			protein = 5,
			fat = 7,
			vitamins = 0,
			density = 37.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeanPasteItem",
			typeID = 0,
		},
		["Bean Sprout"] = {
			untranslated = "Bean Sprout",
			category = nil,
			group = "Food",
			description = "The small sprouts from a grown bean plant.",
			tagGroups = {
				"Food",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 100,
			carbs = 2,
			protein = 1,
			fat = 0,
			vitamins = 5,
			density = 8.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeanSproutItem",
			typeID = 0,
		},
		Beans = {
			untranslated = "Beans",
			category = nil,
			group = "Food",
			description = "A good source of protein.",
			tagGroups = {
				"Crop",
				"Crop Seed",
				"Food",
				"Raw Food",
				"Seeds",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 1,
			protein = 4,
			fat = 3,
			vitamins = 0,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeansItem",
			typeID = 0,
		},
		["Bear SUPREME"] = {
			untranslated = "Bear SUPREME",
			category = nil,
			group = "Food",
			description = "Just because the name has 'bear' in it doesn't mean it actually contains bear.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1250,
			carbs = 6,
			protein = 22,
			fat = 23,
			vitamins = 9,
			density = 4.8,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BearSUPREMEItem",
			typeID = 0,
		},
		Bearclaw = {
			untranslated = "Bearclaw",
			category = nil,
			group = "Food",
			description = "A sweet pastry with seperated sections that look a bit like a claw.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 850,
			carbs = 14,
			protein = 4,
			fat = 21,
			vitamins = 7,
			density = 5.411764705882352,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BearclawItem",
			typeID = 0,
		},
		Bearpack = {
			untranslated = "Bearpack",
			category = nil,
			group = "Clothing",
			description = "Can you carry as much as a bear! Not really, but it helps you carry more.\\n\\n(Increases max carry weight by 15 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BearpackItem",
			typeID = 0,
		},
		["Beaver Carcass"] = {
			untranslated = "Beaver Carcass",
			category = nil,
			group = "Item",
			description = "A dead beaver.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeaverCarcassItem",
			typeID = 0,
		},
		Beet = {
			untranslated = "Beet",
			category = nil,
			group = "Food",
			description = "A brilliantly colored bulb with an earthy sweetness.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Root",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 125,
			calories = 230,
			carbs = 2,
			protein = 0,
			fat = 2,
			vitamins = 4,
			density = 3.4782608695652173,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeetItem",
			typeID = 0,
		},
		["Beet Campfire Salad"] = {
			untranslated = "Beet Campfire Salad",
			category = nil,
			group = "Food",
			description = "A myriad of plants that make a healthy and odd blend.",
			tagGroups = {
				"Campfire Salad",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 900,
			carbs = 8,
			protein = 4,
			fat = 3,
			vitamins = 13,
			density = 3.111111111111111,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeetCampfireSaladItem",
			typeID = 0,
		},
		["Beet Greens"] = {
			untranslated = "Beet Greens",
			category = nil,
			group = "Food",
			description = "The leafy greens from a beet with a distinctive red stem.",
			tagGroups = {
				"Food",
				"Greens",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 100,
			carbs = 3,
			protein = 1,
			fat = 0,
			vitamins = 4,
			density = 8.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeetGreensItem",
			typeID = 0,
		},
		["Beet Seed"] = {
			untranslated = "Beet Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow beets.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BeetSeedItem",
			typeID = 0,
		},
		["Berry Extract Fertilizer"] = {
			untranslated = "Berry Extract Fertilizer",
			category = nil,
			group = "Items",
			description = "An excellent fertilizer that provides a mix of nutrients, but especially potassium.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BerryExtractFertilizerItem",
			typeID = 0,
		},
		["Big Backpack"] = {
			untranslated = "Big Backpack",
			category = nil,
			group = "Clothing",
			description = "A survival backpack that offers more support than the basic backpack.\\n\\n(Increases max carry weight by 10 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BigBackpackItem",
			typeID = 0,
		},
		["Big Bluestem Seed"] = {
			untranslated = "Big Bluestem Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a big bluestem plant.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BigBluestemSeedItem",
			typeID = 0,
		},
		["Bighorn Carcass"] = {
			untranslated = "Bighorn Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead bighorn.",
			tagGroups = {
				"Medium Carcass",
				"Medium Wooly Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 3500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BighornCarcassItem",
			typeID = 0,
		},
		Biodiesel = {
			untranslated = "Biodiesel",
			category = nil,
			group = "Blocks",
			description = "A vegetable or animal fat-based diesel fuel.",
			tagGroups = {
				"Liquid Fuel",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 80000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BiodieselItem",
			typeID = 0,
		},
		["Birch Log"] = {
			untranslated = "Birch Log",
			category = nil,
			group = "Natural Resources",
			description = "Birch log is a type of hardwood, notable for its white and papery bark.",
			tagGroups = {
				"Burnable Fuel",
				"Hardwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BirchLogItem",
			typeID = 0,
		},
		["Birch Seed"] = {
			untranslated = "Birch Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow into a birch sapling.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BirchSeedItem",
			typeID = 0,
		},
		["Bison Carcass"] = {
			untranslated = "Bison Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead bison.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BisonCarcassItem",
			typeID = 0,
		},
		["Bison Chow Fun"] = {
			untranslated = "Bison Chow Fun",
			category = nil,
			group = "Food",
			description = "Who says food can't be fun?",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 550,
			calories = 1450,
			carbs = 16,
			protein = 13,
			fat = 20,
			vitamins = 8,
			density = 3.9310344827586206,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BisonChowFunItem",
			typeID = 0,
		},
		["Bison Mount"] = {
			untranslated = "Bison Mount",
			category = nil,
			group = "Housing Objects",
			description = "A fluffy, but very dead, bison head on a mount.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4.5",
			roomCategory = "Living Room",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BisonMountItem",
			typeID = 0,
		},
		["Blacksmith Advanced Upgrade"] = {
			untranslated = "Blacksmith Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlacksmithAdvancedUpgradeItem",
			typeID = 0,
		},
		["Blacksmith Skill Book"] = {
			untranslated = "Blacksmith Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Blacksmith Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Blacksmith Skill BookItem",
			typeID = 0,
		},
		["Blacksmith Skill Scroll"] = {
			untranslated = "Blacksmith Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Blacksmith Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Blacksmith Skill ScrollItem",
			typeID = 0,
		},
		["Blacksmith Table"] = {
			untranslated = "Blacksmith Table",
			category = nil,
			group = "Work Stations",
			description = "A simple workplace with assorted tools for creating both decorative pieces and necessary items.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlacksmithTableItem",
			typeID = 0,
		},
		["Blacksmith Upgrade"] = {
			untranslated = "Blacksmith Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Blacksmith recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlacksmithUpgradeItem",
			typeID = 0,
		},
		["Blast Furnace"] = {
			untranslated = "Blast Furnace",
			category = nil,
			group = "Work Stations",
			description = "A superior replacement for the bloomery that can produce steel.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlastFurnaceItem",
			typeID = 0,
		},
		["Blood Meal Fertilizer"] = {
			untranslated = "Blood Meal Fertilizer",
			category = nil,
			group = "Items",
			description = "Blood meal is a great source of nitrogen.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BloodMealFertilizerItem",
			typeID = 0,
		},
		Bloomery = {
			untranslated = "Bloomery",
			category = nil,
			group = "Work Stations",
			description = "A chimney-shaped furnace for smelting ores.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BloomeryItem",
			typeID = 0,
		},
		["Blue Shark"] = {
			untranslated = "Blue Shark",
			category = nil,
			group = "Natural Resources",
			description = "A blue shark.",
			tagGroups = {
				"Fish",
				"Large Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BlueSharkItem",
			typeID = 0,
		},
		Board = {
			untranslated = "Board",
			category = nil,
			group = "Items",
			description = "A higher quality board used for long lasting furniture.",
			tagGroups = {
				"Burnable Fuel",
				"Wood Board",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 2000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoardItem",
			typeID = 0,
		},
		["Board Of Elections"] = {
			untranslated = "Board Of Elections",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of Election Processes, which are different kinds of elections with different settings (who can vote, who can veto, etc).",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoardOfElectionsItem",
			typeID = 0,
		},
		["Boiled Grains"] = {
			untranslated = "Boiled Grains",
			category = nil,
			group = "Food",
			description = "A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 9,
			protein = 2,
			fat = 0,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoiledGrainsItem",
			typeID = 0,
		},
		["Boiled Rice"] = {
			untranslated = "Boiled Rice",
			category = nil,
			group = "Food",
			description = "Soft and fluffy.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 210,
			carbs = 13,
			protein = 2,
			fat = 0,
			vitamins = 0,
			density = 7.142857142857142,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoiledRiceItem",
			typeID = 0,
		},
		["Boiled Sausage"] = {
			untranslated = "Boiled Sausage",
			category = nil,
			group = "Food",
			description = "Boiled sausages might not be as pretty as grilled ones, but they're still tasty.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 600,
			carbs = 0,
			protein = 27,
			fat = 22,
			vitamins = 0,
			density = 8.166666666666666,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoiledSausageItem",
			typeID = 0,
		},
		Boiler = {
			untranslated = "Boiler",
			category = nil,
			group = "Items",
			description = "A vessel used for heating fluids.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoilerItem",
			typeID = 0,
		},
		["Bolete Mushroom Spores"] = {
			untranslated = "Bolete Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow bolete mushrooms.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoleteMushroomSporesItem",
			typeID = 0,
		},
		["Bolete Mushrooms"] = {
			untranslated = "Bolete Mushrooms",
			category = nil,
			group = "Food",
			description = "Boletus edulis.",
			tagGroups = {
				"Food",
				"Fungus",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 4,
			fat = 1,
			vitamins = 1,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BoleteMushroomsItem",
			typeID = 0,
		},
		Bookshelf = {
			untranslated = "Bookshelf",
			category = nil,
			group = "Housing Objects",
			description = "A place to store knowledge and information; leads to the town hall.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Living Room",
			furnitureType = "Shelves",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BookshelfItem",
			typeID = 0,
		},
		Brazier = {
			untranslated = "Brazier",
			category = nil,
			group = "Housing Objects",
			description = "A metal stand which can hold burning fuel to provide light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BrazierItem",
			typeID = 0,
		},
		Bread = {
			untranslated = "Bread",
			category = nil,
			group = "Food",
			description = "A delicious, crispy crust hides the soft interior.",
			tagGroups = {
				"Bread",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 750,
			carbs = 23,
			protein = 6,
			fat = 4,
			vitamins = 2,
			density = 4.666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BreadItem",
			typeID = 0,
		},
		Brick = {
			untranslated = "Brick",
			category = nil,
			group = "Blocks",
			description = "Durable building material made from fired blocks and mortar.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BrickItem",
			typeID = 0,
		},
		["Brick Fireplace"] = {
			untranslated = "Brick Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BrickFireplaceItem",
			typeID = 0,
		},
		["Builder Boots"] = {
			untranslated = "Builder Boots",
			category = nil,
			group = "Clothing",
			description = "Snug work boots with side zippers.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderBootsItem",
			typeID = 0,
		},
		["Builder Gloves"] = {
			untranslated = "Builder Gloves",
			category = nil,
			group = "Clothing",
			description = "Leather construction gloves with durable palms and fabric backs for breathability.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderGlovesItem",
			typeID = 0,
		},
		["Builder Helmet"] = {
			untranslated = "Builder Helmet",
			category = nil,
			group = "Clothing",
			description = "A plastic hard hat that protects from falling objects and other hazards found in construction sites.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderHelmetItem",
			typeID = 0,
		},
		["Builder Overalls"] = {
			untranslated = "Builder Overalls",
			category = nil,
			group = "Clothing",
			description = "Durable overalls with cargo pockets and hammer loops.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderOverallsItem",
			typeID = 0,
		},
		["Builder Shirt"] = {
			untranslated = "Builder Shirt",
			category = nil,
			group = "Clothing",
			description = "A short sleeved work shirt made from a blend of cotton and synthetic materials. ",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BuilderShirtItem",
			typeID = 0,
		},
		["Bullrush Seed"] = {
			untranslated = "Bullrush Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow bullrush.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BullrushSeedItem",
			typeID = 0,
		},
		["Bunchgrass Seed"] = {
			untranslated = "Bunchgrass Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow bunchgrass.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BunchgrassSeedItem",
			typeID = 0,
		},
		["Butchery Skill Book"] = {
			untranslated = "Butchery Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Butchery Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Butchery Skill BookItem",
			typeID = 0,
		},
		["Butchery Skill Scroll"] = {
			untranslated = "Butchery Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Butchery Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Butchery Skill ScrollItem",
			typeID = 0,
		},
		["Butchery Table"] = {
			untranslated = "Butchery Table",
			category = nil,
			group = "Housing Objects",
			description = "A block and cleaver to process raw meat into fancier dishes.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Kitchen",
			furnitureType = "Food Preparation",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ButcheryTableItem",
			typeID = 0,
		},
		["Butchery Upgrade"] = {
			untranslated = "Butchery Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ButcheryUpgradeItem",
			typeID = 0,
		},
		Bycocket = {
			untranslated = "Bycocket",
			category = nil,
			group = "Clothing",
			description = "Also called chapeau a bec, or Billed Hat in france due to it's bird-beak like appearance.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "BycocketItem",
			typeID = 0,
		},
		["CO2 Canister"] = {
			untranslated = "CO2 Canister",
			category = nil,
			group = "Item",
			description = "For creating fancy foams!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CO2CanisterItem",
			typeID = 0,
		},
		["Camas Ash Fertilizer"] = {
			untranslated = "Camas Ash Fertilizer",
			category = nil,
			group = "Items",
			description = "Camas ash fertilizer, though not very potent, is a great source of potassium.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasAshFertilizerItem",
			typeID = 0,
		},
		["Camas Bread"] = {
			untranslated = "Camas Bread",
			category = nil,
			group = "Food",
			description = "A bread with a camas twist for a bit of flavor and fun. ",
			tagGroups = {
				"Bread",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 800,
			carbs = 13,
			protein = 5,
			fat = 11,
			vitamins = 7,
			density = 4.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasBreadItem",
			typeID = 0,
		},
		["Camas Bulb"] = {
			untranslated = "Camas Bulb",
			category = nil,
			group = "Food",
			description = "Plant to grow a camas plant.",
			tagGroups = {
				"Crop",
				"Crop Seed",
				"Food",
				"Raw Food",
				"Root",
				"Seeds",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 150,
			carbs = 1,
			protein = 2,
			fat = 5,
			vitamins = 0,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasBulbItem",
			typeID = 0,
		},
		["Camas Bulb Bake"] = {
			untranslated = "Camas Bulb Bake",
			category = nil,
			group = "Food",
			description = "A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.",
			tagGroups = {
				"Baked Food",
				"Baked Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 700,
			carbs = 12,
			protein = 7,
			fat = 5,
			vitamins = 4,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasBulbBakeItem",
			typeID = 0,
		},
		["Camas Paste"] = {
			untranslated = "Camas Paste",
			category = nil,
			group = "Food",
			description = "Pulverized camas works as an excellent thickener or flavour enhancer.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 60,
			carbs = 3,
			protein = 2,
			fat = 10,
			vitamins = 0,
			density = 25.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamasPasteItem",
			typeID = 0,
		},
		Camera = {
			untranslated = "Camera",
			category = nil,
			group = "Item",
			description = "",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CameraItem",
			typeID = 0,
		},
		["Camera Film"] = {
			untranslated = "Camera Film",
			category = nil,
			group = "Items",
			description = "A film used inside a camera.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CameraFilmItem",
			typeID = 0,
		},
		["Camo Pants"] = {
			untranslated = "Camo Pants",
			category = nil,
			group = "Clothing",
			description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamoPantsItem",
			typeID = 0,
		},
		["Camo Shirt"] = {
			untranslated = "Camo Shirt",
			category = nil,
			group = "Clothing",
			description = "Hide from the animals!\\n\\n(Reduces the detection range of animals)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CamoShirtItem",
			typeID = 0,
		},
		Campfire = {
			untranslated = "Campfire",
			category = nil,
			group = "Work Stations",
			description = "Cook like a caveman on an uneven fire.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CampfireItem",
			typeID = 0,
		},
		["Campfire Cooking Upgrade"] = {
			untranslated = "Campfire Cooking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CampfireCookingUpgradeItem",
			typeID = 0,
		},
		["Campfire Roast"] = {
			untranslated = "Campfire Roast",
			category = nil,
			group = "Food",
			description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1000,
			carbs = 0,
			protein = 16,
			fat = 12,
			vitamins = 0,
			density = 2.8000000000000003,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CampfireRoastItem",
			typeID = 0,
		},
		Campsite = {
			untranslated = "Campsite",
			category = nil,
			group = "Work Stations",
			description = "A campsite.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CampsiteItem",
			typeID = 0,
		},
		["Candle Stand"] = {
			untranslated = "Candle Stand",
			category = nil,
			group = "Housing Objects",
			description = "A fancy candelabra for providing small amounts of light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.4",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CandleStandItem",
			typeID = 0,
		},
		Canvas = {
			untranslated = "Canvas",
			category = nil,
			group = "Items",
			description = "A canvas used for painting on, made by either cotton or linen.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CanvasItem",
			typeID = 0,
		},
		Capitol = {
			untranslated = "Capitol",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of the government, allowing all other civic objects to be created.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CapitolItem",
			typeID = 0,
		},
		Capris = {
			untranslated = "Capris",
			category = nil,
			group = "Clothing",
			description = "Capri pants (also known as three quarter pants, capris, crop pants, pedal pushers, clam-diggers, flood pants, jams, highwaters, culottes, or toreador pants) are pants that are longer than shorts but are not as long as trousers.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CaprisItem",
			typeID = 0,
		},
		["Carbide Helmet Lamp"] = {
			untranslated = "Carbide Helmet Lamp",
			category = nil,
			group = "Clothing",
			description = "A steel hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarbideHelmetLampItem",
			typeID = 0,
		},
		["Carpentry Advanced Upgrade"] = {
			untranslated = "Carpentry Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarpentryAdvancedUpgradeItem",
			typeID = 0,
		},
		["Carpentry Basic Upgrade"] = {
			untranslated = "Carpentry Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarpentryBasicUpgradeItem",
			typeID = 0,
		},
		["Carpentry Skill Book"] = {
			untranslated = "Carpentry Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Carpentry Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Carpentry Skill BookItem",
			typeID = 0,
		},
		["Carpentry Skill Scroll"] = {
			untranslated = "Carpentry Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Carpentry Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Carpentry Skill ScrollItem",
			typeID = 0,
		},
		["Carpentry Table"] = {
			untranslated = "Carpentry Table",
			category = nil,
			group = "Work Stations",
			description = "A table for basic wooden crafts for home improvement and progress.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarpentryTableItem",
			typeID = 0,
		},
		["Carved Pumpkin"] = {
			untranslated = "Carved Pumpkin",
			category = nil,
			group = "Housing Objects",
			description = "Spooky pumpkin that emits a mystical light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Lights",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CarvedPumpkinItem",
			typeID = 0,
		},
		["Cast Iron Bed"] = {
			untranslated = "Cast Iron Bed",
			category = nil,
			group = "Housing Objects",
			description = "A solid bed made slightly more comfortable by adding cotton.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronBedItem",
			typeID = 0,
		},
		["Cast Iron Bench"] = {
			untranslated = "Cast Iron Bench",
			category = nil,
			group = "Housing Objects",
			description = "Does not look very comfortable.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronBenchItem",
			typeID = 0,
		},
		["Cast Iron Chair"] = {
			untranslated = "Cast Iron Chair",
			category = nil,
			group = "Housing Objects",
			description = "It is very stable.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronChairItem",
			typeID = 0,
		},
		["Cast Iron Royal Bed"] = {
			untranslated = "Cast Iron Royal Bed",
			category = nil,
			group = "Housing Objects",
			description = "A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4.5",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronRoyalBedItem",
			typeID = 0,
		},
		["Cast Iron Stove"] = {
			untranslated = "Cast Iron Stove",
			category = nil,
			group = "Housing Objects",
			description = "The perfect stove for the fledgling chef.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Kitchen",
			furnitureType = "Cooking",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronStoveItem",
			typeID = 0,
		},
		["Cast Iron Table"] = {
			untranslated = "Cast Iron Table",
			category = nil,
			group = "Housing Objects",
			description = "A simple yet ornate table made from cast iron.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CastIronTableItem",
			typeID = 0,
		},
		["Cedar Log"] = {
			untranslated = "Cedar Log",
			category = nil,
			group = "Natural Resources",
			description = "Cedar log is a type of softwood. Cedar wood is a natural repellent to moths.",
			tagGroups = {
				"Burnable Fuel",
				"Softwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CedarLogItem",
			typeID = 0,
		},
		["Cedar Seed"] = {
			untranslated = "Cedar Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a cedar sapling.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CedarSeedItem",
			typeID = 0,
		},
		["Ceiba Log"] = {
			untranslated = "Ceiba Log",
			category = nil,
			group = "Natural Resources",
			description = "Ceiba log is a type of hardwood. The Ceiba tree, with its giant trunk, is often sought after by loggers for the large volume of logs it produces.",
			tagGroups = {
				"Burnable Fuel",
				"Hardwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CeibaLogItem",
			typeID = 0,
		},
		["Ceiba Seed"] = {
			untranslated = "Ceiba Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a ceiba sapling.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CeibaSeedItem",
			typeID = 0,
		},
		["Ceiling Candle"] = {
			untranslated = "Ceiling Candle",
			category = nil,
			group = "Housing Objects",
			description = "A fancy hanging candelabra.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.4",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CeilingCandleItem",
			typeID = 0,
		},
		["Cellulose Fiber"] = {
			untranslated = "Cellulose Fiber",
			category = nil,
			group = "Items",
			description = "Created by taking pulped plants and extruding them similarly to synthetic fibers.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CelluloseFiberItem",
			typeID = 0,
		},
		Cement = {
			untranslated = "Cement",
			category = nil,
			group = "Items",
			description = "In order to be usable it needs to be reinforced.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CementItem",
			typeID = 0,
		},
		["Cement Kiln"] = {
			untranslated = "Cement Kiln",
			category = nil,
			group = "Work Stations",
			description = "A rotary kiln that produces cement and concrete products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CementKilnItem",
			typeID = 0,
		},
		["Census Bureau"] = {
			untranslated = "Census Bureau",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CensusBureauItem",
			typeID = 0,
		},
		["Ceramic Mold"] = {
			untranslated = "Ceramic Mold",
			category = nil,
			group = "Items",
			description = "A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CeramicMoldItem",
			typeID = 0,
		},
		["Cereal Germ"] = {
			untranslated = "Cereal Germ",
			category = nil,
			group = "Food",
			description = "A by-product of milling, the germ is the reproductive part of the cereal that germinates.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 20,
			carbs = 5,
			protein = 0,
			fat = 7,
			vitamins = 3,
			density = 75.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CerealGermItem",
			typeID = 0,
		},
		Chainsaw = {
			untranslated = "Chainsaw",
			category = nil,
			group = "Items",
			description = "A gasoline-powered alternative to cutting trees.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChainsawItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 400.0,
			ToolDamage = 15.0,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Gasoline",
		},
		Charcoal = {
			untranslated = "Charcoal",
			category = nil,
			group = "Items",
			description = "A black residue, consisting of carbon and any remaining ash.",
			tagGroups = {
				"Burnable Fuel",
				"Coal",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 20000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharcoalItem",
			typeID = 0,
		},
		["Charred Agave"] = {
			untranslated = "Charred Agave",
			category = nil,
			group = "Food",
			description = "Agave leaves that have been charred over a campfire.",
			tagGroups = {
				"Charred Green",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 5,
			protein = 1,
			fat = 3,
			vitamins = 3,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredAgaveItem",
			typeID = 0,
		},
		["Charred Beans"] = {
			untranslated = "Charred Beans",
			category = nil,
			group = "Food",
			description = "A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 1,
			protein = 8,
			fat = 3,
			vitamins = 0,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredBeansItem",
			typeID = 0,
		},
		["Charred Beet"] = {
			untranslated = "Charred Beet",
			category = nil,
			group = "Food",
			description = "Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 3,
			protein = 0,
			fat = 3,
			vitamins = 6,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredBeetItem",
			typeID = 0,
		},
		["Charred Cactus Fruit"] = {
			untranslated = "Charred Cactus Fruit",
			category = nil,
			group = "Food",
			description = "Blackened cactus fruit. A favorite of early desert settlers.",
			tagGroups = {
				"Charred Fruit",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 200,
			carbs = 4,
			protein = 0,
			fat = 2,
			vitamins = 6,
			density = 6.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredCactusFruitItem",
			typeID = 0,
		},
		["Charred Camas Bulb"] = {
			untranslated = "Charred Camas Bulb",
			category = nil,
			group = "Food",
			description = "A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 2,
			protein = 3,
			fat = 6,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredCamasBulbItem",
			typeID = 0,
		},
		["Charred Corn"] = {
			untranslated = "Charred Corn",
			category = nil,
			group = "Food",
			description = "This piece of corn needs a good slathering of butter to curb that burnt taste.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 7,
			protein = 1,
			fat = 0,
			vitamins = 4,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredCornItem",
			typeID = 0,
		},
		["Charred Fireweed Shoots"] = {
			untranslated = "Charred Fireweed Shoots",
			category = nil,
			group = "Food",
			description = "It tastes somewhat burnt but at least the fire has removed the bitter taste.",
			tagGroups = {
				"Charred Green",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 5,
			protein = 1,
			fat = 0,
			vitamins = 6,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredFireweedShootsItem",
			typeID = 0,
		},
		["Charred Fish"] = {
			untranslated = "Charred Fish",
			category = nil,
			group = "Food",
			description = "At least it doesn't have any scales any more.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 400,
			carbs = 0,
			protein = 11,
			fat = 4,
			vitamins = 0,
			density = 3.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredFishItem",
			typeID = 0,
		},
		["Charred Heart Of Palm"] = {
			untranslated = "Charred Heart Of Palm",
			category = nil,
			group = "Food",
			description = "Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 210,
			carbs = 6,
			protein = 3,
			fat = 1,
			vitamins = 2,
			density = 5.714285714285714,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredHeartOfPalmItem",
			typeID = 0,
		},
		["Charred Meat"] = {
			untranslated = "Charred Meat",
			category = nil,
			group = "Food",
			description = "The blackened surface of this unrecognizable meat is 'golden brown'.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 400,
			carbs = 0,
			protein = 5,
			fat = 10,
			vitamins = 0,
			density = 3.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredMeatItem",
			typeID = 0,
		},
		["Charred Mushrooms"] = {
			untranslated = "Charred Mushrooms",
			category = nil,
			group = "Food",
			description = "A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 3,
			protein = 6,
			fat = 2,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredMushroomsItem",
			typeID = 0,
		},
		["Charred Papaya"] = {
			untranslated = "Charred Papaya",
			category = nil,
			group = "Food",
			description = "Papaya fruit that has been charred over a basic campfire.",
			tagGroups = {
				"Charred Fruit",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 3,
			protein = 1,
			fat = 0,
			vitamins = 8,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredPapayaItem",
			typeID = 0,
		},
		["Charred Pineapple"] = {
			untranslated = "Charred Pineapple",
			category = nil,
			group = "Food",
			description = "Pineapple that has been charred over a basic campfire.",
			tagGroups = {
				"Charred Fruit",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 8,
			protein = 1,
			fat = 0,
			vitamins = 3,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredPineappleItem",
			typeID = 0,
		},
		["Charred Sausage"] = {
			untranslated = "Charred Sausage",
			category = nil,
			group = "Food",
			description = "The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 350,
			calories = 700,
			carbs = 0,
			protein = 10,
			fat = 14,
			vitamins = 0,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredSausageItem",
			typeID = 0,
		},
		["Charred Taro"] = {
			untranslated = "Charred Taro",
			category = nil,
			group = "Food",
			description = "Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 10,
			protein = 1,
			fat = 0,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredTaroItem",
			typeID = 0,
		},
		["Charred Tomato"] = {
			untranslated = "Charred Tomato",
			category = nil,
			group = "Food",
			description = "The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.",
			tagGroups = {
				"Charred Vegetable",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 7,
			protein = 1,
			fat = 0,
			vitamins = 4,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CharredTomatoItem",
			typeID = 0,
		},
		["Chef Hat"] = {
			untranslated = "Chef Hat",
			category = nil,
			group = "Clothing",
			description = "To keep your hair in one place while stirring the pots.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChefHatItem",
			typeID = 0,
		},
		["Chef Pants"] = {
			untranslated = "Chef Pants",
			category = nil,
			group = "Clothing",
			description = "Checkered style pants for hiding the truths of working in a kitchen.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChefPantsItem",
			typeID = 0,
		},
		["Chef Shirt"] = {
			untranslated = "Chef Shirt",
			category = nil,
			group = "Clothing",
			description = "A clean Chef's shirt to spot all the spots.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChefShirtItem",
			typeID = 0,
		},
		["Chef Shoes"] = {
			untranslated = "Chef Shoes",
			category = nil,
			group = "Clothing",
			description = "Simple low indoors working shoes helps avoiding slipping on wet surfaces in a large kitchen.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ChefShoesItem",
			typeID = 0,
		},
		["Claim Tool"] = {
			untranslated = "Claim Tool",
			category = nil,
			group = "Items",
			description = "Used to claim, unclaim and examine property.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClaimToolItem",
			typeID = 0,
		},
		Clam = {
			untranslated = "Clam",
			category = nil,
			group = "Natural Resources",
			description = "A clam.",
			tagGroups = {
				"Marine Life",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClamItem",
			typeID = 0,
		},
		["Clam Chowder"] = {
			untranslated = "Clam Chowder",
			category = nil,
			group = "Food",
			description = "A thick stew loaded with clams and taro root.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 800,
			carbs = 16,
			protein = 15,
			fat = 3,
			vitamins = 11,
			density = 5.625,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClamChowderItem",
			typeID = 0,
		},
		Clay = {
			untranslated = "Clay",
			category = nil,
			group = "Natural Resources",
			description = "A very fine grained deposit of weathered bits of rock. Plastic when wet and brittle when dry, clay is impermeable to many liquids and useful for many industrial and environmental purposes.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 22000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClayItem",
			typeID = 0,
		},
		["Clay Mold"] = {
			untranslated = "Clay Mold",
			category = nil,
			group = "Items",
			description = "A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClayMoldItem",
			typeID = 0,
		},
		Cloth = {
			untranslated = "Cloth",
			category = nil,
			group = "Item",
			description = "A piece of rough cloth made by weaving fibers together.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClothItem",
			typeID = 0,
		},
		["Cloth Belt"] = {
			untranslated = "Cloth Belt",
			category = nil,
			group = "Clothing",
			description = "A fashionable cloth belt that drapes across the waist.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClothBeltItem",
			typeID = 0,
		},
		["Cloth Cape"] = {
			untranslated = "Cloth Cape",
			category = nil,
			group = "Clothing",
			description = "It just looks cool.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ClothCapeItem",
			typeID = 0,
		},
		Coal = {
			untranslated = "Coal",
			category = nil,
			group = "Natural Resources",
			description = "A combustible mineral which needs to be crushed into usable fuel.",
			tagGroups = {
				"Excavatable",
				"Ore",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 4000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CoalItem",
			typeID = 0,
		},
		Cod = {
			untranslated = "Cod",
			category = nil,
			group = "Natural Resources",
			description = "A cod.",
			tagGroups = {
				"Fish",
				"Medium Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CodItem",
			typeID = 0,
		},
		["Colored Powder"] = {
			untranslated = "Colored Powder",
			category = nil,
			group = "Items",
			description = "A bag of crushed flower petals.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ColoredPowderItem",
			typeID = 0,
		},
		["Combustion Engine"] = {
			untranslated = "Combustion Engine",
			category = nil,
			group = "Items",
			description = "An engine that generates power by combustion of fuel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CombustionEngineItem",
			typeID = 0,
		},
		["Combustion Generator"] = {
			untranslated = "Combustion Generator",
			category = nil,
			group = "Crafted Objects",
			description = "Consumes most fuels to produce energy.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CombustionGeneratorItem",
			typeID = 0,
		},
		["Composite Birch Bench"] = {
			untranslated = "Composite Birch Bench",
			category = nil,
			group = "Housing Objects",
			description = "A composite bench built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchBenchItem",
			typeID = 0,
		},
		["Composite Birch Chair"] = {
			untranslated = "Composite Birch Chair",
			category = nil,
			group = "Housing Objects",
			description = "A composite chair built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchChairItem",
			typeID = 0,
		},
		["Composite Birch Door"] = {
			untranslated = "Composite Birch Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful composite door built by an expert carpenter.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchDoorItem",
			typeID = 0,
		},
		["Composite Birch Lumber"] = {
			untranslated = "Composite Birch Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Hardwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchLumberItem",
			typeID = 0,
		},
		["Composite Birch Table"] = {
			untranslated = "Composite Birch Table",
			category = nil,
			group = "Housing Objects",
			description = "A large composite table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBirchTableItem",
			typeID = 0,
		},
		["Composite Bow"] = {
			untranslated = "Composite Bow",
			category = nil,
			group = "Items",
			description = "A modern composite bow made with fiberglass that makes hunting a breeze. Requires arrows to fire.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeBowItem",
			typeID = 0,
			ToolVariant = "Bow",
			ToolDurability = 2000.0,
			ToolDamage = 1.5,
			ToolDamageTalent = "HuntingPowerShotTalent",
			ToolRepairType = "Nylon",
		},
		["Composite Cedar Lumber"] = {
			untranslated = "Composite Cedar Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Softwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeCedarLumberItem",
			typeID = 0,
		},
		["Composite Ceiba Lumber"] = {
			untranslated = "Composite Ceiba Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Hardwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeCeibaLumberItem",
			typeID = 0,
		},
		["Composite Filler"] = {
			untranslated = "Composite Filler",
			category = nil,
			group = "Items",
			description = "A multipurpose filler that is made from what you have available.",
			tagGroups = {
				"Fertilizer",
				"Fertilizer Filler",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeFillerItem",
			typeID = 0,
		},
		["Composite Fir Lumber"] = {
			untranslated = "Composite Fir Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Softwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeFirLumberItem",
			typeID = 0,
		},
		["Composite Hardwood Bench"] = {
			untranslated = "Composite Hardwood Bench",
			category = nil,
			group = "Housing Objects",
			description = "A composite bench built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeHardwoodBenchItem",
			typeID = 0,
		},
		["Composite Hardwood Chair"] = {
			untranslated = "Composite Hardwood Chair",
			category = nil,
			group = "Housing Objects",
			description = "A composite chair built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeHardwoodChairItem",
			typeID = 0,
		},
		["Composite Hardwood Door"] = {
			untranslated = "Composite Hardwood Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful composite door built by an expert carpenter.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeHardwoodDoorItem",
			typeID = 0,
		},
		["Composite Hardwood Table"] = {
			untranslated = "Composite Hardwood Table",
			category = nil,
			group = "Housing Objects",
			description = "A nice composite table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeHardwoodTableItem",
			typeID = 0,
		},
		["Composite Joshua Lumber"] = {
			untranslated = "Composite Joshua Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeJoshuaLumberItem",
			typeID = 0,
		},
		["Composite Lumber"] = {
			untranslated = "Composite Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberItem",
			typeID = 0,
		},
		["Composite Lumber Bench"] = {
			untranslated = "Composite Lumber Bench",
			category = nil,
			group = "Housing Objects",
			description = "A composite bench built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberBenchItem",
			typeID = 0,
		},
		["Composite Lumber Chair"] = {
			untranslated = "Composite Lumber Chair",
			category = nil,
			group = "Housing Objects",
			description = "A composite chair built to last.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberChairItem",
			typeID = 0,
		},
		["Composite Lumber Door"] = {
			untranslated = "Composite Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful composite door built by an expert carpenter.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberDoorItem",
			typeID = 0,
		},
		["Composite Lumber Table"] = {
			untranslated = "Composite Lumber Table",
			category = nil,
			group = "Housing Objects",
			description = "A large composite table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeLumberTableItem",
			typeID = 0,
		},
		["Composite Oak Lumber"] = {
			untranslated = "Composite Oak Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Hardwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeOakLumberItem",
			typeID = 0,
		},
		["Composite Palm Lumber"] = {
			untranslated = "Composite Palm Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositePalmLumberItem",
			typeID = 0,
		},
		["Composite Redwood Lumber"] = {
			untranslated = "Composite Redwood Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
				"Softwood Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeRedwoodLumberItem",
			typeID = 0,
		},
		["Composite Saguaro Lumber"] = {
			untranslated = "Composite Saguaro Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeSaguaroLumberItem",
			typeID = 0,
		},
		["Composite Spruce Lumber"] = {
			untranslated = "Composite Spruce Lumber",
			category = nil,
			group = "Blocks",
			description = "A composite lumber made from a combination of wood and plastic.",
			tagGroups = {
				"Composite Lumber",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositeSpruceLumberItem",
			typeID = 0,
		},
		["Composites Skill Book"] = {
			untranslated = "Composites Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Composites Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Composites Skill BookItem",
			typeID = 0,
		},
		["Composites Skill Scroll"] = {
			untranslated = "Composites Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Composites Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Composites Skill ScrollItem",
			typeID = 0,
		},
		["Composites Upgrade"] = {
			untranslated = "Composites Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Composites recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompositesUpgradeItem",
			typeID = 0,
		},
		["Compost Fertilizer"] = {
			untranslated = "Compost Fertilizer",
			category = nil,
			group = "Items",
			description = "Compost fertilizer is a classic, low effort fertilizer.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CompostFertilizerItem",
			typeID = 0,
		},
		["Computer Lab"] = {
			untranslated = "Computer Lab",
			category = nil,
			group = "Crafted Objects",
			description = "A place where you can sit all day and play video games! Or work on expert-level research.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ComputerLabItem",
			typeID = 0,
		},
		["Construction Post"] = {
			untranslated = "Construction Post",
			category = nil,
			group = "Crafted Objects",
			description = "For construction contracts.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ConstructionPostItem",
			typeID = 0,
		},
		["Contract Board"] = {
			untranslated = "Contract Board",
			category = nil,
			group = "Work Stations",
			description = "A board to post contracts.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ContractBoardItem",
			typeID = 0,
		},
		["Cookeina Mushroom Spores"] = {
			untranslated = "Cookeina Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow cookeina mushrooms.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CookeinaMushroomSporesItem",
			typeID = 0,
		},
		["Cookeina Mushrooms"] = {
			untranslated = "Cookeina Mushrooms",
			category = nil,
			group = "Food",
			description = "Tiny Cup Mushrooms.",
			tagGroups = {
				"Food",
				"Fungus",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 4,
			fat = 1,
			vitamins = 1,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CookeinaMushroomsItem",
			typeID = 0,
		},
		["Cooking Skill Book"] = {
			untranslated = "Cooking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Cooking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Cooking Skill BookItem",
			typeID = 0,
		},
		["Cooking Skill Scroll"] = {
			untranslated = "Cooking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Cooking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Cooking Skill ScrollItem",
			typeID = 0,
		},
		["Cooking Upgrade"] = {
			untranslated = "Cooking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CookingUpgradeItem",
			typeID = 0,
		},
		["Copper Bar"] = {
			untranslated = "Copper Bar",
			category = nil,
			group = "Blocks",
			description = "Refined bar of copper.",
			tagGroups = {
				"Metal",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 18000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperBarItem",
			typeID = 0,
		},
		["Copper Concentrate"] = {
			untranslated = "Copper Concentrate",
			category = nil,
			group = "Blocks",
			description = "Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
			tagGroups = {
				"Concentrated Ore",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperConcentrateItem",
			typeID = 0,
		},
		["Copper Frame Landscape"] = {
			untranslated = "Copper Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperFrameLandscapeItem",
			typeID = 0,
		},
		["Copper Frame Wide"] = {
			untranslated = "Copper Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperFrameWideItem",
			typeID = 0,
		},
		["Copper Ore"] = {
			untranslated = "Copper Ore",
			category = nil,
			group = "Natural Resources",
			description = "Unrefined ore with traces of copper.",
			tagGroups = {
				"Excavatable",
				"Ore",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperOreItem",
			typeID = 0,
		},
		["Copper Pipe"] = {
			untranslated = "Copper Pipe",
			category = nil,
			group = "Blocks",
			description = "A pipe for transporting liquids.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperPipeItem",
			typeID = 0,
		},
		["Copper Plate"] = {
			untranslated = "Copper Plate",
			category = nil,
			group = "Items",
			description = "A solid copper plate giving higher grades of protection against erosion and improves conductivity.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperPlateItem",
			typeID = 0,
		},
		["Copper Wiring"] = {
			untranslated = "Copper Wiring",
			category = nil,
			group = "Items",
			description = "A length of copper conductive wire useful for a variety of purposes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CopperWiringItem",
			typeID = 0,
		},
		Corn = {
			untranslated = "Corn",
			category = nil,
			group = "Food",
			description = "A warmly colored kernel studded vegetable.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 125,
			calories = 230,
			carbs = 4,
			protein = 1,
			fat = 0,
			vitamins = 3,
			density = 3.4782608695652173,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CornItem",
			typeID = 0,
		},
		["Corn Fritters"] = {
			untranslated = "Corn Fritters",
			category = nil,
			group = "Food",
			description = "These deep fried corn treats are both crispy and delicious.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 500,
			carbs = 13,
			protein = 4,
			fat = 22,
			vitamins = 8,
			density = 9.4,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CornFrittersItem",
			typeID = 0,
		},
		["Corn Seed"] = {
			untranslated = "Corn Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow corn.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CornSeedItem",
			typeID = 0,
		},
		Cornmeal = {
			untranslated = "Cornmeal",
			category = nil,
			group = "Food",
			description = "Dried and ground corn; it's like a courser flour.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 60,
			carbs = 9,
			protein = 3,
			fat = 3,
			vitamins = 0,
			density = 25.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CornmealItem",
			typeID = 0,
		},
		["Corrugated Steel"] = {
			untranslated = "Corrugated Steel",
			category = nil,
			group = "Blocks",
			description = "Especially useful for industrial buildings.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CorrugatedSteelItem",
			typeID = 0,
		},
		["Corrugated Steel Door"] = {
			untranslated = "Corrugated Steel Door",
			category = nil,
			group = "Housing Objects",
			description = "A secure door made of hard corrugated steel.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CorrugatedSteelDoorItem",
			typeID = 0,
		},
		["Corrugated Steel Fence Door"] = {
			untranslated = "Corrugated Steel Fence Door",
			category = nil,
			group = "Housing Objects",
			description = "A corrugated steel door with fence-like viewing slots. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CorrugatedSteelFenceDoorItem",
			typeID = 0,
		},
		["Cotton Boll"] = {
			untranslated = "Cotton Boll",
			category = nil,
			group = "Items",
			description = "A fluffy round boll harvested from a cotton plant.",
			tagGroups = {
				"Crop",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonBollItem",
			typeID = 0,
		},
		["Cotton Carpet"] = {
			untranslated = "Cotton Carpet",
			category = nil,
			group = "Blocks",
			description = "A woven cotton floor covering attached to a lumber backing.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonCarpetItem",
			typeID = 0,
		},
		["Cotton Curtains"] = {
			untranslated = "Cotton Curtains",
			category = nil,
			group = "Blocks",
			description = "Curtains woven using the finest cotton. \\n\\n (Only cosmetic does not impact room value.)",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonCurtainsItem",
			typeID = 0,
		},
		["Cotton Fabric"] = {
			untranslated = "Cotton Fabric",
			category = nil,
			group = "Items",
			description = "Cotton fabric is valued for its light weight, breathability, and softness.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonFabricItem",
			typeID = 0,
		},
		["Cotton Lint"] = {
			untranslated = "Cotton Lint",
			category = nil,
			group = "Items",
			description = "A bundle of cotton used as stuffing or further tailoring processing.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonLintItem",
			typeID = 0,
		},
		["Cotton Seed"] = {
			untranslated = "Cotton Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow cotton.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonSeedItem",
			typeID = 0,
		},
		["Cotton Streamer Stars"] = {
			untranslated = "Cotton Streamer Stars",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonStreamerStarsItem",
			typeID = 0,
		},
		["Cotton Streamer Stripes"] = {
			untranslated = "Cotton Streamer Stripes",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonStreamerStripesItem",
			typeID = 0,
		},
		["Cotton Thread"] = {
			untranslated = "Cotton Thread",
			category = nil,
			group = "Items",
			description = "Cotton fiber that has been processed at a cotton gin and is ready to be used for textiles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 25,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CottonThreadItem",
			typeID = 0,
		},
		Couch = {
			untranslated = "Couch",
			category = nil,
			group = "Housing Objects",
			description = "A sweet couch to lounge on. Now with room for your friends!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CouchItem",
			typeID = 0,
		},
		["Country Foundation"] = {
			untranslated = "Country Foundation",
			category = nil,
			group = "Work Stations",
			description = "When a town simply cannot contain your ambition.",
			tagGroups = {
				"Government",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CountryFoundationItem",
			typeID = 0,
		},
		["Court Chair"] = {
			untranslated = "Court Chair",
			category = nil,
			group = "Housing Objects",
			description = "A chair for legal sittings.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CourtChairItem",
			typeID = 0,
		},
		["Court Table"] = {
			untranslated = "Court Table",
			category = nil,
			group = "Work Stations",
			description = "A vital part of the courtroom.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CourtTableItem",
			typeID = 0,
		},
		["Coyote Carcass"] = {
			untranslated = "Coyote Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead coyote.",
			tagGroups = {
				"Small Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CoyoteCarcassItem",
			typeID = 0,
		},
		["Crab Carcass"] = {
			untranslated = "Crab Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A crustacean that loves the ocean, just don't get caught in its pinch!",
			tagGroups = {
				"Small Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrabCarcassItem",
			typeID = 0,
		},
		["Crab Pot"] = {
			untranslated = "Crab Pot",
			category = nil,
			group = "Crafted Objects",
			description = "A contraption to catch unsuspecting crabs in search of prey.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrabPotItem",
			typeID = 0,
		},
		Crane = {
			untranslated = "Crane",
			category = nil,
			group = "Crafted Objects",
			description = "Allows the placement and transport of materials in an area.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CraneItem",
			typeID = 0,
		},
		["Creosote Bush Seed"] = {
			untranslated = "Creosote Bush Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow creosote bushes.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CreosoteBushSeedItem",
			typeID = 0,
		},
		["Creosote Flower"] = {
			untranslated = "Creosote Flower",
			category = nil,
			group = "Food",
			description = "Placeholder Description.",
			tagGroups = {
				"Food",
				"Petals",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CreosoteFlowerItem",
			typeID = 0,
		},
		["Crimini Mushroom Spores"] = {
			untranslated = "Crimini Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow crimini mushrooms.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CriminiMushroomSporesItem",
			typeID = 0,
		},
		["Crimini Mushrooms"] = {
			untranslated = "Crimini Mushrooms",
			category = nil,
			group = "Food",
			description = "Edible mushrooms that are quite tasty.",
			tagGroups = {
				"Food",
				"Fungus",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 4,
			fat = 1,
			vitamins = 1,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CriminiMushroomsItem",
			typeID = 0,
		},
		["Crimson Salad"] = {
			untranslated = "Crimson Salad",
			category = nil,
			group = "Food",
			description = "Just in case you want to eat red things without eating meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1200,
			carbs = 13,
			protein = 7,
			fat = 8,
			vitamins = 28,
			density = 4.666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrimsonSaladItem",
			typeID = 0,
		},
		["Crispy Bacon"] = {
			untranslated = "Crispy Bacon",
			category = nil,
			group = "Food",
			description = "Give me all the bacon and eggs you have.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 800,
			carbs = 0,
			protein = 18,
			fat = 26,
			vitamins = 0,
			density = 5.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrispyBaconItem",
			typeID = 0,
		},
		["Crushed Basalt"] = {
			untranslated = "Crushed Basalt",
			category = nil,
			group = "Blocks",
			description = "Basalt rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedBasaltItem",
			typeID = 0,
		},
		["Crushed Coal"] = {
			untranslated = "Crushed Coal",
			category = nil,
			group = "Blocks",
			description = "Coal that have been crushed into a usable size.",
			tagGroups = {
				"Burnable Fuel",
				"Coal",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 22000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 80000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedCoalItem",
			typeID = 0,
		},
		["Crushed Copper Ore"] = {
			untranslated = "Crushed Copper Ore",
			category = nil,
			group = "Blocks",
			description = "Crushed copper ore that is ready to be concentrated.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 28000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedCopperOreItem",
			typeID = 0,
		},
		["Crushed Gneiss"] = {
			untranslated = "Crushed Gneiss",
			category = nil,
			group = "Blocks",
			description = "Gneiss rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 28000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedGneissItem",
			typeID = 0,
		},
		["Crushed Gold Ore"] = {
			untranslated = "Crushed Gold Ore",
			category = nil,
			group = "Blocks",
			description = "Crushed gold ore that is ready to be concentrated.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 28000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedGoldOreItem",
			typeID = 0,
		},
		["Crushed Granite"] = {
			untranslated = "Crushed Granite",
			category = nil,
			group = "Blocks",
			description = "Granite rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
				"Silica",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 26000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedGraniteItem",
			typeID = 0,
		},
		["Crushed Iron Ore"] = {
			untranslated = "Crushed Iron Ore",
			category = nil,
			group = "Blocks",
			description = "Crushed iron ore that is ready to be concentrated.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedIronOreItem",
			typeID = 0,
		},
		["Crushed Limestone"] = {
			untranslated = "Crushed Limestone",
			category = nil,
			group = "Blocks",
			description = "Limestone rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 26000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedLimestoneItem",
			typeID = 0,
		},
		["Crushed Mixed Rock"] = {
			untranslated = "Crushed Mixed Rock",
			category = nil,
			group = "Blocks",
			description = "A mixture of rocks that can be used in a variety of recipes or simply as landfill.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 26000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedMixedRockItem",
			typeID = 0,
		},
		["Crushed Oil Shale"] = {
			untranslated = "Crushed Oil Shale",
			category = nil,
			group = "Block",
			description = "",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedOilShaleItem",
			typeID = 0,
		},
		["Crushed Sandstone"] = {
			untranslated = "Crushed Sandstone",
			category = nil,
			group = "Blocks",
			description = "Sandstone rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
				"Silica",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 24000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedSandstoneItem",
			typeID = 0,
		},
		["Crushed Shale"] = {
			untranslated = "Crushed Shale",
			category = nil,
			group = "Blocks",
			description = "Shale rocks that have been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 24000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedShaleItem",
			typeID = 0,
		},
		["Crushed Slag"] = {
			untranslated = "Crushed Slag",
			category = nil,
			group = "Blocks",
			description = "Slag that has been crushed into a fine gravel.",
			tagGroups = {
				"Crushed Rock",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 24000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CrushedSlagItem",
			typeID = 0,
		},
		["Culinary Research Paper Advanced"] = {
			untranslated = "Culinary Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CulinaryResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Culinary Research Paper Basic"] = {
			untranslated = "Culinary Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CulinaryResearchPaperBasicItem",
			typeID = 0,
		},
		["Culinary Research Paper Modern"] = {
			untranslated = "Culinary Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CulinaryResearchPaperModernItem",
			typeID = 0,
		},
		["Currency Exchange"] = {
			untranslated = "Currency Exchange",
			category = nil,
			group = "Work Stations",
			description = "Allows players to exchange currency.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CurrencyExchangeItem",
			typeID = 0,
		},
		["Cutting Edge Cooking Skill Book"] = {
			untranslated = "Cutting Edge Cooking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Cutting Edge Cooking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Cutting Edge Cooking Skill BookItem",
			typeID = 0,
		},
		["Cutting Edge Cooking Skill Scroll"] = {
			untranslated = "Cutting Edge Cooking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Cutting Edge Cooking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Cutting Edge Cooking Skill ScrollItem",
			typeID = 0,
		},
		["Cutting Edge Cooking Upgrade"] = {
			untranslated = "Cutting Edge Cooking Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "CuttingEdgeCookingUpgradeItem",
			typeID = 0,
		},
		["Decorative Anchor"] = {
			untranslated = "Decorative Anchor",
			category = nil,
			group = "Housing Objects",
			description = "The ship this anchor belonged to no longer needed it.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeAnchorItem",
			typeID = 0,
		},
		["Decorative Glass Buoy Blue"] = {
			untranslated = "Decorative Glass Buoy Blue",
			category = nil,
			group = "Housing Objects",
			description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeGlassBuoyBlueItem",
			typeID = 0,
		},
		["Decorative Glass Buoy Red"] = {
			untranslated = "Decorative Glass Buoy Red",
			category = nil,
			group = "Housing Objects",
			description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeGlassBuoyRedItem",
			typeID = 0,
		},
		["Decorative Hanging Buoy"] = {
			untranslated = "Decorative Hanging Buoy",
			category = nil,
			group = "Housing Objects",
			description = "Previously a critical part of a fisher's life, now a simple decorative piece of glass encased in a net.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeHangingBuoyItem",
			typeID = 0,
		},
		["Decorative Life Preserver"] = {
			untranslated = "Decorative Life Preserver",
			category = nil,
			group = "Housing Objects",
			description = "It has retired from its previously life-critical role, but great for nautical decor.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeLifePreserverItem",
			typeID = 0,
		},
		["Decorative Ship Wheel"] = {
			untranslated = "Decorative Ship Wheel",
			category = nil,
			group = "Housing Objects",
			description = "Somewhere a ship is no longer going straight.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DecorativeShipWheelItem",
			typeID = 0,
		},
		["Deer Carcass"] = {
			untranslated = "Deer Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead deer.",
			tagGroups = {
				"Medium Carcass",
				"Medium Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DeerCarcassItem",
			typeID = 0,
		},
		["Dendrology Research Paper Advanced"] = {
			untranslated = "Dendrology Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DendrologyResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Dendrology Research Paper Basic"] = {
			untranslated = "Dendrology Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DendrologyResearchPaperBasicItem",
			typeID = 0,
		},
		["Dendrology Research Paper Modern"] = {
			untranslated = "Dendrology Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DendrologyResearchPaperModernItem",
			typeID = 0,
		},
		["Derpy Hat"] = {
			untranslated = "Derpy Hat",
			category = nil,
			group = "Clothing",
			description = "Dorky sombrero that doesn't fit anyone. You feel embarrassed to wear it.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DerpyHatItem",
			typeID = 0,
		},
		["Dirt Ramp"] = {
			untranslated = "Dirt Ramp",
			category = nil,
			group = "Blocks",
			description = "A dusty ramp formed from tamped earth. It's servicable for any wheeled vehicle.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DirtRampItem",
			typeID = 0,
		},
		["Distribution Station"] = {
			untranslated = "Distribution Station",
			category = nil,
			group = "Crafted Objects",
			description = "A stockpile for distributing items to new players. Allows you to choose a specific set of items which each new player will be able to take.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x7x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DistributionStationItem",
			typeID = 0,
		},
		["Dried Fish"] = {
			untranslated = "Dried Fish",
			category = nil,
			group = "Food",
			description = "Leaving it outdoors somehow made it more digestible.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = 450,
			carbs = 1,
			protein = 16,
			fat = 2,
			vitamins = 0,
			density = 4.222222222222222,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DriedFishItem",
			typeID = 0,
		},
		["Dried Meat"] = {
			untranslated = "Dried Meat",
			category = nil,
			group = "Food",
			description = "Leaving it outdoors somehow made it more digestible.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = 550,
			carbs = 1,
			protein = 14,
			fat = 4,
			vitamins = 0,
			density = 3.4545454545454546,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DriedMeatItem",
			typeID = 0,
		},
		["Dwarf Willow Seed"] = {
			untranslated = "Dwarf Willow Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow dwarf willow.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "DwarfWillowSeedItem",
			typeID = 0,
		},
		Easel = {
			untranslated = "Easel",
			category = nil,
			group = "Crafted Objects",
			description = "An interactive stand allowing paintings to be created using art supplies.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EaselItem",
			typeID = 0,
		},
		["Ecko The Dolphin"] = {
			untranslated = "Ecko The Dolphin",
			category = nil,
			group = "Item",
			description = "Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 0,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EckoTheDolphinItem",
			typeID = 0,
		},
		["Electric Lathe"] = {
			untranslated = "Electric Lathe",
			category = nil,
			group = "Work Stations",
			description = "An electric powered machine that has a spinning blade to craft a variety of metal products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x7x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricLatheItem",
			typeID = 0,
		},
		["Electric Machinist Table"] = {
			untranslated = "Electric Machinist Table",
			category = nil,
			group = "Work Stations",
			description = "A fancy toolbench that creates equally fancy toys.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricMachinistTableItem",
			typeID = 0,
		},
		["Electric Motor"] = {
			untranslated = "Electric Motor",
			category = nil,
			group = "Items",
			description = "A motor.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricMotorItem",
			typeID = 0,
		},
		["Electric Planer"] = {
			untranslated = "Electric Planer",
			category = nil,
			group = "Work Stations",
			description = "A sander and a jointer rolled into one.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x6x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricPlanerItem",
			typeID = 0,
		},
		["Electric Stamping Press"] = {
			untranslated = "Electric Stamping Press",
			category = nil,
			group = "Work Stations",
			description = "A tool for shaping or cutting metal by deforming it with a die.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricStampingPressItem",
			typeID = 0,
		},
		["Electric Wall Lamp"] = {
			untranslated = "Electric Wall Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A wall mounted lamp that requires electricity to turn on.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricWallLampItem",
			typeID = 0,
		},
		["Electric Water Pump"] = {
			untranslated = "Electric Water Pump",
			category = nil,
			group = "Crafted Objects",
			description = "Pumps water from a source into a pipe network.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectricWaterPumpItem",
			typeID = 0,
		},
		["Electronics Assembly"] = {
			untranslated = "Electronics Assembly",
			category = nil,
			group = "Work Stations",
			description = "A set of machinery to create electronics.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectronicsAssemblyItem",
			typeID = 0,
		},
		["Electronics Skill Book"] = {
			untranslated = "Electronics Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Electronics Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Electronics Skill BookItem",
			typeID = 0,
		},
		["Electronics Skill Scroll"] = {
			untranslated = "Electronics Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Electronics Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Electronics Skill ScrollItem",
			typeID = 0,
		},
		["Electronics Upgrade"] = {
			untranslated = "Electronics Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElectronicsUpgradeItem",
			typeID = 0,
		},
		["Elevator Call Post"] = {
			untranslated = "Elevator Call Post",
			category = nil,
			group = "Crafted Objects",
			description = "Used to call a nearby elevator.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElevatorCallPostItem",
			typeID = 0,
		},
		["Elk Carcass"] = {
			untranslated = "Elk Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead elk.",
			tagGroups = {
				"Medium Carcass",
				"Medium Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElkCarcassItem",
			typeID = 0,
		},
		["Elk Mount"] = {
			untranslated = "Elk Mount",
			category = nil,
			group = "Housing Objects",
			description = "A hunting trophy for your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4.5",
			roomCategory = "Living Room",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElkMountItem",
			typeID = 0,
		},
		["Elk Taco"] = {
			untranslated = "Elk Taco",
			category = nil,
			group = "Food",
			description = "A tasty treat made from corn tortillas and meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 15,
			protein = 8,
			fat = 22,
			vitamins = 6,
			density = 7.285714285714286,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElkTacoItem",
			typeID = 0,
		},
		["Elk Wellington"] = {
			untranslated = "Elk Wellington",
			category = nil,
			group = "Food",
			description = "A prime cut of meat surrounded by pastry.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1450,
			carbs = 10,
			protein = 26,
			fat = 22,
			vitamins = 4,
			density = 4.275862068965517,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ElkWellingtonItem",
			typeID = 0,
		},
		["Embassy Desk"] = {
			untranslated = "Embassy Desk",
			category = nil,
			group = "Work Stations",
			description = "Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EmbassyDeskItem",
			typeID = 0,
		},
		["Engineering Research Paper Advanced"] = {
			untranslated = "Engineering Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EngineeringResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Engineering Research Paper Modern"] = {
			untranslated = "Engineering Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EngineeringResearchPaperModernItem",
			typeID = 0,
		},
		Epoxy = {
			untranslated = "Epoxy",
			category = nil,
			group = "Items",
			description = "A useful material for hardening, curing, and other various uses.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EpoxyItem",
			typeID = 0,
		},
		Ethanol = {
			untranslated = "Ethanol",
			category = nil,
			group = "Items",
			description = "A material used to make biodiesel. Not suitable for food.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "EthanolItem",
			typeID = 0,
		},
		Excavator = {
			untranslated = "Excavator",
			category = nil,
			group = "Crafted Objects",
			description = "Like a Skid Steer but more versatile. Great for high slope excavation.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x8x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExcavatorItem",
			typeID = 0,
		},
		["Executive Office"] = {
			untranslated = "Executive Office",
			category = nil,
			group = "Work Stations",
			description = "Elected officials can perform one-time executive actions here.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExecutiveOfficeItem",
			typeID = 0,
		},
		["Explorer Boots"] = {
			untranslated = "Explorer Boots",
			category = nil,
			group = "Clothing",
			description = "Boots with rubber soles and thermal insulation for comfort yet still be durabable.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerBootsItem",
			typeID = 0,
		},
		["Explorer Gloves"] = {
			untranslated = "Explorer Gloves",
			category = nil,
			group = "Clothing",
			description = "Sturdy gloves comfortably lined with cotton for extra insulation against the elements.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerGlovesItem",
			typeID = 0,
		},
		["Explorer Hat"] = {
			untranslated = "Explorer Hat",
			category = nil,
			group = "Clothing",
			description = "A classic adventuring hat protecting you from the unknown.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerHatItem",
			typeID = 0,
		},
		["Explorer Pants"] = {
			untranslated = "Explorer Pants",
			category = nil,
			group = "Clothing",
			description = "Reinforced pants for exploring but still be fashionable.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerPantsItem",
			typeID = 0,
		},
		["Explorer Shirt"] = {
			untranslated = "Explorer Shirt",
			category = nil,
			group = "Clothing",
			description = "A simple white shirt with a tie and a colorable vest.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ExplorerShirtItem",
			typeID = 0,
		},
		["Fantastic Forest Pizza"] = {
			untranslated = "Fantastic Forest Pizza",
			category = nil,
			group = "Food",
			description = "Leaves you full and lively.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1250,
			carbs = 23,
			protein = 4,
			fat = 10,
			vitamins = 17,
			density = 4.32,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FantasticForestPizzaItem",
			typeID = 0,
		},
		["Farmer Boots"] = {
			untranslated = "Farmer Boots",
			category = nil,
			group = "Clothing",
			description = "Waterproof rubber sole boots with synthetic lining that provides protection against the elements when working in the fields.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerBootsItem",
			typeID = 0,
		},
		["Farmer Gloves"] = {
			untranslated = "Farmer Gloves",
			category = nil,
			group = "Clothing",
			description = "Water-resistant nylon gloves with textured palms for increased grip.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerGlovesItem",
			typeID = 0,
		},
		["Farmer Hat"] = {
			untranslated = "Farmer Hat",
			category = nil,
			group = "Clothing",
			description = " A wide-brimmed straw hat designed to provide protection from the sun.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerHatItem",
			typeID = 0,
		},
		["Farmer Overalls"] = {
			untranslated = "Farmer Overalls",
			category = nil,
			group = "Clothing",
			description = "Comfortable denim overalls to help with the frequent bending over that comes with farm work.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerOverallsItem",
			typeID = 0,
		},
		["Farmer Shirt"] = {
			untranslated = "Farmer Shirt",
			category = nil,
			group = "Clothing",
			description = " A long-sleeved flannel shirt that is often worn when working outdoors.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmerShirtItem",
			typeID = 0,
		},
		["Farmers Table"] = {
			untranslated = "Farmers Table",
			category = nil,
			group = "Work Stations",
			description = "A basic workspace for crafting fertilizer and extracting seeds from crops.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmersTableItem",
			typeID = 0,
		},
		["Farming Skill Book"] = {
			untranslated = "Farming Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Farming Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Farming Skill BookItem",
			typeID = 0,
		},
		["Farming Skill Scroll"] = {
			untranslated = "Farming Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Farming Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Farming Skill ScrollItem",
			typeID = 0,
		},
		["Farming Upgrade"] = {
			untranslated = "Farming Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Farming recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FarmingUpgradeItem",
			typeID = 0,
		},
		["Federation Foundation"] = {
			untranslated = "Federation Foundation",
			category = nil,
			group = "Work Stations",
			description = "A leap into globalization and a united federation.",
			tagGroups = {
				"Government",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FederationFoundationItem",
			typeID = 0,
		},
		["Fern Campfire Salad"] = {
			untranslated = "Fern Campfire Salad",
			category = nil,
			group = "Food",
			description = "A myriad of plants that make a healthy and odd blend.",
			tagGroups = {
				"Campfire Salad",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 900,
			carbs = 9,
			protein = 5,
			fat = 1,
			vitamins = 13,
			density = 3.111111111111111,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FernCampfireSaladItem",
			typeID = 0,
		},
		["Fern Spore"] = {
			untranslated = "Fern Spore",
			category = nil,
			group = "Food",
			description = "Plant to grow ferns.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FernSporeItem",
			typeID = 0,
		},
		["Fertilizers Skill Book"] = {
			untranslated = "Fertilizers Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Fertilizers Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Fertilizers Skill BookItem",
			typeID = 0,
		},
		["Fertilizers Skill Scroll"] = {
			untranslated = "Fertilizers Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Fertilizers Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Fertilizers Skill ScrollItem",
			typeID = 0,
		},
		["Fertilizers Upgrade"] = {
			untranslated = "Fertilizers Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FertilizersUpgradeItem",
			typeID = 0,
		},
		["Fiber Filler"] = {
			untranslated = "Fiber Filler",
			category = nil,
			group = "Items",
			description = "A filler ingredient used in a variety of fertilizers.",
			tagGroups = {
				"Fertilizer",
				"Fertilizer Filler",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FiberFillerItem",
			typeID = 0,
		},
		["Fiber Scutching Station"] = {
			untranslated = "Fiber Scutching Station",
			category = nil,
			group = "Work Stations",
			description = "A group of different tools used in the processing of plant based cloth products. Excellent for a renaissance fair display.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FiberScutchingStationItem",
			typeID = 0,
		},
		Fiberglass = {
			untranslated = "Fiberglass",
			category = nil,
			group = "Items",
			description = "Plastic reinforced with glass fiber strands.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FiberglassItem",
			typeID = 0,
		},
		Fiddleheads = {
			untranslated = "Fiddleheads",
			category = nil,
			group = "Food",
			description = "A collection of the furled fronds of young ferns; a unique addition to a meal.",
			tagGroups = {
				"Food",
				"Greens",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 2,
			protein = 1,
			fat = 0,
			vitamins = 5,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FiddleheadsItem",
			typeID = 0,
		},
		["Field Campfire Stew"] = {
			untranslated = "Field Campfire Stew",
			category = nil,
			group = "Food",
			description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 14,
			protein = 4,
			fat = 8,
			vitamins = 4,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FieldCampfireStewItem",
			typeID = 0,
		},
		["Filmy Fern Spore"] = {
			untranslated = "Filmy Fern Spore",
			category = nil,
			group = "Food",
			description = "Plant to grow a filmy fern.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FilmyFernSporeItem",
			typeID = 0,
		},
		["Fir Log"] = {
			untranslated = "Fir Log",
			category = nil,
			group = "Natural Resources",
			description = "Fir log is a type of softwood with a nice piney smell.",
			tagGroups = {
				"Burnable Fuel",
				"Softwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FirLogItem",
			typeID = 0,
		},
		["Fir Seed"] = {
			untranslated = "Fir Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a fir tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FirSeedItem",
			typeID = 0,
		},
		["Fireweed Seed"] = {
			untranslated = "Fireweed Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow fireweed.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FireweedSeedItem",
			typeID = 0,
		},
		["Fireweed Shoots"] = {
			untranslated = "Fireweed Shoots",
			category = nil,
			group = "Food",
			description = "A bitter, brightly colored shoot similar to asparagus.",
			tagGroups = {
				"Food",
				"Greens",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 80,
			calories = 150,
			carbs = 3,
			protein = 1,
			fat = 0,
			vitamins = 4,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FireweedShootsItem",
			typeID = 0,
		},
		["Fish N Chips"] = {
			untranslated = "Fish N Chips",
			category = nil,
			group = "Food",
			description = "Deep-fried fish served with a side of taro chips.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 1000,
			carbs = 20,
			protein = 10,
			fat = 20,
			vitamins = 0,
			density = 5.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FishNChipsItem",
			typeID = 0,
		},
		["Fish Rack"] = {
			untranslated = "Fish Rack",
			category = nil,
			group = "Work Stations",
			description = "A simple display of today's catch.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FishRackItem",
			typeID = 0,
		},
		["Fish Trap"] = {
			untranslated = "Fish Trap",
			category = nil,
			group = "Crafted Objects",
			description = "A trap to catch river fish as they swim. It can only be used in fresh water as it's too small to catch the larger ocean fish. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FishTrapItem",
			typeID = 0,
		},
		Fishery = {
			untranslated = "Fishery",
			category = nil,
			group = "Work Stations",
			description = "A place to create fishing poles, traps and prepare seafood.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FisheryItem",
			typeID = 0,
		},
		["Fishing Pole"] = {
			untranslated = "Fishing Pole",
			category = nil,
			group = "Items",
			description = "Fishing, the most extreme sport.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FishingPoleItem",
			typeID = 0,
		},
		["Flat Steel"] = {
			untranslated = "Flat Steel",
			category = nil,
			group = "Blocks",
			description = "Coated with a layer of epoxy, this steel refuses to rust.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlatSteelItem",
			typeID = 0,
		},
		["Flat Steel Door"] = {
			untranslated = "Flat Steel Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful modern flat steel door with a large viewing window.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlatSteelDoorItem",
			typeID = 0,
		},
		Flatbread = {
			untranslated = "Flatbread",
			category = nil,
			group = "Food",
			description = "Without any leavening the flatbread isn't very puffy. But it's still tasty.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 500,
			carbs = 17,
			protein = 8,
			fat = 3,
			vitamins = 2,
			density = 6.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlatbreadItem",
			typeID = 0,
		},
		["Flax Fiber"] = {
			untranslated = "Flax Fiber",
			category = nil,
			group = "Items",
			description = "Processed fibers of flax ready to be spun into yarn.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxFiberItem",
			typeID = 0,
		},
		["Flax Seed"] = {
			untranslated = "Flax Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow flax. ",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxSeedItem",
			typeID = 0,
		},
		["Flax Stem"] = {
			untranslated = "Flax Stem",
			category = nil,
			group = "Items",
			description = "A bundle of harvested flax that can be processed into fabric.",
			tagGroups = {
				"Crop",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxStemItem",
			typeID = 0,
		},
		["Flax Trawler Net"] = {
			untranslated = "Flax Trawler Net",
			category = nil,
			group = "Items",
			description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxTrawlerNetItem",
			typeID = 0,
			ToolDurability = 500.0,
			ToolRepairType = "Cloth",
		},
		["Flaxseed Oil"] = {
			untranslated = "Flaxseed Oil",
			category = nil,
			group = "Food",
			description = "An oil primarily used for woodworking and paint supplies but can surprisingly also be drizzled on a salad.",
			tagGroups = {
				"Fat",
				"Food",
				"Oil",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 120,
			carbs = 0,
			protein = 0,
			fat = 15,
			vitamins = 0,
			density = 12.5,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlaxseedOilItem",
			typeID = 0,
		},
		["Fletching Table"] = {
			untranslated = "Fletching Table",
			category = nil,
			group = "Work Stations",
			description = "A table for the capable hunter to improve their tools.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FletchingTableItem",
			typeID = 0,
		},
		Flour = {
			untranslated = "Flour",
			category = nil,
			group = "Food",
			description = "A fine, milled wheat product that's useful for all baking.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 50,
			carbs = 15,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 30.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FlourItem",
			typeID = 0,
		},
		["Fox Carcass"] = {
			untranslated = "Fox Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead fox.",
			tagGroups = {
				"Small Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FoxCarcassItem",
			typeID = 0,
		},
		["Framed Glass"] = {
			untranslated = "Framed Glass",
			category = nil,
			group = "Blocks",
			description = "Glass which was reinforced by a steel frame.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FramedGlassItem",
			typeID = 0,
		},
		["Framed Glass Door"] = {
			untranslated = "Framed Glass Door",
			category = nil,
			group = "Housing Objects",
			description = "A beautiful glass door made of steel and glass.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FramedGlassDoorItem",
			typeID = 0,
		},
		["Fried Camas"] = {
			untranslated = "Fried Camas",
			category = nil,
			group = "Food",
			description = "Deep fried Camas. Bit greasy.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 9,
			protein = 3,
			fat = 10,
			vitamins = 2,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedCamasItem",
			typeID = 0,
		},
		["Fried Fiddleheads"] = {
			untranslated = "Fried Fiddleheads",
			category = nil,
			group = "Food",
			description = "Secret's in the sauce.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 11,
			protein = 3,
			fat = 6,
			vitamins = 4,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedFiddleheadsItem",
			typeID = 0,
		},
		["Fried Hare Haunches"] = {
			untranslated = "Fried Hare Haunches",
			category = nil,
			group = "Food",
			description = "Everything is better deep fried.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 750,
			carbs = 6,
			protein = 15,
			fat = 27,
			vitamins = 4,
			density = 6.933333333333333,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedHareHaunchesItem",
			typeID = 0,
		},
		["Fried Hearts Of Palm"] = {
			untranslated = "Fried Hearts Of Palm",
			category = nil,
			group = "Food",
			description = "Secret's in the sauce.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 13,
			protein = 3,
			fat = 6,
			vitamins = 2,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedHeartsOfPalmItem",
			typeID = 0,
		},
		["Fried Taro"] = {
			untranslated = "Fried Taro",
			category = nil,
			group = "Food",
			description = "Secret's in the sauce.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 14,
			protein = 1,
			fat = 8,
			vitamins = 1,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedTaroItem",
			typeID = 0,
		},
		["Fried Tomatoes"] = {
			untranslated = "Fried Tomatoes",
			category = nil,
			group = "Food",
			description = "Secret's in the sauce.",
			tagGroups = {
				"Food",
				"Fried Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 11,
			protein = 3,
			fat = 8,
			vitamins = 2,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FriedTomatoesItem",
			typeID = 0,
		},
		["Froth Floatation Cell"] = {
			untranslated = "Froth Floatation Cell",
			category = nil,
			group = "Work Stations",
			description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FrothFloatationCellItem",
			typeID = 0,
		},
		["Fruit Muffin"] = {
			untranslated = "Fruit Muffin",
			category = nil,
			group = "Food",
			description = "A soft, slightly sweet bread studded with juicy fruits.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 800,
			carbs = 10,
			protein = 5,
			fat = 4,
			vitamins = 16,
			density = 4.375,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FruitMuffinItem",
			typeID = 0,
		},
		["Fruit Salad"] = {
			untranslated = "Fruit Salad",
			category = nil,
			group = "Food",
			description = "While tomatoes are fruits, you don't usually put them in fruit salads.",
			tagGroups = {
				"Food",
				"Salad",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 900,
			carbs = 12,
			protein = 4,
			fat = 3,
			vitamins = 19,
			density = 4.222222222222222,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FruitSaladItem",
			typeID = 0,
		},
		["Fruit Tart"] = {
			untranslated = "Fruit Tart",
			category = nil,
			group = "Food",
			description = "A sweet pastry that is great for breakfast or anytime you need a quick boost of energy.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 800,
			carbs = 22,
			protein = 3,
			fat = 9,
			vitamins = 14,
			density = 6.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FruitTartItem",
			typeID = 0,
		},
		["Fur Pelt"] = {
			untranslated = "Fur Pelt",
			category = nil,
			group = "Items",
			description = "A soft, furry pelt.",
			tagGroups = {
				"Animal Skin",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "FurPeltItem",
			typeID = 0,
		},
		["Galaxy Vase"] = {
			untranslated = "Galaxy Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GalaxyVaseItem",
			typeID = 0,
		},
		["Garden Boots"] = {
			untranslated = "Garden Boots",
			category = nil,
			group = "Clothing",
			description = "A sturdy pair of rubber footwear designed to provide protection against water, rain, and mud.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GardenBootsItem",
			typeID = 0,
		},
		Gasoline = {
			untranslated = "Gasoline",
			category = nil,
			group = "Blocks",
			description = "Refined petroleum useful for fueling machines and generators.",
			tagGroups = {
				"Liquid Fuel",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 80000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GasolineItem",
			typeID = 0,
		},
		["Gathering Advanced Upgrade"] = {
			untranslated = "Gathering Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Gathering recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GatheringAdvancedUpgradeItem",
			typeID = 0,
		},
		["Gathering Basic Upgrade"] = {
			untranslated = "Gathering Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GatheringBasicUpgradeItem",
			typeID = 0,
		},
		["Gathering Research Paper Basic"] = {
			untranslated = "Gathering Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GatheringResearchPaperBasicItem",
			typeID = 0,
		},
		Gearbox = {
			untranslated = "Gearbox",
			category = nil,
			group = "Items",
			description = "Provides speed and torque conversions from a rotating power source to another device.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GearboxItem",
			typeID = 0,
		},
		["Geology Research Paper Advanced"] = {
			untranslated = "Geology Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GeologyResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Geology Research Paper Basic"] = {
			untranslated = "Geology Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GeologyResearchPaperBasicItem",
			typeID = 0,
		},
		["Geology Research Paper Modern"] = {
			untranslated = "Geology Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GeologyResearchPaperModernItem",
			typeID = 0,
		},
		["Giant Cactus Fruit"] = {
			untranslated = "Giant Cactus Fruit",
			category = nil,
			group = "Food",
			description = "A bulbous fruit that used to top Saguaro cacti.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 100,
			carbs = 2,
			protein = 0,
			fat = 2,
			vitamins = 4,
			density = 8.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GiantCactusFruitItem",
			typeID = 0,
		},
		["Gigot Sleeve Shirt"] = {
			untranslated = "Gigot Sleeve Shirt",
			category = nil,
			group = "Clothing",
			description = "Cool piratey shirt that makes your biceps look bigger than they really are.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GigotSleeveShirtItem",
			typeID = 0,
		},
		Glass = {
			untranslated = "Glass",
			category = nil,
			group = "Blocks",
			description = "A transparent, solid material useful for more than just windows.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassItem",
			typeID = 0,
		},
		["Glass Lens"] = {
			untranslated = "Glass Lens",
			category = nil,
			group = "Items",
			description = "A thin shaped piece of glass very useful for devices used to interact with light.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassLensItem",
			typeID = 0,
		},
		["Glassworking Advanced Upgrade"] = {
			untranslated = "Glassworking Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassworkingAdvancedUpgradeItem",
			typeID = 0,
		},
		["Glassworking Modern Upgrade"] = {
			untranslated = "Glassworking Modern Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassworkingModernUpgradeItem",
			typeID = 0,
		},
		["Glassworking Skill Book"] = {
			untranslated = "Glassworking Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Glassworking Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Glassworking Skill BookItem",
			typeID = 0,
		},
		["Glassworking Skill Scroll"] = {
			untranslated = "Glassworking Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Glassworking Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Glassworking Skill ScrollItem",
			typeID = 0,
		},
		Glassworks = {
			untranslated = "Glassworks",
			category = nil,
			group = "Work Stations",
			description = "A specialized kiln used to transform sand into buildable blocks and decorations.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GlassworksItem",
			typeID = 0,
		},
		Gneiss = {
			untranslated = "Gneiss",
			category = nil,
			group = "Natural Resources",
			description = "A hard rock with some uses in construction. Gneiss is a metamorphic rock formed from previous rock recrystallizing at high pressures and temperatures deep in the earth.",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GneissItem",
			typeID = 0,
		},
		["Goat Mount"] = {
			untranslated = "Goat Mount",
			category = nil,
			group = "Housing Objects",
			description = "A hunting trophy for your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3.5",
			roomCategory = "Living Room",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoatMountItem",
			typeID = 0,
		},
		["Gold Bar"] = {
			untranslated = "Gold Bar",
			category = nil,
			group = "Blocks",
			description = "Refined bar of gold.",
			tagGroups = {
				"Metal",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldBarItem",
			typeID = 0,
		},
		["Gold Concentrate"] = {
			untranslated = "Gold Concentrate",
			category = nil,
			group = "Blocks",
			description = "Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
			tagGroups = {
				"Concentrated Ore",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldConcentrateItem",
			typeID = 0,
		},
		["Gold Flakes"] = {
			untranslated = "Gold Flakes",
			category = nil,
			group = "Items",
			description = "A highly efficient conductor for delicate electronics.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldFlakesItem",
			typeID = 0,
		},
		["Gold Frame Landscape"] = {
			untranslated = "Gold Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldFrameLandscapeItem",
			typeID = 0,
		},
		["Gold Frame Wide"] = {
			untranslated = "Gold Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldFrameWideItem",
			typeID = 0,
		},
		["Gold Ore"] = {
			untranslated = "Gold Ore",
			category = nil,
			group = "Natural Resources",
			description = "Unrefined ore with traces of gold.",
			tagGroups = {
				"Excavatable",
				"Ore",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldOreItem",
			typeID = 0,
		},
		["Gold Wiring"] = {
			untranslated = "Gold Wiring",
			category = nil,
			group = "Items",
			description = "A length of gold conductive wire useful for a variety of purposes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GoldWiringItem",
			typeID = 0,
		},
		["Government Office"] = {
			untranslated = "Government Office",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of Elected Titles, which can be given special privileges.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GovernmentOfficeItem",
			typeID = 0,
		},
		Granite = {
			untranslated = "Granite",
			category = nil,
			group = "Natural Resources",
			description = "A hard rock useful for construction, and host to various ores. Granite forms from cooling magma deep underground. It is the most common continental rock type!",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GraniteItem",
			typeID = 0,
		},
		["Grass Seed"] = {
			untranslated = "Grass Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow grass.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GrassSeedItem",
			typeID = 0,
		},
		Grindstone = {
			untranslated = "Grindstone",
			category = nil,
			group = "Work Stations",
			description = "A workstation for repairing tools and crafting new ones.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "GrindstoneItem",
			typeID = 0,
		},
		["Hand Plow"] = {
			untranslated = "Hand Plow",
			category = nil,
			group = "Crafted Objects",
			description = "A tool that tills the field for farming.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HandPlowItem",
			typeID = 0,
		},
		["Handheld Camera"] = {
			untranslated = "Handheld Camera",
			category = nil,
			group = "Items",
			description = "A modern piece of marvel that allows a more detailed way of saving landscape.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HandheldCameraItem",
			typeID = 0,
			ToolVariant = "Camera",
			ToolDurability = 25.0,
			ToolRepairType = "Electronical",
		},
		["Hanging Long Steel Sign"] = {
			untranslated = "Hanging Long Steel Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A long steel plate for when you need to display extra large text.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingLongSteelSignItem",
			typeID = 0,
		},
		["Hanging Steel Framed Sign"] = {
			untranslated = "Hanging Steel Framed Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large wooden sign framed with steel.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingSteelFramedSignItem",
			typeID = 0,
		},
		["Hanging Steel Mine Sign"] = {
			untranslated = "Hanging Steel Mine Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A hanging sign made of steel plates.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingSteelMineSignItem",
			typeID = 0,
		},
		["Hanging Steel Plain Sign"] = {
			untranslated = "Hanging Steel Plain Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large hanging steel sign attached to a wooden frame.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingSteelPlainSignItem",
			typeID = 0,
		},
		["Hanging Steel Shop Sign"] = {
			untranslated = "Hanging Steel Shop Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A decorative wooden sign framed with steel. Great for advertising shops.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HangingSteelShopSignItem",
			typeID = 0,
		},
		["Hardwood Board"] = {
			untranslated = "Hardwood Board",
			category = nil,
			group = "Items",
			description = "A higher quality hardwood board used for long lasting furniture.",
			tagGroups = {
				"Burnable Fuel",
				"Wood Board",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 2000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HardwoodBoardItem",
			typeID = 0,
		},
		["Hardwood Hewn Log"] = {
			untranslated = "Hardwood Hewn Log",
			category = nil,
			group = "Blocks",
			description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Hewn Log",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HardwoodHewnLogItem",
			typeID = 0,
		},
		["Hardwood Lumber"] = {
			untranslated = "Hardwood Lumber",
			category = nil,
			group = "Blocks",
			description = "Can be fashioned into various usable equipment.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HardwoodLumberItem",
			typeID = 0,
		},
		["Hardwood Lumber Dresser"] = {
			untranslated = "Hardwood Lumber Dresser",
			category = nil,
			group = "Housing Objects",
			description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bedroom",
			furnitureType = "Dresser",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HardwoodLumberDresserItem",
			typeID = 0,
		},
		["Hare Carcass"] = {
			untranslated = "Hare Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead hare.",
			tagGroups = {
				"Tiny Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HareCarcassItem",
			typeID = 0,
		},
		["Heart Of Palm"] = {
			untranslated = "Heart Of Palm",
			category = nil,
			group = "Food",
			description = "Collected from the inner core and growing bud of a palm tree.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 150,
			calories = 100,
			carbs = 4,
			protein = 2,
			fat = 0,
			vitamins = 2,
			density = 8.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HeartOfPalmItem",
			typeID = 0,
		},
		["Hearty Hometown Pizza"] = {
			untranslated = "Hearty Hometown Pizza",
			category = nil,
			group = "Food",
			description = "When you feel nostalgic and miss that cozy hometown feeling.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1200,
			carbs = 28,
			protein = 7,
			fat = 11,
			vitamins = 3,
			density = 4.083333333333333,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HeartyHometownPizzaItem",
			typeID = 0,
		},
		["Heat Sink"] = {
			untranslated = "Heat Sink",
			category = nil,
			group = "Items",
			description = "A copper plate to draw and disperse heat.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HeatSinkItem",
			typeID = 0,
		},
		["Heliconia Seed"] = {
			untranslated = "Heliconia Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow heliconia.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HeliconiaSeedItem",
			typeID = 0,
		},
		["Hemp Mooring Rope"] = {
			untranslated = "Hemp Mooring Rope",
			category = nil,
			group = "Items",
			description = "Strong ropes used to hold down and prevent ships from moving around.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HempMooringRopeItem",
			typeID = 0,
		},
		Henley = {
			untranslated = "Henley",
			category = nil,
			group = "Clothing",
			description = "A Henley shirt is a collarless pullover shirt, characterized by a placket beneath the round neckline, about 8 to 13 cm long and usually having 2 to 5 buttons. It essentially resembles a collarless polo shirt.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HenleyItem",
			typeID = 0,
		},
		["Hewn Bench"] = {
			untranslated = "Hewn Bench",
			category = nil,
			group = "Housing Objects",
			description = "A basic wooden bench.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnBenchItem",
			typeID = 0,
		},
		["Hewn Chair"] = {
			untranslated = "Hewn Chair",
			category = nil,
			group = "Housing Objects",
			description = "A raised surface supported by legs. Without the back, it might be a stool.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnChairItem",
			typeID = 0,
		},
		["Hewn Door"] = {
			untranslated = "Hewn Door",
			category = nil,
			group = "Housing Objects",
			description = "A door made from roughly hewn logs.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnDoorItem",
			typeID = 0,
		},
		["Hewn Dresser"] = {
			untranslated = "Hewn Dresser",
			category = nil,
			group = "Housing Objects",
			description = "A rough hewn wooden dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Bedroom",
			furnitureType = "Dresser",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnDresserItem",
			typeID = 0,
		},
		["Hewn Log"] = {
			untranslated = "Hewn Log",
			category = nil,
			group = "Blocks",
			description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Hewn Log",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnLogItem",
			typeID = 0,
		},
		["Hewn Nightstand"] = {
			untranslated = "Hewn Nightstand",
			category = nil,
			group = "Housing Objects",
			description = "A simple hewn wooden nightstand you can pile unread books on.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Bedroom",
			furnitureType = "Nightstand",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnNightstandItem",
			typeID = 0,
		},
		["Hewn Softwood Bench"] = {
			untranslated = "Hewn Softwood Bench",
			category = nil,
			group = "Housing Objects",
			description = "A basic wooden bench.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnSoftwoodBenchItem",
			typeID = 0,
		},
		["Hewn Softwood Chair"] = {
			untranslated = "Hewn Softwood Chair",
			category = nil,
			group = "Housing Objects",
			description = "A raised surface supported by legs. Without the back, it might be a stool.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnSoftwoodChairItem",
			typeID = 0,
		},
		["Hewn Softwood Door"] = {
			untranslated = "Hewn Softwood Door",
			category = nil,
			group = "Housing Objects",
			description = "A door made from roughly hewn logs.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnSoftwoodDoorItem",
			typeID = 0,
		},
		["Hewn Softwood Table"] = {
			untranslated = "Hewn Softwood Table",
			category = nil,
			group = "Housing Objects",
			description = "A large table for placing things on.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnSoftwoodTableItem",
			typeID = 0,
		},
		["Hewn Table"] = {
			untranslated = "Hewn Table",
			category = nil,
			group = "Housing Objects",
			description = "A large table for placing things on.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HewnTableItem",
			typeID = 0,
		},
		["Hide Ash Fertilizer"] = {
			untranslated = "Hide Ash Fertilizer",
			category = nil,
			group = "Items",
			description = "A fertilizer made from hide ash and fillers.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HideAshFertilizerItem",
			typeID = 0,
		},
		Hosomaki = {
			untranslated = "Hosomaki",
			category = nil,
			group = "Food",
			description = "A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 700,
			carbs = 21,
			protein = 19,
			fat = 5,
			vitamins = 8,
			density = 7.571428571428572,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HosomakiItem",
			typeID = 0,
		},
		Huckleberries = {
			untranslated = "Huckleberries",
			category = nil,
			group = "Food",
			description = "A handfull of small wild berries. I'm your huckleberry.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 2,
			protein = 0,
			fat = 0,
			vitamins = 6,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberriesItem",
			typeID = 0,
		},
		["Huckleberry Extract"] = {
			untranslated = "Huckleberry Extract",
			category = nil,
			group = "Food",
			description = "A concentrated blast of huckleberry goodness.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 60,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 15,
			density = 25.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberryExtractItem",
			typeID = 0,
		},
		["Huckleberry Fritter"] = {
			untranslated = "Huckleberry Fritter",
			category = nil,
			group = "Food",
			description = "Fried and sweet.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 900,
			carbs = 16,
			protein = 0,
			fat = 20,
			vitamins = 8,
			density = 4.888888888888889,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberryFritterItem",
			typeID = 0,
		},
		["Huckleberry Pie"] = {
			untranslated = "Huckleberry Pie",
			category = nil,
			group = "Food",
			description = "A fantastic combination of flaky crust and scrumptious berries.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 1300,
			carbs = 13,
			protein = 5,
			fat = 10,
			vitamins = 16,
			density = 3.3846153846153846,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberryPieItem",
			typeID = 0,
		},
		["Huckleberry Seed"] = {
			untranslated = "Huckleberry Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a huckleberry bush.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuckleberrySeedItem",
			typeID = 0,
		},
		["Huge Banner Sign"] = {
			untranslated = "Huge Banner Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A banner made out of fabric held up by ropes and some pieces of wood.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x10x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeBannerSignItem",
			typeID = 0,
		},
		["Huge Iron Banner Sign"] = {
			untranslated = "Huge Iron Banner Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A very large iron banner placed between two iron pillars. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x10x9",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeIronBannerSignItem",
			typeID = 0,
		},
		["Huge Iron Sign"] = {
			untranslated = "Huge Iron Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A very large iron sign.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x9x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeIronSignItem",
			typeID = 0,
		},
		["Huge Steel Banner Sign"] = {
			untranslated = "Huge Steel Banner Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large illuminated banner mounted on a steel frame portal.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x10x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeSteelBannerSignItem",
			typeID = 0,
		},
		["Huge Steel Sign"] = {
			untranslated = "Huge Steel Sign",
			category = nil,
			group = "Crafted Objects",
			description = "An illuminated large steel sign.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x9x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeSteelSignItem",
			typeID = 0,
		},
		["Huge Wooden Banner Sign"] = {
			untranslated = "Huge Wooden Banner Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A banner made out of fabric held up by ropes held up between wooden pillars.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x10x9",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HugeWoodenBannerSignItem",
			typeID = 0,
		},
		["Hunting Upgrade"] = {
			untranslated = "Hunting Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "HuntingUpgradeItem",
			typeID = 0,
		},
		Icebox = {
			untranslated = "Icebox",
			category = nil,
			group = "Housing Objects",
			description = "A box of ice. It's in the name!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Kitchen",
			furnitureType = "Food Storage",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IceboxItem",
			typeID = 0,
		},
		["Immigration Desk"] = {
			untranslated = "Immigration Desk",
			category = nil,
			group = "Work Stations",
			description = "Immigration requirements and decisions needs to pass an immigration desk before approval.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ImmigrationDeskItem",
			typeID = 0,
		},
		["Industrial Barge"] = {
			untranslated = "Industrial Barge",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 30000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "9x18x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustrialBargeItem",
			typeID = 0,
		},
		["Industrial Elevator"] = {
			untranslated = "Industrial Elevator",
			category = nil,
			group = "Crafted Objects",
			description = "An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "8x12x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustrialElevatorItem",
			typeID = 0,
		},
		["Industrial Generator"] = {
			untranslated = "Industrial Generator",
			category = nil,
			group = "Crafted Objects",
			description = "A large modern generator consuming liquid fuel to generate high volumes of electricity.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x9x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustrialGeneratorItem",
			typeID = 0,
		},
		["Industrial Refrigerator"] = {
			untranslated = "Industrial Refrigerator",
			category = nil,
			group = "Crafted Objects",
			description = "A larger food storage solution for when you want to keep it fresh!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustrialRefrigeratorItem",
			typeID = 0,
		},
		["Industry Skill Book"] = {
			untranslated = "Industry Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Industry Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Industry Skill BookItem",
			typeID = 0,
		},
		["Industry Skill Scroll"] = {
			untranslated = "Industry Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Industry Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Industry Skill ScrollItem",
			typeID = 0,
		},
		["Industry Upgrade"] = {
			untranslated = "Industry Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Industry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IndustryUpgradeItem",
			typeID = 0,
		},
		["Infused Oil"] = {
			untranslated = "Infused Oil",
			category = nil,
			group = "Food",
			description = "Oil infused with flavor to enhance it.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 120,
			carbs = 0,
			protein = 0,
			fat = 12,
			vitamins = 3,
			density = 12.5,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "InfusedOilItem",
			typeID = 0,
		},
		Ink = {
			untranslated = "Ink",
			category = nil,
			group = "Items",
			description = "A vial of ink used in more sophisticated processing of paper into documents.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "InkItem",
			typeID = 0,
		},
		["Iron Anchor"] = {
			untranslated = "Iron Anchor",
			category = nil,
			group = "Items",
			description = "A solid iron anchor used to park your vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronAnchorItem",
			typeID = 0,
		},
		["Iron Axe"] = {
			untranslated = "Iron Axe",
			category = nil,
			group = "Items",
			description = "A sturdy iron axe made for cutting down trees.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronAxeItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 750.0,
			ToolDamage = 1.5,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Iron",
		},
		["Iron Axle"] = {
			untranslated = "Iron Axle",
			category = nil,
			group = "Items",
			description = "A rotating iron rod that can be fixed to wheels for use in vehicles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronAxleItem",
			typeID = 0,
		},
		["Iron Bar"] = {
			untranslated = "Iron Bar",
			category = nil,
			group = "Blocks",
			description = "Refined bar of iron.",
			tagGroups = {
				"Metal",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 15000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronBarItem",
			typeID = 0,
		},
		["Iron Concentrate"] = {
			untranslated = "Iron Concentrate",
			category = nil,
			group = "Blocks",
			description = "Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.",
			tagGroups = {
				"Concentrated Ore",
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronConcentrateItem",
			typeID = 0,
		},
		["Iron Frame Landscape"] = {
			untranslated = "Iron Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronFrameLandscapeItem",
			typeID = 0,
		},
		["Iron Frame Wide"] = {
			untranslated = "Iron Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronFrameWideItem",
			typeID = 0,
		},
		["Iron Gear"] = {
			untranslated = "Iron Gear",
			category = nil,
			group = "Items",
			description = "A toothed machine part that interlocks with others.",
			tagGroups = {
				"Gear",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronGearItem",
			typeID = 0,
		},
		["Iron Hammer"] = {
			untranslated = "Iron Hammer",
			category = nil,
			group = "Items",
			description = "An iron hammer allows for more sophisticated building.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronHammerItem",
			typeID = 0,
			ToolVariant = "Hammer",
			ToolDurability = 750.0,
			ToolRepairType = "Iron",
		},
		["Iron Hoe"] = {
			untranslated = "Iron Hoe",
			category = nil,
			group = "Items",
			description = "A sturdy iron hoe made for tilling the soil.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronHoeItem",
			typeID = 0,
			ToolVariant = "Hoe",
			ToolDurability = 300.0,
			ToolRepairType = "Iron",
		},
		["Iron Hull Sheet"] = {
			untranslated = "Iron Hull Sheet",
			category = nil,
			group = "Items",
			description = "Thin iron plates for use in various crafting recipes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronHullSheetItem",
			typeID = 0,
		},
		["Iron Machete"] = {
			untranslated = "Iron Machete",
			category = nil,
			group = "Items",
			description = "A machete used to quickly clear plants.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronMacheteItem",
			typeID = 0,
			ToolVariant = "Machete",
			ToolDurability = 500.0,
			ToolRepairType = "Iron",
		},
		["Iron Ore"] = {
			untranslated = "Iron Ore",
			category = nil,
			group = "Natural Resources",
			description = "Unrefined ore with traces of iron.",
			tagGroups = {
				"Excavatable",
				"Ore",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronOreItem",
			typeID = 0,
		},
		["Iron Pickaxe"] = {
			untranslated = "Iron Pickaxe",
			category = nil,
			group = "Items",
			description = "A sturdy iron pickaxe used to break down stone and ore into usable rubble.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronPickaxeItem",
			typeID = 0,
			ToolVariant = "Pickaxe",
			ToolDurability = 500.0,
			ToolDamage = 2.0,
			ToolDamageTalent = "MiningToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Iron",
		},
		["Iron Pipe"] = {
			untranslated = "Iron Pipe",
			category = nil,
			group = "Blocks",
			description = "A pipe for transporting liquids.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronPipeItem",
			typeID = 0,
		},
		["Iron Plate"] = {
			untranslated = "Iron Plate",
			category = nil,
			group = "Items",
			description = "A solid iron plate for use in various crafting recipes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronPlateItem",
			typeID = 0,
		},
		["Iron Road Tool"] = {
			untranslated = "Iron Road Tool",
			category = nil,
			group = "Items",
			description = "A tool for tamping dirt into roads.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronRoadToolItem",
			typeID = 0,
			ToolVariant = "RoadTool",
			ToolDurability = 1000.0,
			ToolRepairType = "IronRoadTool",
		},
		["Iron Rock Drill"] = {
			untranslated = "Iron Rock Drill",
			category = nil,
			group = "Items",
			description = "A drill used to retreive geological samples and discover what treasures can be found underground.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronRockDrillItem",
			typeID = 0,
			ToolVariant = "Drill",
			ToolDurability = 1000.0,
			ToolRepairType = "Iron",
		},
		["Iron Saw Blade"] = {
			untranslated = "Iron Saw Blade",
			category = nil,
			group = "Items",
			description = "A disc shaped iron saw that can be attached to rotary machines to shape wood products.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronSawBladeItem",
			typeID = 0,
		},
		["Iron Shovel"] = {
			untranslated = "Iron Shovel",
			category = nil,
			group = "Items",
			description = "A sturdy shovel that breaks less than its wooden counterpart.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronShovelItem",
			typeID = 0,
			ToolVariant = "Shovel",
			ToolDurability = 500.0,
			ToolRepairType = "Iron",
			ToolCarryCapacity = 3.0,
		},
		["Iron Sickle"] = {
			untranslated = "Iron Sickle",
			category = nil,
			group = "Items",
			description = "An iron sickle used to harvest crops or cut grass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronSickleItem",
			typeID = 0,
			ToolVariant = "Sickle",
			ToolDurability = 500.0,
			ToolRepairType = "Iron",
		},
		["Iron Wheel"] = {
			untranslated = "Iron Wheel",
			category = nil,
			group = "Items",
			description = "A sturdy iron wheel that can support heavier vehicles than early wooden wheels.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "IronWheelItem",
			typeID = 0,
		},
		["Jaguar Carcass"] = {
			untranslated = "Jaguar Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead Jaguar.",
			tagGroups = {
				"Medium Carcass",
				"Medium Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JaguarCarcassItem",
			typeID = 0,
		},
		["Jaw Crusher"] = {
			untranslated = "Jaw Crusher",
			category = nil,
			group = "Work Stations",
			description = "A heavy duty machine that uses compressive force to crush rocks into a fine gravel.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JawCrusherItem",
			typeID = 0,
		},
		["Jointfir Seed"] = {
			untranslated = "Jointfir Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a jointfir.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JointfirSeedItem",
			typeID = 0,
		},
		["Joshua Log"] = {
			untranslated = "Joshua Log",
			category = nil,
			group = "Natural Resources",
			description = "Joshua log is a basic wood, harvested from the Joshua tree. Despite the name, Joshua trees are succulents and the building material they provide is neither hardwood nor softwood.",
			tagGroups = {
				"Burnable Fuel",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JoshuaLogItem",
			typeID = 0,
		},
		["Joshua Seed"] = {
			untranslated = "Joshua Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a joshua tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JoshuaSeedItem",
			typeID = 0,
		},
		["Jungle Campfire Salad"] = {
			untranslated = "Jungle Campfire Salad",
			category = nil,
			group = "Food",
			description = "A myriad of plants that make a healthy and odd blend.",
			tagGroups = {
				"Campfire Salad",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 900,
			carbs = 11,
			protein = 4,
			fat = 3,
			vitamins = 10,
			density = 3.111111111111111,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JungleCampfireSaladItem",
			typeID = 0,
		},
		["Jungle Campfire Stew"] = {
			untranslated = "Jungle Campfire Stew",
			category = nil,
			group = "Food",
			description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 8,
			protein = 8,
			fat = 11,
			vitamins = 3,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "JungleCampfireStewItem",
			typeID = 0,
		},
		Kelp = {
			untranslated = "Kelp",
			category = nil,
			group = "Items",
			description = "Some creepy kelp.",
			tagGroups = {
				"Crop",
				"Natural Fiber",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KelpItem",
			typeID = 0,
		},
		["Kelpy Crab Roll"] = {
			untranslated = "Kelpy Crab Roll",
			category = nil,
			group = "Food",
			description = "Pieces of crab on a bed of rice rolled up and covered in kelp.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1350,
			carbs = 22,
			protein = 13,
			fat = 11,
			vitamins = 5,
			density = 3.7777777777777777,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KelpyCrabRollItem",
			typeID = 0,
		},
		Kiln = {
			untranslated = "Kiln",
			category = nil,
			group = "Work Stations",
			description = "Useful for baking bricks and finishing pottery.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KilnItem",
			typeID = 0,
		},
		["King Fern Spore"] = {
			untranslated = "King Fern Spore",
			category = nil,
			group = "Food",
			description = "Plant to grow king fern.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KingFernSporeItem",
			typeID = 0,
		},
		Kitchen = {
			untranslated = "Kitchen",
			category = nil,
			group = "Housing Objects",
			description = "A prep area for food which allows for more complex dishes.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Kitchen",
			furnitureType = "Cooking",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "KitchenItem",
			typeID = 0,
		},
		Laboratory = {
			untranslated = "Laboratory",
			category = nil,
			group = "Work Stations",
			description = "For more advanced research and manufacturing. Science rules!",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LaboratoryItem",
			typeID = 0,
		},
		["Large Bath Mat"] = {
			untranslated = "Large Bath Mat",
			category = nil,
			group = "Housing Objects",
			description = "A large bath mat reduces risks of slipping on wet floors in the bathroom.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Bathroom",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeBathMatItem",
			typeID = 0,
		},
		["Large Canoe"] = {
			untranslated = "Large Canoe",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 8000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x6x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCanoeItem",
			typeID = 0,
		},
		["Large Corrugated Steel Door"] = {
			untranslated = "Large Corrugated Steel Door",
			category = nil,
			group = "Housing Objects",
			description = "A large corrugated steel door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCorrugatedSteelDoorItem",
			typeID = 0,
		},
		["Large Cotton Bunting Red"] = {
			untranslated = "Large Cotton Bunting Red",
			category = nil,
			group = "Housing Objects",
			description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCottonBuntingRedItem",
			typeID = 0,
		},
		["Large Cotton Bunting Regal"] = {
			untranslated = "Large Cotton Bunting Regal",
			category = nil,
			group = "Housing Objects",
			description = "A larger celebratory piece of cotton fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCottonBuntingRegalItem",
			typeID = 0,
		},
		["Large Court"] = {
			untranslated = "Large Court",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of multiple Laws, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x6x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeCourtItem",
			typeID = 0,
		},
		["Large Festive Paper Lantern"] = {
			untranslated = "Large Festive Paper Lantern",
			category = nil,
			group = "Housing Objects",
			description = "A large festive paper lantern.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeFestivePaperLanternItem",
			typeID = 0,
		},
		["Large Hanging Ashlar Basalt Sign"] = {
			untranslated = "Large Hanging Ashlar Basalt Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingAshlarBasaltSignItem",
			typeID = 0,
		},
		["Large Hanging Ashlar Stone Sign"] = {
			untranslated = "Large Hanging Ashlar Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingAshlarStoneSignItem",
			typeID = 0,
		},
		["Large Hanging Birch Sign"] = {
			untranslated = "Large Hanging Birch Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingBirchSignItem",
			typeID = 0,
		},
		["Large Hanging Lumber Sign"] = {
			untranslated = "Large Hanging Lumber Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingLumberSignItem",
			typeID = 0,
		},
		["Large Hanging Mortared Granite Sign"] = {
			untranslated = "Large Hanging Mortared Granite Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingMortaredGraniteSignItem",
			typeID = 0,
		},
		["Large Hanging Mortared Stone Sign"] = {
			untranslated = "Large Hanging Mortared Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingMortaredStoneSignItem",
			typeID = 0,
		},
		["Large Hanging Saguaro Sign"] = {
			untranslated = "Large Hanging Saguaro Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingSaguaroSignItem",
			typeID = 0,
		},
		["Large Hanging Softwood Sign"] = {
			untranslated = "Large Hanging Softwood Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingSoftwoodSignItem",
			typeID = 0,
		},
		["Large Hanging Stone Sign"] = {
			untranslated = "Large Hanging Stone Sign",
			category = nil,
			group = "World Object",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingStoneSignItem",
			typeID = 0,
		},
		["Large Hanging Wood Sign"] = {
			untranslated = "Large Hanging Wood Sign",
			category = nil,
			group = "Item",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeHangingWoodSignItem",
			typeID = 0,
		},
		["Large Lumber Door"] = {
			untranslated = "Large Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A large lumber door allowing moderate sized vehicles through..",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeLumberDoorItem",
			typeID = 0,
		},
		["Large Lumber Stockpile"] = {
			untranslated = "Large Lumber Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "An extra large lumber platform that has been reinforced to allow mass storage of items. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "12x12x11",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeLumberStockpileItem",
			typeID = 0,
		},
		["Large Metal Ship Frame"] = {
			untranslated = "Large Metal Ship Frame",
			category = nil,
			group = "Items",
			description = "A large metal frame for constructing a larger naval vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeMetalShipFrameItem",
			typeID = 0,
		},
		["Large Nylon Bunting Green"] = {
			untranslated = "Large Nylon Bunting Green",
			category = nil,
			group = "Housing Objects",
			description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeNylonBuntingGreenItem",
			typeID = 0,
		},
		["Large Nylon Bunting Purple"] = {
			untranslated = "Large Nylon Bunting Purple",
			category = nil,
			group = "Housing Objects",
			description = "A larger celebratory piece of nylon fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeNylonBuntingPurpleItem",
			typeID = 0,
		},
		["Large Paper Lantern"] = {
			untranslated = "Large Paper Lantern",
			category = nil,
			group = "Housing Objects",
			description = "A large paper lantern.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargePaperLanternItem",
			typeID = 0,
		},
		["Large Standing Ashlar Basalt Sign"] = {
			untranslated = "Large Standing Ashlar Basalt Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingAshlarBasaltSignItem",
			typeID = 0,
		},
		["Large Standing Ashlar Stone Sign"] = {
			untranslated = "Large Standing Ashlar Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingAshlarStoneSignItem",
			typeID = 0,
		},
		["Large Standing Birch Sign"] = {
			untranslated = "Large Standing Birch Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingBirchSignItem",
			typeID = 0,
		},
		["Large Standing Lumber Sign"] = {
			untranslated = "Large Standing Lumber Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingLumberSignItem",
			typeID = 0,
		},
		["Large Standing Mortared Granite Sign"] = {
			untranslated = "Large Standing Mortared Granite Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingMortaredGraniteSignItem",
			typeID = 0,
		},
		["Large Standing Mortared Stone Sign"] = {
			untranslated = "Large Standing Mortared Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingMortaredStoneSignItem",
			typeID = 0,
		},
		["Large Standing Saguaro Sign"] = {
			untranslated = "Large Standing Saguaro Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingSaguaroSignItem",
			typeID = 0,
		},
		["Large Standing Softwood Sign"] = {
			untranslated = "Large Standing Softwood Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingSoftwoodSignItem",
			typeID = 0,
		},
		["Large Standing Stone Sign"] = {
			untranslated = "Large Standing Stone Sign",
			category = nil,
			group = "World Object",
			description = "A large sign for all your large text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingStoneSignItem",
			typeID = 0,
		},
		["Large Standing Wood Sign"] = {
			untranslated = "Large Standing Wood Sign",
			category = nil,
			group = "Item",
			description = "A large sign for all of your larger text needs!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeStandingWoodSignItem",
			typeID = 0,
		},
		["Large Windowed Lumber Door"] = {
			untranslated = "Large Windowed Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A large lumber door with windows allowing moderate sized vehicles through..",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeWindowedLumberDoorItem",
			typeID = 0,
		},
		["Large Wooden Ship Frame"] = {
			untranslated = "Large Wooden Ship Frame",
			category = nil,
			group = "Items",
			description = "A large wooden frame for constructing a larger naval vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LargeWoodenShipFrameItem",
			typeID = 0,
		},
		Laser = {
			untranslated = "Laser",
			category = nil,
			group = "Crafted Objects",
			description = "AVOID DIRECT EYE EXPOSURE",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LaserItem",
			typeID = 0,
		},
		Lathe = {
			untranslated = "Lathe",
			category = nil,
			group = "Work Stations",
			description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LatheItem",
			typeID = 0,
		},
		["Lattice Mushroom Spores"] = {
			untranslated = "Lattice Mushroom Spores",
			category = nil,
			group = "Food",
			description = "Plant to grow lattice mushrooms.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LatticeMushroomSporesItem",
			typeID = 0,
		},
		["Leather Hide"] = {
			untranslated = "Leather Hide",
			category = nil,
			group = "Items",
			description = "A thick hide.",
			tagGroups = {
				"Animal Skin",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LeatherHideItem",
			typeID = 0,
		},
		["Leavened Dough"] = {
			untranslated = "Leavened Dough",
			category = nil,
			group = "Food",
			description = "Leavened dough with added yeast that rises when baked.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 10,
			carbs = 6,
			protein = 18,
			fat = 13,
			vitamins = 5,
			density = 420.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LeavenedDoughItem",
			typeID = 0,
		},
		["Light Backpack"] = {
			untranslated = "Light Backpack",
			category = nil,
			group = "Clothing",
			description = "Smaller than your standard three-day backpack. You can't fit that much inside, but that makes you more agile.\\n\\n(Increases movement speed and increases max carry weight by 5 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LightBackpackItem",
			typeID = 0,
		},
		["Light Bulb"] = {
			untranslated = "Light Bulb",
			category = nil,
			group = "Items",
			description = "An electric light with a wire filament.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LightBulbItem",
			typeID = 0,
		},
		["Lighthouse Lamp"] = {
			untranslated = "Lighthouse Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A light, but a very large one and it's also spinning around and around.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LighthouseLampItem",
			typeID = 0,
		},
		Limestone = {
			untranslated = "Limestone",
			category = nil,
			group = "Natural Resources",
			description = "A hard rock useful for construction and industrial processes. Limestone is sedimentary, forming mostly from the fallen compacted remains of marine organisms.",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneItem",
			typeID = 0,
		},
		["Limestone Bison Statue"] = {
			untranslated = "Limestone Bison Statue",
			category = nil,
			group = "Housing Objects",
			description = "A bison statue carved from limestone.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneBisonStatueItem",
			typeID = 0,
		},
		["Limestone Otter Statue"] = {
			untranslated = "Limestone Otter Statue",
			category = nil,
			group = "Housing Objects",
			description = "An otter statue carved from limestone.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.2",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneOtterStatueItem",
			typeID = 0,
		},
		["Limestone Owl Statue"] = {
			untranslated = "Limestone Owl Statue",
			category = nil,
			group = "Housing Objects",
			description = "An owl statue carved from limestone.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.2",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneOwlStatueItem",
			typeID = 0,
		},
		["Limestone Wolf Statue"] = {
			untranslated = "Limestone Wolf Statue",
			category = nil,
			group = "Housing Objects",
			description = "A wolf statue carved from limestone.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LimestoneWolfStatueItem",
			typeID = 0,
		},
		["Linen Fabric"] = {
			untranslated = "Linen Fabric",
			category = nil,
			group = "Items",
			description = "A rough linen fabric that covers your basic needs.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LinenFabricItem",
			typeID = 0,
		},
		["Linen Yarn"] = {
			untranslated = "Linen Yarn",
			category = nil,
			group = "Items",
			description = "Flax fibers spun into a usable string commonly known as linen yarn.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 25,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LinenYarnItem",
			typeID = 0,
		},
		["Loaded Taro Fries"] = {
			untranslated = "Loaded Taro Fries",
			category = nil,
			group = "Food",
			description = "Taro Fries with extra everything.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 1200,
			carbs = 14,
			protein = 6,
			fat = 18,
			vitamins = 0,
			density = 3.166666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LoadedTaroFriesItem",
			typeID = 0,
		},
		Log = {
			untranslated = "Log",
			category = nil,
			group = "Block",
			description = "A stack of logs.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LogItem",
			typeID = 0,
		},
		["Logging Advanced Upgrade"] = {
			untranslated = "Logging Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LoggingAdvancedUpgradeItem",
			typeID = 0,
		},
		["Logging Basic Upgrade"] = {
			untranslated = "Logging Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Logging recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LoggingBasicUpgradeItem",
			typeID = 0,
		},
		Loom = {
			untranslated = "Loom",
			category = nil,
			group = "Work Stations",
			description = "A device for making fabric by weaving yarn or thread.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LoomItem",
			typeID = 0,
		},
		["Low Top Shoes"] = {
			untranslated = "Low Top Shoes",
			category = nil,
			group = "Clothing",
			description = "Basic, ordinary, every day, run of the mill, nondescript, conventional, commonplace, humdrum, standard, middle-of-the-road, garden-variety low-top shoes.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LowTopShoesItem",
			typeID = 0,
		},
		Lumber = {
			untranslated = "Lumber",
			category = nil,
			group = "Blocks",
			description = "Can be fashioned into various usable equipment.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberItem",
			typeID = 0,
		},
		["Lumber Bench"] = {
			untranslated = "Lumber Bench",
			category = nil,
			group = "Housing Objects",
			description = "A lumber bench for when you need extra seating space than a traditional chair.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberBenchItem",
			typeID = 0,
		},
		["Lumber Chair"] = {
			untranslated = "Lumber Chair",
			category = nil,
			group = "Housing Objects",
			description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberChairItem",
			typeID = 0,
		},
		["Lumber Door"] = {
			untranslated = "Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A door made from finely cut lumber.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberDoorItem",
			typeID = 0,
		},
		["Lumber Dresser"] = {
			untranslated = "Lumber Dresser",
			category = nil,
			group = "Housing Objects",
			description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bedroom",
			furnitureType = "Dresser",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberDresserItem",
			typeID = 0,
		},
		["Lumber Stockpile"] = {
			untranslated = "Lumber Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "10x10x9",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberStockpileItem",
			typeID = 0,
		},
		["Lumber Table"] = {
			untranslated = "Lumber Table",
			category = nil,
			group = "Housing Objects",
			description = "A large lumber table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LumberTableItem",
			typeID = 0,
		},
		["Lupine Seed"] = {
			untranslated = "Lupine Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow lupine.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LupineSeedItem",
			typeID = 0,
		},
		Macarons = {
			untranslated = "Macarons",
			category = nil,
			group = "Food",
			description = "A small circular biscuit with a sweet huckleberry filling.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 1000,
			carbs = 20,
			protein = 7,
			fat = 14,
			vitamins = 16,
			density = 5.7,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MacaronsItem",
			typeID = 0,
		},
		["Machinist Table"] = {
			untranslated = "Machinist Table",
			category = nil,
			group = "Work Stations",
			description = "A fancy tool bench that creates equally fancy toys.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MachinistTableItem",
			typeID = 0,
		},
		["Marmot Carcass"] = {
			untranslated = "Marmot Carcass",
			category = nil,
			group = "Item",
			description = "A dead marmot.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MarmotCarcassItem",
			typeID = 0,
		},
		["Masonry Advanced Upgrade"] = {
			untranslated = "Masonry Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MasonryAdvancedUpgradeItem",
			typeID = 0,
		},
		["Masonry Basic Upgrade"] = {
			untranslated = "Masonry Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MasonryBasicUpgradeItem",
			typeID = 0,
		},
		["Masonry Skill Book"] = {
			untranslated = "Masonry Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Masonry Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Masonry Skill BookItem",
			typeID = 0,
		},
		["Masonry Skill Scroll"] = {
			untranslated = "Masonry Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Masonry Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Masonry Skill ScrollItem",
			typeID = 0,
		},
		["Masonry Table"] = {
			untranslated = "Masonry Table",
			category = nil,
			group = "Work Stations",
			description = "A workstation for hewing and shaping stone into usable objects.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MasonryTableItem",
			typeID = 0,
		},
		["Meat Pie"] = {
			untranslated = "Meat Pie",
			category = nil,
			group = "Food",
			description = "Much like a huckleberry pie, but filled to the brim with succulent meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 1300,
			carbs = 18,
			protein = 4,
			fat = 20,
			vitamins = 2,
			density = 3.3846153846153846,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MeatPieItem",
			typeID = 0,
		},
		["Meat Stock"] = {
			untranslated = "Meat Stock",
			category = nil,
			group = "Food",
			description = "A meaty stock made from the flesh of animals.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = 600,
			carbs = 3,
			protein = 8,
			fat = 9,
			vitamins = 0,
			density = 3.3333333333333335,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MeatStockItem",
			typeID = 0,
		},
		["Meaty Stew"] = {
			untranslated = "Meaty Stew",
			category = nil,
			group = "Food",
			description = "A thick meaty stew. A great source of protein.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 6,
			protein = 13,
			fat = 10,
			vitamins = 1,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MeatyStewItem",
			typeID = 0,
		},
		["Mechanical Water Pump"] = {
			untranslated = "Mechanical Water Pump",
			category = nil,
			group = "Crafted Objects",
			description = "Pumps water from a source into a pipe network.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MechanicalWaterPumpItem",
			typeID = 0,
		},
		["Mechanics Advanced Upgrade"] = {
			untranslated = "Mechanics Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MechanicsAdvancedUpgradeItem",
			typeID = 0,
		},
		["Mechanics Modern Upgrade"] = {
			untranslated = "Mechanics Modern Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MechanicsModernUpgradeItem",
			typeID = 0,
		},
		["Mechanics Skill Book"] = {
			untranslated = "Mechanics Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Mechanics Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Mechanics Skill BookItem",
			typeID = 0,
		},
		["Mechanics Skill Scroll"] = {
			untranslated = "Mechanics Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Mechanics Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Mechanics Skill ScrollItem",
			typeID = 0,
		},
		["Medium Fishing Trawler"] = {
			untranslated = "Medium Fishing Trawler",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x14x10",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MediumFishingTrawlerItem",
			typeID = 0,
		},
		["Medium Metal Ship Frame"] = {
			untranslated = "Medium Metal Ship Frame",
			category = nil,
			group = "Items",
			description = "A medium metal frame for constructing a naval vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 15000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MediumMetalShipFrameItem",
			typeID = 0,
		},
		["Medium Shipyard"] = {
			untranslated = "Medium Shipyard",
			category = nil,
			group = "Work Stations",
			description = "A bigger more suitable place to build larger vessels with more extensive functionalities.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "9x16x6",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MediumShipyardItem",
			typeID = 0,
		},
		["Medium Wooden Ship Frame"] = {
			untranslated = "Medium Wooden Ship Frame",
			category = nil,
			group = "Items",
			description = "A medium wooden frame for constructing a larger naval vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 15000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MediumWoodenShipFrameItem",
			typeID = 0,
		},
		["Metal Keel"] = {
			untranslated = "Metal Keel",
			category = nil,
			group = "Items",
			description = "The backbone of any metal ship.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetalKeelItem",
			typeID = 0,
		},
		["Metal Rudder"] = {
			untranslated = "Metal Rudder",
			category = nil,
			group = "Items",
			description = "If you dont have one of these, you have no control over your heading.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetalRudderItem",
			typeID = 0,
		},
		["Metallurgy Research Paper Advanced"] = {
			untranslated = "Metallurgy Research Paper Advanced",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Advanced Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetallurgyResearchPaperAdvancedItem",
			typeID = 0,
		},
		["Metallurgy Research Paper Basic"] = {
			untranslated = "Metallurgy Research Paper Basic",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Basic Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetallurgyResearchPaperBasicItem",
			typeID = 0,
		},
		["Metallurgy Research Paper Modern"] = {
			untranslated = "Metallurgy Research Paper Modern",
			category = nil,
			group = "Items",
			description = "A document containing important research information. Used to discover new skills at the research table.",
			tagGroups = {
				"Modern Research",
				"Research",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MetallurgyResearchPaperModernItem",
			typeID = 0,
		},
		Mill = {
			untranslated = "Mill",
			category = nil,
			group = "Housing Objects",
			description = "Refines food resources by crushing them under a stone millstone.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Kitchen",
			furnitureType = "Food Preparation",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MillItem",
			typeID = 0,
		},
		["Milling Skill Book"] = {
			untranslated = "Milling Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Milling Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Milling Skill BookItem",
			typeID = 0,
		},
		["Milling Skill Scroll"] = {
			untranslated = "Milling Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Milling Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Milling Skill ScrollItem",
			typeID = 0,
		},
		["Milling Upgrade"] = {
			untranslated = "Milling Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Milling recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MillingUpgradeItem",
			typeID = 0,
		},
		["Millionaires Salad"] = {
			untranslated = "Millionaires Salad",
			category = nil,
			group = "Food",
			description = "A decadent yet healthy assemblage.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1000,
			carbs = 18,
			protein = 6,
			fat = 6,
			vitamins = 26,
			density = 5.6000000000000005,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MillionairesSaladItem",
			typeID = 0,
		},
		["Mining Advanced Upgrade"] = {
			untranslated = "Mining Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MiningAdvancedUpgradeItem",
			typeID = 0,
		},
		["Mining Basic Upgrade"] = {
			untranslated = "Mining Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Mining recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MiningBasicUpgradeItem",
			typeID = 0,
		},
		["Mining Modern Upgrade"] = {
			untranslated = "Mining Modern Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Mining recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MiningModernUpgradeItem",
			typeID = 0,
		},
		Mint = {
			untranslated = "Mint",
			category = nil,
			group = "Work Stations",
			description = "Allows for the creation of currency.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MintItem",
			typeID = 0,
		},
		Mochi = {
			untranslated = "Mochi",
			category = nil,
			group = "Food",
			description = "Watch your hands!",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 750,
			carbs = 25,
			protein = 0,
			fat = 0,
			vitamins = 5,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MochiItem",
			typeID = 0,
		},
		["Modern Axe"] = {
			untranslated = "Modern Axe",
			category = nil,
			group = "Items",
			description = "A modern axe with a non-slip handle made using fiberglass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernAxeItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 2500.0,
			ToolDamage = 2.5,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Modern",
		},
		["Modern Double Street Light"] = {
			untranslated = "Modern Double Street Light",
			category = nil,
			group = "Housing Objects",
			description = "A towering metal light post that requires electricity to run.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x5x7",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernDoubleStreetLightItem",
			typeID = 0,
		},
		["Modern Hammer"] = {
			untranslated = "Modern Hammer",
			category = nil,
			group = "Items",
			description = "A modern hammer with a non-slip handle made using fiberglass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernHammerItem",
			typeID = 0,
			ToolVariant = "Hammer",
			ToolDurability = 2500.0,
			ToolRepairType = "Modern",
		},
		["Modern Hoe"] = {
			untranslated = "Modern Hoe",
			category = nil,
			group = "Items",
			description = "A modern hoe with increased range.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernHoeItem",
			typeID = 0,
			ToolVariant = "Hoe",
			ToolDurability = 1500.0,
			ToolRepairType = "Modern",
		},
		["Modern Machete"] = {
			untranslated = "Modern Machete",
			category = nil,
			group = "Items",
			description = "A machete used to quickly clear plants. Has a large AoE with each swing.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernMacheteItem",
			typeID = 0,
			ToolVariant = "Machete",
			ToolDurability = 2000.0,
			ToolRepairType = "Modern",
		},
		["Modern Pickaxe"] = {
			untranslated = "Modern Pickaxe",
			category = nil,
			group = "Items",
			description = "A modern pickaxe with a non-slip handle made using fiberglass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernPickaxeItem",
			typeID = 0,
			ToolVariant = "Pickaxe",
			ToolDurability = 2000.0,
			ToolDamage = 4.0,
			ToolDamageTalent = "MiningToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Modern",
		},
		["Modern Rock Drill"] = {
			untranslated = "Modern Rock Drill",
			category = nil,
			group = "Items",
			description = "A gasoline-powered alternative for faster geological sampling.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernRockDrillItem",
			typeID = 0,
			ToolVariant = "Drill",
			ToolDurability = 1000.0,
			ToolRepairType = "Gasoline",
		},
		["Modern Scythe"] = {
			untranslated = "Modern Scythe",
			category = nil,
			group = "Items",
			description = "A modern scythe used to harvest crops or cut grass. Has a large AoE with each swing.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernScytheItem",
			typeID = 0,
			ToolVariant = "Scythe",
			ToolDurability = 2000.0,
			ToolRepairType = "Modern",
		},
		["Modern Shovel"] = {
			untranslated = "Modern Shovel",
			category = nil,
			group = "Items",
			description = "Terraforming is the first step towards a flourishing civilization and now you can do it with style and less repairs.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernShovelItem",
			typeID = 0,
			ToolVariant = "Shovel",
			ToolDurability = 2000.0,
			ToolRepairType = "Modern",
			ToolCarryCapacity = 10.0,
		},
		["Modern Street Light"] = {
			untranslated = "Modern Street Light",
			category = nil,
			group = "Housing Objects",
			description = "A towering metal light post that requires electricity to run.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x7",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernStreetLightItem",
			typeID = 0,
		},
		["Modern Upgrade 1"] = {
			untranslated = "Modern Upgrade 1",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade with great efficiency increase.",
			tagGroups = {
				"Modern Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernUpgradeLvl1Item",
			typeID = 0,
		},
		["Modern Upgrade 2"] = {
			untranslated = "Modern Upgrade 2",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade with great efficiency increase.",
			tagGroups = {
				"Modern Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernUpgradeLvl2Item",
			typeID = 0,
		},
		["Modern Upgrade 3"] = {
			untranslated = "Modern Upgrade 3",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade with great efficiency increase.",
			tagGroups = {
				"Modern Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernUpgradeLvl3Item",
			typeID = 0,
		},
		["Modern Upgrade 4"] = {
			untranslated = "Modern Upgrade 4",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade with great efficiency increase.",
			tagGroups = {
				"Modern Upgrade",
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ModernUpgradeLvl4Item",
			typeID = 0,
		},
		["Moon Jellyfish"] = {
			untranslated = "Moon Jellyfish",
			category = nil,
			group = "Natural Resources",
			description = "A moon jellyfish.",
			tagGroups = {
				"Fish",
				"Small Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MoonJellyfishItem",
			typeID = 0,
		},
		Mortar = {
			untranslated = "Mortar",
			category = nil,
			group = "Items",
			description = "A binding pitch useful as a mortar.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortarItem",
			typeID = 0,
		},
		["Mortared Basalt"] = {
			untranslated = "Mortared Basalt",
			category = nil,
			group = "Block",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredBasaltItem",
			typeID = 0,
		},
		["Mortared Gneiss"] = {
			untranslated = "Mortared Gneiss",
			category = nil,
			group = "Block",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGneissItem",
			typeID = 0,
		},
		["Mortared Granite"] = {
			untranslated = "Mortared Granite",
			category = nil,
			group = "Blocks",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {
				"Constructable",
				"Mortared Stone",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteItem",
			typeID = 0,
		},
		["Mortared Granite Bench"] = {
			untranslated = "Mortared Granite Bench",
			category = nil,
			group = "Housing Objects",
			description = "A basic stone bench for sitting.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteBenchItem",
			typeID = 0,
		},
		["Mortared Granite Chair"] = {
			untranslated = "Mortared Granite Chair",
			category = nil,
			group = "Housing Objects",
			description = "An early stone chair. Not too comfy but it does the job.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteChairItem",
			typeID = 0,
		},
		["Mortared Granite Door"] = {
			untranslated = "Mortared Granite Door",
			category = nil,
			group = "Housing Objects",
			description = "A heavy mortared stone door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteDoorItem",
			typeID = 0,
		},
		["Mortared Granite Fireplace"] = {
			untranslated = "Mortared Granite Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteFireplaceItem",
			typeID = 0,
		},
		["Mortared Granite Table"] = {
			untranslated = "Mortared Granite Table",
			category = nil,
			group = "Housing Objects",
			description = "An early stone table. Not much to look at but it does the job.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredGraniteTableItem",
			typeID = 0,
		},
		["Mortared Limestone"] = {
			untranslated = "Mortared Limestone",
			category = nil,
			group = "Blocks",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {
				"Constructable",
				"Mortared Stone",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredLimestoneItem",
			typeID = 0,
		},
		["Mortared Sandstone"] = {
			untranslated = "Mortared Sandstone",
			category = nil,
			group = "Blocks",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {
				"Constructable",
				"Mortared Stone",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredSandstoneItem",
			typeID = 0,
		},
		["Mortared Shale"] = {
			untranslated = "Mortared Shale",
			category = nil,
			group = "Block",
			description = "Used to create tough but rudimentary buildings.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredShaleItem",
			typeID = 0,
		},
		["Mortared Stone"] = {
			untranslated = "Mortared Stone",
			category = nil,
			group = "Blocks",
			description = "Old stone",
			tagGroups = {
				"Constructable",
				"Mortared Stone",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneItem",
			typeID = 0,
		},
		["Mortared Stone Bench"] = {
			untranslated = "Mortared Stone Bench",
			category = nil,
			group = "Housing Objects",
			description = "A basic stone bench for sitting.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneBenchItem",
			typeID = 0,
		},
		["Mortared Stone Chair"] = {
			untranslated = "Mortared Stone Chair",
			category = nil,
			group = "Housing Objects",
			description = "An early stone chair. Not too comfy but it does the job.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneChairItem",
			typeID = 0,
		},
		["Mortared Stone Door"] = {
			untranslated = "Mortared Stone Door",
			category = nil,
			group = "Housing Objects",
			description = "A heavy mortared stone door.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneDoorItem",
			typeID = 0,
		},
		["Mortared Stone Fireplace"] = {
			untranslated = "Mortared Stone Fireplace",
			category = nil,
			group = "Housing Objects",
			description = "A basic stone fireplace. Not much to look at it but a great source of heat.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Living Room",
			furnitureType = "Fireplace",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneFireplaceItem",
			typeID = 0,
		},
		["Mortared Stone Table"] = {
			untranslated = "Mortared Stone Table",
			category = nil,
			group = "Housing Objects",
			description = "An early stone table. Not much to look at but it does the job.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MortaredStoneTableItem",
			typeID = 0,
		},
		["Mountain Goat Carcass"] = {
			untranslated = "Mountain Goat Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead mountain goat.",
			tagGroups = {
				"Medium Carcass",
				"Medium Wooly Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MountainGoatCarcassItem",
			typeID = 0,
		},
		["Muffin Hat"] = {
			untranslated = "Muffin Hat",
			category = nil,
			group = "Clothing",
			description = "I have no idea why it's called that but it's not edible.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "MuffinHatItem",
			typeID = 0,
		},
		Nail = {
			untranslated = "Nail",
			category = nil,
			group = "Items",
			description = "Nails used for construction.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NailItem",
			typeID = 0,
		},
		["Nuclear Fuel"] = {
			untranslated = "Nuclear Fuel",
			category = nil,
			group = "Item",
			description = "Unstable nuclear fuel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NuclearFuelItem",
			typeID = 0,
		},
		Nylon = {
			untranslated = "Nylon",
			category = nil,
			group = "Items",
			description = "Nylon is a synthetic polymer that can be used as a cheap alternative to more natural textiles. ",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonItem",
			typeID = 0,
		},
		["Nylon Carpet"] = {
			untranslated = "Nylon Carpet",
			category = nil,
			group = "Blocks",
			description = "A woven nylon floor covering attached to a lumber backing.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonCarpetItem",
			typeID = 0,
		},
		["Nylon Chips"] = {
			untranslated = "Nylon Chips",
			category = nil,
			group = "Item",
			description = "",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonChipsItem",
			typeID = 0,
		},
		["Nylon Curtains"] = {
			untranslated = "Nylon Curtains",
			category = nil,
			group = "Blocks",
			description = "Curtains made out of plastic? \\n\\n (Only cosmetic does not impact room value.)",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonCurtainsItem",
			typeID = 0,
		},
		["Nylon Fabric"] = {
			untranslated = "Nylon Fabric",
			category = nil,
			group = "Items",
			description = "A synthetic fabric that is desired for its durability and cheap cost to produce.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonFabricItem",
			typeID = 0,
		},
		["Nylon Futon Bed"] = {
			untranslated = "Nylon Futon Bed",
			category = nil,
			group = "Housing Objects",
			description = "A classic futon for when regular beds are too soft.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "5",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonFutonBedItem",
			typeID = 0,
		},
		["Nylon Futon Couch"] = {
			untranslated = "Nylon Futon Couch",
			category = nil,
			group = "Housing Objects",
			description = "A modern styled couch with a classic touch.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonFutonCouchItem",
			typeID = 0,
		},
		["Nylon Mooring Rope"] = {
			untranslated = "Nylon Mooring Rope",
			category = nil,
			group = "Items",
			description = "A strong synthetic rope used to make sure a ship does not drift away.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonMooringRopeItem",
			typeID = 0,
		},
		["Nylon Thread"] = {
			untranslated = "Nylon Thread",
			category = nil,
			group = "Items",
			description = "Synthetic thread that has more resistance to abrasion than more natural threads.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 25,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonThreadItem",
			typeID = 0,
		},
		["Nylon Trawler Net"] = {
			untranslated = "Nylon Trawler Net",
			category = nil,
			group = "Items",
			description = "A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "NylonTrawlerNetItem",
			typeID = 0,
			ToolDurability = 2000.0,
			ToolRepairType = "Nylon",
		},
		["Oak Log"] = {
			untranslated = "Oak Log",
			category = nil,
			group = "Natural Resources",
			description = "Oak log is a type of hardwood. With its great strength and hardness, oak is commonly used for furniture and building materials.",
			tagGroups = {
				"Burnable Fuel",
				"Hardwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OakLogItem",
			typeID = 0,
		},
		["Ocean Spray Seed"] = {
			untranslated = "Ocean Spray Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow ocean spray.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OceanSpraySeedItem",
			typeID = 0,
		},
		Oil = {
			untranslated = "Oil",
			category = nil,
			group = "Food",
			description = "A plant fat extracted for use in cooking.",
			tagGroups = {
				"Fat",
				"Food",
				"Oil",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 120,
			carbs = 0,
			protein = 0,
			fat = 15,
			vitamins = 0,
			density = 12.5,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilItem",
			typeID = 0,
		},
		["Oil Drilling Skill Book"] = {
			untranslated = "Oil Drilling Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Oil Drilling Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Oil Drilling Skill BookItem",
			typeID = 0,
		},
		["Oil Drilling Skill Scroll"] = {
			untranslated = "Oil Drilling Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Oil Drilling Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Oil Drilling Skill ScrollItem",
			typeID = 0,
		},
		["Oil Drilling Upgrade"] = {
			untranslated = "Oil Drilling Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilDrillingUpgradeItem",
			typeID = 0,
		},
		["Oil Head Lamp"] = {
			untranslated = "Oil Head Lamp",
			category = nil,
			group = "Clothing",
			description = "An iron hardhat with a light source for the darkest places.\\n\\n(Flashlight)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilHeadLampItem",
			typeID = 0,
		},
		["Oil Paint"] = {
			untranslated = "Oil Paint",
			category = nil,
			group = "Items",
			description = "A collection of paint variations used for art supplies.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilPaintItem",
			typeID = 0,
		},
		["Oil Refinery"] = {
			untranslated = "Oil Refinery",
			category = nil,
			group = "Work Stations",
			description = "Sets of pipes and tanks which refine crude petroleum into usable products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OilRefineryItem",
			typeID = 0,
		},
		["Orange Vase"] = {
			untranslated = "Orange Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrangeVaseItem",
			typeID = 0,
		},
		Orchid = {
			untranslated = "Orchid",
			category = nil,
			group = "Food",
			description = "Placeholder Description.",
			tagGroups = {
				"Food",
				"Petals",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrchidItem",
			typeID = 0,
		},
		["Orchid Seed"] = {
			untranslated = "Orchid Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow an orchid.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrchidSeedItem",
			typeID = 0,
		},
		["Ornate Gold Frame Landscape"] = {
			untranslated = "Ornate Gold Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateGoldFrameLandscapeItem",
			typeID = 0,
		},
		["Ornate Gold Frame Wide"] = {
			untranslated = "Ornate Gold Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateGoldFrameWideItem",
			typeID = 0,
		},
		["Ornate Iron Frame Landscape"] = {
			untranslated = "Ornate Iron Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateIronFrameLandscapeItem",
			typeID = 0,
		},
		["Ornate Iron Frame Wide"] = {
			untranslated = "Ornate Iron Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateIronFrameWideItem",
			typeID = 0,
		},
		["Ornate Wooden Frame Landscape"] = {
			untranslated = "Ornate Wooden Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateWoodenFrameLandscapeItem",
			typeID = 0,
		},
		["Ornate Wooden Frame Wide"] = {
			untranslated = "Ornate Wooden Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OrnateWoodenFrameWideItem",
			typeID = 0,
		},
		["Otter Carcass"] = {
			untranslated = "Otter Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead otter.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Fur Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OtterCarcassItem",
			typeID = 0,
		},
		["Outpost Netting"] = {
			untranslated = "Outpost Netting",
			category = nil,
			group = "Crafted Objects",
			description = "A way to store your items when you run out of floor space.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OutpostNettingItem",
			typeID = 0,
		},
		["Outpost Table"] = {
			untranslated = "Outpost Table",
			category = nil,
			group = "Work Stations",
			description = "An explorers best collection of information is stored here.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "OutpostTableItem",
			typeID = 0,
		},
		["Pacific Sardine"] = {
			untranslated = "Pacific Sardine",
			category = nil,
			group = "Natural Resources",
			description = "A pacific sardine.",
			tagGroups = {
				"Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 150,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PacificSardineItem",
			typeID = 0,
		},
		["Padded Chair"] = {
			untranslated = "Padded Chair",
			category = nil,
			group = "Housing Objects",
			description = "A comfy chair to rest in.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.8",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PaddedChairItem",
			typeID = 0,
		},
		["Paint Bucket"] = {
			untranslated = "Paint Bucket",
			category = nil,
			group = "Item",
			description = "A bucket of near magical paint used for making your environment a bit more lively.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PaintBucketItem",
			typeID = 0,
		},
		["Palm Log"] = {
			untranslated = "Palm Log",
			category = nil,
			group = "Natural Resources",
			description = "Palm log comes from the palm tree, which is unique among trees that it is neither hardwood nor softwood. It still makes an excellent building material.",
			tagGroups = {
				"Burnable Fuel",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PalmLogItem",
			typeID = 0,
		},
		["Palm Seed"] = {
			untranslated = "Palm Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a palm tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PalmSeedItem",
			typeID = 0,
		},
		Papaya = {
			untranslated = "Papaya",
			category = nil,
			group = "Food",
			description = "Nice fresh Papaya.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 200,
			carbs = 2,
			protein = 1,
			fat = 0,
			vitamins = 5,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PapayaItem",
			typeID = 0,
		},
		["Papaya Seed"] = {
			untranslated = "Papaya Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a papaya plant.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PapayaSeedItem",
			typeID = 0,
		},
		Paper = {
			untranslated = "Paper",
			category = nil,
			group = "Items",
			description = "It's paper.",
			tagGroups = {
				"Burnable Fuel",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 100,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PaperItem",
			typeID = 0,
		},
		["Paper Milling Skill Book"] = {
			untranslated = "Paper Milling Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Paper Milling Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Paper Milling Skill BookItem",
			typeID = 0,
		},
		["Paper Milling Skill Scroll"] = {
			untranslated = "Paper Milling Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Paper Milling Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Paper Milling Skill ScrollItem",
			typeID = 0,
		},
		["Paper Milling Upgrade"] = {
			untranslated = "Paper Milling Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PaperMillingUpgradeItem",
			typeID = 0,
		},
		["Pastry Dough"] = {
			untranslated = "Pastry Dough",
			category = nil,
			group = "Food",
			description = "An extra fatty leavened dough for making yummy pastries.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 10,
			carbs = 4,
			protein = 0,
			fat = 0,
			vitamins = 4,
			density = 80.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PastryDoughItem",
			typeID = 0,
		},
		["Pelt Fertilizer"] = {
			untranslated = "Pelt Fertilizer",
			category = nil,
			group = "Items",
			description = "A fertilize made from fur pelts and filler.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PeltFertilizerItem",
			typeID = 0,
		},
		Petroleum = {
			untranslated = "Petroleum",
			category = nil,
			group = "Blocks",
			description = "A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. Its extraction, transport, and burning all have environmental impacts.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PetroleumItem",
			typeID = 0,
		},
		["Phad Thai"] = {
			untranslated = "Phad Thai",
			category = nil,
			group = "Food",
			description = "They make you full, and proud.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1200,
			carbs = 9,
			protein = 11,
			fat = 19,
			vitamins = 5,
			density = 3.6666666666666665,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PhadThaiItem",
			typeID = 0,
		},
		["Phosphate Fertilizer"] = {
			untranslated = "Phosphate Fertilizer",
			category = nil,
			group = "Items",
			description = "Phosphate fertilizer is a great source of Phosphorus.",
			tagGroups = {
				"Fertilizer",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PhosphateFertilizerItem",
			typeID = 0,
		},
		Pineapple = {
			untranslated = "Pineapple",
			category = nil,
			group = "Food",
			description = "Nice fresh Pineapple.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 125,
			calories = 200,
			carbs = 6,
			protein = 0,
			fat = 0,
			vitamins = 2,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PineappleItem",
			typeID = 0,
		},
		["Pineapple Friend Rice"] = {
			untranslated = "Pineapple Friend Rice",
			category = nil,
			group = "Food",
			description = "A homely recipe made from a mix of cooked rice and fruit. Not only is it friendly, but it also happens to be pan fried.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 150,
			calories = 720,
			carbs = 20,
			protein = 9,
			fat = 12,
			vitamins = 12,
			density = 7.361111111111112,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PineappleFriendRiceItem",
			typeID = 0,
		},
		["Pineapple Seed"] = {
			untranslated = "Pineapple Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a pineapple plant.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PineappleSeedItem",
			typeID = 0,
		},
		Pirozhok = {
			untranslated = "Pirozhok",
			category = nil,
			group = "Food",
			description = "A baked bun filled with tasty meat and mushrooms.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 850,
			carbs = 14,
			protein = 19,
			fat = 10,
			vitamins = 4,
			density = 5.529411764705882,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PirozhokItem",
			typeID = 0,
		},
		Piston = {
			untranslated = "Piston",
			category = nil,
			group = "Items",
			description = "A moving component that transfers force. Can also function as a valve occasionally.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PistonItem",
			typeID = 0,
		},
		["Plant Fibers"] = {
			untranslated = "Plant Fibers",
			category = nil,
			group = "Items",
			description = "Harvested from a number of plants, these fibers are useful for a surprising number of things.",
			tagGroups = {
				"Burnable Fuel",
				"Crop",
				"Natural Fiber",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 100,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlantFibersItem",
			typeID = 0,
		},
		["Plant Vase"] = {
			untranslated = "Plant Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlantVaseItem",
			typeID = 0,
		},
		Plastic = {
			untranslated = "Plastic",
			category = nil,
			group = "Items",
			description = "An extremely useful synthetic material derived from petrochemicals.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlasticItem",
			typeID = 0,
		},
		["Plastic Buoy"] = {
			untranslated = "Plastic Buoy",
			category = nil,
			group = "Crafted Objects",
			description = "A modern plastic navigational buoy, can also be used as a moorage post.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlasticBuoyItem",
			typeID = 0,
		},
		["Poke Bowl"] = {
			untranslated = "Poke Bowl",
			category = nil,
			group = "Food",
			description = "A basic yet filling meal with a bite.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1100,
			carbs = 21,
			protein = 10,
			fat = 11,
			vitamins = 7,
			density = 4.454545454545455,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PokeBowlItem",
			typeID = 0,
		},
		["Portable Steam Engine"] = {
			untranslated = "Portable Steam Engine",
			category = nil,
			group = "Items",
			description = "An engine that generates mechanical power through steam.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PortableSteamEngineItem",
			typeID = 0,
		},
		["Pottery Skill Book"] = {
			untranslated = "Pottery Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Pottery Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Pottery Skill BookItem",
			typeID = 0,
		},
		["Pottery Skill Scroll"] = {
			untranslated = "Pottery Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Pottery Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Pottery Skill ScrollItem",
			typeID = 0,
		},
		["Pottery Table"] = {
			untranslated = "Pottery Table",
			category = nil,
			group = "Work Stations",
			description = "A primitive table for shaping basic clay products.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PotteryTableItem",
			typeID = 0,
		},
		["Pottery Upgrade"] = {
			untranslated = "Pottery Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PotteryUpgradeItem",
			typeID = 0,
		},
		["Power Hammer"] = {
			untranslated = "Power Hammer",
			category = nil,
			group = "Work Stations",
			description = "A solid shaped piece of metal used to hammer ingots into tools and other useful things.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x4x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PowerHammerItem",
			typeID = 0,
		},
		["Powered Cart"] = {
			untranslated = "Powered Cart",
			category = nil,
			group = "Crafted Objects",
			description = "Large cart for hauling sizable loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 15000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x5x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PoweredCartItem",
			typeID = 0,
		},
		["Powered Storage Silo"] = {
			untranslated = "Powered Storage Silo",
			category = nil,
			group = "Crafted Objects",
			description = "A powered silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x4x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PoweredStorageSiloItem",
			typeID = 0,
		},
		["Prairie Dog Carcass"] = {
			untranslated = "Prairie Dog Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead prairie dog.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrairieDogCarcassItem",
			typeID = 0,
		},
		["Prepared Meat"] = {
			untranslated = "Prepared Meat",
			category = nil,
			group = "Food",
			description = "Carefully butchered meat, ready to cook.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 600,
			carbs = 0,
			protein = 4,
			fat = 6,
			vitamins = 0,
			density = 1.6666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PreparedMeatItem",
			typeID = 0,
		},
		["Prickly Pear Fruit"] = {
			untranslated = "Prickly Pear Fruit",
			category = nil,
			group = "Food",
			description = "A succulent fruit coated in a rather terrifying array of spines.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 190,
			carbs = 2,
			protein = 1,
			fat = 1,
			vitamins = 4,
			density = 4.2105263157894735,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PricklyPearFruitItem",
			typeID = 0,
		},
		["Prickly Pear Seed"] = {
			untranslated = "Prickly Pear Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow prickly pear cacti.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PricklyPearSeedItem",
			typeID = 0,
		},
		["Prime Cut"] = {
			untranslated = "Prime Cut",
			category = nil,
			group = "Food",
			description = "A perfectly marbled piece of meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 600,
			carbs = 0,
			protein = 9,
			fat = 4,
			vitamins = 0,
			density = 2.166666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimeCutItem",
			typeID = 0,
		},
		["Primitive Canvas Boots"] = {
			untranslated = "Primitive Canvas Boots",
			category = nil,
			group = "Clothing",
			description = "A pair of crude canvas boots for your everyday use.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveCanvasBootsItem",
			typeID = 0,
		},
		["Primitive Canvas Pants"] = {
			untranslated = "Primitive Canvas Pants",
			category = nil,
			group = "Clothing",
			description = "Roughly stitched canvas pants.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveCanvasPantsItem",
			typeID = 0,
		},
		["Primitive Canvas Shorts"] = {
			untranslated = "Primitive Canvas Shorts",
			category = nil,
			group = "Clothing",
			description = "They're like the Primitive Canvas Pants, but shorter.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveCanvasShortsItem",
			typeID = 0,
		},
		["Primitive Fur Belt"] = {
			untranslated = "Primitive Fur Belt",
			category = nil,
			group = "Clothing",
			description = "You should probably still wear pants.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveFurBeltItem",
			typeID = 0,
		},
		["Primitive Leather Boots"] = {
			untranslated = "Primitive Leather Boots",
			category = nil,
			group = "Clothing",
			description = "A pair of crude leather boots for your everyday use.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveLeatherBootsItem",
			typeID = 0,
		},
		["Primitive Leather Pants"] = {
			untranslated = "Primitive Leather Pants",
			category = nil,
			group = "Clothing",
			description = "You ever tried cutting leather with a rock?",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveLeatherPantsItem",
			typeID = 0,
		},
		["Primitive Leather Shirt"] = {
			untranslated = "Primitive Leather Shirt",
			category = nil,
			group = "Clothing",
			description = "A Shirt made from roughly cut pieces of leather, should keep your shoulders warm.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveLeatherShirtItem",
			typeID = 0,
		},
		["Primitive Leather Shorts"] = {
			untranslated = "Primitive Leather Shorts",
			category = nil,
			group = "Clothing",
			description = "You may have enough leather left over to make a nice hat.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrimitiveLeatherShortsItem",
			typeID = 0,
		},
		["Printing Press"] = {
			untranslated = "Printing Press",
			category = nil,
			group = "Work Stations",
			description = "The world will never be the same.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrintingPressItem",
			typeID = 0,
		},
		["Printing Supplies"] = {
			untranslated = "Printing Supplies",
			category = nil,
			group = "Items",
			description = "A package of necessary items for copying art or other more elaborate designs.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PrintingSuppliesItem",
			typeID = 0,
		},
		["Pulp Filler"] = {
			untranslated = "Pulp Filler",
			category = nil,
			group = "Items",
			description = "Wood pulp and dirt make a great filler for other fertilizers. ",
			tagGroups = {
				"Fertilizer",
				"Fertilizer Filler",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PulpFillerItem",
			typeID = 0,
		},
		["Pump Jack"] = {
			untranslated = "Pump Jack",
			category = nil,
			group = "Work Stations",
			description = "Drill, baby! Drill!",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x2x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PumpJackItem",
			typeID = 0,
		},
		Pumpkin = {
			untranslated = "Pumpkin",
			category = nil,
			group = "Food",
			description = "Round and large.",
			tagGroups = {
				"Food",
				"Fruit",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 125,
			calories = 340,
			carbs = 5,
			protein = 1,
			fat = 0,
			vitamins = 2,
			density = 2.3529411764705883,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PumpkinItem",
			typeID = 0,
		},
		["Pumpkin Seed"] = {
			untranslated = "Pumpkin Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a pumpkin.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PumpkinSeedItem",
			typeID = 0,
		},
		Pupusas = {
			untranslated = "Pupusas",
			category = nil,
			group = "Food",
			description = "Comforting, best served hot from the griddle.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 900,
			carbs = 6,
			protein = 11,
			fat = 9,
			vitamins = 14,
			density = 4.444444444444445,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PupusasItem",
			typeID = 0,
		},
		["Purple Vase"] = {
			untranslated = "Purple Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PurpleVaseItem",
			typeID = 0,
		},
		Quicklime = {
			untranslated = "Quicklime",
			category = nil,
			group = "Items",
			description = "A chemical compound used in steel production.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "QuicklimeItem",
			typeID = 0,
		},
		Radiator = {
			untranslated = "Radiator",
			category = nil,
			group = "Items",
			description = "A heat sink that uses liquid running through copper fins to disperse heat build-up.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RadiatorItem",
			typeID = 0,
		},
		["Raw Bacon"] = {
			untranslated = "Raw Bacon",
			category = nil,
			group = "Food",
			description = "A fatty cut of meat that happens to be inexplicably tastier than other cuts.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = 200,
			carbs = 0,
			protein = 3,
			fat = 9,
			vitamins = 0,
			density = 6.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawBaconItem",
			typeID = 0,
		},
		["Raw Fish"] = {
			untranslated = "Raw Fish",
			category = nil,
			group = "Food",
			description = "A fatty cut of raw fish.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 200,
			carbs = 0,
			protein = 7,
			fat = 3,
			vitamins = 0,
			density = 5.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawFishItem",
			typeID = 0,
		},
		["Raw Meat"] = {
			untranslated = "Raw Meat",
			category = nil,
			group = "Food",
			description = "Fresh raw meat from the hunt. It should probably be cooked before being consumed.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 250,
			carbs = 0,
			protein = 4,
			fat = 8,
			vitamins = 0,
			density = 4.8,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawMeatItem",
			typeID = 0,
		},
		["Raw Roast"] = {
			untranslated = "Raw Roast",
			category = nil,
			group = "Food",
			description = "A trussed roast tied and ready to be cooked.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 600,
			carbs = 0,
			protein = 6,
			fat = 5,
			vitamins = 0,
			density = 1.8333333333333333,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawRoastItem",
			typeID = 0,
		},
		["Raw Sausage"] = {
			untranslated = "Raw Sausage",
			category = nil,
			group = "Food",
			description = "Ground meat stuffed into an intestine casing.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 500,
			carbs = 0,
			protein = 4,
			fat = 8,
			vitamins = 0,
			density = 2.4,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RawSausageItem",
			typeID = 0,
		},
		["Real Estate Desk"] = {
			untranslated = "Real Estate Desk",
			category = nil,
			group = "Work Stations",
			description = "A place to manage the sale and transfer of deeds and property.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RealEstateDeskItem",
			typeID = 0,
		},
		Rebar = {
			untranslated = "Rebar",
			category = nil,
			group = "Items",
			description = "Ribbed steel bars for reinforcing stuctures.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 3000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RebarItem",
			typeID = 0,
		},
		["Recurve Bow"] = {
			untranslated = "Recurve Bow",
			category = nil,
			group = "Items",
			description = "A recurve bow that shoots faster and more powerful than a traditional wooden bow. Requires arrows to fire.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RecurveBowItem",
			typeID = 0,
			ToolVariant = "Bow",
			ToolDurability = 1000.0,
			ToolDamage = 1.2,
			ToolDamageTalent = "HuntingPowerShotTalent",
			ToolRepairType = "Linen",
		},
		["Red Vase"] = {
			untranslated = "Red Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RedVaseItem",
			typeID = 0,
		},
		["Redwood Log"] = {
			untranslated = "Redwood Log",
			category = nil,
			group = "Natural Resources",
			description = "Redwood log is a type of softwood that can be easily identified by its distinct red bark.",
			tagGroups = {
				"Burnable Fuel",
				"Softwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RedwoodLogItem",
			typeID = 0,
		},
		["Redwood Seed"] = {
			untranslated = "Redwood Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a redwood tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RedwoodSeedItem",
			typeID = 0,
		},
		Refrigerator = {
			untranslated = "Refrigerator",
			category = nil,
			group = "Housing Objects",
			description = "An icebox from the future with significantly better cooling properties.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "5",
			roomCategory = "Kitchen",
			furnitureType = "Food Storage",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RefrigeratorItem",
			typeID = 0,
		},
		Registrar = {
			untranslated = "Registrar",
			category = nil,
			group = "Work Stations",
			description = "Allows the setting management of titles.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RegistrarItem",
			typeID = 0,
		},
		["Reinforced Concrete"] = {
			untranslated = "Reinforced Concrete",
			category = nil,
			group = "Blocks",
			description = "A sturdy construction material poured around a latice of rebar.",
			tagGroups = {
				"Concrete",
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ReinforcedConcreteItem",
			typeID = 0,
		},
		["Research Table"] = {
			untranslated = "Research Table",
			category = nil,
			group = "Work Stations",
			description = "A basic table for researching new technologies and skills.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ResearchTableItem",
			typeID = 0,
		},
		Rice = {
			untranslated = "Rice",
			category = nil,
			group = "Food",
			description = "Plant to grow rice.",
			tagGroups = {
				"Crop",
				"Crop Seed",
				"Food",
				"Grain",
				"Raw Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 7,
			protein = 1,
			fat = 0,
			vitamins = 0,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RiceItem",
			typeID = 0,
		},
		["Rice Flour"] = {
			untranslated = "Rice Flour",
			category = nil,
			group = "Food",
			description = "Rice grounded into flour is as equally versatile as its golden cousin.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 50,
			carbs = 15,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 30.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RiceFlourItem",
			typeID = 0,
		},
		["Rice Noodles"] = {
			untranslated = "Rice Noodles",
			category = nil,
			group = "Food",
			description = "Noodles made from delicious milled white grains.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 200,
			carbs = 10,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 5.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RiceNoodlesItem",
			typeID = 0,
		},
		Rivet = {
			untranslated = "Rivet",
			category = nil,
			group = "Items",
			description = "An iron bolt used to hold together inventions.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RivetItem",
			typeID = 0,
		},
		["Roast Pumpkin"] = {
			untranslated = "Roast Pumpkin",
			category = nil,
			group = "Food",
			description = "Sweet but a suprising source of vitamins.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 900,
			calories = 1400,
			carbs = 23,
			protein = 2,
			fat = 2,
			vitamins = 7,
			density = 2.4285714285714284,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RoastPumpkinItem",
			typeID = 0,
		},
		["Robotic Assembly Line"] = {
			untranslated = "Robotic Assembly Line",
			category = nil,
			group = "Work Stations",
			description = "A complex set of machinery for creating equally complex things.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x4x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RoboticAssemblyLineItem",
			typeID = 0,
		},
		["Rocker Box"] = {
			untranslated = "Rocker Box",
			category = nil,
			group = "Work Stations",
			description = "A tool for miners to concentrate ore. The run off produces wet tailings.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RockerBoxItem",
			typeID = 0,
		},
		["Rolling Mill"] = {
			untranslated = "Rolling Mill",
			category = nil,
			group = "Work Stations",
			description = "For rolling steel into more buildable materials.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RollingMillItem",
			typeID = 0,
		},
		["Root Campfire Salad"] = {
			untranslated = "Root Campfire Salad",
			category = nil,
			group = "Food",
			description = "A myriad of plants that make a healthy and odd blend.",
			tagGroups = {
				"Campfire Salad",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 950,
			carbs = 8,
			protein = 5,
			fat = 4,
			vitamins = 11,
			density = 2.9473684210526314,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RootCampfireSaladItem",
			typeID = 0,
		},
		["Root Campfire Stew"] = {
			untranslated = "Root Campfire Stew",
			category = nil,
			group = "Food",
			description = "A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 8,
			protein = 5,
			fat = 12,
			vitamins = 5,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RootCampfireStewItem",
			typeID = 0,
		},
		["Round Pot"] = {
			untranslated = "Round Pot",
			category = nil,
			group = "Housing Objects",
			description = "Sometimes you just want to bring a little bit of nature into your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlanterPotRoundItem",
			typeID = 0,
		},
		["Rubber Wheel"] = {
			untranslated = "Rubber Wheel",
			category = nil,
			group = "Items",
			description = "Rubber wheels provide much better traction and allow the construction of more modern vehicles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RubberWheelItem",
			typeID = 0,
		},
		["Rug Large"] = {
			untranslated = "Rug Large",
			category = nil,
			group = "Housing Objects",
			description = "A large area rug to cover that weird stain.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Decoration",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RugLargeItem",
			typeID = 0,
		},
		["Rug Medium"] = {
			untranslated = "Rug Medium",
			category = nil,
			group = "Housing Objects",
			description = "A medium rug for medium uses.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RugMediumItem",
			typeID = 0,
		},
		["Rug Small"] = {
			untranslated = "Rug Small",
			category = nil,
			group = "Housing Objects",
			description = "A small rug for when you just didn't have enough materials to make a bigger one.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RugSmallItem",
			typeID = 0,
		},
		["Running Shoes"] = {
			untranslated = "Running Shoes",
			category = nil,
			group = "Clothing",
			description = "Light weight shoes designed to make you run faster.\\n\\n(Increases movement speed)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "RunningShoesItem",
			typeID = 0,
		},
		["Saguaro Rib"] = {
			untranslated = "Saguaro Rib",
			category = nil,
			group = "Natural Resources",
			description = "Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.",
			tagGroups = {
				"Burnable Fuel",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SaguaroRibItem",
			typeID = 0,
		},
		["Saguaro Seed"] = {
			untranslated = "Saguaro Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a saguaro cactus.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SaguaroSeedItem",
			typeID = 0,
		},
		Salmon = {
			untranslated = "Salmon",
			category = nil,
			group = "Natural Resources",
			description = "A salmon.",
			tagGroups = {
				"Fish",
				"Medium Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SalmonItem",
			typeID = 0,
		},
		["Salt Basket"] = {
			untranslated = "Salt Basket",
			category = nil,
			group = "Housing Objects",
			description = "A basket of salt.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Kitchen",
			furnitureType = "Spices",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SaltBasketItem",
			typeID = 0,
		},
		Sandals = {
			untranslated = "Sandals",
			category = nil,
			group = "Clothing",
			description = "Basic footwear that helps reduce the strain of walking longer distances.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SandalsItem",
			typeID = 0,
		},
		Sandstone = {
			untranslated = "Sandstone",
			category = nil,
			group = "Natural Resources",
			description = "A rock of varying hardness, useful for construction and as a host for iron ore. Sandstone is a sedimentary rock that forms when sand is buried deeply enough to lithify. Sometimes the shapes of dunes and ripples from an ancient desert or beach are preserved!",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SandstoneItem",
			typeID = 0,
		},
		Sawmill = {
			untranslated = "Sawmill",
			category = nil,
			group = "Work Stations",
			description = "Used to saw wood into lumber.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SawmillItem",
			typeID = 0,
		},
		["Saxifrage Seed"] = {
			untranslated = "Saxifrage Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow saxifrage.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SaxifrageSeedItem",
			typeID = 0,
		},
		["Scrap Meat"] = {
			untranslated = "Scrap Meat",
			category = nil,
			group = "Food",
			description = "Chunks of extra meat.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 50,
			carbs = 0,
			protein = 5,
			fat = 5,
			vitamins = 0,
			density = 20.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ScrapMeatItem",
			typeID = 0,
		},
		["Screening Machine"] = {
			untranslated = "Screening Machine",
			category = nil,
			group = "Work Stations",
			description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ScreeningMachineItem",
			typeID = 0,
		},
		["Screw Press"] = {
			untranslated = "Screw Press",
			category = nil,
			group = "Work Stations",
			description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ScrewPressItem",
			typeID = 0,
		},
		Screws = {
			untranslated = "Screws",
			category = nil,
			group = "Items",
			description = "A pointed metal fastener used in crafting to attach pieces of material together.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ScrewsItem",
			typeID = 0,
		},
		["Seagrass Seed"] = {
			untranslated = "Seagrass Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow seagrass.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SeagrassSeedItem",
			typeID = 0,
		},
		["Seared Meat"] = {
			untranslated = "Seared Meat",
			category = nil,
			group = "Food",
			description = "A cut of perfectly seared steak.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 600,
			carbs = 4,
			protein = 19,
			fat = 17,
			vitamins = 7,
			density = 7.833333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SearedMeatItem",
			typeID = 0,
		},
		["Seeded Camas Roll"] = {
			untranslated = "Seeded Camas Roll",
			category = nil,
			group = "Food",
			description = "Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1400,
			carbs = 20,
			protein = 2,
			fat = 13,
			vitamins = 16,
			density = 3.642857142857143,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SeededCamasRollItem",
			typeID = 0,
		},
		["Sensor Based Belt Sorter"] = {
			untranslated = "Sensor Based Belt Sorter",
			category = nil,
			group = "Work Stations",
			description = "A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SensorBasedBeltSorterItem",
			typeID = 0,
		},
		["Sensuous Sea Pizza"] = {
			untranslated = "Sensuous Sea Pizza",
			category = nil,
			group = "Food",
			description = "The chewyness is unreal.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1200,
			carbs = 28,
			protein = 11,
			fat = 7,
			vitamins = 4,
			density = 4.166666666666666,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SensuousSeaPizzaItem",
			typeID = 0,
		},
		Servo = {
			untranslated = "Servo",
			category = nil,
			group = "Items",
			description = "A rotary actuator that allows for control over angular position.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ServoItem",
			typeID = 0,
		},
		["Settlement Crafting Table"] = {
			untranslated = "Settlement Crafting Table",
			category = nil,
			group = "Work Stations",
			description = "A basic workspace for crafting all manner of settlement related objects.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SettlementCraftingTableItem",
			typeID = 0,
		},
		Shale = {
			untranslated = "Shale",
			category = nil,
			group = "Natural Resources",
			description = "A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.",
			tagGroups = {
				"Excavatable",
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShaleItem",
			typeID = 0,
		},
		Shaper = {
			untranslated = "Shaper",
			category = nil,
			group = "Work Stations",
			description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShaperItem",
			typeID = 0,
		},
		["Shark Fillet Soup"] = {
			untranslated = "Shark Fillet Soup",
			category = nil,
			group = "Food",
			description = "A texture all of its own.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 1400,
			carbs = 10,
			protein = 15,
			fat = 11,
			vitamins = 4,
			density = 2.857142857142857,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SharkFilletSoupItem",
			typeID = 0,
		},
		["Sheep Mount"] = {
			untranslated = "Sheep Mount",
			category = nil,
			group = "Housing Objects",
			description = "A hunting trophy for your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3.5",
			roomCategory = "Living Room",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SheepMountItem",
			typeID = 0,
		},
		["Shelf Cabinet"] = {
			untranslated = "Shelf Cabinet",
			category = nil,
			group = "Housing Objects",
			description = "When a shelf and a cabinet aren't enough individually.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Living Room",
			furnitureType = "Shelves",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShelfCabinetItem",
			typeID = 0,
		},
		["Shipwright Advanced Upgrade"] = {
			untranslated = "Shipwright Advanced Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightAdvancedUpgradeItem",
			typeID = 0,
		},
		["Shipwright Basic Upgrade"] = {
			untranslated = "Shipwright Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightBasicUpgradeItem",
			typeID = 0,
		},
		["Shipwright Hat"] = {
			untranslated = "Shipwright Hat",
			category = nil,
			group = "Clothing",
			description = "A simple sailor's cap, don?t lose it or you might be walking on a plank.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightHatItem",
			typeID = 0,
		},
		["Shipwright Overalls"] = {
			untranslated = "Shipwright Overalls",
			category = nil,
			group = "Clothing",
			description = "Denim overall for extra sturdy wearability.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightOverallsItem",
			typeID = 0,
		},
		["Shipwright Sandals"] = {
			untranslated = "Shipwright Sandals",
			category = nil,
			group = "Clothing",
			description = "Comfortable sandals with extra traction to avoid slipping.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightSandalsItem",
			typeID = 0,
		},
		["Shipwright Shirt"] = {
			untranslated = "Shipwright Shirt",
			category = nil,
			group = "Clothing",
			description = "A striped shirt symbolizing your affinity for traveling across the seas.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShipwrightShirtItem",
			typeID = 0,
		},
		["Shipwright Skill Book"] = {
			untranslated = "Shipwright Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Shipwright Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Shipwright Skill BookItem",
			typeID = 0,
		},
		["Shipwright Skill Scroll"] = {
			untranslated = "Shipwright Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Shipwright Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Shipwright Skill ScrollItem",
			typeID = 0,
		},
		["Shorn Wool"] = {
			untranslated = "Shorn Wool",
			category = nil,
			group = "Items",
			description = "Wool that has been shorn from an animal.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShornWoolItem",
			typeID = 0,
		},
		Shorts = {
			untranslated = "Shorts",
			category = nil,
			group = "Clothing",
			description = "Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ShortsItem",
			typeID = 0,
		},
		["Simmered Meat"] = {
			untranslated = "Simmered Meat",
			category = nil,
			group = "Food",
			description = "Meat cooked in meat juices keeps the meat juicy.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = 900,
			carbs = 6,
			protein = 18,
			fat = 13,
			vitamins = 5,
			density = 4.666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SimmeredMeatItem",
			typeID = 0,
		},
		["Simple Syrup"] = {
			untranslated = "Simple Syrup",
			category = nil,
			group = "Food",
			description = "A simple water and suger combination heated until the sugar dissolves.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 400,
			carbs = 12,
			protein = 0,
			fat = 3,
			vitamins = 0,
			density = 3.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SimpleSyrupItem",
			typeID = 0,
		},
		Sink = {
			untranslated = "Sink",
			category = nil,
			group = "Housing Objects",
			description = "An industrial sink.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "5",
			roomCategory = "Bathroom",
			furnitureType = "Sink",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SinkItem",
			typeID = 0,
		},
		["Skid Steer"] = {
			untranslated = "Skid Steer",
			category = nil,
			group = "Crafted Objects",
			description = "Small scale bucket loader. Great for flat to low slope excavation.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SkidSteerItem",
			typeID = 0,
		},
		Slag = {
			untranslated = "Slag",
			category = nil,
			group = "Blocks",
			description = "A glass-like byproduct that is created when smelting ore. Crushed Slag is often used in the production of Concrete.",
			tagGroups = {
				"Excavatable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 6000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SlagItem",
			typeID = 0,
		},
		["Small Bath Mat"] = {
			untranslated = "Small Bath Mat",
			category = nil,
			group = "Housing Objects",
			description = "A small bath mat when a normal rug does not cover your bathroom needs.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Bathroom",
			furnitureType = "Rug",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallBathMatItem",
			typeID = 0,
		},
		["Small Canoe"] = {
			untranslated = "Small Canoe",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x4x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallCanoeItem",
			typeID = 0,
		},
		["Small Cotton Bunting Red"] = {
			untranslated = "Small Cotton Bunting Red",
			category = nil,
			group = "Housing Objects",
			description = "A small celebratory piece of cotton fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallCottonBuntingRedItem",
			typeID = 0,
		},
		["Small Cotton Bunting Regal"] = {
			untranslated = "Small Cotton Bunting Regal",
			category = nil,
			group = "Housing Objects",
			description = "A small celebratory piece of cotton fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallCottonBuntingRegalItem",
			typeID = 0,
		},
		["Small Court"] = {
			untranslated = "Small Court",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of Law, which can perform many types of regulations, restrictions, taxations, incentives, and more.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x6x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallCourtItem",
			typeID = 0,
		},
		["Small Hanging Ashlar Basalt Sign"] = {
			untranslated = "Small Hanging Ashlar Basalt Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingAshlarBasaltSignItem",
			typeID = 0,
		},
		["Small Hanging Ashlar Stone Sign"] = {
			untranslated = "Small Hanging Ashlar Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingAshlarStoneSignItem",
			typeID = 0,
		},
		["Small Hanging Birch Sign"] = {
			untranslated = "Small Hanging Birch Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingBirchSignItem",
			typeID = 0,
		},
		["Small Hanging Lumber Sign"] = {
			untranslated = "Small Hanging Lumber Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingLumberSignItem",
			typeID = 0,
		},
		["Small Hanging Mortared Granite Sign"] = {
			untranslated = "Small Hanging Mortared Granite Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingMortaredGraniteSignItem",
			typeID = 0,
		},
		["Small Hanging Mortared Stone Sign"] = {
			untranslated = "Small Hanging Mortared Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingMortaredStoneSignItem",
			typeID = 0,
		},
		["Small Hanging Saguaro Sign"] = {
			untranslated = "Small Hanging Saguaro Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingSaguaroSignItem",
			typeID = 0,
		},
		["Small Hanging Softwood Sign"] = {
			untranslated = "Small Hanging Softwood Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingSoftwoodSignItem",
			typeID = 0,
		},
		["Small Hanging Stone Sign"] = {
			untranslated = "Small Hanging Stone Sign",
			category = nil,
			group = "World Object",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingStoneSignItem",
			typeID = 0,
		},
		["Small Hanging Wood Sign"] = {
			untranslated = "Small Hanging Wood Sign",
			category = nil,
			group = "Item",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallHangingWoodSignItem",
			typeID = 0,
		},
		["Small Nylon Bunting Green"] = {
			untranslated = "Small Nylon Bunting Green",
			category = nil,
			group = "Housing Objects",
			description = "A small celebratory piece of nylon fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallNylonBuntingGreenItem",
			typeID = 0,
		},
		["Small Nylon Bunting Purple"] = {
			untranslated = "Small Nylon Bunting Purple",
			category = nil,
			group = "Housing Objects",
			description = "A small celebratory piece of nylon fabric used to brighten up an event.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.5",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallNylonBuntingPurpleItem",
			typeID = 0,
		},
		["Small Paper Lantern"] = {
			untranslated = "Small Paper Lantern",
			category = nil,
			group = "Housing Objects",
			description = "A small paper lantern.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallPaperLanternItem",
			typeID = 0,
		},
		["Small Paper Machine"] = {
			untranslated = "Small Paper Machine",
			category = nil,
			group = "Work Stations",
			description = "Laborous way of creating sheets of paper.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallPaperMachineItem",
			typeID = 0,
		},
		["Small Shipyard"] = {
			untranslated = "Small Shipyard",
			category = nil,
			group = "Work Stations",
			description = "A crude workspace for constructing smaller vehicles designed for use in a maritime environment.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallShipyardItem",
			typeID = 0,
		},
		["Small Sink"] = {
			untranslated = "Small Sink",
			category = nil,
			group = "Housing Objects",
			description = "A small household sink.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Bathroom",
			furnitureType = "Sink",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallSinkItem",
			typeID = 0,
		},
		["Small Standing Ashlar Basalt Sign"] = {
			untranslated = "Small Standing Ashlar Basalt Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingAshlarBasaltSignItem",
			typeID = 0,
		},
		["Small Standing Ashlar Stone Sign"] = {
			untranslated = "Small Standing Ashlar Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingAshlarStoneSignItem",
			typeID = 0,
		},
		["Small Standing Birch Sign"] = {
			untranslated = "Small Standing Birch Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingBirchSignItem",
			typeID = 0,
		},
		["Small Standing Lumber Sign"] = {
			untranslated = "Small Standing Lumber Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingLumberSignItem",
			typeID = 0,
		},
		["Small Standing Mortared Granite Sign"] = {
			untranslated = "Small Standing Mortared Granite Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingMortaredGraniteSignItem",
			typeID = 0,
		},
		["Small Standing Mortared Stone Sign"] = {
			untranslated = "Small Standing Mortared Stone Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingMortaredStoneSignItem",
			typeID = 0,
		},
		["Small Standing Saguaro Sign"] = {
			untranslated = "Small Standing Saguaro Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingSaguaroSignItem",
			typeID = 0,
		},
		["Small Standing Softwood Sign"] = {
			untranslated = "Small Standing Softwood Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingSoftwoodSignItem",
			typeID = 0,
		},
		["Small Standing Stone Sign"] = {
			untranslated = "Small Standing Stone Sign",
			category = nil,
			group = "World Object",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingStoneSignItem",
			typeID = 0,
		},
		["Small Standing Wood Sign"] = {
			untranslated = "Small Standing Wood Sign",
			category = nil,
			group = "Item",
			description = "A small sign for all of your smaller text needs!",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStandingWoodSignItem",
			typeID = 0,
		},
		["Small Stockpile"] = {
			untranslated = "Small Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "Designates a 3x3x3 area as storage for large items.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallStockpileItem",
			typeID = 0,
		},
		["Small Wood Cart"] = {
			untranslated = "Small Wood Cart",
			category = nil,
			group = "Crafted Objects",
			description = "Small wood cart for hauling minimal loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallWoodCartItem",
			typeID = 0,
		},
		["Small Wooden Boat"] = {
			untranslated = "Small Wooden Boat",
			category = nil,
			group = "Crafted Objects",
			description = "A personal transport vessel capable of holding a suprising amount of goods.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x5x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallWoodenBoatItem",
			typeID = 0,
		},
		["Small Wooden Ship Frame"] = {
			untranslated = "Small Wooden Ship Frame",
			category = nil,
			group = "Items",
			description = "The basis for any wooden personal vessel.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmallWoodenShipFrameItem",
			typeID = 0,
		},
		["Smelting Basic Upgrade"] = {
			untranslated = "Smelting Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Smelting recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmeltingBasicUpgradeItem",
			typeID = 0,
		},
		["Smelting Skill Book"] = {
			untranslated = "Smelting Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Smelting Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Smelting Skill BookItem",
			typeID = 0,
		},
		["Smelting Skill Scroll"] = {
			untranslated = "Smelting Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Smelting Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Smelting Skill ScrollItem",
			typeID = 0,
		},
		["Smelting Upgrade"] = {
			untranslated = "Smelting Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmeltingUpgradeItem",
			typeID = 0,
		},
		["Smith Apron"] = {
			untranslated = "Smith Apron",
			category = nil,
			group = "Clothing",
			description = "A thick leather apron that provides protection from the ocassional chunk of flying metal when hammering on an anvil.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithApronItem",
			typeID = 0,
		},
		["Smith Bandana"] = {
			untranslated = "Smith Bandana",
			category = nil,
			group = "Clothing",
			description = "A cotton bandana that is great for keeping the hair out of your face and acts as a sweat band.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithBandanaItem",
			typeID = 0,
		},
		["Smith Boots"] = {
			untranslated = "Smith Boots",
			category = nil,
			group = "Clothing",
			description = "Heavy duty steel-toed boots.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithBootsItem",
			typeID = 0,
		},
		["Smith Gloves"] = {
			untranslated = "Smith Gloves",
			category = nil,
			group = "Clothing",
			description = "A reinforced wrist guard paired with a lone work glove.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithGlovesItem",
			typeID = 0,
		},
		["Smith Pants"] = {
			untranslated = "Smith Pants",
			category = nil,
			group = "Clothing",
			description = "Denim pants with knee patches.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithPantsItem",
			typeID = 0,
		},
		["Smith Shirt"] = {
			untranslated = "Smith Shirt",
			category = nil,
			group = "Clothing",
			description = "A simple cotton shirt helps reduce the strain of heat exposure.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmithShirtItem",
			typeID = 0,
		},
		["Smooth Gut Noodle Roll"] = {
			untranslated = "Smooth Gut Noodle Roll",
			category = nil,
			group = "Food",
			description = "These noodle rolls look VERY smooth.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1200,
			carbs = 19,
			protein = 15,
			fat = 9,
			vitamins = 1,
			density = 3.6666666666666665,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SmoothGutNoodleRollItem",
			typeID = 0,
		},
		["Snapping Turtle Carcass"] = {
			untranslated = "Snapping Turtle Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead snapping turtle.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SnappingTurtleCarcassItem",
			typeID = 0,
		},
		["Softwood Board"] = {
			untranslated = "Softwood Board",
			category = nil,
			group = "Items",
			description = "A higher quality softwood board used for long lasting furniture.",
			tagGroups = {
				"Burnable Fuel",
				"Wood Board",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 2000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodBoardItem",
			typeID = 0,
		},
		["Softwood Hewn Log"] = {
			untranslated = "Softwood Hewn Log",
			category = nil,
			group = "Blocks",
			description = "A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Hewn Log",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodHewnLogItem",
			typeID = 0,
		},
		["Softwood Lumber"] = {
			untranslated = "Softwood Lumber",
			category = nil,
			group = "Blocks",
			description = "Can be fashioned into various usable equipment.",
			tagGroups = {
				"Burnable Fuel",
				"Constructable",
				"Lumber",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberItem",
			typeID = 0,
		},
		["Softwood Lumber Bench"] = {
			untranslated = "Softwood Lumber Bench",
			category = nil,
			group = "Housing Objects",
			description = "A lumber bench for when you need extra seating space than a traditional chair.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberBenchItem",
			typeID = 0,
		},
		["Softwood Lumber Chair"] = {
			untranslated = "Softwood Lumber Chair",
			category = nil,
			group = "Housing Objects",
			description = "A sturdy lumber chair. It doesn't feel as wobbly as more basic wooden chairs.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Seating",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberChairItem",
			typeID = 0,
		},
		["Softwood Lumber Door"] = {
			untranslated = "Softwood Lumber Door",
			category = nil,
			group = "Housing Objects",
			description = "A door made from finely cut lumber.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 2,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberDoorItem",
			typeID = 0,
		},
		["Softwood Lumber Dresser"] = {
			untranslated = "Softwood Lumber Dresser",
			category = nil,
			group = "Housing Objects",
			description = "A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bedroom",
			furnitureType = "Dresser",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberDresserItem",
			typeID = 0,
		},
		["Softwood Lumber Table"] = {
			untranslated = "Softwood Lumber Table",
			category = nil,
			group = "Housing Objects",
			description = "A large lumber table for eating meals or getting some work done.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Seating",
			furnitureType = "Table",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoftwoodLumberTableItem",
			typeID = 0,
		},
		["Soil Sampler"] = {
			untranslated = "Soil Sampler",
			category = nil,
			group = "Items",
			description = "Checking the moisture levels, temperature, and nutrients of soil is important for farming.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SoilSamplerItem",
			typeID = 0,
		},
		["Solar Generator"] = {
			untranslated = "Solar Generator",
			category = nil,
			group = "Crafted Objects",
			description = "Generates electrical power from the sun! Requires a clear view of the sky above the generator for full output. Internal batteries ensure generation during nighttime.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "6x7x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SolarGeneratorItem",
			typeID = 0,
		},
		["Spiky Roll"] = {
			untranslated = "Spiky Roll",
			category = nil,
			group = "Food",
			description = "Spikes are definitely removed before serving.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1300,
			carbs = 20,
			protein = 17,
			fat = 7,
			vitamins = 2,
			density = 3.5384615384615383,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpikyRollItem",
			typeID = 0,
		},
		["Spin Melter"] = {
			untranslated = "Spin Melter",
			category = nil,
			group = "Work Stations",
			description = "A device with a rotating drum that is used to shape molten synthetic materials into thin ribbons.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpinMelterItem",
			typeID = 0,
		},
		["Spoiled Food"] = {
			untranslated = "Spoiled Food",
			category = nil,
			group = "Items",
			description = "Food that has spoiled beyond the point of being suitable for human consumption. It can still be used for compost.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 20,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpoiledFoodItem",
			typeID = 0,
		},
		["Spruce Log"] = {
			untranslated = "Spruce Log",
			category = nil,
			group = "Natural Resources",
			description = "Spruce log is a type of softwood, sometimes referred to as whitewood.",
			tagGroups = {
				"Burnable Fuel",
				"Softwood",
				"Wood",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 4000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpruceLogItem",
			typeID = 0,
		},
		["Spruce Seed"] = {
			untranslated = "Spruce Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a spruce tree.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SpruceSeedItem",
			typeID = 0,
		},
		["Square Belt"] = {
			untranslated = "Square Belt",
			category = nil,
			group = "Clothing",
			description = "Belt with a square buckle.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SquareBeltItem",
			typeID = 0,
		},
		["Square Pot"] = {
			untranslated = "Square Pot",
			category = nil,
			group = "Housing Objects",
			description = "Sometimes you just want to bring a little bit of nature into your house.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "PlanterPotSquareItem",
			typeID = 0,
		},
		["Stamp Mill"] = {
			untranslated = "Stamp Mill",
			category = nil,
			group = "Work Stations",
			description = "A crushing machine that uses iron stamps to pound rocks into small pieces.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StampMillItem",
			typeID = 0,
		},
		["Standing Glass Sign"] = {
			untranslated = "Standing Glass Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A large sign framed with a glass plate.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StandingGlassSignItem",
			typeID = 0,
		},
		["Standing Long Steel Sign"] = {
			untranslated = "Standing Long Steel Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A long steel plate with a wooden base.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StandingLongSteelSignItem",
			typeID = 0,
		},
		["Standing Steel Brick Sign"] = {
			untranslated = "Standing Steel Brick Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A solid steel plate supported by a brick base.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StandingSteelBrickSignItem",
			typeID = 0,
		},
		["Steam Engine"] = {
			untranslated = "Steam Engine",
			category = nil,
			group = "Crafted Objects",
			description = "A large steam engine for generating power.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamEngineItem",
			typeID = 0,
		},
		["Steam Tractor"] = {
			untranslated = "Steam Tractor",
			category = nil,
			group = "Crafted Objects",
			description = "A tractor powered through steam.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTractorItem",
			typeID = 0,
		},
		["Steam Tractor Harvester"] = {
			untranslated = "Steam Tractor Harvester",
			category = nil,
			group = "Items",
			description = "An attachment for the steam tractor that allows for quick harvesting of plants.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTractorHarvesterItem",
			typeID = 0,
			ToolDurability = 5000.0,
			ToolRepairType = "Mechanical",
		},
		["Steam Tractor Plow"] = {
			untranslated = "Steam Tractor Plow",
			category = nil,
			group = "Items",
			description = "An attachment for the steam tractor that allows for quick plowing.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTractorPlowItem",
			typeID = 0,
			ToolDurability = 5000.0,
			ToolRepairType = "Mechanical",
		},
		["Steam Tractor Sower"] = {
			untranslated = "Steam Tractor Sower",
			category = nil,
			group = "Items",
			description = "An attachment for the steam tractor that allows for quick planting of seeds.",
			tagGroups = {
				"Tool",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTractorSowerItem",
			typeID = 0,
			ToolDurability = 5000.0,
			ToolRepairType = "Mechanical",
		},
		["Steam Truck"] = {
			untranslated = "Steam Truck",
			category = nil,
			group = "Crafted Objects",
			description = "A truck that runs on steam.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x4x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteamTruckItem",
			typeID = 0,
		},
		["Steel Abstract Fixture"] = {
			untranslated = "Steel Abstract Fixture",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelAbstractFixtureItem",
			typeID = 0,
		},
		["Steel Axe"] = {
			untranslated = "Steel Axe",
			category = nil,
			group = "Items",
			description = "A Steel axe made for cutting down trees.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelAxeItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 1250.0,
			ToolDamage = 2.0,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Steel",
		},
		["Steel Axle"] = {
			untranslated = "Steel Axle",
			category = nil,
			group = "Items",
			description = "A rotating steel rod that can be fixed to wheels for use in vehicles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelAxleItem",
			typeID = 0,
		},
		["Steel Bar"] = {
			untranslated = "Steel Bar",
			category = nil,
			group = "Blocks",
			description = "Refined bar of steel.",
			tagGroups = {
				"Metal",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelBarItem",
			typeID = 0,
		},
		["Steel Buoy"] = {
			untranslated = "Steel Buoy",
			category = nil,
			group = "Crafted Objects",
			description = "A steel navigational buoy, can also be used as a moorage post.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelBuoyItem",
			typeID = 0,
		},
		["Steel Ceiling Light"] = {
			untranslated = "Steel Ceiling Light",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelCeilingLightItem",
			typeID = 0,
		},
		["Steel Floor Lamp"] = {
			untranslated = "Steel Floor Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room. This time from the floor.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelFloorLampItem",
			typeID = 0,
		},
		["Steel Gear"] = {
			untranslated = "Steel Gear",
			category = nil,
			group = "Items",
			description = "A toothed machine part that interlocks with others.",
			tagGroups = {
				"Gear",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelGearItem",
			typeID = 0,
		},
		["Steel Gearbox"] = {
			untranslated = "Steel Gearbox",
			category = nil,
			group = "Items",
			description = "Provides speed and torque conversions from a rotating power source to another device.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelGearboxItem",
			typeID = 0,
		},
		["Steel Hammer"] = {
			untranslated = "Steel Hammer",
			category = nil,
			group = "Items",
			description = "A robust steel hammer useful for shaping blocks and deconstruction.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelHammerItem",
			typeID = 0,
			ToolVariant = "Hammer",
			ToolDurability = 1250.0,
			ToolRepairType = "Steel",
		},
		["Steel Hanging Fixture"] = {
			untranslated = "Steel Hanging Fixture",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelHangingFixtureItem",
			typeID = 0,
		},
		["Steel Hanging Lamp"] = {
			untranslated = "Steel Hanging Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelHangingLampItem",
			typeID = 0,
		},
		["Steel Hoe"] = {
			untranslated = "Steel Hoe",
			category = nil,
			group = "Items",
			description = "A steel hoe with improved range to help tilling larger areas.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelHoeItem",
			typeID = 0,
			ToolVariant = "Hoe",
			ToolDurability = 750.0,
			ToolRepairType = "Steel",
		},
		["Steel Kitchen Lamp"] = {
			untranslated = "Steel Kitchen Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.8",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelKitchenLampItem",
			typeID = 0,
		},
		["Steel Machete"] = {
			untranslated = "Steel Machete",
			category = nil,
			group = "Items",
			description = "A machete used to quickly clear plants.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelMacheteItem",
			typeID = 0,
			ToolVariant = "Machete",
			ToolDurability = 1000.0,
			ToolRepairType = "Steel",
		},
		["Steel Moorage Post"] = {
			untranslated = "Steel Moorage Post",
			category = nil,
			group = "Crafted Objects",
			description = "An iron moorage post that makes sure that even the largest of vessels stay still.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelMooragePostItem",
			typeID = 0,
		},
		["Steel Pickaxe"] = {
			untranslated = "Steel Pickaxe",
			category = nil,
			group = "Items",
			description = "A steel pickaxe used to break down stone and ore into usable rubble.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelPickaxeItem",
			typeID = 0,
			ToolVariant = "Pickaxe",
			ToolDurability = 1000.0,
			ToolDamage = 3.0,
			ToolDamageTalent = "MiningToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Steel",
		},
		["Steel Pipe"] = {
			untranslated = "Steel Pipe",
			category = nil,
			group = "Blocks",
			description = "A pipe for transporting liquids.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelPipeItem",
			typeID = 0,
		},
		["Steel Plate"] = {
			untranslated = "Steel Plate",
			category = nil,
			group = "Items",
			description = "A sturdy steel plate for use in various crafting recipes.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelPlateItem",
			typeID = 0,
		},
		["Steel Saw Blade"] = {
			untranslated = "Steel Saw Blade",
			category = nil,
			group = "Items",
			description = "A disc shaped steel saw that can be attached to rotary machines to shape wood and masonry products.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelSawBladeItem",
			typeID = 0,
		},
		["Steel Searchlight"] = {
			untranslated = "Steel Searchlight",
			category = nil,
			group = "Housing Objects",
			description = "When your goal is to really light up the heaven!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelSearchlightItem",
			typeID = 0,
		},
		["Steel Shovel"] = {
			untranslated = "Steel Shovel",
			category = nil,
			group = "Items",
			description = "When an iron shovel is not enough and you need something more durable while terraforming.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelShovelItem",
			typeID = 0,
			ToolVariant = "Shovel",
			ToolDurability = 1000.0,
			ToolRepairType = "Steel",
			ToolCarryCapacity = 5.0,
		},
		["Steel Sickle"] = {
			untranslated = "Steel Sickle",
			category = nil,
			group = "Items",
			description = "A steel sickle used to harvest crops or cut grass. Has an AoE with each swing.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 3,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelSickleItem",
			typeID = 0,
			ToolVariant = "Sickle",
			ToolDurability = 1000.0,
			ToolRepairType = "Steel",
		},
		["Steel Square Fixture"] = {
			untranslated = "Steel Square Fixture",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelSquareFixtureItem",
			typeID = 0,
		},
		["Steel Table Lamp"] = {
			untranslated = "Steel Table Lamp",
			category = nil,
			group = "Housing Objects",
			description = "For late night studying. Or working. Or anything, really.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SteelTableLampItem",
			typeID = 0,
		},
		["Stenographers Table"] = {
			untranslated = "Stenographers Table",
			category = nil,
			group = "Work Stations",
			description = "Documenting a court case is of vital importance and a dedicated unique typewriter is required for this purpose and of course its own table to place it on.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StenographersTableItem",
			typeID = 0,
		},
		Stockpile = {
			untranslated = "Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "Designates a 5x5x5 area as storage for large items.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "5x5x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StockpileItem",
			typeID = 0,
		},
		Stone = {
			untranslated = "Stone",
			category = nil,
			group = "Block",
			description = "A pile of stones.",
			tagGroups = {
				"Rock",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 7000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneItem",
			typeID = 0,
		},
		["Stone Axe"] = {
			untranslated = "Stone Axe",
			category = nil,
			group = "Items",
			description = "A crude stone axe made for cutting down trees.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneAxeItem",
			typeID = 0,
			ToolVariant = "Axe",
			ToolDurability = 250.0,
			ToolDamage = 1.0,
			ToolDamageTalent = "LoggingToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Stone",
		},
		["Stone Brazier"] = {
			untranslated = "Stone Brazier",
			category = nil,
			group = "Housing Objects",
			description = "A stone stand which can hold burning fuel to provide light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneBrazierItem",
			typeID = 0,
		},
		["Stone Hammer"] = {
			untranslated = "Stone Hammer",
			category = nil,
			group = "Items",
			description = "A crude stone hammer useful for shaping blocks and deconstruction.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneHammerItem",
			typeID = 0,
			ToolVariant = "Hammer",
			ToolDurability = 250.0,
			ToolRepairType = "Stone",
		},
		["Stone Machete"] = {
			untranslated = "Stone Machete",
			category = nil,
			group = "Items",
			description = "A machete used to quickly clear plants.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneMacheteItem",
			typeID = 0,
			ToolVariant = "Machete",
			ToolDurability = 200.0,
			ToolRepairType = "Stone",
		},
		["Stone Pickaxe"] = {
			untranslated = "Stone Pickaxe",
			category = nil,
			group = "Items",
			description = "A crude pickaxe used to break down stone and ore into usable rubble.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StonePickaxeItem",
			typeID = 0,
			ToolVariant = "Pickaxe",
			ToolDurability = 200.0,
			ToolDamage = 1.0,
			ToolDamageTalent = "MiningToolStrengthTalent",
			ToolDamagePerk = true,
			ToolRepairType = "Stone",
		},
		["Stone Road"] = {
			untranslated = "Stone Road",
			category = nil,
			group = "Blocks",
			description = "A rocky surface formed from smoothed rubble. It's fairly durable and efficient for any wheeled vehicle.",
			tagGroups = {
				"Constructable",
				"Road",
				"Road Type",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneRoadItem",
			typeID = 0,
		},
		["Stone Road Tool"] = {
			untranslated = "Stone Road Tool",
			category = nil,
			group = "Items",
			description = "A tool for tamping dirt into roads.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneRoadToolItem",
			typeID = 0,
			ToolVariant = "RoadTool",
			ToolDurability = 200.0,
			ToolRepairType = "StoneRoadTool",
		},
		["Stone Sickle"] = {
			untranslated = "Stone Sickle",
			category = nil,
			group = "Items",
			description = "A stone sickle used to harvest crops or cut grass.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoneSickleItem",
			typeID = 0,
			ToolVariant = "Sickle",
			ToolDurability = 200.0,
			ToolRepairType = "Stone",
		},
		["Stop Sign"] = {
			untranslated = "Stop Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A traffic sign used to notify drivers to come to a complete stop and make sure the interesection is clear before proceeding.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StopSignItem",
			typeID = 0,
		},
		["Storage Chest"] = {
			untranslated = "Storage Chest",
			category = nil,
			group = "Crafted Objects",
			description = "A container you can store items in.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StorageChestItem",
			typeID = 0,
		},
		["Storage Silo"] = {
			untranslated = "Storage Silo",
			category = nil,
			group = "Crafted Objects",
			description = "A wooden silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StorageSiloItem",
			typeID = 0,
		},
		Store = {
			untranslated = "Store",
			category = nil,
			group = "Work Stations",
			description = "Allows the selling and trading of items.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoreItem",
			typeID = 0,
		},
		Stove = {
			untranslated = "Stove",
			category = nil,
			group = "Housing Objects",
			description = "A heavy stove for cooking more complex dishes.",
			tagGroups = {
				"Crafting Table",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Kitchen",
			furnitureType = "Cooking",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StoveItem",
			typeID = 0,
		},
		["Strange Fuel"] = {
			untranslated = "Strange Fuel",
			category = nil,
			group = "Item",
			description = "CHEEEAAAAATER",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 10000000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StrangeFuelItem",
			typeID = 0,
		},
		["Street Sign"] = {
			untranslated = "Street Sign",
			category = nil,
			group = "Crafted Objects",
			description = "A metal sign that is especially useful when placed alongside a road to provide information or give instructions to road users.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StreetSignItem",
			typeID = 0,
		},
		Streetlamp = {
			untranslated = "Streetlamp",
			category = nil,
			group = "Housing Objects",
			description = "A towering metal light post that requires electricity to run.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StreetlampItem",
			typeID = 0,
		},
		["Stuffed Alligator"] = {
			untranslated = "Stuffed Alligator",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedAlligatorItem",
			typeID = 0,
		},
		["Stuffed Bison"] = {
			untranslated = "Stuffed Bison",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedBisonItem",
			typeID = 0,
		},
		["Stuffed Elk"] = {
			untranslated = "Stuffed Elk",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedElkItem",
			typeID = 0,
		},
		["Stuffed Goat"] = {
			untranslated = "Stuffed Goat",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedGoatItem",
			typeID = 0,
		},
		["Stuffed Jaguar"] = {
			untranslated = "Stuffed Jaguar",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedJaguarItem",
			typeID = 0,
		},
		["Stuffed Turkey"] = {
			untranslated = "Stuffed Turkey",
			category = nil,
			group = "Food",
			description = "To give thanks for the fact that this food gives two extra nutrients than other food items of the same tier.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1600,
			carbs = 17,
			protein = 24,
			fat = 16,
			vitamins = 7,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedTurkeyItem",
			typeID = 0,
		},
		["Stuffed Wolf"] = {
			untranslated = "Stuffed Wolf",
			category = nil,
			group = "Housing Objects",
			description = "It looks so real!",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Decoration",
			furnitureType = "Statue",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "StuffedWolfItem",
			typeID = 0,
		},
		Substrate = {
			untranslated = "Substrate",
			category = nil,
			group = "Items",
			description = "The foundation material for complex electronics.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SubstrateItem",
			typeID = 0,
		},
		Sugar = {
			untranslated = "Sugar",
			category = nil,
			group = "Food",
			description = "Even sweet lovers don't eat sugar plain.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 50,
			carbs = 15,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 30.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SugarItem",
			typeID = 0,
		},
		Sugarcane = {
			untranslated = "Sugarcane",
			category = nil,
			group = "Food",
			description = "How did you even get this?",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 1,
			carbs = 0,
			protein = 0,
			fat = 1,
			vitamins = 0,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SugarcaneItem",
			typeID = 0,
		},
		["Sun Cheese"] = {
			untranslated = "Sun Cheese",
			category = nil,
			group = "Food",
			description = "Cheesy yet not made in a traditional way.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 250,
			carbs = 2,
			protein = 4,
			fat = 12,
			vitamins = 0,
			density = 7.199999999999999,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SunCheeseItem",
			typeID = 0,
		},
		Sunflower = {
			untranslated = "Sunflower",
			category = nil,
			group = "Food",
			description = "A plant whose seeds are quite versitile in their use further processed.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 50,
			carbs = 2,
			protein = 2,
			fat = 4,
			vitamins = 0,
			density = 16.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SunflowerItem",
			typeID = 0,
		},
		["Sunflower Seed"] = {
			untranslated = "Sunflower Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow sunflowers.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SunflowerSeedItem",
			typeID = 0,
		},
		["Sweet Deer Jerky"] = {
			untranslated = "Sweet Deer Jerky",
			category = nil,
			group = "Food",
			description = "Marinated in a mix of oil, herbs and some sweetener really increased the potential.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 600,
			carbs = 4,
			protein = 22,
			fat = 6,
			vitamins = 3,
			density = 5.833333333333333,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SweetDeerJerkyItem",
			typeID = 0,
		},
		["Sweet Salad"] = {
			untranslated = "Sweet Salad",
			category = nil,
			group = "Food",
			description = "The sweetness of the fruits happens to work well with the salad.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 400,
			calories = 1200,
			carbs = 18,
			protein = 9,
			fat = 7,
			vitamins = 22,
			density = 4.666666666666667,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SweetSaladItem",
			typeID = 0,
		},
		["Swirl Vase"] = {
			untranslated = "Swirl Vase",
			category = nil,
			group = "Housing Objects",
			description = "A  vase made with glass to brighten up your home.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Decoration",
			furnitureType = "Decoration",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SwirlVaseItem",
			typeID = 0,
		},
		["Synthetic Rubber"] = {
			untranslated = "Synthetic Rubber",
			category = nil,
			group = "Items",
			description = "An extremely useful synthetic material derived from petrochemicals.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "SyntheticRubberItem",
			typeID = 0,
		},
		["Tailor Bowler Hat"] = {
			untranslated = "Tailor Bowler Hat",
			category = nil,
			group = "Clothing",
			description = "A stylish bowler hat made of tighly spun fur felt.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailorBowlerHatItem",
			typeID = 0,
		},
		["Tailor Pants"] = {
			untranslated = "Tailor Pants",
			category = nil,
			group = "Clothing",
			description = "Tailored slacks that fit just right.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailorPantsItem",
			typeID = 0,
		},
		["Tailor Shirt"] = {
			untranslated = "Tailor Shirt",
			category = nil,
			group = "Clothing",
			description = "A form-fitting vest and tie ensemble which includes measuring tape.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailorShirtItem",
			typeID = 0,
		},
		["Tailor Shoes"] = {
			untranslated = "Tailor Shoes",
			category = nil,
			group = "Clothing",
			description = "Two-toned suede shoes.\\n\\n(Decreases calories consumed when using tools by 30\\u0025)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailorShoesItem",
			typeID = 0,
		},
		["Tailoring Basic Upgrade"] = {
			untranslated = "Tailoring Basic Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Basic Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailoringUpgradeItem",
			typeID = 0,
		},
		["Tailoring Modern Upgrade"] = {
			untranslated = "Tailoring Modern Upgrade",
			category = nil,
			group = "Upgrade Modules",
			description = "Modern Upgrade that greatly increases efficiency when crafting Tailoring recipes.",
			tagGroups = {
				"Upgrade",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailoringModernUpgradeItem",
			typeID = 0,
		},
		["Tailoring Skill Book"] = {
			untranslated = "Tailoring Skill Book",
			category = nil,
			group = "Skill Books",
			description = "Tailoring Skill Book",
			tagGroups = {
				"Skill Books",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Tailoring Skill BookItem",
			typeID = 0,
		},
		["Tailoring Skill Scroll"] = {
			untranslated = "Tailoring Skill Scroll",
			category = nil,
			group = "Skill Scrolls",
			description = "Tailoring Skill Scroll",
			tagGroups = {
				"Skill Scrolls",
			},
			maxStack = 10,
			carried = "Backpack",
			weight = 10,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "Tailoring Skill ScrollItem",
			typeID = 0,
		},
		["Tailoring Table"] = {
			untranslated = "Tailoring Table",
			category = nil,
			group = "Work Stations",
			description = "Spearhead the fashion movement with the finest clothes and hair!",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TailoringTableItem",
			typeID = 0,
		},
		["Tall Boots"] = {
			untranslated = "Tall Boots",
			category = nil,
			group = "Clothing",
			description = "Knee-high boots are boots that rise to the knee, or slightly thereunder. They are generally tighter around the leg shaft and ankle than at the top.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallBootsItem",
			typeID = 0,
		},
		Tallow = {
			untranslated = "Tallow",
			category = nil,
			group = "Food",
			description = "Rendered animal fat useful for more than just cooking.",
			tagGroups = {
				"Fat",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 200,
			carbs = 0,
			protein = 0,
			fat = 8,
			vitamins = 0,
			density = 4.0,
			fuel = 2000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallowItem",
			typeID = 0,
		},
		["Tallow Candle"] = {
			untranslated = "Tallow Candle",
			category = nil,
			group = "Housing Objects",
			description = "A candle which can burn tallow to produce a small amount of light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.8",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallowCandleItem",
			typeID = 0,
		},
		["Tallow Lamp"] = {
			untranslated = "Tallow Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A pottery lamp. Fuel with tallow.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallowLampItem",
			typeID = 0,
		},
		["Tallow Wall Lamp"] = {
			untranslated = "Tallow Wall Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TallowWallLampItem",
			typeID = 0,
		},
		["Taro Fries"] = {
			untranslated = "Taro Fries",
			category = nil,
			group = "Food",
			description = "Crispy strips of taro that have been deep fried in oil.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 600,
			carbs = 10,
			protein = 2,
			fat = 20,
			vitamins = 0,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TaroFriesItem",
			typeID = 0,
		},
		["Taro Root"] = {
			untranslated = "Taro Root",
			category = nil,
			group = "Food",
			description = "Colocasia esculenta.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Root",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 250,
			carbs = 6,
			protein = 1,
			fat = 0,
			vitamins = 1,
			density = 3.2,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TaroRootItem",
			typeID = 0,
		},
		["Taro Seed"] = {
			untranslated = "Taro Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow taro.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TaroSeedItem",
			typeID = 0,
		},
		["Tasty Tropical Pizza"] = {
			untranslated = "Tasty Tropical Pizza",
			category = nil,
			group = "Food",
			description = "To some it is tasty. To others, unforgivable.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 1200,
			carbs = 21,
			protein = 6,
			fat = 12,
			vitamins = 11,
			density = 4.166666666666666,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TastyTropicalPizzaItem",
			typeID = 0,
		},
		["Tiny Stockpile"] = {
			untranslated = "Tiny Stockpile",
			category = nil,
			group = "Crafted Objects",
			description = "Designates a 2x3x2 area as storage for large items.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TinyStockpileItem",
			typeID = 0,
		},
		Toilet = {
			untranslated = "Toilet",
			category = nil,
			group = "Housing Objects",
			description = "When you gotta go, you gotta go.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bathroom",
			furnitureType = "Toilet",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ToiletItem",
			typeID = 0,
		},
		Tomato = {
			untranslated = "Tomato",
			category = nil,
			group = "Food",
			description = "Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.",
			tagGroups = {
				"Food",
				"Raw Food",
				"Vegetable",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 75,
			calories = 240,
			carbs = 5,
			protein = 1,
			fat = 0,
			vitamins = 2,
			density = 3.3333333333333335,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TomatoItem",
			typeID = 0,
		},
		["Tomato Seed"] = {
			untranslated = "Tomato Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow tomato plants.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TomatoSeedItem",
			typeID = 0,
		},
		["Tool Bench"] = {
			untranslated = "Tool Bench",
			category = nil,
			group = "Work Stations",
			description = "A place to craft and fix up tools.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ToolBenchItem",
			typeID = 0,
		},
		["Topped Porridge"] = {
			untranslated = "Topped Porridge",
			category = nil,
			group = "Food",
			description = "A thick gruel of boiled grains with a dash of fruity flavor.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 700,
			carbs = 10,
			protein = 4,
			fat = 0,
			vitamins = 10,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ToppedPorridgeItem",
			typeID = 0,
		},
		Torch = {
			untranslated = "Torch",
			category = nil,
			group = "Items",
			description = "A little bit of light to help beat back the night.",
			tagGroups = {
				"Torch",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 8000,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TorchItem",
			typeID = 0,
		},
		["Torch Stand"] = {
			untranslated = "Torch Stand",
			category = nil,
			group = "Housing Objects",
			description = "A stand for a torch.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0.8",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TorchStandItem",
			typeID = 0,
		},
		Tortilla = {
			untranslated = "Tortilla",
			category = nil,
			group = "Food",
			description = "A thin, unleavened flatbread.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 350,
			carbs = 20,
			protein = 10,
			fat = 0,
			vitamins = 0,
			density = 8.571428571428571,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TortillaItem",
			typeID = 0,
		},
		["Towel Rack"] = {
			untranslated = "Towel Rack",
			category = nil,
			group = "Housing Objects",
			description = "A wooden hanging rack designed for towels.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Bathroom",
			furnitureType = "Hanger",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TowelRackItem",
			typeID = 0,
		},
		["Town Bell"] = {
			untranslated = "Town Bell",
			category = nil,
			group = "Housing Objects",
			description = "A large bell used to alert nearby citizens of dangers, meetings and other assorted activities.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x4x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TownBellItem",
			typeID = 0,
		},
		["Town Foundation"] = {
			untranslated = "Town Foundation",
			category = nil,
			group = "Work Stations",
			description = "The founding stone for civilization.",
			tagGroups = {
				"Government",
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Civics",
			repeatsDepreciation = "1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TownFoundationItem",
			typeID = 0,
		},
		["Trailer Truck"] = {
			untranslated = "Trailer Truck",
			category = nil,
			group = "Vehicle",
			description = "Modern truck for hauling sizable loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x7x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrailerTruckItem",
			typeID = 0,
		},
		["Transmission Pole"] = {
			untranslated = "Transmission Pole",
			category = nil,
			group = "Crafted Objects",
			description = "Can link energy.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x8",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TransmissionPoleItem",
			typeID = 0,
		},
		["Trapper Fur Hat"] = {
			untranslated = "Trapper Fur Hat",
			category = nil,
			group = "Clothing",
			description = "It sure is warm.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrapperFurHatItem",
			typeID = 0,
		},
		["Trapper Leather Hat"] = {
			untranslated = "Trapper Leather Hat",
			category = nil,
			group = "Clothing",
			description = "Helps keep the sun off your face... and neck... and also ears.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrapperLeatherHatItem",
			typeID = 0,
		},
		Treasury = {
			untranslated = "Treasury",
			category = nil,
			group = "Work Stations",
			description = "Allows the setting of taxes.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TreasuryItem",
			typeID = 0,
		},
		["Tree Debris"] = {
			untranslated = "Tree Debris",
			category = nil,
			group = "Blocks",
			description = "Clear cut debris that needs to be broken down to be more usable.",
			tagGroups = {},
			maxStack = 20,
			carried = "Hands",
			weight = nil,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TreeDebrisItem",
			typeID = 0,
		},
		["Trillium Flower"] = {
			untranslated = "Trillium Flower",
			category = nil,
			group = "Food",
			description = "Placeholder Description.",
			tagGroups = {
				"Food",
				"Petals",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrilliumFlowerItem",
			typeID = 0,
		},
		["Trillium Seed"] = {
			untranslated = "Trillium Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow trillium.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrilliumSeedItem",
			typeID = 0,
		},
		["Tripod Camera"] = {
			untranslated = "Tripod Camera",
			category = nil,
			group = "Crafted Objects",
			description = "When you want to save the world but in a frame.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TripodCameraItem",
			typeID = 0,
		},
		Trousers = {
			untranslated = "Trousers",
			category = nil,
			group = "Clothing",
			description = "Sturdy pair of slim-fit pants. Trousers are an item of clothing worn from the waist to the ankles, covering both legs separately (rather than with cloth extending across both legs as in robes, skirts, and dresses).",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TrousersItem",
			typeID = 0,
		},
		Trout = {
			untranslated = "Trout",
			category = nil,
			group = "Natural Resources",
			description = "A trout.",
			tagGroups = {
				"Fish",
				"Medium Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 800,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TroutItem",
			typeID = 0,
		},
		Truck = {
			untranslated = "Truck",
			category = nil,
			group = "Crafted Objects",
			description = "Modern truck for hauling sizable loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 25000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x5x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TruckItem",
			typeID = 0,
		},
		Tuna = {
			untranslated = "Tuna",
			category = nil,
			group = "Natural Resources",
			description = "A tuna.",
			tagGroups = {
				"Fish",
				"Large Fish",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1250,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TunaItem",
			typeID = 0,
		},
		Tunic = {
			untranslated = "Tunic",
			category = nil,
			group = "Clothing",
			description = "A simply made canvas shirt. Does not have a pocket to put your pen in.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TunicItem",
			typeID = 0,
		},
		["Turkey Carcass"] = {
			untranslated = "Turkey Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead turkey.",
			tagGroups = {
				"Tiny Carcass",
				"Tiny Leather Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "TurkeyCarcassItem",
			typeID = 0,
		},
		["Upholstered Chair"] = {
			untranslated = "Upholstered Chair",
			category = nil,
			group = "Housing Objects",
			description = "Like a chair, but upholstered.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.7",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.6",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "UpholsteredChairItem",
			typeID = 0,
		},
		["Upholstered Couch"] = {
			untranslated = "Upholstered Couch",
			category = nil,
			group = "Housing Objects",
			description = "Like a couch, but upholstered.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2.5",
			roomCategory = "Living Room",
			furnitureType = "Chair",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "UpholsteredCouchItem",
			typeID = 0,
		},
		Urchin = {
			untranslated = "Urchin",
			category = nil,
			group = "Natural Resources",
			description = "An urchin.",
			tagGroups = {
				"Marine Life",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "UrchinItem",
			typeID = 0,
		},
		Valve = {
			untranslated = "Valve",
			category = nil,
			group = "Items",
			description = "A device that regulates, directs, or controls the flow of fluid.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ValveItem",
			typeID = 0,
		},
		["Vegetable Medley"] = {
			untranslated = "Vegetable Medley",
			category = nil,
			group = "Food",
			description = "An eclectic arrangement of vegetables.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 300,
			calories = 900,
			carbs = 8,
			protein = 4,
			fat = 7,
			vitamins = 17,
			density = 4.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VegetableMedleyItem",
			typeID = 0,
		},
		["Vegetable Soup"] = {
			untranslated = "Vegetable Soup",
			category = nil,
			group = "Food",
			description = "Who knew plants in plant broth could be so tasty?",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 700,
			calories = 1200,
			carbs = 12,
			protein = 4,
			fat = 7,
			vitamins = 19,
			density = 3.5000000000000004,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VegetableSoupItem",
			typeID = 0,
		},
		["Vegetable Stock"] = {
			untranslated = "Vegetable Stock",
			category = nil,
			group = "Food",
			description = "A hearty stock full of assorted vegetables.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 700,
			carbs = 11,
			protein = 1,
			fat = 2,
			vitamins = 11,
			density = 3.571428571428571,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VegetableStockItem",
			typeID = 0,
		},
		["Villagers Cowl Lowered"] = {
			untranslated = "Villagers Cowl Lowered",
			category = nil,
			group = "Clothing",
			description = "A rough linen cowl lowered, showing your face.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VillagersCowlLoweredItem",
			typeID = 0,
		},
		["Villagers Cowl Raised"] = {
			untranslated = "Villagers Cowl Raised",
			category = nil,
			group = "Clothing",
			description = "A rough linen cowl raised, hiding your face partially.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "VillagersCowlRaisedItem",
			typeID = 0,
		},
		["Wainwright Table"] = {
			untranslated = "Wainwright Table",
			category = nil,
			group = "Work Stations",
			description = "A set of smoothing and woodworking tools that assist in creating wheels and transportation.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WainwrightTableItem",
			typeID = 0,
		},
		["Wall Candle"] = {
			untranslated = "Wall Candle",
			category = nil,
			group = "Housing Objects",
			description = "A wall mounted candle.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WallCandleItem",
			typeID = 0,
		},
		["Wanderers Hood Lowered"] = {
			untranslated = "Wanderers Hood Lowered",
			category = nil,
			group = "Clothing",
			description = "A quality linen cowl lowered, showing your face.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WanderersHoodLoweredItem",
			typeID = 0,
		},
		["Wanderers Hood Raised"] = {
			untranslated = "Wanderers Hood Raised",
			category = nil,
			group = "Clothing",
			description = "A quality linen cowl raised, hiding your face partially.",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WanderersHoodRaisedItem",
			typeID = 0,
		},
		Washboard = {
			untranslated = "Washboard",
			category = nil,
			group = "Housing Objects",
			description = "Sometimes it can be nice to have clean clothes.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Bathroom",
			furnitureType = "Washing",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WashboardItem",
			typeID = 0,
		},
		["Washing Machine"] = {
			untranslated = "Washing Machine",
			category = nil,
			group = "Housing Objects",
			description = "Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "5",
			roomCategory = "Bathroom",
			furnitureType = "Washing",
			repeatsDepreciation = "0.2",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WashingMachineItem",
			typeID = 0,
		},
		["Waste Filter"] = {
			untranslated = "Waste Filter",
			category = nil,
			group = "Crafted Objects",
			description = "Treats raw sewage.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WasteFilterItem",
			typeID = 0,
		},
		["Waterweed Seed"] = {
			untranslated = "Waterweed Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow waterweed.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WaterweedSeedItem",
			typeID = 0,
		},
		Waterwheel = {
			untranslated = "Waterwheel",
			category = nil,
			group = "Crafted Objects",
			description = "Uses the power of flowing water to produce mechanical power. Must be placed in fresh water and produces double power when placed in both a river and waterfall.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WaterwheelItem",
			typeID = 0,
		},
		["Wet Brick"] = {
			untranslated = "Wet Brick",
			category = nil,
			group = "Items",
			description = "A simple wet brick ready to be processed into a construction block.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WetBrickItem",
			typeID = 0,
		},
		Wheat = {
			untranslated = "Wheat",
			category = nil,
			group = "Food",
			description = "A common grain that is significantly more useful processed.",
			tagGroups = {
				"Food",
				"Grain",
				"Raw Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 150,
			carbs = 6,
			protein = 2,
			fat = 0,
			vitamins = 0,
			density = 5.333333333333334,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WheatItem",
			typeID = 0,
		},
		["Wheat Seed"] = {
			untranslated = "Wheat Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow wheat.",
			tagGroups = {
				"Crop Seed",
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WheatSeedItem",
			typeID = 0,
		},
		Wheelbarrow = {
			untranslated = "Wheelbarrow",
			category = nil,
			group = "Crafted Objects",
			description = "Small wheelbarrow for hauling minimal loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WheelbarrowItem",
			typeID = 0,
		},
		["White Bursage Seed"] = {
			untranslated = "White Bursage Seed",
			category = nil,
			group = "Food",
			description = "Plant to grow a white bursage.",
			tagGroups = {
				"Food",
				"Seeds",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = 0,
			carbs = 0,
			protein = 0,
			fat = 0,
			vitamins = 0,
			density = 0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WhiteBursageSeedItem",
			typeID = 0,
		},
		["Wild Mix"] = {
			untranslated = "Wild Mix",
			category = nil,
			group = "Food",
			description = "A dressed salad that, with the added sweetness, it's pretty tasty.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 600,
			calories = 800,
			carbs = 15,
			protein = 6,
			fat = 4,
			vitamins = 21,
			density = 5.75,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WildMixItem",
			typeID = 0,
		},
		["Wild Stew"] = {
			untranslated = "Wild Stew",
			category = nil,
			group = "Food",
			description = "A thick stew made with a variety of vegetables.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = 1100,
			carbs = 10,
			protein = 2,
			fat = 6,
			vitamins = 12,
			density = 2.727272727272727,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WildStewItem",
			typeID = 0,
		},
		["Wilted Fiddleheads"] = {
			untranslated = "Wilted Fiddleheads",
			category = nil,
			group = "Food",
			description = "While a bunch of wilted fiddleheads may seem a bit sad, at least they're nutritious.",
			tagGroups = {
				"Charred Green",
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 350,
			carbs = 4,
			protein = 1,
			fat = 0,
			vitamins = 7,
			density = 3.428571428571429,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WiltedFiddleheadsItem",
			typeID = 0,
		},
		["Wind Turbine"] = {
			untranslated = "Wind Turbine",
			category = nil,
			group = "Crafted Objects",
			description = "Uses wind to produce electrical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x3x10",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WindTurbineItem",
			typeID = 0,
		},
		Windmill = {
			untranslated = "Windmill",
			category = nil,
			group = "Crafted Objects",
			description = "Uses wind to produce mechanical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = "Industrial",
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x2x7",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WindmillItem",
			typeID = 0,
		},
		["Wolf Carcass"] = {
			untranslated = "Wolf Carcass",
			category = nil,
			group = "Natural Resources",
			description = "A dead wolf.",
			tagGroups = {
				"Small Carcass",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WolfCarcassItem",
			typeID = 0,
		},
		["Wood Cart"] = {
			untranslated = "Wood Cart",
			category = nil,
			group = "Crafted Objects",
			description = "Small cart for hauling small loads.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x2x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodCartItem",
			typeID = 0,
		},
		["Wood Pulp"] = {
			untranslated = "Wood Pulp",
			category = nil,
			group = "Items",
			description = "A byproduct of processing lumber, wood pulp can be burned for Mortar or pressed into paper.",
			tagGroups = {
				"Burnable Fuel",
				"Natural Fiber",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 50,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = 50,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodPulpItem",
			typeID = 0,
		},
		["Wood Shop Cart"] = {
			untranslated = "Wood Shop Cart",
			category = nil,
			group = "Crafted Objects",
			description = "A store in a wooden cart, very useful when your customers are far away.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x3",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodShopCartItem",
			typeID = 0,
		},
		["Wooden Barge"] = {
			untranslated = "Wooden Barge",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "7x9x5",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenBargeItem",
			typeID = 0,
		},
		["Wooden Bow"] = {
			untranslated = "Wooden Bow",
			category = nil,
			group = "Items",
			description = "A primitive ranged weapon for hunting. Requires arrows to fire.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenBowItem",
			typeID = 0,
			ToolVariant = "Bow",
			ToolDurability = 200.0,
			ToolDamage = 1.0,
			ToolDamageTalent = "HuntingPowerShotTalent",
			ToolRepairType = "Wood",
		},
		["Wooden Ceiling Light"] = {
			untranslated = "Wooden Ceiling Light",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenCeilingLightItem",
			typeID = 0,
		},
		["Wooden Elevator"] = {
			untranslated = "Wooden Elevator",
			category = nil,
			group = "Crafted Objects",
			description = "An elevator for transporting loads vertically.",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x3x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenElevatorItem",
			typeID = 0,
		},
		["Wooden Fabric Bed"] = {
			untranslated = "Wooden Fabric Bed",
			category = nil,
			group = "Housing Objects",
			description = "A much more comfortable bed made with fabric.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "4",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.3",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x3x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenFabricBedItem",
			typeID = 0,
		},
		["Wooden Floor Lamp"] = {
			untranslated = "Wooden Floor Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room. This time from the floor.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenFloorLampItem",
			typeID = 0,
		},
		["Wooden Frame Landscape"] = {
			untranslated = "Wooden Frame Landscape",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenFrameLandscapeItem",
			typeID = 0,
		},
		["Wooden Frame Wide"] = {
			untranslated = "Wooden Frame Wide",
			category = nil,
			group = "Housing Objects",
			description = "",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "0",
			roomCategory = "Cultural",
			furnitureType = "Cultural",
			repeatsDepreciation = "",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenFrameWideItem",
			typeID = 0,
		},
		["Wooden Hoe"] = {
			untranslated = "Wooden Hoe",
			category = nil,
			group = "Items",
			description = "A crude wooden hoe made for tilling soil.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenHoeItem",
			typeID = 0,
			ToolVariant = "Hoe",
			ToolDurability = 150.0,
			ToolRepairType = "Wood",
		},
		["Wooden Hull Planks"] = {
			untranslated = "Wooden Hull Planks",
			category = nil,
			group = "Items",
			description = "Basic wooden boards specially made for ships.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 1500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenHullPlanksItem",
			typeID = 0,
		},
		["Wooden Keel"] = {
			untranslated = "Wooden Keel",
			category = nil,
			group = "Items",
			description = "The backbone of any wooden ships.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenKeelItem",
			typeID = 0,
		},
		["Wooden Kitchen Lamp"] = {
			untranslated = "Wooden Kitchen Lamp",
			category = nil,
			group = "Housing Objects",
			description = "A more modern way to light up a room.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.5",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenKitchenLampItem",
			typeID = 0,
		},
		["Wooden Latrine"] = {
			untranslated = "Wooden Latrine",
			category = nil,
			group = "Housing Objects",
			description = "A wooden potty.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "1.5",
			roomCategory = "Bathroom",
			furnitureType = "Toilet",
			repeatsDepreciation = "0.1",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "LatrineItem",
			typeID = 0,
		},
		["Wooden Mold"] = {
			untranslated = "Wooden Mold",
			category = nil,
			group = "Items",
			description = "A useful material for hardening, curing, and other various uses.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenMoldItem",
			typeID = 0,
		},
		["Wooden Moorage Post"] = {
			untranslated = "Wooden Moorage Post",
			category = nil,
			group = "Crafted Objects",
			description = "A basic moorage post made from wood to anchor smaller vessels in place.",
			tagGroups = {},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenMooragePostItem",
			typeID = 0,
		},
		["Wooden Oar"] = {
			untranslated = "Wooden Oar",
			category = nil,
			group = "Items",
			description = "An important piece of equipment used to give smaller wooden ships momentum.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenOarItem",
			typeID = 0,
		},
		["Wooden Rudder"] = {
			untranslated = "Wooden Rudder",
			category = nil,
			group = "Items",
			description = "If you dont have one of these, you have no control over your heading.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenRudderItem",
			typeID = 0,
		},
		["Wooden Shovel"] = {
			untranslated = "Wooden Shovel",
			category = nil,
			group = "Items",
			description = "A simple wooden shovel made for moving dirt.",
			tagGroups = {
				"Tool",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 1,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenShovelItem",
			typeID = 0,
			ToolVariant = "Shovel",
			ToolDurability = 175.0,
			ToolRepairType = "Wood",
			ToolCarryCapacity = 1.0,
		},
		["Wooden Straw Bed"] = {
			untranslated = "Wooden Straw Bed",
			category = nil,
			group = "Housing Objects",
			description = "A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "3",
			roomCategory = "Bedroom",
			furnitureType = "Bed",
			repeatsDepreciation = "0.4",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x3x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenStrawBedItem",
			typeID = 0,
		},
		["Wooden Table Lamp"] = {
			untranslated = "Wooden Table Lamp",
			category = nil,
			group = "Housing Objects",
			description = "For late night studying. Or working. Or anything, really.",
			tagGroups = {
				"Housing",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = "2",
			roomCategory = "Lighting",
			furnitureType = "Lights",
			repeatsDepreciation = "0.7",
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "1x1x1",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenTableLampItem",
			typeID = 0,
		},
		["Wooden Transport Ship"] = {
			untranslated = "Wooden Transport Ship",
			category = nil,
			group = "Crafted Objects",
			description = "",
			tagGroups = {
				"Vehicles",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 20000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "4x8x4",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenTransportShipItem",
			typeID = 0,
		},
		["Wooden Wheel"] = {
			untranslated = "Wooden Wheel",
			category = nil,
			group = "Items",
			description = "A basic wheel for use in early wooden vehicles.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 500,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoodenWheelItem",
			typeID = 0,
		},
		["Wool Carpet"] = {
			untranslated = "Wool Carpet",
			category = nil,
			group = "Blocks",
			description = "A woven wool floor covering attached to a lumber backing.",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 10000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = 4,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoolCarpetItem",
			typeID = 0,
		},
		["Wool Curtains"] = {
			untranslated = "Wool Curtains",
			category = nil,
			group = "Blocks",
			description = "Curtains woven using the finest wool. \\n\\n (Only cosmetic does not impact room value.)",
			tagGroups = {
				"Constructable",
			},
			maxStack = 20,
			carried = "Hands",
			weight = 5000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoolCurtainsItem",
			typeID = 0,
		},
		["Wool Fabric"] = {
			untranslated = "Wool Fabric",
			category = nil,
			group = "Items",
			description = "Wool fabric is warm and durable, but it can be slightly itchy.",
			tagGroups = {
				"Fabric",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoolFabricItem",
			typeID = 0,
		},
		["Wool Yarn"] = {
			untranslated = "Wool Yarn",
			category = nil,
			group = "Items",
			description = "Spun wool that can be used for knitting, weaving, or sewing.",
			tagGroups = {},
			maxStack = 100,
			carried = "Backpack",
			weight = 20,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WoolYarnItem",
			typeID = 0,
		},
		["Work Backpack"] = {
			untranslated = "Work Backpack",
			category = nil,
			group = "Clothing",
			description = "Lighter pack that causes lower calorie consumption.\\n\\n(Decreases calories consumed when using tools by 10\\u0025 and increases max carry weight by 5 kg)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WorkBackpackItem",
			typeID = 0,
		},
		["Work Boots"] = {
			untranslated = "Work Boots",
			category = nil,
			group = "Clothing",
			description = "Boots designed to be rugged and reduce muscle strain while working.\\n\\n(Decreases calories consumed when using tools by 10\\u0025)\\n\\n(Increases movement speed)",
			tagGroups = {
				"Clothes",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WorkBootsItem",
			typeID = 0,
		},
		Workbench = {
			untranslated = "Workbench",
			category = nil,
			group = "Work Stations",
			description = "A bench for the basics and making even more benches.",
			tagGroups = {
				"Crafting Table",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 1000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "2x1x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WorkbenchItem",
			typeID = 0,
		},
		["Worldly Donut"] = {
			untranslated = "Worldly Donut",
			category = nil,
			group = "Food",
			description = "Understand this, and you will understand a lot.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 200,
			calories = 750,
			carbs = 15,
			protein = 2,
			fat = 17,
			vitamins = 2,
			density = 4.8,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "WorldlyDonutItem",
			typeID = 0,
		},
		Yeast = {
			untranslated = "Yeast",
			category = nil,
			group = "Food",
			description = "A fungus that acts as an amazing leavening agent.",
			tagGroups = {
				"Food",
			},
			maxStack = 100,
			carried = "Backpack",
			weight = 100,
			calories = 60,
			carbs = 0,
			protein = 8,
			fat = 0,
			vitamins = 7,
			density = 25.0,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = nil,
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "YeastItem",
			typeID = 0,
		},
		["Zoning Office"] = {
			untranslated = "Zoning Office",
			category = nil,
			group = "Work Stations",
			description = "Allows the creation of District Maps, which define a set of districts.  Districts can then be specified in laws and other civic actions.",
			tagGroups = {
				"Government",
			},
			maxStack = 1,
			carried = "Backpack",
			weight = 2000,
			calories = nil,
			carbs = nil,
			protein = nil,
			fat = nil,
			vitamins = nil,
			density = nil,
			fuel = nil,
			yield = nil,
			currency = nil,
			skillValue = nil,
			roomCategory = nil,
			furnitureType = nil,
			repeatsDepreciation = nil,
			materialTier = nil,
			fuelsUsed = nil,
			gridRadius = nil,
			energyUsed = nil,
			energyProduced = nil,
			energyType = nil,
			fluidsUsed = nil,
			fluidsProduced = nil,
			validTalents = nil,
			footprint = "3x2x2",
			mobile = nil,
			roomSizeReq = nil,
			roomMatReq = nil,
			roomContainReq = nil,
			inventorySlots = nil,
			inventoryMaxWeight = nil,
			inventoryRestrictions = nil,
			NutrientElement = nil,
			type = "ZoningOfficeItem",
			typeID = 0,
		},
	},
	tags = {
		["Advanced Research"] = {
			"Agriculture Research Paper Advanced",
			"Culinary Research Paper Advanced",
			"Dendrology Research Paper Advanced",
			"Engineering Research Paper Advanced",
			"Geology Research Paper Advanced",
			"Metallurgy Research Paper Advanced",
		},
		["Advanced Upgrade"] = {
			"Advanced Upgrade 1",
			"Advanced Upgrade 2",
			"Advanced Upgrade 3",
			"Advanced Upgrade 4",
		},
		["Animal Skin"] = {
			"Fur Pelt",
			"Leather Hide",
		},
		["Ashlar Stone"] = {
			"Ashlar Basalt",
			"Ashlar Gneiss",
			"Ashlar Granite",
			"Ashlar Limestone",
			"Ashlar Sandstone",
			"Ashlar Shale",
		},
		["Baked Food"] = {
			"Baked Agave",
			"Baked Beet",
			"Baked Corn",
			"Baked Heart Of Palm",
			"Baked Roast",
			"Baked Taro",
			"Baked Tomato",
			"Camas Bulb Bake",
		},
		["Baked Vegetable"] = {
			"Baked Agave",
			"Baked Beet",
			"Baked Corn",
			"Baked Heart Of Palm",
			"Baked Taro",
			"Baked Tomato",
			"Camas Bulb Bake",
		},
		["Basic Research"] = {
			"Culinary Research Paper Basic",
			"Dendrology Research Paper Basic",
			"Gathering Research Paper Basic",
			"Geology Research Paper Basic",
			"Metallurgy Research Paper Basic",
		},
		["Basic Upgrade"] = {
			"Basic Upgrade 1",
			"Basic Upgrade 2",
			"Basic Upgrade 3",
			"Basic Upgrade 4",
		},
		Bread = {
			"Bread",
			"Camas Bread",
		},
		["Burnable Fuel"] = {
			"Arrow",
			"Birch Log",
			"Board",
			"Cedar Log",
			"Ceiba Log",
			"Charcoal",
			"Crushed Coal",
			"Fir Log",
			"Hardwood Board",
			"Hardwood Hewn Log",
			"Hardwood Lumber",
			"Hewn Log",
			"Joshua Log",
			"Lumber",
			"Oak Log",
			"Palm Log",
			"Paper",
			"Plant Fibers",
			"Redwood Log",
			"Saguaro Rib",
			"Softwood Board",
			"Softwood Hewn Log",
			"Softwood Lumber",
			"Spruce Log",
			"Wood Pulp",
		},
		["Campfire Salad"] = {
			"Beet Campfire Salad",
			"Fern Campfire Salad",
			"Jungle Campfire Salad",
			"Root Campfire Salad",
		},
		["Charred Fruit"] = {
			"Charred Cactus Fruit",
			"Charred Papaya",
			"Charred Pineapple",
		},
		["Charred Green"] = {
			"Charred Agave",
			"Charred Fireweed Shoots",
			"Wilted Fiddleheads",
		},
		["Charred Vegetable"] = {
			"Charred Beans",
			"Charred Beet",
			"Charred Camas Bulb",
			"Charred Corn",
			"Charred Heart Of Palm",
			"Charred Mushrooms",
			"Charred Taro",
			"Charred Tomato",
		},
		Clothes = {
			"Bandana",
			"Basic Backpack",
			"Bearpack",
			"Big Backpack",
			"Builder Boots",
			"Builder Gloves",
			"Builder Helmet",
			"Builder Overalls",
			"Builder Shirt",
			"Bycocket",
			"Camo Pants",
			"Camo Shirt",
			"Capris",
			"Carbide Helmet Lamp",
			"Chef Hat",
			"Chef Pants",
			"Chef Shirt",
			"Chef Shoes",
			"Cloth Belt",
			"Cloth Cape",
			"Derpy Hat",
			"Explorer Boots",
			"Explorer Gloves",
			"Explorer Hat",
			"Explorer Pants",
			"Explorer Shirt",
			"Farmer Boots",
			"Farmer Gloves",
			"Farmer Hat",
			"Farmer Overalls",
			"Farmer Shirt",
			"Garden Boots",
			"Gigot Sleeve Shirt",
			"Henley",
			"Light Backpack",
			"Low Top Shoes",
			"Muffin Hat",
			"Oil Head Lamp",
			"Primitive Canvas Boots",
			"Primitive Canvas Pants",
			"Primitive Canvas Shorts",
			"Primitive Fur Belt",
			"Primitive Leather Boots",
			"Primitive Leather Pants",
			"Primitive Leather Shirt",
			"Primitive Leather Shorts",
			"Running Shoes",
			"Sandals",
			"Shipwright Hat",
			"Shipwright Overalls",
			"Shipwright Sandals",
			"Shipwright Shirt",
			"Shorts",
			"Smith Apron",
			"Smith Bandana",
			"Smith Boots",
			"Smith Gloves",
			"Smith Pants",
			"Smith Shirt",
			"Square Belt",
			"Tailor Bowler Hat",
			"Tailor Pants",
			"Tailor Shirt",
			"Tailor Shoes",
			"Tall Boots",
			"Trapper Fur Hat",
			"Trapper Leather Hat",
			"Trousers",
			"Tunic",
			"Villagers Cowl Lowered",
			"Villagers Cowl Raised",
			"Wanderers Hood Lowered",
			"Wanderers Hood Raised",
			"Work Backpack",
			"Work Boots",
		},
		Coal = {
			"Charcoal",
			"Crushed Coal",
		},
		["Composite Lumber"] = {
			"Composite Birch Lumber",
			"Composite Cedar Lumber",
			"Composite Ceiba Lumber",
			"Composite Fir Lumber",
			"Composite Joshua Lumber",
			"Composite Lumber",
			"Composite Oak Lumber",
			"Composite Palm Lumber",
			"Composite Redwood Lumber",
			"Composite Saguaro Lumber",
			"Composite Spruce Lumber",
		},
		["Concentrated Ore"] = {
			"Copper Concentrate",
			"Gold Concentrate",
			"Iron Concentrate",
		},
		Concrete = {
			"Reinforced Concrete",
		},
		Constructable = {
			"Ashlar Basalt",
			"Ashlar Gneiss",
			"Ashlar Granite",
			"Ashlar Limestone",
			"Ashlar Sandstone",
			"Ashlar Shale",
			"Asphalt Concrete",
			"Brick",
			"Composite Birch Lumber",
			"Composite Cedar Lumber",
			"Composite Ceiba Lumber",
			"Composite Fir Lumber",
			"Composite Joshua Lumber",
			"Composite Lumber",
			"Composite Oak Lumber",
			"Composite Palm Lumber",
			"Composite Redwood Lumber",
			"Composite Saguaro Lumber",
			"Composite Spruce Lumber",
			"Corrugated Steel",
			"Cotton Carpet",
			"Cotton Curtains",
			"Dirt Ramp",
			"Flat Steel",
			"Framed Glass",
			"Glass",
			"Hardwood Hewn Log",
			"Hardwood Lumber",
			"Hewn Log",
			"Lumber",
			"Mortared Granite",
			"Mortared Limestone",
			"Mortared Sandstone",
			"Mortared Stone",
			"Nylon Carpet",
			"Nylon Curtains",
			"Reinforced Concrete",
			"Softwood Hewn Log",
			"Softwood Lumber",
			"Stone Road",
			"Wool Carpet",
			"Wool Curtains",
		},
		["Crafting Table"] = {
			"Advanced Carpentry Table",
			"Advanced Masonry Table",
			"Advanced Tailoring Table",
			"Anvil",
			"Arrastra",
			"Assembly Line",
			"Automatic Loom",
			"Bakery Oven",
			"Blacksmith Table",
			"Blast Furnace",
			"Bloomery",
			"Butchery Table",
			"Campfire",
			"Carpentry Table",
			"Cast Iron Stove",
			"Cement Kiln",
			"Computer Lab",
			"Electric Lathe",
			"Electric Machinist Table",
			"Electric Planer",
			"Electric Stamping Press",
			"Electronics Assembly",
			"Farmers Table",
			"Fiber Scutching Station",
			"Fish Rack",
			"Fishery",
			"Fletching Table",
			"Froth Floatation Cell",
			"Glassworks",
			"Grindstone",
			"Jaw Crusher",
			"Kiln",
			"Kitchen",
			"Laboratory",
			"Lathe",
			"Loom",
			"Machinist Table",
			"Masonry Table",
			"Medium Shipyard",
			"Mill",
			"Oil Refinery",
			"Pottery Table",
			"Power Hammer",
			"Pump Jack",
			"Robotic Assembly Line",
			"Rocker Box",
			"Rolling Mill",
			"Sawmill",
			"Screening Machine",
			"Screw Press",
			"Sensor Based Belt Sorter",
			"Shaper",
			"Small Paper Machine",
			"Small Shipyard",
			"Spin Melter",
			"Stamp Mill",
			"Stove",
			"Tailoring Table",
			"Tool Bench",
			"Wainwright Table",
			"Workbench",
		},
		Crop = {
			"Beans",
			"Camas Bulb",
			"Cotton Boll",
			"Flax Stem",
			"Kelp",
			"Plant Fibers",
			"Rice",
		},
		["Crop Seed"] = {
			"Agave Seed",
			"Amanita Mushroom Spores",
			"Beans",
			"Beet Seed",
			"Bolete Mushroom Spores",
			"Camas Bulb",
			"Cookeina Mushroom Spores",
			"Corn Seed",
			"Crimini Mushroom Spores",
			"Fern Spore",
			"Fireweed Seed",
			"Flax Seed",
			"Huckleberry Seed",
			"Papaya Seed",
			"Pineapple Seed",
			"Prickly Pear Seed",
			"Pumpkin Seed",
			"Rice",
			"Sunflower Seed",
			"Taro Seed",
			"Tomato Seed",
			"Wheat Seed",
		},
		["Crushed Rock"] = {
			"Crushed Basalt",
			"Crushed Gneiss",
			"Crushed Granite",
			"Crushed Limestone",
			"Crushed Mixed Rock",
			"Crushed Sandstone",
			"Crushed Shale",
			"Crushed Slag",
		},
		Excavatable = {
			"Basalt",
			"Clay",
			"Coal",
			"Copper Concentrate",
			"Copper Ore",
			"Crushed Basalt",
			"Crushed Coal",
			"Crushed Copper Ore",
			"Crushed Gneiss",
			"Crushed Gold Ore",
			"Crushed Granite",
			"Crushed Iron Ore",
			"Crushed Limestone",
			"Crushed Mixed Rock",
			"Crushed Sandstone",
			"Crushed Shale",
			"Crushed Slag",
			"Gneiss",
			"Gold Concentrate",
			"Gold Ore",
			"Granite",
			"Iron Concentrate",
			"Iron Ore",
			"Limestone",
			"Sandstone",
			"Shale",
			"Slag",
		},
		Fabric = {
			"Cloth",
			"Cotton Fabric",
			"Linen Fabric",
			"Nylon Fabric",
			"Wool Fabric",
		},
		Fat = {
			"Flaxseed Oil",
			"Oil",
			"Tallow",
		},
		Fertilizer = {
			"Berry Extract Fertilizer",
			"Blood Meal Fertilizer",
			"Camas Ash Fertilizer",
			"Composite Filler",
			"Compost Fertilizer",
			"Fiber Filler",
			"Hide Ash Fertilizer",
			"Pelt Fertilizer",
			"Phosphate Fertilizer",
			"Pulp Filler",
		},
		["Fertilizer Filler"] = {
			"Composite Filler",
			"Fiber Filler",
			"Pulp Filler",
		},
		Fish = {
			"Bass",
			"Blue Shark",
			"Cod",
			"Moon Jellyfish",
			"Pacific Sardine",
			"Salmon",
			"Trout",
			"Tuna",
		},
		Food = {
			"Acorn",
			"Acorn Powder",
			"Agave Leaves",
			"Agave Seed",
			"Agouti Enchiladas",
			"Amanita Mushroom Spores",
			"Amanita Mushrooms",
			"Arctic Willow Seed",
			"Autumn Stew",
			"Baked Agave",
			"Baked Beet",
			"Baked Corn",
			"Baked Heart Of Palm",
			"Baked Meat",
			"Baked Roast",
			"Baked Taro",
			"Baked Tomato",
			"Banh Xeo",
			"Bannock",
			"Barrel Cactus Seed",
			"Basic Salad",
			"Bean Paste",
			"Bean Sprout",
			"Beans",
			"Bear SUPREME",
			"Bearclaw",
			"Beet",
			"Beet Campfire Salad",
			"Beet Greens",
			"Beet Seed",
			"Big Bluestem Seed",
			"Birch Seed",
			"Bison Chow Fun",
			"Boiled Grains",
			"Boiled Rice",
			"Boiled Sausage",
			"Bolete Mushroom Spores",
			"Bolete Mushrooms",
			"Bread",
			"Bullrush Seed",
			"Bunchgrass Seed",
			"Camas Bread",
			"Camas Bulb",
			"Camas Bulb Bake",
			"Camas Paste",
			"Campfire Roast",
			"Cedar Seed",
			"Ceiba Seed",
			"Cereal Germ",
			"Charred Agave",
			"Charred Beans",
			"Charred Beet",
			"Charred Cactus Fruit",
			"Charred Camas Bulb",
			"Charred Corn",
			"Charred Fireweed Shoots",
			"Charred Fish",
			"Charred Heart Of Palm",
			"Charred Meat",
			"Charred Mushrooms",
			"Charred Papaya",
			"Charred Pineapple",
			"Charred Sausage",
			"Charred Taro",
			"Charred Tomato",
			"Clam Chowder",
			"Cookeina Mushroom Spores",
			"Cookeina Mushrooms",
			"Corn",
			"Corn Fritters",
			"Corn Seed",
			"Cornmeal",
			"Cotton Seed",
			"Creosote Bush Seed",
			"Creosote Flower",
			"Crimini Mushroom Spores",
			"Crimini Mushrooms",
			"Crimson Salad",
			"Crispy Bacon",
			"Dried Fish",
			"Dried Meat",
			"Dwarf Willow Seed",
			"Elk Taco",
			"Elk Wellington",
			"Fantastic Forest Pizza",
			"Fern Campfire Salad",
			"Fern Spore",
			"Fiddleheads",
			"Field Campfire Stew",
			"Filmy Fern Spore",
			"Fir Seed",
			"Fireweed Seed",
			"Fireweed Shoots",
			"Fish N Chips",
			"Flatbread",
			"Flax Seed",
			"Flaxseed Oil",
			"Flour",
			"Fried Camas",
			"Fried Fiddleheads",
			"Fried Hare Haunches",
			"Fried Hearts Of Palm",
			"Fried Taro",
			"Fried Tomatoes",
			"Fruit Muffin",
			"Fruit Salad",
			"Fruit Tart",
			"Giant Cactus Fruit",
			"Grass Seed",
			"Heart Of Palm",
			"Hearty Hometown Pizza",
			"Heliconia Seed",
			"Hosomaki",
			"Huckleberries",
			"Huckleberry Extract",
			"Huckleberry Fritter",
			"Huckleberry Pie",
			"Huckleberry Seed",
			"Infused Oil",
			"Jointfir Seed",
			"Joshua Seed",
			"Jungle Campfire Salad",
			"Jungle Campfire Stew",
			"Kelpy Crab Roll",
			"King Fern Spore",
			"Lattice Mushroom Spores",
			"Leavened Dough",
			"Loaded Taro Fries",
			"Lupine Seed",
			"Macarons",
			"Meat Pie",
			"Meat Stock",
			"Meaty Stew",
			"Millionaires Salad",
			"Mochi",
			"Ocean Spray Seed",
			"Oil",
			"Orchid",
			"Orchid Seed",
			"Palm Seed",
			"Papaya",
			"Papaya Seed",
			"Pastry Dough",
			"Phad Thai",
			"Pineapple",
			"Pineapple Friend Rice",
			"Pineapple Seed",
			"Pirozhok",
			"Poke Bowl",
			"Prepared Meat",
			"Prickly Pear Fruit",
			"Prickly Pear Seed",
			"Prime Cut",
			"Pumpkin",
			"Pumpkin Seed",
			"Pupusas",
			"Raw Bacon",
			"Raw Fish",
			"Raw Meat",
			"Raw Roast",
			"Raw Sausage",
			"Redwood Seed",
			"Rice",
			"Rice Flour",
			"Rice Noodles",
			"Roast Pumpkin",
			"Root Campfire Salad",
			"Root Campfire Stew",
			"Saguaro Seed",
			"Saxifrage Seed",
			"Scrap Meat",
			"Seagrass Seed",
			"Seared Meat",
			"Seeded Camas Roll",
			"Sensuous Sea Pizza",
			"Shark Fillet Soup",
			"Simmered Meat",
			"Simple Syrup",
			"Smooth Gut Noodle Roll",
			"Spiky Roll",
			"Spruce Seed",
			"Stuffed Turkey",
			"Sugar",
			"Sugarcane",
			"Sun Cheese",
			"Sunflower",
			"Sunflower Seed",
			"Sweet Deer Jerky",
			"Sweet Salad",
			"Tallow",
			"Taro Fries",
			"Taro Root",
			"Taro Seed",
			"Tasty Tropical Pizza",
			"Tomato",
			"Tomato Seed",
			"Topped Porridge",
			"Tortilla",
			"Trillium Flower",
			"Trillium Seed",
			"Vegetable Medley",
			"Vegetable Soup",
			"Vegetable Stock",
			"Waterweed Seed",
			"Wheat",
			"Wheat Seed",
			"White Bursage Seed",
			"Wild Mix",
			"Wild Stew",
			"Wilted Fiddleheads",
			"Worldly Donut",
			"Yeast",
		},
		["Fried Vegetable"] = {
			"Fried Camas",
			"Fried Fiddleheads",
			"Fried Hearts Of Palm",
			"Fried Taro",
			"Fried Tomatoes",
		},
		Fruit = {
			"Giant Cactus Fruit",
			"Huckleberries",
			"Papaya",
			"Pineapple",
			"Prickly Pear Fruit",
			"Pumpkin",
		},
		Fungus = {
			"Amanita Mushrooms",
			"Bolete Mushrooms",
			"Cookeina Mushrooms",
			"Crimini Mushrooms",
		},
		Gear = {
			"Iron Gear",
			"Steel Gear",
		},
		Government = {
			"Amendments",
			"Ballot Box",
			"Board Of Elections",
			"Capitol",
			"Census Bureau",
			"Country Foundation",
			"Court Table",
			"Embassy Desk",
			"Executive Office",
			"Federation Foundation",
			"Government Office",
			"Immigration Desk",
			"Large Court",
			"Outpost Table",
			"Printing Press",
			"Settlement Crafting Table",
			"Small Court",
			"Stenographers Table",
			"Town Foundation",
			"Treasury",
			"Zoning Office",
		},
		Grain = {
			"Rice",
			"Wheat",
		},
		Greens = {
			"Agave Leaves",
			"Beet Greens",
			"Fiddleheads",
			"Fireweed Shoots",
		},
		Hardwood = {
			"Birch Log",
			"Ceiba Log",
			"Oak Log",
		},
		["Hardwood Lumber"] = {
			"Composite Birch Lumber",
			"Composite Ceiba Lumber",
			"Composite Oak Lumber",
		},
		["Hewn Log"] = {
			"Hardwood Hewn Log",
			"Hewn Log",
			"Softwood Hewn Log",
		},
		Housing = {
			"Adorned Ashlar Basalt Bench",
			"Adorned Ashlar Basalt Chair",
			"Adorned Ashlar Basalt Table",
			"Adorned Ashlar Stone Bench",
			"Adorned Ashlar Stone Chair",
			"Adorned Ashlar Stone Table",
			"Ashlar Basalt Bench",
			"Ashlar Basalt Chair",
			"Ashlar Basalt Fireplace",
			"Ashlar Basalt Table",
			"Ashlar Large Basalt Fountain",
			"Ashlar Large Stone Fountain",
			"Ashlar Small Basalt Fountain",
			"Ashlar Small Stone Fountain",
			"Ashlar Stone Bench",
			"Ashlar Stone Chair",
			"Ashlar Stone Fireplace",
			"Ashlar Stone Table",
			"Bakery Oven",
			"Bathtub",
			"Bison Mount",
			"Bookshelf",
			"Brazier",
			"Brick Fireplace",
			"Butchery Table",
			"Candle Stand",
			"Carved Pumpkin",
			"Cast Iron Bed",
			"Cast Iron Bench",
			"Cast Iron Chair",
			"Cast Iron Royal Bed",
			"Cast Iron Stove",
			"Cast Iron Table",
			"Ceiling Candle",
			"Composite Birch Bench",
			"Composite Birch Chair",
			"Composite Birch Table",
			"Composite Hardwood Bench",
			"Composite Hardwood Chair",
			"Composite Hardwood Table",
			"Composite Lumber Bench",
			"Composite Lumber Chair",
			"Composite Lumber Table",
			"Copper Frame Landscape",
			"Copper Frame Wide",
			"Couch",
			"Country Foundation",
			"Decorative Anchor",
			"Decorative Glass Buoy Blue",
			"Decorative Glass Buoy Red",
			"Decorative Hanging Buoy",
			"Decorative Life Preserver",
			"Decorative Ship Wheel",
			"Electric Wall Lamp",
			"Elk Mount",
			"Federation Foundation",
			"Galaxy Vase",
			"Goat Mount",
			"Gold Frame Landscape",
			"Gold Frame Wide",
			"Hardwood Lumber Dresser",
			"Hewn Bench",
			"Hewn Chair",
			"Hewn Dresser",
			"Hewn Nightstand",
			"Hewn Softwood Bench",
			"Hewn Softwood Chair",
			"Hewn Softwood Table",
			"Hewn Table",
			"Icebox",
			"Iron Frame Landscape",
			"Iron Frame Wide",
			"Kitchen",
			"Large Bath Mat",
			"Large Cotton Bunting Red",
			"Large Cotton Bunting Regal",
			"Large Festive Paper Lantern",
			"Large Nylon Bunting Green",
			"Large Nylon Bunting Purple",
			"Large Paper Lantern",
			"Lighthouse Lamp",
			"Limestone Bison Statue",
			"Limestone Otter Statue",
			"Limestone Owl Statue",
			"Limestone Wolf Statue",
			"Lumber Bench",
			"Lumber Chair",
			"Lumber Dresser",
			"Lumber Table",
			"Mill",
			"Modern Double Street Light",
			"Modern Street Light",
			"Mortared Granite Bench",
			"Mortared Granite Chair",
			"Mortared Granite Fireplace",
			"Mortared Granite Table",
			"Mortared Stone Bench",
			"Mortared Stone Chair",
			"Mortared Stone Fireplace",
			"Mortared Stone Table",
			"Nylon Futon Bed",
			"Nylon Futon Couch",
			"Orange Vase",
			"Ornate Gold Frame Landscape",
			"Ornate Gold Frame Wide",
			"Ornate Iron Frame Landscape",
			"Ornate Iron Frame Wide",
			"Ornate Wooden Frame Landscape",
			"Ornate Wooden Frame Wide",
			"Padded Chair",
			"Plant Vase",
			"Purple Vase",
			"Red Vase",
			"Refrigerator",
			"Round Pot",
			"Rug Large",
			"Rug Medium",
			"Rug Small",
			"Salt Basket",
			"Sheep Mount",
			"Shelf Cabinet",
			"Sink",
			"Small Bath Mat",
			"Small Cotton Bunting Red",
			"Small Cotton Bunting Regal",
			"Small Nylon Bunting Green",
			"Small Nylon Bunting Purple",
			"Small Paper Lantern",
			"Small Sink",
			"Softwood Lumber Bench",
			"Softwood Lumber Chair",
			"Softwood Lumber Dresser",
			"Softwood Lumber Table",
			"Square Pot",
			"Steel Abstract Fixture",
			"Steel Ceiling Light",
			"Steel Floor Lamp",
			"Steel Hanging Fixture",
			"Steel Hanging Lamp",
			"Steel Kitchen Lamp",
			"Steel Searchlight",
			"Steel Square Fixture",
			"Steel Table Lamp",
			"Stone Brazier",
			"Stove",
			"Streetlamp",
			"Stuffed Alligator",
			"Stuffed Bison",
			"Stuffed Elk",
			"Stuffed Goat",
			"Stuffed Jaguar",
			"Stuffed Wolf",
			"Swirl Vase",
			"Tallow Candle",
			"Tallow Lamp",
			"Tallow Wall Lamp",
			"Toilet",
			"Torch Stand",
			"Towel Rack",
			"Town Bell",
			"Town Foundation",
			"Upholstered Chair",
			"Upholstered Couch",
			"Wall Candle",
			"Washboard",
			"Washing Machine",
			"Wooden Ceiling Light",
			"Wooden Fabric Bed",
			"Wooden Floor Lamp",
			"Wooden Frame Landscape",
			"Wooden Frame Wide",
			"Wooden Kitchen Lamp",
			"Wooden Latrine",
			"Wooden Straw Bed",
			"Wooden Table Lamp",
		},
		["Large Fish"] = {
			"Blue Shark",
			"Tuna",
		},
		["Liquid Fuel"] = {
			"Biodiesel",
			"Gasoline",
		},
		Lumber = {
			"Hardwood Lumber",
			"Lumber",
			"Softwood Lumber",
		},
		["Marine Life"] = {
			"Clam",
			"Urchin",
		},
		["Medium Carcass"] = {
			"Alligator Carcass",
			"Bighorn Carcass",
			"Deer Carcass",
			"Elk Carcass",
			"Jaguar Carcass",
			"Mountain Goat Carcass",
		},
		["Medium Fish"] = {
			"Bass",
			"Cod",
			"Salmon",
			"Trout",
		},
		["Medium Leather Carcass"] = {
			"Alligator Carcass",
			"Deer Carcass",
			"Elk Carcass",
			"Jaguar Carcass",
		},
		["Medium Wooly Carcass"] = {
			"Bighorn Carcass",
			"Mountain Goat Carcass",
		},
		Metal = {
			"Copper Bar",
			"Gold Bar",
			"Iron Bar",
			"Steel Bar",
		},
		["Modern Research"] = {
			"Agriculture Research Paper Modern",
			"Culinary Research Paper Modern",
			"Dendrology Research Paper Modern",
			"Engineering Research Paper Modern",
			"Geology Research Paper Modern",
			"Metallurgy Research Paper Modern",
		},
		["Modern Upgrade"] = {
			"Modern Upgrade 1",
			"Modern Upgrade 2",
			"Modern Upgrade 3",
			"Modern Upgrade 4",
		},
		["Mortared Stone"] = {
			"Mortared Granite",
			"Mortared Limestone",
			"Mortared Sandstone",
			"Mortared Stone",
		},
		["Natural Fiber"] = {
			"Kelp",
			"Plant Fibers",
			"Wood Pulp",
		},
		Oil = {
			"Flaxseed Oil",
			"Oil",
		},
		Ore = {
			"Coal",
			"Copper Ore",
			"Gold Ore",
			"Iron Ore",
		},
		Petals = {
			"Creosote Flower",
			"Orchid",
			"Trillium Flower",
		},
		["Raw Food"] = {
			"Agave Leaves",
			"Bean Sprout",
			"Beans",
			"Beet",
			"Beet Greens",
			"Bolete Mushrooms",
			"Camas Bulb",
			"Cookeina Mushrooms",
			"Corn",
			"Crimini Mushrooms",
			"Fiddleheads",
			"Fireweed Shoots",
			"Giant Cactus Fruit",
			"Heart Of Palm",
			"Huckleberries",
			"Papaya",
			"Pineapple",
			"Prickly Pear Fruit",
			"Pumpkin",
			"Rice",
			"Taro Root",
			"Tomato",
			"Wheat",
		},
		Research = {
			"Agriculture Research Paper Advanced",
			"Agriculture Research Paper Modern",
			"Culinary Research Paper Advanced",
			"Culinary Research Paper Basic",
			"Culinary Research Paper Modern",
			"Dendrology Research Paper Advanced",
			"Dendrology Research Paper Basic",
			"Dendrology Research Paper Modern",
			"Engineering Research Paper Advanced",
			"Engineering Research Paper Modern",
			"Gathering Research Paper Basic",
			"Geology Research Paper Advanced",
			"Geology Research Paper Basic",
			"Geology Research Paper Modern",
			"Metallurgy Research Paper Advanced",
			"Metallurgy Research Paper Basic",
			"Metallurgy Research Paper Modern",
		},
		Road = {
			"Asphalt Concrete",
			"Stone Road",
		},
		["Road Type"] = {
			"Asphalt Concrete",
			"Stone Road",
		},
		Rock = {
			"Basalt",
			"Gneiss",
			"Granite",
			"Limestone",
			"Sandstone",
			"Shale",
			"Stone",
		},
		Root = {
			"Beet",
			"Camas Bulb",
			"Taro Root",
		},
		Salad = {
			"Basic Salad",
			"Fruit Salad",
		},
		Seeds = {
			"Acorn",
			"Agave Seed",
			"Amanita Mushroom Spores",
			"Arctic Willow Seed",
			"Barrel Cactus Seed",
			"Beans",
			"Beet Seed",
			"Big Bluestem Seed",
			"Birch Seed",
			"Bolete Mushroom Spores",
			"Bullrush Seed",
			"Bunchgrass Seed",
			"Camas Bulb",
			"Cedar Seed",
			"Ceiba Seed",
			"Cookeina Mushroom Spores",
			"Corn Seed",
			"Cotton Seed",
			"Creosote Bush Seed",
			"Crimini Mushroom Spores",
			"Dwarf Willow Seed",
			"Fern Spore",
			"Filmy Fern Spore",
			"Fir Seed",
			"Fireweed Seed",
			"Flax Seed",
			"Grass Seed",
			"Heliconia Seed",
			"Huckleberry Seed",
			"Jointfir Seed",
			"Joshua Seed",
			"King Fern Spore",
			"Lattice Mushroom Spores",
			"Lupine Seed",
			"Ocean Spray Seed",
			"Orchid Seed",
			"Palm Seed",
			"Papaya Seed",
			"Pineapple Seed",
			"Prickly Pear Seed",
			"Pumpkin Seed",
			"Redwood Seed",
			"Rice",
			"Saguaro Seed",
			"Saxifrage Seed",
			"Seagrass Seed",
			"Spruce Seed",
			"Sugarcane",
			"Sunflower Seed",
			"Taro Seed",
			"Tomato Seed",
			"Trillium Seed",
			"Waterweed Seed",
			"Wheat Seed",
			"White Bursage Seed",
		},
		Silica = {
			"Crushed Granite",
			"Crushed Sandstone",
		},
		["Skill Books"] = {
			"Advanced Baking Skill Book",
			"Advanced Cooking Skill Book",
			"Advanced Masonry Skill Book",
			"Advanced Smelting Skill Book",
			"Baking Skill Book",
			"Basic Engineering Skill Book",
			"Blacksmith Skill Book",
			"Butchery Skill Book",
			"Carpentry Skill Book",
			"Composites Skill Book",
			"Cooking Skill Book",
			"Cutting Edge Cooking Skill Book",
			"Electronics Skill Book",
			"Farming Skill Book",
			"Fertilizers Skill Book",
			"Glassworking Skill Book",
			"Industry Skill Book",
			"Masonry Skill Book",
			"Mechanics Skill Book",
			"Milling Skill Book",
			"Oil Drilling Skill Book",
			"Paper Milling Skill Book",
			"Pottery Skill Book",
			"Shipwright Skill Book",
			"Smelting Skill Book",
			"Tailoring Skill Book",
		},
		["Skill Scrolls"] = {
			"Advanced Baking Skill Scroll",
			"Advanced Cooking Skill Scroll",
			"Advanced Masonry Skill Scroll",
			"Advanced Smelting Skill Scroll",
			"Baking Skill Scroll",
			"Basic Engineering Skill Scroll",
			"Blacksmith Skill Scroll",
			"Butchery Skill Scroll",
			"Carpentry Skill Scroll",
			"Composites Skill Scroll",
			"Cooking Skill Scroll",
			"Cutting Edge Cooking Skill Scroll",
			"Electronics Skill Scroll",
			"Farming Skill Scroll",
			"Fertilizers Skill Scroll",
			"Glassworking Skill Scroll",
			"Industry Skill Scroll",
			"Masonry Skill Scroll",
			"Mechanics Skill Scroll",
			"Milling Skill Scroll",
			"Oil Drilling Skill Scroll",
			"Paper Milling Skill Scroll",
			"Pottery Skill Scroll",
			"Shipwright Skill Scroll",
			"Smelting Skill Scroll",
			"Tailoring Skill Scroll",
		},
		["Small Carcass"] = {
			"Coyote Carcass",
			"Fox Carcass",
			"Wolf Carcass",
		},
		["Small Fish"] = {
			"Crab Carcass",
			"Moon Jellyfish",
		},
		Softwood = {
			"Cedar Log",
			"Fir Log",
			"Redwood Log",
			"Spruce Log",
		},
		["Softwood Lumber"] = {
			"Composite Cedar Lumber",
			"Composite Fir Lumber",
			"Composite Redwood Lumber",
		},
		["Tiny Carcass"] = {
			"Agouti Carcass",
			"Hare Carcass",
			"Otter Carcass",
			"Prairie Dog Carcass",
			"Snapping Turtle Carcass",
			"Turkey Carcass",
		},
		["Tiny Fur Carcass"] = {
			"Agouti Carcass",
			"Otter Carcass",
		},
		["Tiny Leather Carcass"] = {
			"Prairie Dog Carcass",
			"Snapping Turtle Carcass",
			"Turkey Carcass",
		},
		Tool = {
			"Chainsaw",
			"Claim Tool",
			"Composite Bow",
			"Fishing Pole",
			"Flax Trawler Net",
			"Handheld Camera",
			"Iron Axe",
			"Iron Hammer",
			"Iron Hoe",
			"Iron Machete",
			"Iron Pickaxe",
			"Iron Road Tool",
			"Iron Rock Drill",
			"Iron Shovel",
			"Iron Sickle",
			"Modern Axe",
			"Modern Hammer",
			"Modern Hoe",
			"Modern Machete",
			"Modern Pickaxe",
			"Modern Rock Drill",
			"Modern Scythe",
			"Modern Shovel",
			"Nylon Trawler Net",
			"Recurve Bow",
			"Steam Tractor Harvester",
			"Steam Tractor Plow",
			"Steam Tractor Sower",
			"Steel Axe",
			"Steel Hammer",
			"Steel Hoe",
			"Steel Machete",
			"Steel Pickaxe",
			"Steel Shovel",
			"Steel Sickle",
			"Stone Axe",
			"Stone Hammer",
			"Stone Machete",
			"Stone Pickaxe",
			"Stone Road Tool",
			"Stone Sickle",
			"Wooden Bow",
			"Wooden Hoe",
			"Wooden Shovel",
		},
		Torch = {
			"Torch",
		},
		Upgrade = {
			"Advanced Baking Upgrade",
			"Advanced Cooking Upgrade",
			"Advanced Masonry Upgrade",
			"Advanced Smelting Upgrade",
			"Advanced Upgrade 1",
			"Advanced Upgrade 2",
			"Advanced Upgrade 3",
			"Advanced Upgrade 4",
			"Baking Upgrade",
			"Basic Engineering Upgrade",
			"Basic Upgrade 1",
			"Basic Upgrade 2",
			"Basic Upgrade 3",
			"Basic Upgrade 4",
			"Blacksmith Advanced Upgrade",
			"Blacksmith Upgrade",
			"Butchery Upgrade",
			"Campfire Cooking Upgrade",
			"Carpentry Advanced Upgrade",
			"Carpentry Basic Upgrade",
			"Composites Upgrade",
			"Cooking Upgrade",
			"Cutting Edge Cooking Upgrade",
			"Electronics Upgrade",
			"Farming Upgrade",
			"Fertilizers Upgrade",
			"Gathering Advanced Upgrade",
			"Gathering Basic Upgrade",
			"Glassworking Advanced Upgrade",
			"Glassworking Modern Upgrade",
			"Hunting Upgrade",
			"Industry Upgrade",
			"Logging Advanced Upgrade",
			"Logging Basic Upgrade",
			"Masonry Advanced Upgrade",
			"Masonry Basic Upgrade",
			"Mechanics Advanced Upgrade",
			"Mechanics Modern Upgrade",
			"Milling Upgrade",
			"Mining Advanced Upgrade",
			"Mining Basic Upgrade",
			"Mining Modern Upgrade",
			"Modern Upgrade 1",
			"Modern Upgrade 2",
			"Modern Upgrade 3",
			"Modern Upgrade 4",
			"Oil Drilling Upgrade",
			"Paper Milling Upgrade",
			"Pottery Upgrade",
			"Shipwright Advanced Upgrade",
			"Shipwright Basic Upgrade",
			"Smelting Basic Upgrade",
			"Smelting Upgrade",
			"Tailoring Basic Upgrade",
			"Tailoring Modern Upgrade",
		},
		Vegetable = {
			"Beans",
			"Beet",
			"Camas Bulb",
			"Corn",
			"Heart Of Palm",
			"Taro Root",
			"Tomato",
		},
		Vehicles = {
			"Crane",
			"Excavator",
			"Hand Plow",
			"Industrial Barge",
			"Industrial Elevator",
			"Large Canoe",
			"Medium Fishing Trawler",
			"Powered Cart",
			"Skid Steer",
			"Small Canoe",
			"Small Wood Cart",
			"Small Wooden Boat",
			"Steam Tractor",
			"Steam Truck",
			"Trailer Truck",
			"Truck",
			"Wheelbarrow",
			"Wood Cart",
			"Wood Shop Cart",
			"Wooden Barge",
			"Wooden Elevator",
			"Wooden Transport Ship",
		},
		Wood = {
			"Birch Log",
			"Cedar Log",
			"Ceiba Log",
			"Fir Log",
			"Joshua Log",
			"Oak Log",
			"Palm Log",
			"Redwood Log",
			"Saguaro Rib",
			"Spruce Log",
		},
		["Wood Board"] = {
			"Board",
			"Hardwood Board",
			"Softwood Board",
		},
	},
}